Home
last modified time | relevance | path

Searched refs:StartRefCountFromOneTag (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/base/
Dcef_ref_counted.h71 explicit RefCountedBase(StartRefCountFromOneTag) : ref_count_(1) { in RefCountedBase() argument
182 explicit constexpr RefCountedThreadSafeBase(StartRefCountFromOneTag) in RefCountedThreadSafeBase() argument
340 static constexpr ::base::cef_subtle::StartRefCountFromOneTag \
455 void AddRefImpl(cef_subtle::StartRefCountFromOneTag) const {
Dcef_scoped_refptr.h77 enum StartRefCountFromOneTag { kStartRefCountFromOneTag }; enum
106 static_assert(std::is_same<cef_subtle::StartRefCountFromOneTag, Tag>::value, in AdoptRef()
123 scoped_refptr<T> AdoptRefIfNeeded(T* obj, StartRefCountFromOneTag) { in AdoptRefIfNeeded() argument
/third_party/gn/src/base/memory/
Dref_counted.h28 explicit RefCountedBase(StartRefCountFromOneTag) : ref_count_(1) {} in RefCountedBase() argument
85 explicit constexpr RefCountedThreadSafeBase(StartRefCountFromOneTag) in RefCountedThreadSafeBase() argument
187 static constexpr ::base::subtle::StartRefCountFromOneTag \
Dscoped_refptr.h34 enum StartRefCountFromOneTag { kStartRefCountFromOneTag }; enum
63 static_assert(std::is_same<subtle::StartRefCountFromOneTag, Tag>::value, in AdoptRef()
80 scoped_refptr<T> AdoptRefIfNeeded(T* obj, StartRefCountFromOneTag) { in AdoptRefIfNeeded() argument