Searched refs:ValueMapConstIterator (Results 1 – 1 of 1) sorted by relevance
44 class ValueMapConstIterator; variable98 typedef ValueMapConstIterator<MapT, KeyT> const_iterator;315 class ValueMapConstIterator :323 ValueMapConstIterator() : I() {}324 ValueMapConstIterator(BaseT I) : I(I) {}325 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)348 bool operator==(const ValueMapConstIterator &RHS) const {351 bool operator!=(const ValueMapConstIterator &RHS) const {355 inline ValueMapConstIterator& operator++() { // Preincrement359 ValueMapConstIterator operator++(int) { // Postincrement[all …]