Home
last modified time | relevance | path

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

/aosp_15_r20/external/zucchini/
H A Dpatch_utils_unittest.cc53 void TestEncodeDecodeVarInt(const std::vector<T>& data) { in TestEncodeDecodeVarInt() function
95 TestEncodeDecodeVarInt<int32_t>({0, 64, 128, 8192, 16384, 1 << 20, 1 << 21, in TEST()
107 TestEncodeDecodeVarInt<int64_t>({0, 64, 128, 8192, 16384, 1 << 20, 1 << 21, in TEST()