Home
last modified time | relevance | path

Searched defs:StringLessThan (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Drepeated_field_unittest.cc1298 struct StringLessThan { struct
1299 bool operator()(const string* z, const string& y) { in operator ()()
1302 bool operator()(const string* z, const string* y) const { return *z < *y; } in operator ()()