Searched defs:OveralignedKey (Results 1 – 4 of 4) sorted by relevance
3434 struct alignas(align) OveralignedKey { struct3435 explicit OveralignedKey(int i) : key(i) {} in OveralignedKey() function3436 bool operator<(const OveralignedKey &other) const { return key < other.key; } in operator <()3437 int key = 0;3440 TEST(Btree, OveralignedKey) { in TEST() argument
3435 struct alignas(align) OveralignedKey { struct3436 explicit OveralignedKey(int i) : key(i) {} in OveralignedKey() function3437 bool operator<(const OveralignedKey &other) const { return key < other.key; } in operator <()3438 int key = 0;3441 TEST(Btree, OveralignedKey) { in TEST() argument
3435 struct alignas(align) OveralignedKey { struct3436 explicit OveralignedKey(int i) : key(i) {} in OveralignedKey() argument3437 bool operator<(const OveralignedKey &other) const { return key < other.key; } in operator <()3438 int key = 0;3441 TEST(Btree, OveralignedKey) { in TEST() argument
3584 struct alignas(align) OveralignedKey { struct3585 explicit OveralignedKey(int i) : key(i) {} in OveralignedKey() function3586 bool operator<(const OveralignedKey &other) const { return key < other.key; } in operator <()3587 int key = 0;3590 TEST(Btree, OveralignedKey) { in TEST() argument