Searched defs:SvRefBase (Results 1 – 2 of 2) sorted by relevance
30 SV_IMPL_REF_LIST( SvRefBase,SvRefBase* ) in SV_IMPL_REF_LIST() argument
321 class TOOLS_DLLPUBLIC SvRefBase class332 SvRefBase() { nRefCount = SV_NO_DELETE_REFCOUNT; } in SvRefBase() function in SvRefBase333 SvRefBase( const SvRefBase & /* rObj */ ) in SvRefBase() function in SvRefBase335 SvRefBase & operator = ( const SvRefBase & ) { return *this; } in operator =()
Completed in 17 milliseconds