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