Searched refs:aCachedStatePos (Results 1 – 1 of 1) sorted by relevance
173 StateCache::const_iterator aCachedStatePos = m_aLastKnownStates.find( _nAttributeId ); in getAttributeState() local174 if ( aCachedStatePos == m_aLastKnownStates.end() ) in getAttributeState()179 return aCachedStatePos->second; in getAttributeState()
Completed in 19 milliseconds