Searched refs:CreateBitVector (Results 1 – 1 of 1) sorted by relevance
48 BitVector CreateBitVector(uint32_t size) { in CreateBitVector() function125 BenchRowMapGet(state, RowMap(CreateBitVector(kSize))); in BM_RowMapBvGet()162 RowMap selector(CreateBitVector(rm.size())); in BM_RowMapSelectRangeWithBv()175 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithRange()182 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithBv()183 RowMap selector(CreateBitVector(rm.size())); in BM_RowMapSelectBvWithBv()189 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithIv()204 RowMap selector(CreateBitVector(rm.size())); in BM_RowMapSelectIvWithBv()228 return RowMap(CreateBitVector(rm_size)); in BM_RowMapFilterIntoRangeWithBv()234 RowMap rm(CreateBitVector(kSize)); in BM_RowMapFilterIntoBvWithRange()[all …]