Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp2680 unsigned min_len = std::min(this_len, other_len); in operator <() local
2681 int comp = memcmp(this->cstr_, other.cstr_, min_len); in operator <()
2938 unsigned min_len = std::min(this_len, other_len); in operator <() local
2939 int comp = memcmp(this_str, other_str, min_len); in operator <()