Searched defs:ORefCount (Results 1 – 1 of 1) sorted by relevance
52 class VOS_DLLPUBLIC ORefCount class57 ORefCount() { m_RefCount = 0; } in ORefCount() function in vos::ORefCount58 ORefCount(RefCount n) { m_RefCount = n; } in ORefCount() function in vos::ORefCount
Completed in 13 milliseconds