Searched refs:min_len (Results 1 – 1 of 1) sorted by relevance
2680 unsigned min_len = std::min(this_len, other_len); in operator <() local2681 int comp = memcmp(this->cstr_, other.cstr_, min_len); in operator <()2938 unsigned min_len = std::min(this_len, other_len); in operator <() local2939 int comp = memcmp(this_str, other_str, min_len); in operator <()