Home
last modified time | relevance | path

Searched defs:StartRefCountFromZeroTag (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/base/memory/
Dref_counted.h26 explicit RefCountedBase(StartRefCountFromZeroTag) {} in RefCountedBase() argument
84 explicit constexpr RefCountedThreadSafeBase(StartRefCountFromZeroTag) {} in RefCountedThreadSafeBase() argument
Dscoped_refptr.h33 enum StartRefCountFromZeroTag { kStartRefCountFromZeroTag }; enum
75 scoped_refptr<T> AdoptRefIfNeeded(T* obj, StartRefCountFromZeroTag) { in AdoptRefIfNeeded() argument
/third_party/cef/include/base/
Dcef_ref_counted.h65 explicit RefCountedBase(StartRefCountFromZeroTag) { in RefCountedBase() argument
181 explicit constexpr RefCountedThreadSafeBase(StartRefCountFromZeroTag) {} in RefCountedThreadSafeBase() argument
Dcef_scoped_refptr.h76 enum StartRefCountFromZeroTag { kStartRefCountFromZeroTag }; enum
118 scoped_refptr<T> AdoptRefIfNeeded(T* obj, StartRefCountFromZeroTag) { in AdoptRefIfNeeded() argument