Searched refs:ValueMapConstIterator (Results 1 – 1 of 1) sorted by relevance
52 class ValueMapConstIterator; variable139 using const_iterator = ValueMapConstIterator<MapT, KeyT>;385 class ValueMapConstIterator :395 ValueMapConstIterator() : I() {}396 ValueMapConstIterator(BaseT I) : I(I) {}397 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)420 bool operator==(const ValueMapConstIterator &RHS) const {423 bool operator!=(const ValueMapConstIterator &RHS) const {427 inline ValueMapConstIterator& operator++() { // Preincrement431 ValueMapConstIterator operator++(int) { // Postincrement[all …]