OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefCountedBase
(Results
1 - 25
of
31
) sorted by null
1
2
/external/clang/include/clang/AST/
MangleNumberingContext.h
33
class MangleNumberingContext : public
RefCountedBase
<MangleNumberingContext> {
ExternalASTSource.h
43
class ExternalASTSource : public
RefCountedBase
<ExternalASTSource> {
/external/clang/include/clang/Basic/
LLVM.h
44
template <class Derived> class
RefCountedBase
;
76
using llvm::
RefCountedBase
;
DiagnosticOptions.h
61
class DiagnosticOptions : public
RefCountedBase
<DiagnosticOptions>{
DiagnosticIDs.h
116
class DiagnosticIDs : public
RefCountedBase
<DiagnosticIDs> {
FileManager.h
115
class FileManager : public
RefCountedBase
<FileManager> {
TargetInfo.h
51
class TargetInfo : public
RefCountedBase
<TargetInfo> {
[
all
...]
/external/libchrome/base/memory/
raw_scoped_refptr_mismatch_checker.h
38
(is_convertible<T, subtle::
RefCountedBase
*>::value ||
ref_counted.h
25
class BASE_EXPORT
RefCountedBase
{
30
RefCountedBase
()
38
~
RefCountedBase
() {
82
DISALLOW_COPY_AND_ASSIGN(
RefCountedBase
);
124
class RefCounted : public subtle::
RefCountedBase
{
129
subtle::
RefCountedBase
::AddRef();
133
if (subtle::
RefCountedBase
::Release()) {
scoped_ptr.h
101
class
RefCountedBase
;
120
value = !base::is_convertible<T*, base::subtle::
RefCountedBase
*>::value &&
/external/libweave/third_party/chromium/base/memory/
raw_scoped_refptr_mismatch_checker.h
38
(std::is_convertible<T, subtle::
RefCountedBase
*>::value ||
ref_counted.h
22
class BASE_EXPORT
RefCountedBase
{
27
RefCountedBase
()
35
~
RefCountedBase
() {
69
DISALLOW_COPY_AND_ASSIGN(
RefCountedBase
);
111
class RefCounted : public subtle::
RefCountedBase
{
116
subtle::
RefCountedBase
::AddRef();
120
if (subtle::
RefCountedBase
::Release()) {
scoped_ptr.h
101
class
RefCountedBase
;
120
value = !std::is_convertible<T*, base::subtle::
RefCountedBase
*>::value &&
/external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp
29
struct SimpleRefCounted : public
RefCountedBase
<SimpleRefCounted> {};
39
struct InterceptRefCounted : public
RefCountedBase
<InterceptRefCounted> {
/external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h
12
// internal reference count, and
RefCountedBase
/RefCountedBaseVPTR, two
34
///
RefCountedBase
- A generic base class for objects that wish to
36
/// subclass
RefCountedBase
to obtain such functionality, and are
39
/// Objects that subclass
RefCountedBase
should not be allocated on
44
class
RefCountedBase
{
48
RefCountedBase
() : ref_cnt(0) {}
49
RefCountedBase
(const
RefCountedBase
&) : ref_cnt(0) {}
60
///
RefCountedBase
, but with a virtual destructor. Should be used
61
/// instead of
RefCountedBase
for classes that already have virtua
[
all
...]
/external/llvm/include/llvm/Bitcode/
BitCodes.h
165
class BitCodeAbbrev : public
RefCountedBase
<BitCodeAbbrev> {
167
// Only
RefCountedBase
is allowed to delete.
169
friend class
RefCountedBase
<BitCodeAbbrev>;
/external/clang/include/clang/Lex/
PreprocessorOptions.h
44
class PreprocessorOptions : public
RefCountedBase
<PreprocessorOptions> {
121
class FailedModulesSet : public
RefCountedBase
<FailedModulesSet> {
HeaderSearchOptions.h
46
class HeaderSearchOptions : public
RefCountedBase
<HeaderSearchOptions> {
/external/clang/include/clang/Serialization/
ModuleFileExtension.h
63
class ModuleFileExtension : public llvm::
RefCountedBase
<ModuleFileExtension> {
/external/clang/tools/libclang/
CLog.h
41
class Logger : public
RefCountedBase
<Logger> {
/external/clang/include/clang/Frontend/
CompilerInvocation.h
52
class CompilerInvocationBase : public
RefCountedBase
<CompilerInvocation> {
/external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h
124
class AnalyzerOptions : public
RefCountedBase
<AnalyzerOptions> {
/frameworks/compile/slang/
slang.h
31
// Terrible workaround for TargetOptions.h not using llvm::
RefCountedBase
!
33
using llvm::
RefCountedBase
;
/external/llvm/include/llvm/Support/
FileSystem.h
731
struct DirIterState : public
RefCountedBase
<DirIterState> {
795
struct RecDirIterState : public
RefCountedBase
<RecDirIterState> {
/external/clang/include/clang/Sema/
CodeCompleteConsumer.h
508
public
RefCountedBase
<GlobalCodeCompletionAllocator>
[
all
...]
Completed in 1047 milliseconds
1
2