Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dserializer_test.cpp157 struct TestStruct { struct
165 bool operator==(const TestStruct &lhs, const TestStruct &rhs) in operator ==()
170 TEST_F(SerializatorTest, TestStruct) in TEST_F() argument
172 TestStruct test_struct {1, 2, 3, 4, "Liza", {8, 9, 5}}; in TEST_F()
175 TestStruct a = test_struct; in TEST_F()
176 TestStruct b; in TEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dserializer_test.cpp162 struct TestStruct { struct
170 bool operator==(const TestStruct &lhs, const TestStruct &rhs) in operator ==()
175 TEST_F(SerializatorTest, TestStruct) in TEST_F() argument
177 TestStruct testStruct {1U, 2U, 3U, 4U, "Liza", {8U, 9U, 5U}}; in TEST_F()
180 TestStruct a = testStruct; in TEST_F()
181 TestStruct b; in TEST_F()
/arkcompiler/ets_frontend/arkguard/test/grammar/virtual_constructor/unable_keep/
DvirtualTest_nokeep2.d.ets28 export declare struct TestStruct {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/08.top-level_declarations/01.exported_declarations/default_exported_declarations/
Ddefault_export_struct.sts23 export default struct TestStruct {