Searched refs:ParamIterator (Results 1 – 11 of 11) sorted by relevance
99 class ParamIterator {106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function107 ParamIterator& operator=(const ParamIterator& other) {116 ParamIterator& operator++() {121 ParamIterator operator++(int /*unused*/) {124 return ParamIterator(clone);126 bool operator==(const ParamIterator& other) const {129 bool operator!=(const ParamIterator& other) const {135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function161 typedef ParamIterator<T> iterator;
98 class ParamIterator {105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function106 ParamIterator& operator=(const ParamIterator& other) {115 ParamIterator& operator++() {120 ParamIterator operator++(int /*unused*/) {123 return ParamIterator(clone);125 bool operator==(const ParamIterator& other) const {128 bool operator!=(const ParamIterator& other) const {134 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function160 typedef ParamIterator<T> iterator;
123 class ParamIterator {130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function131 ParamIterator& operator=(const ParamIterator& other) {140 ParamIterator& operator++() {145 ParamIterator operator++(int /*unused*/) {148 return ParamIterator(clone);150 bool operator==(const ParamIterator& other) const {153 bool operator!=(const ParamIterator& other) const {159 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function185 typedef ParamIterator<T> iterator;
8595 class ParamIterator {8602 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}8603 ParamIterator& operator=(const ParamIterator& other) {8612 ParamIterator& operator++() {8617 ParamIterator operator++(int /*unused*/) {8620 return ParamIterator(clone);8622 bool operator==(const ParamIterator& other) const {8625 bool operator!=(const ParamIterator& other) const {8631 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}8657 typedef ParamIterator<T> iterator;
10099 class ParamIterator {10106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}10107 ParamIterator& operator=(const ParamIterator& other) {10116 ParamIterator& operator++() {10121 ParamIterator operator++(int /*unused*/) {10124 return ParamIterator(clone);10126 bool operator==(const ParamIterator& other) const {10129 bool operator!=(const ParamIterator& other) const {10135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}10161 typedef ParamIterator<T> iterator;