| 1486 | testing::Values(8, 16, 24, 32, 40, 48, 56, 64)); |
| 1487 | |
| 1488 | TEST_P(TestBitmapVisitAndWrite, NoOffset) { DoBitmapVisitAndWrite(GetParam(), false); } |
| 1489 | |
| 1490 | TEST_P(TestBitmapVisitAndWrite, WithOffset) { DoBitmapVisitAndWrite(GetParam(), true); } |
| 1491 |
nothing calls this directly
no test coverage detected