Searched refs:TestIntegerDecode (Results 1 – 1 of 1) sorted by relevance
23 void TestIntegerDecode(ConstByteSpan input, int bits, int expected) { in TestIntegerDecode() function39 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()