Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc2740 struct MultiKeyThreeWayComp { struct
2741 using is_transparent = void;
2742 absl::weak_ordering operator()(const MultiKey a, const MultiKey b) const { in operator ()()
2749 absl::weak_ordering operator()(const int a, const MultiKey b) const { in operator ()()
2754 absl::weak_ordering operator()(const MultiKey a, const int b) const { in operator ()()