Searched refs:DoNotDestruct (Results 1 – 4 of 4) sorted by relevance
31 DoNotDestruct<BnConstructorMap> gBnConstructorMap{};33 DoNotDestruct<ConcurrentMap<const ::android::hidl::base::V1_0::IBase*,38 DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, SchedPrio>> gServicePrioMap{};39 DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, bool>> gServiceSidMap{};42 DoNotDestruct<BsConstructorMap> gBsConstructorMap{};
32 extern DoNotDestruct<BnConstructorMap> gBnConstructorMap;35 extern DoNotDestruct<BsConstructorMap> gBsConstructorMap;38 extern DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, SchedPrio>>41 extern DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, bool>> gServiceSidMap;
37 extern DoNotDestruct<ConcurrentMap<const ::android::hidl::base::V1_0::IBase*,
98 class DoNotDestruct {100 DoNotDestruct() { new (buffer) T(); } in DoNotDestruct() function