| 13819 | ComputeCurrentValue(); |
| 13820 | } |
| 13821 | virtual ParamIteratorInterface<ParamType>* Clone() const { |
| 13822 | return new Iterator(*this); |
| 13823 | } |
| 13824 | virtual const ParamType* Current() const { return ¤t_value_; } |
| 13825 | virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { |
| 13826 | // Having the same base generator guarantees that the other |
nothing calls this directly
no outgoing calls
no test coverage detected