Searched refs:ValueMapConstIterator (Results 1 – 1 of 1) sorted by relevance
51 class ValueMapConstIterator; variable133 using const_iterator = ValueMapConstIterator<MapT, KeyT>;380 template <typename DenseMapT, typename KeyT> class ValueMapConstIterator {393 ValueMapConstIterator() : I() {}394 ValueMapConstIterator(BaseT I) : I(I) {}395 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)418 bool operator==(const ValueMapConstIterator &RHS) const {421 bool operator!=(const ValueMapConstIterator &RHS) const {425 inline ValueMapConstIterator& operator++() { // Preincrement429 ValueMapConstIterator operator++(int) { // Postincrement[all …]