Searched defs:NoDestructor (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/ | ||
H A D | no_destructor.h | 52 class NoDestructor class 58 explicit NoDestructor(Args &&... args) in NoDestructor() function in angle::base::NoDestructor 65 explicit NoDestructor(const T &x) { new (storage_) T(x); } in NoDestructor() function in angle::base::NoDestructor 66 explicit NoDestructor(T &&x) { new (storage_) T(std::move(x)); } in NoDestructor() function in angle::base::NoDestructor [all...] |
/third_party/vulkan-headers/include/vulkan/ | ||
H A D | vulkan_shared.hpp | 21 class NoDestructor class |
Completed in 3 milliseconds