Lines Matching refs:decodePrefixedString
2627 inline static void decodePrefixedString( in decodePrefixedString() function
2645 decodePrefixedString(true, value, &length, &valueDecoded); in releasePrefixedStringValue()
2965 decodePrefixedString(other.allocated_, other.value_.string_, in Value()
3095 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
3096 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator <()
3151 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator ==()
3152 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator ==()
3176 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in asCString()
3187 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in getCStringLength()
3196 decodePrefixedString(this->allocated_, this->value_.string_, &length, str); in getString()
3210 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in asString()
3230 decodePrefixedString(allocated_, value_.string_, in asConstString()