Searched refs:m_ref_count (Results 1 – 2 of 2) sorted by relevance
87 void IncRefCount() { m_ref_count++; }; in IncRefCount()90 void DecRefCount() { m_ref_count--; }; in DecRefCount()93 const int getRefCount() const { return m_ref_count; }; in getRefCount()225 int m_ref_count; /**< accessor reference count */ variable
45 m_ref_count = 0; in TrcMemAccessorFile()