Searched defs:RefCountedThreadSafe (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/memory/
H A Dref_counted.h104 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 { class in namespace:base
134 RefCountedThreadSafe() { } function in class:base::RefCountedThreadSafe
135 ~RefCountedThreadSafe() { }
[all...]
/external/chromium_org/base/memory/
H A Dref_counted.h104 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 { class in namespace:base
134 RefCountedThreadSafe() {} function in class:base::RefCountedThreadSafe
147 ~RefCountedThreadSafe() {}
[all...]
/external/chromium_org/tools/clang/plugins/tests/
H A Dbase_refcounted.h19 class RefCountedThreadSafe { class in namespace:base
21 RefCountedThreadSafe() {} function in class:base::RefCountedThreadSafe
23 ~RefCountedThreadSafe() {}
55 : public base::RefCountedThreadSafe<
62 friend class base::RefCountedThreadSafe<

Completed in 652 milliseconds