Searched refs:m_RefCount (Results 1 – 3 of 3) sorted by relevance
79 size_t m_RefCount = 0; variable
94 ++g_pInstance->m_RefCount; in GetRetainedInstance()99 if (--m_RefCount) in Release()
510 GpStream() : m_RefCount(1), m_ReadPos(0) {} in GpStream()525 return (ULONG)InterlockedIncrement(&m_RefCount); in AddRef()528 ULONG res = (ULONG)InterlockedDecrement(&m_RefCount); in Release()639 LONG m_RefCount; member in __anon231311ed0111::GpStream