Home
last modified time | relevance | path

Searched defs:FieldData (Results 1 – 4 of 4) 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.cpp182 struct FieldData { struct
183 std::string name;
184 panda_file::Type::TypeId type_id;
185 uint32_t access_flags;
608 struct FieldData { struct
609 std::string name;
610 panda_file::Type::TypeId type_id;
611 std::variant<int32_t, uint32_t, int64_t, uint64_t, float, double, std::string> value;
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp155 struct FieldData { in TEST() struct
156 std::string name; in TEST()
157 panda_file::Type::TypeId typeId; in TEST()
158 uint32_t accessFlags; in TEST()
539 struct FieldData { in TEST() struct
540 std::string name; in TEST()
541 panda_file::Type::TypeId typeId; in TEST()
542 std::variant<int32_t, uint32_t, int64_t, uint64_t, float, double, std::string> value; in TEST()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dclass_linker_test.cpp345 struct FieldData { struct
347 std::string name;
349 size_t size;
351 size_t offset;
353 bool operator==(const FieldData &other) const in operator ==()