| 262 | }); |
| 263 | |
| 264 | TEST_P(TestUnpack, UnpackBoolScalar) { this->TestAll(&bpacking::unpack_scalar<bool>); } |
| 265 | TEST_P(TestUnpack, Unpack8Scalar) { this->TestAll(&bpacking::unpack_scalar<uint8_t>); } |
| 266 | TEST_P(TestUnpack, Unpack16Scalar) { this->TestAll(&bpacking::unpack_scalar<uint16_t>); } |
| 267 | TEST_P(TestUnpack, Unpack32Scalar) { this->TestAll(&bpacking::unpack_scalar<uint32_t>); } |
nothing calls this directly
no test coverage detected