| 15366 | } |
| 15367 | |
| 15368 | void ComputeCurrentValue() { |
| 15369 | if (!AtEnd()) |
| 15370 | current_value_ = ParamType(*current1_, *current2_, *current3_, |
| 15371 | *current4_, *current5_, *current6_, *current7_, *current8_, |
| 15372 | *current9_, *current10_); |
| 15373 | } |
| 15374 | bool AtEnd() const { |
| 15375 | // We must report iterator past the end of the range when either of the |
| 15376 | // component iterators has reached the end of its range. |
nothing calls this directly
no outgoing calls
no test coverage detected