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

Method name

external/jsoncpp/jsoncpp.cpp:2297–2304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2295}
2296
2297String ValueIteratorBase::name() const {
2298 char const *keey;
2299 char const *end;
2300 keey = memberName(&end);
2301 if (!keey)
2302 return String();
2303 return String(keey, end);
2304}
2305
2306char const *ValueIteratorBase::memberName() const {
2307 const char *cname = (*current_).first.data();

Callers 4

genProtoFileMethod · 0.80
OnTestStartMethod · 0.80

Calls

no outgoing calls

Tested by 2

OnTestStartMethod · 0.64