Searched refs:MapIterator (Results 1 – 4 of 4) sorted by relevance
250 UnderlyingIterator MapIterator; variable267 if (MapIterator.valid()) { in resetCache()269 CachedStart = MapIterator.start(); in resetCache()270 CachedStop = MapIterator.stop(); in resetCache()287 const_iterator(UnderlyingIterator MapIt) : MapIterator(MapIt) { in const_iterator()314 ++MapIterator;336 ++MapIterator; in advanceToLowerBound()
43 MapIterator iter = m_map.find(name); in Delete()153 MapIterator iter = m_map.find(name); in Get()167 MapIterator pos, end = m_map.end(); in AnyMatches()241 MapIterator pos, end = m_map.end(); in ForEach()256 MapIterator pos, end = m_map.end(); in GetAtIndex()
103 class MapIterator { class105 MapIterator(ValueObject *entry, size_t depth = 0) in MapIterator() function in MapIterator108 MapIterator() = default;225 std::map<size_t, MapIterator> m_iterators;281 MapIterator iterator(m_root_node, max_depth); in GetKeyValuePair()
33 typedef MapType::iterator MapIterator; typedef