| 14882 | } |
| 14883 | |
| 14884 | void ComputeCurrentValue() { |
| 14885 | if (!AtEnd()) |
| 14886 | current_value_ = ParamType(*current1_, *current2_, *current3_, |
| 14887 | *current4_, *current5_, *current6_, *current7_, *current8_); |
| 14888 | } |
| 14889 | bool AtEnd() const { |
| 14890 | // We must report iterator past the end of the range when either of the |
| 14891 | // component iterators has reached the end of its range. |
nothing calls this directly
no outgoing calls
no test coverage detected