Home
last modified time | relevance | path

Searched refs:StartRefCountFromZeroTag (Results 1 – 2 of 2) 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
203 static constexpr subtle::StartRefCountFromZeroTag kRefCountPreference =
270 static constexpr subtle::StartRefCountFromZeroTag kRefCountPreference =
Dscoped_refptr.h33 enum StartRefCountFromZeroTag { kStartRefCountFromZeroTag }; enum
75 scoped_refptr<T> AdoptRefIfNeeded(T* obj, StartRefCountFromZeroTag) { in AdoptRefIfNeeded() argument