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

Function TEST_P

cpp/src/arrow/util/bpacking_test.cc:264–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 });
263
264TEST_P(TestUnpack, UnpackBoolScalar) { this->TestAll(&bpacking::unpack_scalar<bool>); }
265TEST_P(TestUnpack, Unpack8Scalar) { this->TestAll(&bpacking::unpack_scalar<uint8_t>); }
266TEST_P(TestUnpack, Unpack16Scalar) { this->TestAll(&bpacking::unpack_scalar<uint16_t>); }
267TEST_P(TestUnpack, Unpack32Scalar) { this->TestAll(&bpacking::unpack_scalar<uint32_t>); }

Callers

nothing calls this directly

Calls 2

TestAllMethod · 0.80
IsSupportedMethod · 0.45

Tested by

no test coverage detected