Searched refs:TestEncodeDecodeVarUInt (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/zucchini/ |
H A D | patch_utils_unittest.cc | 17 void TestEncodeDecodeVarUInt(const std::vector<T>& data) { in TestEncodeDecodeVarUInt() function 89 TestEncodeDecodeVarUInt<uint32_t>({0, 64, 128, 8192, 16384, 1 << 20, 1 << 21, in TEST() 101 TestEncodeDecodeVarUInt<uint64_t>({0, 64, 128, 8192, 16384, 1 << 20, 1 << 21, in TEST()
|