| 14286 | } |
| 14287 | |
| 14288 | void ComputeCurrentValue() { |
| 14289 | if (!AtEnd()) |
| 14290 | current_value_ = ParamType(*current1_, *current2_, *current3_, |
| 14291 | *current4_, *current5_); |
| 14292 | } |
| 14293 | bool AtEnd() const { |
| 14294 | // We must report iterator past the end of the range when either of the |
| 14295 | // component iterators has reached the end of its range. |
nothing calls this directly
no outgoing calls
no test coverage detected