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

Method name

runtime/3rdparty/jsoncpp/jsoncpp.cpp:2548–2556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2546}
2547
2548String ValueIteratorBase::name() const
2549{
2550 char const *keey;
2551 char const *end;
2552 keey = memberName(&end);
2553 if (!keey)
2554 return String();
2555 return String(keey, end);
2556}
2557
2558char const *ValueIteratorBase::memberName() const
2559{

Callers 5

loadTrainingInfoMethod · 0.45
KeyCompareLessThanFunction · 0.45
reflection.hFile · 0.45
validateMethod · 0.45
visitMethod · 0.45

Calls 1

StringFunction · 0.50

Tested by

no test coverage detected