Searched refs:EntryIterator (Results 1 – 1 of 1) sorted by relevance
63 class EntryIterator {65 EntryIterator(const TrieMap::TrieMapIterator &trieMapIterator, in EntryIterator() function75 bool operator!=(const EntryIterator &other) const {79 const EntryIterator &operator++() {85 DISALLOW_DEFAULT_CONSTRUCTOR(EntryIterator);86 DISALLOW_ASSIGNMENT_OPERATOR(EntryIterator);98 EntryIterator begin() const { in begin()99 return EntryIterator(mTrieMapRange.begin(), mHasHistoricalInfo); in begin()102 EntryIterator end() const { in end()103 return EntryIterator(mTrieMapRange.end(), mHasHistoricalInfo); in end()