Searched refs:rm_size (Results 1 – 1 of 1) sorted by relevance
218 uint32_t rm_size = rm.size(); in BM_RowMapFilterIntoRangeWithRange() local220 [rm_size]() { return RowMap(CreateRange(rm_size)); }); in BM_RowMapFilterIntoRangeWithRange()226 uint32_t rm_size = rm.size(); in BM_RowMapFilterIntoRangeWithBv() local227 BenchRowMapFilterInto(state, std::move(rm), [rm_size]() { in BM_RowMapFilterIntoRangeWithBv()228 return RowMap(CreateBitVector(rm_size)); in BM_RowMapFilterIntoRangeWithBv()235 uint32_t rm_size = rm.size(); in BM_RowMapFilterIntoBvWithRange() local237 [rm_size]() { return RowMap(CreateRange(rm_size)); }); in BM_RowMapFilterIntoBvWithRange()243 uint32_t rm_size = rm.size(); in BM_RowMapFilterIntoBvWithBv() local244 BenchRowMapFilterInto(state, std::move(rm), [rm_size]() { in BM_RowMapFilterIntoBvWithBv()245 return RowMap(CreateBitVector(rm_size)); in BM_RowMapFilterIntoBvWithBv()[all …]