MCPcopy Create free account
hub / github.com/Kitware/VTK / index

Method index

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:2345–2350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2343}
2344
2345UInt ValueIteratorBase::index() const {
2346 const Value::CZString czstring = (*current_).first;
2347 if (!czstring.data())
2348 return czstring.index();
2349 return Value::UInt(-1);
2350}
2351
2352String ValueIteratorBase::name() const {
2353 char const* keey;

Callers 3

destructive_accumulate_nFunction · 0.45
keyMethod · 0.45
sizeMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected