MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / name

Method name

Source/JSON/jsoncpp.cpp:2095–2101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2093}
2094
2095std::string ValueIteratorBase::name() const {
2096 char const* keey;
2097 char const* end;
2098 keey = memberName(&end);
2099 if (!keey) return std::string();
2100 return std::string(keey, end);
2101}
2102
2103char const* ValueIteratorBase::memberName() const {
2104 const char* cname = (*current_).first.data();

Callers 15

OnTestCaseStartMethod · 0.45
OnTestStartMethod · 0.45
HasSameFixtureClassMethod · 0.45
operator()Method · 0.45
OnTestCaseStartMethod · 0.45
OnTestStartMethod · 0.45
OnTestEndMethod · 0.45
OnTestCaseEndMethod · 0.45
PrintFailedTestsMethod · 0.45
OutputXmlTestInfoMethod · 0.45
PrintXmlTestCaseMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by 15

OnTestCaseStartMethod · 0.36
OnTestStartMethod · 0.36
HasSameFixtureClassMethod · 0.36
operator()Method · 0.36
OnTestCaseStartMethod · 0.36
OnTestStartMethod · 0.36
OnTestEndMethod · 0.36
OnTestCaseEndMethod · 0.36
PrintFailedTestsMethod · 0.36
OutputXmlTestInfoMethod · 0.36
PrintXmlTestCaseMethod · 0.36
operator()Method · 0.36