Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dref_counted.h30 explicit RefCountedBase(StartRefCountFromZeroTag) { in RefCountedBase() argument
151 explicit constexpr RefCountedThreadSafeBase(StartRefCountFromZeroTag) {} in RefCountedThreadSafeBase() argument
Dscoped_refptr.h34 enum StartRefCountFromZeroTag { kStartRefCountFromZeroTag }; enum
76 scoped_refptr<T> AdoptRefIfNeeded(T* obj, StartRefCountFromZeroTag) { in AdoptRefIfNeeded() argument