| 148 | } |
| 149 | |
| 150 | uint64_t TestOnlyExtractBitsSoftware(uint64_t bitmap, uint64_t select_bitmap) { |
| 151 | return standard::ExtractBitsSoftware(bitmap, select_bitmap); |
| 152 | } |
| 153 | |
| 154 | void DefRepLevelsToList(const int16_t* def_levels, const int16_t* rep_levels, |
| 155 | int64_t num_def_levels, LevelInfo level_info, |
no test coverage detected