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

Function TEST_P

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

Source from the content-addressed store, hash-verified

1550 testing::Values(8, 16, 24, 32, 40, 48, 56, 64));
1551
1552TEST_P(TestBitmapVisitAndWrite, NoOffset) { DoBitmapVisitAndWrite(GetParam(), false); }
1553
1554TEST_P(TestBitmapVisitAndWrite, WithOffset) { DoBitmapVisitAndWrite(GetParam(), true); }
1555

Callers

nothing calls this directly

Calls 1

DoBitmapVisitAndWriteFunction · 0.85

Tested by

no test coverage detected