Searched refs:ValueMapConstIterator (Results 1 – 1 of 1) sorted by relevance
50 class ValueMapConstIterator; variable136 using const_iterator = ValueMapConstIterator<MapT, KeyT>;384 template <typename DenseMapT, typename KeyT> class ValueMapConstIterator {397 ValueMapConstIterator() : I() {}398 ValueMapConstIterator(BaseT I) : I(I) {}399 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)422 bool operator==(const ValueMapConstIterator &RHS) const {425 bool operator!=(const ValueMapConstIterator &RHS) const {429 inline ValueMapConstIterator& operator++() { // Preincrement433 ValueMapConstIterator operator++(int) { // Postincrement[all …]