Searched refs:ValueMapIterator (Results 1 – 1 of 1) sorted by relevance
49 class ValueMapIterator; variable132 using iterator = ValueMapIterator<MapT, KeyT>;326 template <typename DenseMapT, typename KeyT> class ValueMapIterator {339 ValueMapIterator() : I() {}340 ValueMapIterator(BaseT I) : I(I) {}364 bool operator==(const ValueMapIterator &RHS) const {367 bool operator!=(const ValueMapIterator &RHS) const {371 inline ValueMapIterator& operator++() { // Preincrement375 ValueMapIterator operator++(int) { // Postincrement376 ValueMapIterator tmp = *this; ++*this; return tmp;[all …]