Searched refs:IteratorValueType (Results 1 – 2 of 2) sorted by relevance
398 typedef typename RefTypeTraits<T>::IteratorValueType IteratorValueType; typedef430 IteratorValueType operator*() const {431 return static_cast<IteratorValueType>(498 typedef T IteratorValueType;511 typedef T IteratorValueType;524 typedef const std::string IteratorValueType;548 typedef const T& IteratorValueType;
235 using IteratorValueType = std::pair<IndexType, ValueType>; variable236 const IteratorValueType &operator*() const { return current_value_; }299 IteratorValueType current_value_;308 current_value_ = IteratorValueType(index_, value_); in SetCurrentValue()