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

Method end

cpp/cppsdk/jsoncpp.cpp:3974–3985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3972}
3973
3974Value::const_iterator Value::end() const {
3975 switch (type_) {
3976 case arrayValue:
3977 case objectValue:
3978 if (value_.map_)
3979 return const_iterator(value_.map_->end());
3980 break;
3981 default:
3982 break;
3983 }
3984 return const_iterator();
3985}
3986
3987Value::iterator Value::begin() {
3988 switch (type_) {

Callers 15

WSTR2STRFunction · 0.80
WCHAR2STRFunction · 0.80
STR2WSTRFunction · 0.80
CHAR2WSTRFunction · 0.80
JsonFileConfigurationMethod · 0.80
GSDKInternalMethod · 0.80
getLogsDirectoryMethod · 0.80
parseMethod · 0.80
getStructuredErrorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected