Searched refs:RefCountedBase (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/cc/base/
H A Dref_counted_managed.h32 class CC_EXPORT RefCountedManaged : public base::subtle::RefCountedBase {
40 base::subtle::RefCountedBase::AddRef();
44 if (base::subtle::RefCountedBase::Release()) {
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRefCounted.h42 class WTF_EXPORT RefCountedBase { class in namespace:WTF
83 RefCountedBase() function in class:WTF::RefCountedBase
94 ~RefCountedBase()
139 friend void adopted(RefCountedBase*);
153 inline void adopted(RefCountedBase* object)
164 template<typename T> class RefCounted : public RefCountedBase {
H A DOwnPtrCommon.h37 class RefCountedBase;
42 static const bool value = IsSubclass<T, RefCountedBase>::value
/external/clang/include/clang/AST/
H A DMangleNumberingContext.h34 : public RefCountedBase<MangleNumberingContext> {
H A DExternalASTSource.h56 class ExternalASTSource : public RefCountedBase<ExternalASTSource> {
/external/clang/include/clang/Basic/
H A DLLVM.h44 template <class Derived> class RefCountedBase;
75 using llvm::RefCountedBase;
H A DDiagnosticOptions.h28 class DiagnosticOptions : public RefCountedBase<DiagnosticOptions>{
H A DDiagnosticIDs.h107 class DiagnosticIDs : public RefCountedBase<DiagnosticIDs> {
H A DFileManager.h123 class FileManager : public RefCountedBase<FileManager> {
H A DTargetInfo.h49 class TargetInfo : public RefCountedBase<TargetInfo> {
H A DDiagnostic.h134 class DiagnosticsEngine : public RefCountedBase<DiagnosticsEngine> {
H A DSourceManager.h553 class SourceManager : public RefCountedBase<SourceManager> {
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp29 struct SimpleRefCounted : public RefCountedBase<SimpleRefCounted> {};
39 struct InterceptRefCounted : public RefCountedBase<InterceptRefCounted> {
/external/chromium_org/base/memory/
H A Dref_counted.h28 class BASE_EXPORT RefCountedBase { class in namespace:base::subtle
33 RefCountedBase() function in class:base::subtle::RefCountedBase
41 ~RefCountedBase() {
85 DISALLOW_COPY_AND_ASSIGN(RefCountedBase);
127 class RefCounted : public subtle::RefCountedBase {
132 subtle::RefCountedBase::AddRef();
136 if (subtle::RefCountedBase::Release()) {
H A Draw_scoped_refptr_mismatch_checker.h38 (is_convertible<T, subtle::RefCountedBase*>::value ||
H A Dscoped_ptr.h107 class RefCountedBase;
181 value = !base::is_convertible<T*, base::subtle::RefCountedBase*>::value &&
/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h44 class PreprocessorOptions : public RefCountedBase<PreprocessorOptions> {
121 class FailedModulesSet : public RefCountedBase<FailedModulesSet> {
H A DHeaderSearchOptions.h45 class HeaderSearchOptions : public RefCountedBase<HeaderSearchOptions> {
H A DPreprocessor.h88 class Preprocessor : public RefCountedBase<Preprocessor> {
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h12 // internal reference count, and RefCountedBase/RefCountedBaseVPTR, two
35 /// RefCountedBase - A generic base class for objects that wish to
37 /// subclass RefCountedBase to obtain such functionality, and are
40 /// Objects that subclass RefCountedBase should not be allocated on
45 class RefCountedBase { class in namespace:llvm
49 RefCountedBase() : ref_cnt(0) {} function in class:llvm::RefCountedBase
50 RefCountedBase(const RefCountedBase &) : ref_cnt(0) {} function in class:llvm::RefCountedBase
61 /// RefCountedBase, but with a virtual destructor. Should be used
62 /// instead of RefCountedBase fo
[all...]
/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h52 class CompilerInvocationBase : public RefCountedBase<CompilerInvocation> {
/external/clang/tools/libclang/
H A DCLog.h41 class Logger : public RefCountedBase<Logger> {
/external/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h120 class AnalyzerOptions : public RefCountedBase<AnalyzerOptions> {
/external/llvm/include/llvm/Support/
H A DFileSystem.h746 struct DirIterState : public RefCountedBase<DirIterState> {
810 struct RecDirIterState : public RefCountedBase<RecDirIterState> {
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h520 public RefCountedBase<GlobalCodeCompletionAllocator>

Completed in 1346 milliseconds

12