Searched refs:other_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 | 2935 char const* other_str; in operator <() local 2937 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator <() 2939 int comp = memcmp(this_str, other_str, min_len); in operator <() 2990 char const* other_str; in operator ==() local 2992 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator ==() 2994 int comp = memcmp(this_str, other_str, this_len); in operator ==()
|