Searched defs:WeakPtrFactory (Results 1 – 3 of 3) sorted by relevance
50 class WeakPtrFactory; // Forward declaration, defined below. variable81 explicit WeakPtrFactory(T* owner) in WeakPtrFactory() function
203 template <typename T> class WeakPtrFactory; variable262 friend class WeakPtrFactory<T>; variable304 explicit WeakPtrFactory(T* ptr) in WeakPtrFactory() function
13 explicit WeakPtrFactory(T*) {} in WeakPtrFactory() function