Pretend to support multiple arguments.
| 81 | int64_t iterations() const { return iters_; } |
| 82 | // Pretend to support multiple arguments. |
| 83 | int64_t range(int pos) const { CHECK(has_arg_); return arg_; } |
| 84 | |
| 85 | private: |
| 86 | int64_t iters_; |
no outgoing calls
no test coverage detected