Searched refs:s_aKnownEvents (Results 1 – 1 of 1) sorted by relevance
173 s_aKnownEvents.insert( EventMap::value_type( \180 static EventMap s_aKnownEvents; in lcl_getEventDescriptionForMethod() local181 if ( s_aKnownEvents.empty() ) in lcl_getEventDescriptionForMethod()184 if ( s_aKnownEvents.empty() ) in lcl_getEventDescriptionForMethod()224 EventMap::const_iterator pos = s_aKnownEvents.find( _rMethodName ); in lcl_getEventDescriptionForMethod()225 if ( pos == s_aKnownEvents.end() ) in lcl_getEventDescriptionForMethod()
Completed in 23 milliseconds