Searched refs:maMethodNameMap (Results 1 – 1 of 1) sorted by relevance
209 IntrospectionNameMap maMethodNameMap; member in stoc_inspect::IntrospectionAccessStatic_Impl344 IntrospectionNameMap::iterator aIt = pThis->maMethodNameMap.find( aMethodName ); in getMethodIndex()345 if( !( aIt == pThis->maMethodNameMap.end() ) ) in getMethodIndex()363 aIt = pThis->maMethodNameMap.find( aPureMethodName ); in getMethodIndex()364 if( !( aIt == pThis->maMethodNameMap.end() ) ) in getMethodIndex()2239 IntrospectionNameMap& rMethodNameMap = pAccess->maMethodNameMap; in implInspect()
Completed in 25 milliseconds