Searched refs:m_d_name (Results 1 – 2 of 2) sorted by relevance
120 inline __type_info( void * m_data, const char * m_d_name ) throw () in __type_info() argument122 { ::strcpy( _m_d_name, m_d_name ); } // #100211# - checked in __type_info()
120 inline __type_info( void * m_vtable, const char * m_d_name ) throw () in __type_info() argument123 { ::strcpy( _m_d_name, m_d_name ); } // #100211# - checked in __type_info()
Completed in 19 milliseconds