Searched refs:this_str (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2934 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 …]
|