MCPcopy Create free account
hub / github.com/apache/arrow / TEST_P

Function TEST_P

cpp/src/arrow/util/bitmap_test.cc:1488–1488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486 testing::Values(8, 16, 24, 32, 40, 48, 56, 64));
1487
1488TEST_P(TestBitmapVisitAndWrite, NoOffset) { DoBitmapVisitAndWrite(GetParam(), false); }
1489
1490TEST_P(TestBitmapVisitAndWrite, WithOffset) { DoBitmapVisitAndWrite(GetParam(), true); }
1491

Callers

nothing calls this directly

Calls 1

DoBitmapVisitAndWriteFunction · 0.85

Tested by

no test coverage detected