HomeSort by relevance Sort by last modified time
    Searched defs:HasOneRef (Results 1 - 7 of 7) sorted by null

  /external/libchrome/base/memory/
ref_counted.cc 12 bool RefCountedThreadSafeBase::HasOneRef() const {
ref_counted.h 30 bool HasOneRef() const { return ref_count_ == 1; }
90 bool HasOneRef() const;
  /external/webrtc/webrtc/base/
refcount.h 116 virtual bool HasOneRef() const {
  /external/webrtc/webrtc/modules/desktop_capture/
shared_desktop_frame.cc 24 bool HasOneRef() { return ref_count_.Value() == 1; }
69 return !core_->HasOneRef();
  /external/pdfium/core/fxcrt/
cfx_retain_ptr.h 77 bool HasOneRef() const { return m_nRefCount == 1; }
cfx_shared_copy_on_write.h 42 if (!m_pObject->HasOneRef())
65 bool HasOneRef() const { return m_RefCount == 1; }
cfx_weak_ptr.h 31 bool HasOneRef() const { return m_pHandle && m_pHandle->HasOneRef(); }
74 bool HasOneRef() const { return m_nCount == 1; }

Completed in 362 milliseconds