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

  /external/chromium/base/memory/
ref_counted.h 104 template <class T, typename Traits> class RefCountedThreadSafe;
106 // Default traits for RefCountedThreadSafe<T>. Deletes the object when its ref
111 // Delete through RefCountedThreadSafe to make child classes only need to be
112 // friend with RefCountedThreadSafe instead of this struct, which is an
114 RefCountedThreadSafe<T,
122 // class MyFoo : public base::RefCountedThreadSafe<MyFoo> {
129 // friend class base::RefCountedThreadSafe<MyFoo>;
132 class RefCountedThreadSafe : public subtle::RefCountedThreadSafeBase {
134 RefCountedThreadSafe() { }
135 ~RefCountedThreadSafe() { }
    [all...]
  /external/chromium_org/base/memory/
ref_counted.h 104 template <class T, typename Traits> class RefCountedThreadSafe;
106 // Default traits for RefCountedThreadSafe<T>. Deletes the object when its ref
111 // Delete through RefCountedThreadSafe to make child classes only need to be
112 // friend with RefCountedThreadSafe instead of this struct, which is an
114 RefCountedThreadSafe<T,
122 // class MyFoo : public base::RefCountedThreadSafe<MyFoo> {
129 // friend class base::RefCountedThreadSafe<MyFoo>;
132 class RefCountedThreadSafe : public subtle::RefCountedThreadSafeBase {
134 RefCountedThreadSafe() {}
147 ~RefCountedThreadSafe() {}
    [all...]
  /external/chromium_org/tools/clang/plugins/tests/
base_refcounted.h 19 class RefCountedThreadSafe {
21 RefCountedThreadSafe() {}
23 ~RefCountedThreadSafe() {}
55 : public base::RefCountedThreadSafe<
62 friend class base::RefCountedThreadSafe<

Completed in 76 milliseconds