| 14229 | return new Iterator(*this); |
| 14230 | } |
| 14231 | virtual const ParamType* Current() const { return ¤t_value_; } |
| 14232 | virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { |
| 14233 | // Having the same base generator guarantees that the other |
| 14234 | // iterator is of the same type and we can downcast. |
nothing calls this directly
no outgoing calls
no test coverage detected