Searched defs:HasOneRef (Results 1 – 2 of 2) sorted by relevance
/third_party/gn/src/base/memory/ | ||
D | ref_counted.cc | 11 bool RefCountedThreadSafeBase::HasOneRef() const { in HasOneRef() function in base::subtle::RefCountedThreadSafeBase |
D | ref_counted.h | 23 bool HasOneRef() const { return ref_count_ == 1; } in HasOneRef() function |