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