Home
last modified time | relevance | path

Searched defs:StartRefCountFromOneTag (Results 1 – 2 of 2) 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