Searched refs:m_ref_count (Results 1 – 2 of 2) sorted by relevance
18 m_ref_count(0), in standalone_service_context()33 m_ref_count(0), in standalone_service_context()51 assert(m_ref_count >= 0); in init()53 if (!m_ref_count) do_init(); in init()54 ++m_ref_count; in init()59 assert(m_ref_count > 0); in deinit()61 --m_ref_count; in deinit()62 if (!m_ref_count) do_deinit(); in deinit()
41 int m_ref_count; variable
Completed in 4 milliseconds