| 2776 | //const char* Value::CZString::c_str() const { return cstr_; } |
| 2777 | const char* Value::CZString::data() const { return cstr_; } |
| 2778 | unsigned Value::CZString::length() const { return storage_.length_; } |
| 2779 | bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } |
| 2780 | |
| 2781 | // ////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected