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

Method index

cpp/cppsdk/jsoncpp.cpp:2368–2373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2366}
2367
2368UInt ValueIteratorBase::index() const {
2369 const Value::CZString czstring = (*current_).first;
2370 if (!czstring.data())
2371 return czstring.index();
2372 return Value::UInt(-1);
2373}
2374
2375JSONCPP_STRING ValueIteratorBase::name() const {
2376 char const* keey;

Callers 2

keyMethod · 0.80
sizeMethod · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected