Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dleb128_test.cpp111 static void TestDecodeUnsigned(const std::vector<TestData<uint64_t>> &data, bool is_partial = false) in TestDecodeUnsigned() argument
123 EXPECT_EQ(is_full, MinimumBitsToStore(t.value) <= bitwidth && !is_partial) << ss.str(); in TestDecodeUnsigned()
139 static void TestDecodeSigned(const std::vector<TestData<T>> &data, bool is_partial = false) in TestDecodeSigned() argument
151 EXPECT_EQ(is_full, !is_partial) << ss.str(); in TestDecodeSigned()