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

Method length

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

Source from the content-addressed store, hash-verified

2766// const char* Value::CZString::c_str() const { return cstr_; }
2767const char* Value::CZString::data() const { return cstr_; }
2768unsigned Value::CZString::length() const { return storage_.length_; }
2769bool Value::CZString::isStaticString() const {
2770 return storage_.policy_ == noDuplication;
2771}

Callers 15

OpenDataFileMethod · 0.45
GetDataMethod · 0.45
GetMetaDataMethod · 0.45
get_material_namesMethod · 0.45
GuessCoordFunction · 0.45
SimplifyWhitespaceFunction · 0.45
GetDataArraysListMethod · 0.45
ReadFileMethod · 0.45
OpenDataFileMethod · 0.45
GetCaseChunkMethod · 0.45
GetDataChunkMethod · 0.45

Calls

no outgoing calls

Tested by 4

TestOBJPolyDataWriterFunction · 0.36
_doLongPathTestFunction · 0.36
DumpToFunction · 0.36
TestSessionFunction · 0.36