Home
last modified time | relevance | path

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

/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2935 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 ==()