Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dserializer_test.cpp162 struct TestStruct { struct
163 uint8_t a {};
164 uint16_t b {};
165 uint32_t c {};
166 uint64_t d {};
167 std::string e;
168 std::vector<int> f;
175 TEST_F(SerializatorTest, TestStruct) in TEST_F() argument
/arkcompiler/runtime_core/libpandabase/tests/
Dserializer_test.cpp157 struct TestStruct { struct
158 uint8_t a;
159 uint16_t b;
160 uint32_t c;
161 uint64_t d;
162 std::string e;
163 std::vector<int> f;
170 TEST_F(SerializatorTest, TestStruct) in TEST_F() argument
/arkcompiler/ets_runtime/common_components/heap/barrier/tests/
Dbarrier_test.cpp230 struct TestStruct { in HWTEST_F_L0() struct
231 int a; in HWTEST_F_L0()
232 double b; in HWTEST_F_L0()