MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / length

Method length

src/jsoncpp.cpp:2726–2726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2724//const char* Value::CZString::c_str() const { return cstr_; }
2725const char* Value::CZString::data() const { return cstr_; }
2726unsigned Value::CZString::length() const { return storage_.length_; }
2727bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
2728
2729// //////////////////////////////////////////////////////////////////

Callers 15

parseMethod · 0.45
readObjectMethod · 0.45
keyMethod · 0.45
memberNameMethod · 0.45
ValueMethod · 0.45
jsoncpp.cppFile · 0.45
getMethod · 0.45
removeMemberMethod · 0.45
isMemberMethod · 0.45
getMemberNamesMethod · 0.45
setCommentMethod · 0.45
makePathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected