Searched refs:component_type_ (Results 1 – 5 of 5) sorted by relevance
268 component_type_ = {}; in Reset()280 component_type_ = type; in SetComponentType()291 … std::make_unique<ArrayValue>(component_type_.value(), std::move(values_))); in CreateAnnotationElement()309 return component_type_.has_value(); in IsComponentTypeSet()338 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_;
224 ASSERT(component_type_.has_value()); in AddValue()225 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