| 14467 | } |
| 14468 | |
| 14469 | void ComputeCurrentValue() { |
| 14470 | if (!AtEnd()) |
| 14471 | current_value_ = ParamType(*current1_, *current2_, *current3_, |
| 14472 | *current4_, *current5_, *current6_); |
| 14473 | } |
| 14474 | bool AtEnd() const { |
| 14475 | // We must report iterator past the end of the range when either of the |
| 14476 | // component iterators has reached the end of its range. |
nothing calls this directly
no outgoing calls
no test coverage detected