| 14496 | } |
| 14497 | |
| 14498 | void ComputeCurrentValue() { |
| 14499 | if (!AtEnd()) |
| 14500 | current_value_ = ParamType(*current1_, *current2_, *current3_, |
| 14501 | *current4_, *current5_, *current6_, *current7_, *current8_); |
| 14502 | } |
| 14503 | bool AtEnd() const { |
| 14504 | // We must report iterator past the end of the range when either of the |
| 14505 | // component iterators has reached the end of its range. |
nothing calls this directly
no outgoing calls
no test coverage detected