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

Method name

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:2352–2359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2350}
2351
2352String ValueIteratorBase::name() const {
2353 char const* keey;
2354 char const* end;
2355 keey = memberName(&end);
2356 if (!keey)
2357 return String();
2358 return String(keey, end);
2359}
2360
2361char const* ValueIteratorBase::memberName() const {
2362 const char* cname = (*current_).first.data();

Callers 15

GetEntityAndFieldNamesFunction · 0.45
DefineModelMethod · 0.45
DefineTransientMethod · 0.45
ModelMethod · 0.45
TransientMethod · 0.45
CreateEntityMethod · 0.45
GetSideSetMethod · 0.45
GetPathMethod · 0.45
GetCellTypeFunction · 0.45
GetConnectivityFunction · 0.45
SideSet>Method · 0.45

Calls 1

StringFunction · 0.85

Tested by 8

TestCompositeFunction · 0.36
ValidateFieldDataFunction · 0.36
is_noexcept_movableFunction · 0.36
DataSet>Method · 0.36
is_triv_noexcept_movableFunction · 0.36
DoSomethingWithObjectFunction · 0.36
TestConvertPrecisionFunction · 0.36