Searched refs:NoDestructor (Results 1 – 5 of 5) sorted by relevance
41 class NoDestructor {46 explicit NoDestructor(Args&&... args) { in NoDestructor() function49 ~NoDestructor() = default;
16 NoDestructor<CheckOnDestroy> destructor_should_not_run; in TEST()38 static NoDestructor<ForwardingTestStruct> test_forwarding( in TEST()42 static NoDestructor<std::string> awesome("awesome"); in TEST()
22 class NoDestructor class39 using type = NoDestructor;52 …or : std::integral_constant<bool, !std::is_same<DestructorTypeOf<HandleType>, NoDestructor>::value>75 struct SharedHeader<NoDestructor, Deleter>428 using DestructorType = NoDestructor;436 using DestructorType = NoDestructor;
262 static ::android::base::NoDestructor<ConnectionIdGenerator> sConIdGenerator; in connect()