Searched defs:rcsf_ptr (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dreferencecountedsingletonfactory.h21 template <typename Interface> class rcsf_ptr;
33 friend class rcsf_ptr<Interface>;
84 class rcsf_ptr { class in namespace:rtc
88 explicit rcsf_ptr(ReferenceCountedSingletonFactory<Interface>* factory) function in class:rtc::rcsf_ptr
93 ~rcsf_ptr() {
152 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(rcsf_ptr);

Completed in 94 milliseconds