| 2444 | // const char* Value::CZString::c_str() const { return cstr_; } |
| 2445 | const char* Value::CZString::data() const { return cstr_; } |
| 2446 | unsigned Value::CZString::length() const { return storage_.length_; } |
| 2447 | bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } |
| 2448 | |
| 2449 | // ////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected