| 2724 | //const char* Value::CZString::c_str() const { return cstr_; } |
| 2725 | const char* Value::CZString::data() const { return cstr_; } |
| 2726 | unsigned Value::CZString::length() const { return storage_.length_; } |
| 2727 | bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } |
| 2728 | |
| 2729 | // ////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected