| 255 | int64_t valid_bits_offset) {} |
| 256 | |
| 257 | void Execute(int nvalues, int repeats) { |
| 258 | InitData(nvalues, repeats); |
| 259 | CheckRoundtrip(); |
| 260 | } |
| 261 | |
| 262 | void ExecuteSpaced(int nvalues, int repeats, int64_t valid_bits_offset, |
| 263 | double null_probability) { |
no test coverage detected