Searched defs:HasOneRef (Results 1 – 7 of 7) sorted by relevance
33 bool HasOneRef() const { return m_pHandle && m_pHandle->HasOneRef(); } in HasOneRef() function76 bool HasOneRef() const { return m_nCount == 1; } in HasOneRef() function
109 bool HasOneRef() const { return m_nRefCount == 1; } in HasOneRef() function
60 bool HasOneRef() const { in HasOneRef() function
52 virtual bool HasOneRef() const { return ref_count_.HasOneRef(); } in HasOneRef() function
68 TEST(RefCountedObject, HasOneRef) { in TEST() argument
20 bool RefCountedThreadSafeBase::HasOneRef() const { in HasOneRef() function in base::subtle::RefCountedThreadSafeBase
27 bool HasOneRef() const { return ref_count_ == 1; } in HasOneRef() function