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

Method begin

Source/JSON/jsoncpp.cpp:3464–3475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3462}
3463
3464Value::const_iterator Value::begin() const {
3465 switch (type_) {
3466 case arrayValue:
3467 case objectValue:
3468 if (value_.map_)
3469 return const_iterator(value_.map_->begin());
3470 break;
3471 default:
3472 break;
3473 }
3474 return const_iterator();
3475}
3476
3477Value::const_iterator Value::end() const {
3478 switch (type_) {

Callers 15

FreeMethod · 0.45
ChangeLevelMethod · 0.45
GetPeerItMethod · 0.45
RemoveOldChatMessagesMethod · 0.45
ApplyPlayerInputMethod · 0.45
RemoveFreeAvatarIdMethod · 0.45
AddFreeAvatarIdMethod · 0.45
GetFreeAvatarIDMethod · 0.45
~IntelGLPerfMethod · 0.45
initVisualizationMethod · 0.45
drawVisualizationMethod · 0.45
FinalizeMethod · 0.45

Calls 2

const_iteratorClass · 0.50
iteratorClass · 0.50

Tested by 2

GetGLVendorFunction · 0.36
PrintGPUFunction · 0.36