Searched refs:aCacheHitTest (Results 1 – 1 of 1) sorted by relevance
396 …const StringHashMap::const_iterator aCacheHitTest = m_aTypedCustomHandlers.find( aRequest.getValue… in handleTypedHandlerImplementations() local397 if ( aCacheHitTest != m_aTypedCustomHandlers.end() ) in handleTypedHandlerImplementations()398 return handleCustomRequest( rRequest, aCacheHitTest->second ); in handleTypedHandlerImplementations()
Completed in 24 milliseconds