HomeSort by relevance Sort by last modified time
    Searched defs:WeakPtrFactory (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/clang/plugins/tests/
weak_ptr_factory.h 11 class WeakPtrFactory {
13 explicit WeakPtrFactory(T*) {}
  /external/libchrome/base/memory/
weak_ptr.h 23 // // Member variables should appear before the WeakPtrFactory, to ensure
26 // WeakPtrFactory<Controller> weak_factory_;
55 // To ensure correct use, the first time a WeakPtr issued by a WeakPtrFactory
63 // unbound from the SequencedTaskRunner/Thread. The WeakPtrFactory may then be
194 template <typename T> class WeakPtrFactory;
248 friend class WeakPtrFactory<T>;
278 // A class may be composed of a WeakPtrFactory and thereby
282 // WeakPtrFactory<bool> that is used to pass around a weak reference to a bool.
284 class WeakPtrFactory {
286 explicit WeakPtrFactory(T* ptr) : ptr_(ptr)
    [all...]

Completed in 718 milliseconds