MCPcopy Create free account
hub / github.com/PlayFab/gsdk / begin

Method begin

cpp/cppsdk/jsoncpp.cpp:3961–3972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3959}
3960
3961Value::const_iterator Value::begin() const {
3962 switch (type_) {
3963 case arrayValue:
3964 case objectValue:
3965 if (value_.map_)
3966 return const_iterator(value_.map_->begin());
3967 break;
3968 default:
3969 break;
3970 }
3971 return const_iterator();
3972}
3973
3974Value::const_iterator Value::end() const {
3975 switch (type_) {

Callers 15

WSTR2STRFunction · 0.80
WCHAR2STRFunction · 0.80
STR2WSTRFunction · 0.80
CHAR2WSTRFunction · 0.80
JsonFileConfigurationMethod · 0.80
GSDKInternalMethod · 0.80
parseMethod · 0.80
getStructuredErrorsMethod · 0.80
getMemberNamesMethod · 0.80
makePathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected