| 2807 | //const char* Value::CZString::c_str() const { return cstr_; } |
| 2808 | const char* Value::CZString::data() const { return cstr_; } |
| 2809 | unsigned Value::CZString::length() const { return storage_.length_; } |
| 2810 | bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } |
| 2811 | |
| 2812 | // ////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected