Searched refs:mapEntry (Results 1 – 2 of 2) sorted by relevance
170 GraphiteRopeMap::value_type mapEntry(record->m_rope->hashCode(), record); in cacheSegment() local171 m_ropeMap.insert(mapEntry); in cacheSegment()178 GraphiteRopeMap::value_type mapEntry((*(record->m_rope)).hashCode(), record); in cacheSegment() local179 m_ropeMap.insert(mapEntry); in cacheSegment()
1430 for ( size_t mapEntry = 0; mapEntry < nRuleMapCount; ++mapEntry ) in OSQLParser() local1433 sal_uInt32 nParserRuleID = StrToRuleID( aRuleDescriptions[ mapEntry ].sRuleName ); in OSQLParser()1435 s_aReverseRuleIDLookup[ nParserRuleID ] = aRuleDescriptions[ mapEntry ].eRule; in OSQLParser()1437 s_nRuleIDs[ aRuleDescriptions[ mapEntry ].eRule ] = nParserRuleID; in OSQLParser()
Completed in 19 milliseconds