Searched defs:SubstringLess (Results 1 – 9 of 9) 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;
1073 struct SubstringLess { struct1075 explicit SubstringLess(int length) : n(length) {} in SubstringLess() argument1076 bool operator()(const std::string &a, const std::string &b) const { in operator ()()1080 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;
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;
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;
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;
1088 struct SubstringLess { struct1090 explicit SubstringLess(int length) : n(length) {} in SubstringLess() function1091 bool operator()(const std::string &a, const std::string &b) const { in operator ()()1095 int n;