Lines Matching refs:this_str
2902 char const* this_str;
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str);
2907 int comp = memcmp(this_str, other_str, min_len);
2957 char const* this_str;
2959 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str);
2962 int comp = memcmp(this_str, other_str, this_len);
2982 char const* this_str;
2983 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str);
2984 return this_str;
3004 char const* this_str;
3005 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str);
3006 return std::string(this_str, this_len);