Searched defs:StringLessThan (Results 1 – 2 of 2) sorted by relevance
1298 struct StringLessThan { struct1299 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 ()()
451 TF_BUILTIN(StringLessThan, StringBuiltinsAssembler) { in TF_BUILTIN() argument