Searched defs:HasOneRef (Results 1 – 6 of 6) 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
89 bool HasOneRef() const { return m_nRefCount == 1; } in HasOneRef() function
20 bool RefCountedThreadSafeBase::HasOneRef() const { in HasOneRef() function in base::subtle::RefCountedThreadSafeBase
27 bool HasOneRef() const { return ref_count_ == 1; } in HasOneRef() function
24 bool HasOneRef() { return ref_count_.Value() == 1; } in HasOneRef() function in webrtc::SharedDesktopFrame::Core
116 virtual bool HasOneRef() const { in HasOneRef() function