Searched refs:m_pInterface (Results 1 – 4 of 4) sorted by relevance
43 m_pInterface = NULL; in ComPtr()52 if (m_pInterface) in ComPtr()61 m_pInterface = aCopy.m_pInterface; in ComPtr()62 if (m_pInterface) in ComPtr()94 return m_pInterface; in operator T_INTERFACE*()112 return m_pInterface; in operator ->()123 if (m_pInterface) in operator =()126 return m_pInterface; in operator =()140 m_pInterface = aCopy.m_pInterface; in operator =()141 if (m_pInterface) in operator =()[all …]
47 T* m_pInterface; member in inprocserv::ComSmart51 if ( m_pInterface ) in OwnRelease()61 : m_pInterface( NULL ) in ComSmart()65 : m_pInterface( rObj.m_pInterface ) in ComSmart()87 m_pInterface = rObj.m_pInterface; in operator =()109 return m_pInterface; in operator T*()114 return *m_pInterface; in operator *()121 m_pInterface = NULL; in operator &()128 return m_pInterface; in operator ->()133 return ( m_pInterface == rObj.m_pInterface ); in operator ==()[all …]
58 T* m_pInterface; member in __anon69ef87d60111::ComSmart62 if ( m_pInterface ) in OwnRelease()72 : m_pInterface( NULL ) in ComSmart()76 : m_pInterface( rObj.m_pInterface ) in ComSmart()98 m_pInterface = rObj.m_pInterface; in operator =()120 return m_pInterface; in operator T*()125 return *m_pInterface; in operator *()132 m_pInterface = NULL; in operator &()139 return m_pInterface; in operator ->()144 return ( m_pInterface == rObj.m_pInterface ); in operator ==()[all …]
Completed in 30 milliseconds