| 14124 | } |
| 14125 | |
| 14126 | void ComputeCurrentValue() { |
| 14127 | if (!AtEnd()) |
| 14128 | current_value_ = ParamType(*current1_, *current2_, *current3_, |
| 14129 | *current4_); |
| 14130 | } |
| 14131 | bool AtEnd() const { |
| 14132 | // We must report iterator past the end of the range when either of the |
| 14133 | // component iterators has reached the end of its range. |
nothing calls this directly
no outgoing calls
no test coverage detected