Home
last modified time | relevance | path

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

/external/leveldb/util/
Dno_destructor_test.cc17 struct DoNotDestruct { struct
19 DoNotDestruct(uint32_t a, uint64_t b) : a(a), b(b) {} in DoNotDestruct() function
20 ~DoNotDestruct() { std::abort(); } in ~DoNotDestruct()
23 uint32_t a;
24 uint64_t b;