Searched defs:SubstringLess (Results 1 – 7 of 7) sorted by relevance
1069 struct SubstringLess { struct1071 explicit SubstringLess(int length) : n(length) {} in SubstringLess() argument1072 bool operator()(const std::string &a, const std::string &b) const { in operator ()()1076 int n;
1076 struct SubstringLess { struct1078 explicit SubstringLess(int length) : n(length) {} in SubstringLess() argument1079 bool operator()(const std::string &a, const std::string &b) const { in operator ()()1083 int n;
951 struct SubstringLess { struct953 explicit SubstringLess(int length) : n(length) {} in SubstringLess() function954 bool operator()(const std::string &a, const std::string &b) const { in operator ()()958 int n;
951 struct SubstringLess { struct953 explicit SubstringLess(int length) : n(length) {} in SubstringLess() argument954 bool operator()(const std::string &a, const std::string &b) const { in operator ()()958 int n;
1086 struct SubstringLess { struct1088 explicit SubstringLess(int length) : n(length) {} in SubstringLess() argument1089 bool operator()(const std::string &a, const std::string &b) const { in operator ()()1093 int n;
1086 struct SubstringLess { struct1088 explicit SubstringLess(int length) : n(length) {} in SubstringLess() function1089 bool operator()(const std::string &a, const std::string &b) const { in operator ()()1093 int n;