Searched refs:PodStruct (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | serializer_test.cpp | 69 struct PodStruct { struct 77 bool operator==(const PodStruct &lhs, const PodStruct &rhs) in operator ==() 98 TestPod<PodStruct>({0xff, -23458, 10345893, -98343451, -3.54634, 1.44e6}); in TEST_F()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | serializer_test.cpp | 72 struct PodStruct { struct 80 bool operator==(const PodStruct &lhs, const PodStruct &rhs) in operator ==() 103 TestPod<PodStruct>({0xffU, -23458L, 10345893U, -98343451L, -3.54634_D, 1.44e6}); in TEST_F()
|
Completed in 32 milliseconds