Searched refs:m_ref_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_file.h87 void IncRefCount() { m_ref_count++; };
90 void DecRefCount() { m_ref_count--; };
93 const int getRefCount() const { return m_ref_count; };
225 int m_ref_count; /**< accessor reference count */ member in class:TrcMemAccessorFile
/freebsd-current/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_file.cpp45 m_ref_count = 0;

Completed in 109 milliseconds