Home
last modified time | relevance | path

Searched refs:DestroyPolicy (Results 1 – 10 of 10) sorted by relevance

/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dsmartptr.h297 template <class> class DestroyPolicy = DefaultDestroyPolicy>
299 public DestroyPolicy<ObjectType>
303 typedef DestroyPolicy<ObjectType> DestroyPolicyType;
321 DestroyPolicy<ObjectType>::destroy(object); } in ~SmartPtr()
328 DestroyPolicy<ObjectType>::destroy(object);
343 DestroyPolicy<ObjectType>::destroy(object);
357 DestroyPolicy<ObjectType>::destroy(object);
H A Dpool.h59 template <class> class DestroyPolicy = DeletePolicy>
64 public DestroyPolicy<ObjectType>
69 typedef DestroyPolicy<ObjectType> DestroyPolicyType;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gmp/
H A DGMPUtils.h21 struct DestroyPolicy struct
29 using GMPUniquePtr = mozilla::UniquePtr<T, DestroyPolicy<T>>; argument
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/
H A DGMPUtils.h26 struct DestroyPolicy { struct
31 using GMPUniquePtr = mozilla::UniquePtr<T, DestroyPolicy<T>>; argument
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gmp/
H A DGMPUtils.h26 struct DestroyPolicy { struct
31 using GMPUniquePtr = mozilla::UniquePtr<T, DestroyPolicy<T>>; argument
/dports/www/firefox/firefox-99.0/dom/media/gmp/
H A DGMPUtils.h26 struct DestroyPolicy { struct
31 using GMPUniquePtr = mozilla::UniquePtr<T, DestroyPolicy<T>>; argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gmp/
H A DGMPUtils.h26 struct DestroyPolicy { struct
31 using GMPUniquePtr = mozilla::UniquePtr<T, DestroyPolicy<T>>; argument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gmp/
H A DGMPUtils.h26 struct DestroyPolicy { struct
31 using GMPUniquePtr = mozilla::UniquePtr<T, DestroyPolicy<T>>; argument
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dtimer.h86 enum DestroyPolicy enum
122 Timer (enum DestroyPolicy destroyPolicy);
H A Dtimer.cc44 Timer::Timer (enum DestroyPolicy destroyPolicy) in Timer()