Searched defs:ThreadSafeRefCountedBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSafeRefCounted.h41 class WTF_EXPORT ThreadSafeRefCountedBase { class in namespace:WTF
42 WTF_MAKE_NONCOPYABLE(ThreadSafeRefCountedBase);
45 ThreadSafeRefCountedBase(int initialRefCount = 1) function in class:WTF::ThreadSafeRefCountedBase
81 template<class T> class ThreadSafeRefCounted : public ThreadSafeRefCountedBase {
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h96 /// using reference counts. Classes subclass \c ThreadSafeRefCountedBase to
101 class ThreadSafeRefCountedBase { class in namespace:llvm
105 ThreadSafeRefCountedBase() : RefCount(0) {} function in class:llvm::ThreadSafeRefCountedBase

Completed in 95 milliseconds