Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dleb128_test.cpp24 struct TestData { struct
32 static std::vector<TestData<uint64_t>> unsigned_test_data {
48 static std::vector<TestData<uint64_t>> unsigned_partial_decoding_test_data {
52 static std::vector<TestData<int8_t>> signed_test_data8 {
61 static std::vector<TestData<int16_t>> signed_test_data16 {
70 static std::vector<TestData<int32_t>> signed_test_data32 {
79 static std::vector<TestData<int64_t>> signed_test_data64 {
91 static std::vector<TestData<int8_t>> signed_partial_decoding_test_data8 {
95 static std::vector<TestData<int16_t>> signed_partial_decoding_test_data16 {
99 static std::vector<TestData<int32_t>> signed_partial_decoding_test_data32 {
[all …]