Lines Matching refs:decodePrefixedString
153 inline static void decodePrefixedString(bool isPrefixed, char const* prefixed, in decodePrefixedString() function
170 decodePrefixedString(true, value, &length, &valueDecoded); in releasePrefixedStringValue()
513 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in operator <()
515 decodePrefixedString(other.isAllocated(), other.value_.string_, &other_len, in operator <()
568 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in operator ==()
570 decodePrefixedString(other.isAllocated(), other.value_.string_, &other_len, in operator ==()
597 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in asCString()
610 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in getCStringLength()
622 decodePrefixedString(this->isAllocated(), this->value_.string_, &length, in getString()
637 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in asString()
991 decodePrefixedString(other.isAllocated(), other.value_.string_, &len, in dupPayload()