Searched refs:m_ref_count (Results 1 – 3 of 3) 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
205 std::size_t m_ref_count; member210 m_ref_count(0u), in wait_state_base()1331 ++ws->m_ref_count; in allocate_wait_state()1343 if (--ws->m_ref_count == 0u) in free_wait_state()
45 m_ref_count = 0; in TrcMemAccessorFile()