Home
last modified time | relevance | path

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

/external/libchrome/base/
Dno_destructor.h54 explicit NoDestructor(Args&&... args) { in NoDestructor() function
60 explicit NoDestructor(const T& x) { new (storage_) T(x); } in NoDestructor() function
61 explicit NoDestructor(T&& x) { new (storage_) T(std::move(x)); } in NoDestructor() function
/external/perfetto/include/perfetto/base/
Dno_destructor.h46 explicit NoDestructor(Args&&... args) { in NoDestructor() function
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.h21 class NoDestructor; variable