Searched defs:NoDestructor (Results 1 – 2 of 2) sorted by relevance
58 explicit NoDestructor(Args &&... args) in NoDestructor() function65 explicit NoDestructor(const T &x) { new (storage_) T(x); } in NoDestructor() function66 explicit NoDestructor(T &&x) { new (storage_) T(std::move(x)); } in NoDestructor() function