Home
last modified time | relevance | path

Searched refs:TestIntegerDecode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_grpc/
H A Dhpack_test.cc23 void TestIntegerDecode(ConstByteSpan input, int bits, int expected) { in TestIntegerDecode() function
39 TestIntegerDecode(kInput, /*bits_in_first_byte=*/5, /*expected=*/10); in TEST()
43 TestIntegerDecode(kInput, /*bits_in_first_byte=*/5, /*expected=*/1337); in TEST()
47 TestIntegerDecode(kInput, /*bits_in_first_byte=*/8, /*expected=*/42); in TEST()