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

Method length

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

Source from the content-addressed store, hash-verified

2716// const char* Value::CZString::c_str() const { return cstr_; }
2717const char *Value::CZString::data() const { return cstr_; }
2718unsigned Value::CZString::length() const { return storage_.length_; }
2719bool Value::CZString::isStaticString() const {
2720 return storage_.policy_ == noDuplication;
2721}

Callers 15

reformatMethod · 0.80
replaceStrOnceFunction · 0.80
replaceStrAllFunction · 0.80
splitFunction · 0.80
parseMethod · 0.80
readObjectMethod · 0.80
keyMethod · 0.80
memberNameMethod · 0.80
ValueMethod · 0.80
jsoncpp.cppFile · 0.80
getMethod · 0.80
removeMemberMethod · 0.80

Calls

no outgoing calls

Tested by 2

replaceAllMethod · 0.64