| 1550 | testing::Values(8, 16, 24, 32, 40, 48, 56, 64)); |
| 1551 | |
| 1552 | TEST_P(TestBitmapVisitAndWrite, NoOffset) { DoBitmapVisitAndWrite(GetParam(), false); } |
| 1553 | |
| 1554 | TEST_P(TestBitmapVisitAndWrite, WithOffset) { DoBitmapVisitAndWrite(GetParam(), true); } |
| 1555 |
nothing calls this directly
no test coverage detected