Searched refs:iProp (Results 1 – 3 of 3) sorted by relevance
462 StringHashMap::const_iterator iProp; in MatchesTranslation() local463 for( iProp = aProperties.begin() ; iProp != aProperties.end(); ++iProp ) in MatchesTranslation()467 …if ( IsPropertyRelevant( iProp->first, iProp->second ) || IsPropertyRelevant( iProp->first, rInfo.… in MatchesTranslation()469 if ( IsPropertyInvariant( iProp->first, iProp->second ) ) in MatchesTranslation()471 if ( !rInfo.aProperties.find( iProp->first )->second.Equals( iProp->second ) ) in MatchesTranslation()477 rInfo.aProperties.find( iProp->first )->second = iProp->second; in MatchesTranslation()491 if ( IsPropertyRelevant( iProp->first, iProp->second ) ) in MatchesTranslation()499 for( iProp = rInfo.aProperties.begin() ; iProp != rInfo.aProperties.end(); ++iProp ) in MatchesTranslation()503 if ( IsPropertyRelevant( iProp->first, iProp->second ) ) in MatchesTranslation()530 StringHashMap::const_iterator iProp; in MakeTag() local[all …]
162 HRESULT STDMETHODCALLTYPE CPropertyHdl::GetAt( DWORD iProp, PROPERTYKEY *pKey ) in GetAt() argument167 hr = m_pCache->GetAt( iProp, pKey ); in GetAt()
63 virtual HRESULT STDMETHODCALLTYPE GetAt( DWORD iProp, PROPERTYKEY *pkey );
Completed in 24 milliseconds