Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_file.h87 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
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_file.cpp45 m_ref_count = 0; in TrcMemAccessorFile()