Searched refs:_AddRef (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomip.h87 _com_ptr_t(const _com_ptr_t &cp) throw() : m_pInterface(cp.m_pInterface) { _AddRef(); }
88 _com_ptr_t(Interface *pInterface) throw() : m_pInterface(pInterface) { _AddRef(); }
90 if(fAddRef) _AddRef();
122 _AddRef();
306 void _AddRef() throw() { function in class:_com_ptr_t
H A Dcomutil.h125 void _AddRef() throw();
132 inline _bstr_t::_bstr_t(const _bstr_t &s) throw() : m_Data(s.m_Data) { _AddRef(); }
152 _AddRef();
259 inline void _bstr_t::_AddRef() throw() { function in class:_bstr_t
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomip.h87 _com_ptr_t(const _com_ptr_t &cp) throw() : m_pInterface(cp.m_pInterface) { _AddRef(); }
88 _com_ptr_t(Interface *pInterface) throw() : m_pInterface(pInterface) { _AddRef(); }
90 if(fAddRef) _AddRef();
122 _AddRef();
306 void _AddRef() throw() { function in class:_com_ptr_t
H A Dcomutil.h125 void _AddRef() throw();
132 inline _bstr_t::_bstr_t(const _bstr_t &s) throw() : m_Data(s.m_Data) { _AddRef(); }
152 _AddRef();
259 inline void _bstr_t::_AddRef() throw() { function in class:_bstr_t

Completed in 74 milliseconds