MCPcopy Create free account
hub / github.com/Samsung/UTopia / index

Method index

external/jsoncpp/jsoncpp.cpp:2290–2295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2288}
2289
2290UInt ValueIteratorBase::index() const {
2291 const Value::CZString czstring = (*current_).first;
2292 if (!czstring.data())
2293 return czstring.index();
2294 return Value::UInt(-1);
2295}
2296
2297String ValueIteratorBase::name() const {
2298 char const *keey;

Callers 3

objectsMethod · 0.80
keyMethod · 0.80
sizeMethod · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected