Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dbuffer.h79 static inline bool StringLessThan(const char *a_data, uoffset_t a_size, in StringLessThan() function
/third_party/protobuf/src/google/protobuf/
Drepeated_ptr_field_unittest.cc1315 struct StringLessThan { struct
1316 bool operator()(const std::string* z, const std::string* y) const { in operator ()()