Home
last modified time | relevance | path

Searched defs:SubstringLess (Results 1 – 1 of 1) sorted by relevance

/third_party/abseil-cpp/absl/container/
Dbtree_test.cc1062 struct SubstringLess { struct
1064 explicit SubstringLess(int length) : n(length) {} in SubstringLess() argument
1065 bool operator()(const std::string &a, const std::string &b) const { in operator ()()
1069 int n;