Searched defs:StringLessThan (Results 1 – 2 of 2) sorted by relevance
1208 struct StringLessThan { struct1209 bool operator()(const string* z, const string& y) { in operator ()()1212 bool operator()(const string* z, const string* y) const { return *z < *y; } in operator ()()
146 Node* StringLessThan(Node* a, Node* b) { in StringLessThan() function