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()
1427 for ( size_t mapEntry = 0; mapEntry < nRuleMapCount; ++mapEntry ) in OSQLParser() local1430 sal_uInt32 nParserRuleID = StrToRuleID( aRuleDescriptions[ mapEntry ].sRuleName ); in OSQLParser()1432 s_aReverseRuleIDLookup[ nParserRuleID ] = aRuleDescriptions[ mapEntry ].eRule; in OSQLParser()1434 s_nRuleIDs[ aRuleDescriptions[ mapEntry ].eRule ] = nParserRuleID; in OSQLParser()
Completed in 29 milliseconds