Searched refs:component_type_ (Results 1 – 5 of 5) sorted by relevance
267 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
511 : Value(Type::ARRAY), component_type_(component_type), values_(std::move(values)) in ArrayValue()527 return component_type_; in GetComponentType()531 Type component_type_;
222 ASSERT(component_type_.has_value()); in AddValue()223 type = component_type_.value(); in AddValue()
1038 switch (component_type_.GetId()) { in Write()1075 switch (component_type_.GetId()) { in GetComponentSize()
1552 … : ValueItem(Type::ARRAY, container), component_type_(component_type), items_(std::move(items)) in ArrayValueItem()1570 panda_file::Type component_type_; variable