Home
last modified time | relevance | path

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

/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dbtree_test.cc3435 struct alignas(align) OveralignedKey { struct
3436 explicit OveralignedKey(int i) : key(i) {} in OveralignedKey() argument
3437 bool operator<(const OveralignedKey &other) const { return key < other.key; } in operator <()
3438 int key = 0;
3441 TEST(Btree, OveralignedKey) { in TEST() argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/
H A Dbtree_test.cc3435 struct alignas(align) OveralignedKey { struct
3436 explicit OveralignedKey(int i) : key(i) {} in OveralignedKey() function
3437 bool operator<(const OveralignedKey &other) const { return key < other.key; } in operator <()
3438 int key = 0;
3441 TEST(Btree, OveralignedKey) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dbtree_test.cc3435 struct alignas(align) OveralignedKey { struct
3436 explicit OveralignedKey(int i) : key(i) {} in OveralignedKey() argument
3437 bool operator<(const OveralignedKey &other) const { return key < other.key; } in operator <()
3438 int key = 0;
3441 TEST(Btree, OveralignedKey) { in TEST() argument