MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / end

Method end

Source/JSON/jsoncpp.cpp:3477–3488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3475}
3476
3477Value::const_iterator Value::end() const {
3478 switch (type_) {
3479 case arrayValue:
3480 case objectValue:
3481 if (value_.map_)
3482 return const_iterator(value_.map_->end());
3483 break;
3484 default:
3485 break;
3486 }
3487 return const_iterator();
3488}
3489
3490Value::iterator Value::begin() {
3491 switch (type_) {

Callers 15

FreeMethod · 0.45
ReleaseMethod · 0.45
AcquireMethod · 0.45
SerializeMethod · 0.45
DeserializeMethod · 0.45
ExecuteMethod · 0.45
GetMessageTypeMethod · 0.45
GetMessageDataMethod · 0.45
HasConnectionMethod · 0.45
GetObjectIDMethod · 0.45
GetOriginalIDMethod · 0.45
SyncHostSessionFlagsMethod · 0.45

Calls 2

const_iteratorClass · 0.50
iteratorClass · 0.50

Tested by 2

GetGLVendorFunction · 0.36
PrintGPUFunction · 0.36