| 83 | void num_inserted(uint32_t i) { num_inserted_ = i; } |
| 84 | |
| 85 | uint32_t* hashes() const { |
| 86 | return reinterpret_cast<uint32_t*>(hashes_->mutable_data()); |
| 87 | } |
| 88 | |
| 89 | /// \brief Extract group id for a given slot in a given block using aligned 32-bit read |
| 90 | /// regardless of the number of group id bits. |
no test coverage detected