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

Method index

runtime/3rdparty/jsoncpp/jsoncpp.cpp:2540–2546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2538}
2539
2540UInt ValueIteratorBase::index() const
2541{
2542 const Value::CZString czstring = (*current_).first;
2543 if (!czstring.data())
2544 return czstring.index();
2545 return Value::UInt(-1);
2546}
2547
2548String ValueIteratorBase::name() const
2549{

Callers 3

keyMethod · 0.45
sizeMethod · 0.45
IndexFormatter.cppFile · 0.45

Calls 2

UIntFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected