Searched refs:SelfType (Results 1 – 10 of 10) sorted by relevance
763 typedef ValueIteratorBase SelfType; typedef765 bool operator==(const SelfType& other) const { return isEqual(other); }767 bool operator!=(const SelfType& other) const { return !isEqual(other); }769 difference_type operator-(const SelfType& other) const {811 difference_type computeDistance(const SelfType& other) const;813 bool isEqual(const SelfType& other) const;815 void copy(const SelfType& other);842 typedef ValueConstIterator SelfType; typedef854 SelfType& operator=(const ValueIteratorBase& other);856 SelfType operator++(int) {[all …]
1011 typedef ValueIteratorBase SelfType; typedef1013 bool operator==(const SelfType& other) const { return isEqual(other); }1015 bool operator!=(const SelfType& other) const { return !isEqual(other); }1017 difference_type operator-(const SelfType& other) const {1050 difference_type computeDistance(const SelfType& other) const;1052 bool isEqual(const SelfType& other) const;1054 void copy(const SelfType& other);1080 typedef ValueConstIterator SelfType; typedef1089 SelfType& operator=(const ValueIteratorBase& other);1091 SelfType operator++(int) {[all …]
1061 typedef ValueIteratorBase SelfType; typedef1063 bool operator==(const SelfType& other) const { return isEqual(other); }1065 bool operator!=(const SelfType& other) const { return !isEqual(other); }1067 difference_type operator-(const SelfType& other) const {1100 difference_type computeDistance(const SelfType& other) const;1102 bool isEqual(const SelfType& other) const;1104 void copy(const SelfType& other);1130 typedef ValueConstIterator SelfType; typedef1140 SelfType& operator=(const ValueIteratorBase& other);1142 SelfType operator++(int) {[all …]
2272 ValueIteratorBase::computeDistance(const SelfType& other) const { in computeDistance()2299 bool ValueIteratorBase::isEqual(const SelfType& other) const { in isEqual()2306 void ValueIteratorBase::copy(const SelfType& other) { in copy()2395 ValueIterator& ValueIterator::operator=(const SelfType& other) { in operator =()
32 ValueIteratorBase::computeDistance(const SelfType& other) const {55 bool ValueIteratorBase::isEqual(const SelfType& other) const {62 void ValueIteratorBase::copy(const SelfType& other) {152 ValueIterator& ValueIterator::operator=(const SelfType& other) {
2241 ValueIteratorBase::computeDistance(const SelfType& other) const { in computeDistance()2268 bool ValueIteratorBase::isEqual(const SelfType& other) const { in isEqual()2275 void ValueIteratorBase::copy(const SelfType& other) { in copy()2359 ValueIterator& ValueIterator::operator=(const SelfType& other) { in operator =()