Searched defs:RuntimeTypeInfo (Results 1 – 1 of 1) sorted by relevance
60 struct RuntimeTypeInfo struct62 const RuntimeTypeInfo* mParentTypeInfo; argument64 …/* ctor */ explicit RuntimeTypeInfo( const RuntimeTypeInfo* parent ) : mParentTypeInfo( parent ) … in RuntimeTypeInfo() function66 bool IsDerivedFrom( const RuntimeTypeInfo* s_TypeInfo ) const in IsDerivedFrom() argument