Home
last modified time | relevance | path

Searched defs:StartRefCountFromOneTag (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/memory/
Dref_counted.h36 explicit RefCountedBase(StartRefCountFromOneTag) : ref_count_(1) { in RefCountedBase() argument
152 explicit constexpr RefCountedThreadSafeBase(StartRefCountFromOneTag) in RefCountedThreadSafeBase() argument
Dscoped_refptr.h35 enum StartRefCountFromOneTag { kStartRefCountFromOneTag }; enum
81 scoped_refptr<T> AdoptRefIfNeeded(T* obj, StartRefCountFromOneTag) { in AdoptRefIfNeeded() argument
/external/cronet/base/memory/
Dref_counted.h45 explicit RefCountedBase(StartRefCountFromOneTag) : ref_count_(1) { in RefCountedBase() argument
161 explicit constexpr RefCountedThreadSafeBase(StartRefCountFromOneTag) in RefCountedThreadSafeBase() argument
Dscoped_refptr.h45 enum StartRefCountFromOneTag { kStartRefCountFromOneTag }; enum
Dref_counted_delete_on_sequence.h81 void AddRefImpl(subtle::StartRefCountFromOneTag) const { in AddRefImpl()
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/memory/
Dscoped_refptr.h34 enum StartRefCountFromOneTag { kStartRefCountFromOneTag }; enum
87 scoped_refptr<T> AdoptRefIfNeeded(T* obj, StartRefCountFromOneTag) { in AdoptRefIfNeeded() argument