Searched refs:m_pTypeDescr (Results 1 – 3 of 3) sorted by relevance
230 m_pTypeDescr (pTypeDescr), in Proxy()237 typelib_typedescription_acquire((typelib_TypeDescription *)m_pTypeDescr); in Proxy()238 if (!((typelib_TypeDescription *)m_pTypeDescr)->bComplete) in Proxy()239 typelib_typedescription_complete((typelib_TypeDescription **)&m_pTypeDescr); in Proxy()241 OSL_ENSURE(((typelib_TypeDescription *)m_pTypeDescr)->bComplete, "### type is incomplete!"); in Proxy()266 typelib_typedescription_release((typelib_TypeDescription *)m_pTypeDescr); in ~Proxy()324 m_pTypeDescr); in acquire()
51 typelib_InterfaceTypeDescription * m_pTypeDescr; member in Proxy
160 typelib_InterfaceTypeDescription * m_pTypeDescr; member210 (typelib_TypeDescription *)m_pInterfaces[ nPos ].m_pTypeDescr ); in ~AdapterImpl()628 that->m_pInterfaces[nPos].m_pTypeDescr; in adapter_dispatch()695 pInterface->m_pTypeDescr = 0; in AdapterImpl()697 (typelib_TypeDescription **)&pInterface->m_pTypeDescr ); in AdapterImpl()698 OSL_ASSERT( pInterface->m_pTypeDescr ); in AdapterImpl()699 if (! pInterface->m_pTypeDescr) in AdapterImpl()705 m_pInterfaces[ n ].m_pTypeDescr ); in AdapterImpl()846 m_pInterfaces[ nPos ].m_pTypeDescr)->pWeakRef )) in lookup_adapter()
Completed in 29 milliseconds