Searched refs:other_str (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A 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 ==()
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | jsoncpp.cpp | 3094 char const* other_str; in operator <() local 3096 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator <() 3098 JSON_ASSERT(this_str && other_str); in operator <() 3099 int comp = memcmp(this_str, other_str, min_len); in operator <() 3150 char const* other_str; in operator ==() local 3152 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator ==() 3154 JSON_ASSERT(this_str && other_str); in operator ==() 3155 int comp = memcmp(this_str, other_str, this_len); in operator ==()
|
Completed in 16 milliseconds