Searched refs:ValueMapConstIterator (Results 1 – 1 of 1) sorted by relevance
50 class ValueMapConstIterator; variable132 using const_iterator = ValueMapConstIterator<MapT, KeyT>;379 template <typename DenseMapT, typename KeyT> class ValueMapConstIterator {392 ValueMapConstIterator() : I() {}393 ValueMapConstIterator(BaseT I) : I(I) {}394 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)417 bool operator==(const ValueMapConstIterator &RHS) const {420 bool operator!=(const ValueMapConstIterator &RHS) const {424 inline ValueMapConstIterator& operator++() { // Preincrement428 ValueMapConstIterator operator++(int) { // Postincrement[all …]