Searched refs:other_str (Results 1 – 5 of 5) sorted by relevance
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 512 char const* other_str; in operator <() local 516 &other_str); in operator <() 518 JSON_ASSERT(this_str && other_str); in operator <() 519 int comp = memcmp(this_str, other_str, min_len); in operator <() 567 char const* other_str; in operator ==() local 571 &other_str); in operator ==() 574 JSON_ASSERT(this_str && other_str); in operator ==() 575 int comp = memcmp(this_str, other_str, this_len); in operator ==()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2903 char const* other_str; in operator <() local 2905 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator <() 2907 int comp = memcmp(this_str, other_str, min_len); in operator <() 2958 char const* other_str; in operator ==() local 2960 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator ==() 2962 int comp = memcmp(this_str, other_str, this_len); in operator ==()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2903 char const* other_str; in operator <() local 2905 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator <() 2907 int comp = memcmp(this_str, other_str, min_len); in operator <() 2958 char const* other_str; in operator ==() local 2960 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator ==() 2962 int comp = memcmp(this_str, other_str, this_len); in operator ==()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2903 char const* other_str; in operator <() local 2905 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator <() 2907 int comp = memcmp(this_str, other_str, min_len); in operator <() 2958 char const* other_str; in operator ==() local 2960 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator ==() 2962 int comp = memcmp(this_str, other_str, this_len); in operator ==()
|
/external/protobuf/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 ==()
|