Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dleb128_test.cpp24 struct TestData { struct
25 T value;
26 size_t size;
27 uint8_t data[10];
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dleb128_test.cpp26 struct TestData { struct
27 T value;
28 size_t size;
30 uint8_t data[10U];
/arkcompiler/runtime_core/static_core/plugins/ets/tests/libani_helpers/tests/async_work/
Dasync_work_test.cpp113 using TestData = std::tuple<AsyncWorkEvent &, AsyncWork **>; in TEST_F() typedef
138 using TestData = std::tuple<AsyncWorkEvent &, AsyncWork **, int *>; in TEST_F() typedef
197 using TestData = std::tuple<AsyncWorkEvent &, AsyncWork **>; in TEST_F() typedef
222 using TestData = std::tuple<AsyncWorkEvent &, AsyncWorkEvent &, AsyncWork **>; in TEST_F() typedef
/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp194 struct TestData { struct
195 std::string pathPrefix;
196 bool isGood = false;
197 Result *expected = nullptr;
198 std::string gold;