Searched defs:StringLessThan (Results 1 – 2 of 2) sorted by relevance
79 static inline bool StringLessThan(const char *a_data, uoffset_t a_size, in StringLessThan() function
1315 struct StringLessThan { struct1316 bool operator()(const std::string* z, const std::string* y) const { in operator ()()