Home
last modified time | relevance | path

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

/external/cronet/third_party/abseil-cpp/absl/container/
Dbtree_test.cc3434 struct alignas(align) OveralignedKey { struct
3435 explicit OveralignedKey(int i) : key(i) {} in OveralignedKey() function
3436 bool operator<(const OveralignedKey &other) const { return key < other.key; } in operator <()
3437 int key = 0;
3440 TEST(Btree, OveralignedKey) { in TEST() argument
/external/abseil-cpp/absl/container/
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
/external/angle/third_party/abseil-cpp/absl/container/
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
/external/libtextclassifier/abseil-cpp/absl/container/
Dbtree_test.cc3584 struct alignas(align) OveralignedKey { struct
3585 explicit OveralignedKey(int i) : key(i) {} in OveralignedKey() function
3586 bool operator<(const OveralignedKey &other) const { return key < other.key; } in operator <()
3587 int key = 0;
3590 TEST(Btree, OveralignedKey) { in TEST() argument