Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/container/
Dbtree_test.cc856 struct CompareIntToString { struct
857 bool operator()(const std::string &a, const std::string &b) const { in operator ()()
860 bool operator()(const std::string &a, int b) const { in operator ()()
863 bool operator()(int a, const std::string &b) const { in operator ()()
866 using is_transparent = void;