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 149 template <class T, typename Traits> class RefCountedThreadSafe;
151 // Default traits for RefCountedThreadSafe<T>. Deletes the object when its ref
156 // Delete through RefCountedThreadSafe to make child classes only need to be
157 // friend with RefCountedThreadSafe instead of this struct, which is an
159 RefCountedThreadSafe<T,
167 // class MyFoo : public base::RefCountedThreadSafe<MyFoo> {
174 // friend class base::RefCountedThreadSafe<MyFoo>;
177 class RefCountedThreadSafe : public subtle::RefCountedThreadSafeBase {
179 RefCountedThreadSafe() {}
192 ~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 187 milliseconds