Searched refs:FindType (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dxti.h431 static wxTypeInfo *FindType(const char *typeName) { return FindType( wxString::FromAscii(typeName) ) ; } function in class:wxTypeInfo
433 static wxTypeInfo *FindType(const wxChar *typeName);
536 m_elementType = wxTypeInfo::FindType( m_elementTypeName ) ;
559 template<typename T> const wxTypeInfo* wxGetTypeInfo( T * ) { return wxTypeInfo::FindType(typeid(T).name()) ; }
1062 m_collectionElementTypeInfo = wxTypeInfo::FindType(m_collectionElementTypeName) ;
1070 m_typeInfo = wxTypeInfo::FindType(m_typeName) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dxti.cpp287 wxTypeInfo *wxTypeInfo::FindType(const wxChar *typeName) function in class:wxTypeInfo

Completed in 71 milliseconds