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

  /external/chromium_org/base/memory/
ref_counted.h 143 template <class T, typename Traits> class RefCountedThreadSafe;
145 // Default traits for RefCountedThreadSafe<T>. Deletes the object when its ref
150 // Delete through RefCountedThreadSafe to make child classes only need to be
151 // friend with RefCountedThreadSafe instead of this struct, which is an
153 RefCountedThreadSafe<T,
161 // class MyFoo : public base::RefCountedThreadSafe<MyFoo> {
168 // friend class base::RefCountedThreadSafe<MyFoo>;
171 class RefCountedThreadSafe : public subtle::RefCountedThreadSafeBase {
173 RefCountedThreadSafe() {}
186 ~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 69 milliseconds