Home
last modified time | relevance | path

Searched defs:FieldData (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp152 struct FieldData { in TEST() struct
153 std::string name; in TEST()
154 panda_file::Type::TypeId type_id; in TEST()
155 uint32_t access_flags; in TEST()
532 struct FieldData { in TEST() struct
533 std::string name; in TEST()
534 panda_file::Type::TypeId type_id; in TEST()
535 std::variant<int32_t, uint32_t, int64_t, uint64_t, float, double, std::string> value; in TEST()
Dassembler_emitter_test.cpp184 struct FieldData { struct
185 std::string name;
186 panda_file::Type::TypeId type_id;
187 uint32_t access_flags;
610 struct FieldData { struct
611 std::string name;
612 panda_file::Type::TypeId type_id;
613 std::variant<int32_t, uint32_t, int64_t, uint64_t, float, double, std::string> value;