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

Function TEST

cpp/src/arrow/util/bit_block_counter_test.cc:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247TEST(TestBinaryBitBlockCounter, NextAndWord) {
248 CheckBinaryBitBlockOp<detail::BitBlockAnd>(
249 [](BinaryBitBlockCounter* counter) { return counter->NextAndWord(); });
250}
251
252TEST(TestBinaryBitBlockCounter, NextOrWord) {
253 CheckBinaryBitBlockOp<detail::BitBlockOr>(

Callers

nothing calls this directly

Calls 6

AllocateBitmapFunction · 0.85
NextBlockMethod · 0.80
random_bytesFunction · 0.50
mutable_dataMethod · 0.45
dataMethod · 0.45
NextWordMethod · 0.45

Tested by

no test coverage detected