Home
last modified time | relevance | path

Searched refs:this_str (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2934 char const* this_str; in operator <() local
2936 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
2939 int comp = memcmp(this_str, other_str, min_len); in operator <()
2989 char const* this_str; in operator ==() local
2991 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator ==()
2994 int comp = memcmp(this_str, other_str, this_len); in operator ==()
3014 char const* this_str; in asCString() local
3015 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in asCString()
3016 return this_str; in asCString()
3036 char const* this_str; in asString() local
[all …]