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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dxti.cpp285 wxTypeInfoMap *wxTypeInfo::ms_typeTable = NULL ; member in class:wxTypeInfo
289 wxTypeInfoMap::iterator iter = ms_typeTable->find(typeName) ;
290 wxASSERT_MSG( iter != ms_typeTable->end() , wxT("lookup for a non-existent type-info") ) ;
314 if ( ms_typeTable == NULL )
315 ms_typeTable = new wxTypeInfoMap() ;
318 (*ms_typeTable)[m_name] = this ;
324 ms_typeTable->erase(m_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dxti.h443 static wxTypeInfoMap* ms_typeTable ; member in class:wxTypeInfo

Completed in 87 milliseconds