Home
last modified time | relevance | path

Searched defs:testStruct (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/enumerators/
Denumerators_test.cpp213 static void EnumerateAnonymousFunctions(const char *abcFilePath, TestStructType &testStruct) in EnumerateAnonymousFunctions()
222 auto testStruct = reinterpret_cast<TestStructType *>(data); in EnumerateAnonymousFunctions() local
231 auto testStruct = reinterpret_cast<TestStructType *>(data1); in EnumerateAnonymousFunctions() local
343 TestStructType testStruct; in TEST_F() local
366 TestStructType testStruct; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/inspect_api/enumerators/
Denumerators_test.cpp202 static void EnumerateAnonymousFunctions(const char *abcFilePath, TestStructType &testStruct) in EnumerateAnonymousFunctions()
208 auto testStruct = reinterpret_cast<TestStructType *>(data); in EnumerateAnonymousFunctions() local
217 auto testStruct = reinterpret_cast<TestStructType *>(data1); in EnumerateAnonymousFunctions() local
244 TestStructType testStruct; in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dserializer_test.cpp177 TestStruct testStruct {1U, 2U, 3U, 4U, "Liza", {8U, 9U, 5U}}; in TEST_F() local