| 10543 | return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_); |
| 10544 | } |
| 10545 | bool operator!=(const ParamIterator& other) const { |
| 10546 | return !(*this == other); |
| 10547 | } |
| 10548 | |
| 10549 | private: |
| 10550 | friend class ParamGenerator<T>; |
nothing calls this directly
no outgoing calls
no test coverage detected