Home
last modified time | relevance | path

Searched refs:component_type_ (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dmeta.h267 component_type_ = {}; in Reset()
279 component_type_ = type; in SetComponentType()
290 … std::make_unique<ArrayValue>(component_type_.value(), std::move(values_))); in CreateAnnotationElement()
308 return component_type_.has_value(); in IsComponentTypeSet()
337 std::optional<Value::Type> component_type_; variable
Dannotation.h511 : Value(Type::ARRAY), component_type_(component_type), values_(std::move(values)) in ArrayValue()
527 return component_type_; in GetComponentType()
531 Type component_type_;
Dmeta.cpp222 ASSERT(component_type_.has_value()); in AddValue()
223 type = component_type_.value(); in AddValue()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp1038 switch (component_type_.GetId()) { in Write()
1075 switch (component_type_.GetId()) { in GetComponentSize()
Dfile_items.h1552 … : ValueItem(Type::ARRAY, container), component_type_(component_type), items_(std::move(items)) in ArrayValueItem()
1570 panda_file::Type component_type_; variable