Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc2570 struct ConstructorCountedCompare { struct
2571 bool operator()(int a, const ConstructorCounted &b) const { return a < b.i; } in operator ()()
2572 bool operator()(const ConstructorCounted &a, int b) const { return a.i < b; } in operator ()()
2573 bool operator()(const ConstructorCounted &a, in operator ()()
2577 using is_transparent = void;