Searched refs:GetAsArray (Results 1 – 6 of 6) sorted by relevance
192 ArrayValue *Value::GetAsArray() in GetAsArray() function in panda::pandasm::Value198 const ArrayValue *Value::GetAsArray() const in GetAsArray() function in panda::pandasm::Value
384 ArrayValue *GetAsArray();386 const ArrayValue *GetAsArray() const;
394 for (const auto &elem_value : value->GetAsArray()->GetValues()) { in CreateValueItem()402 auto component_type = value->GetAsArray()->GetComponentType(); in CreateValueItem()440 if (value_type == Value::Type::ARRAY && !value->GetAsArray()->GetValues().empty()) { in CreateAnnotationItem()441 auto array_element_type = value->GetAsArray()->GetComponentType(); in CreateAnnotationItem()
44 ArrayValue::Serialize(*(element.GetValue()->GetAsArray()), *protoArray); in Serialize()
881 ArrayValueItem *ValueItem::GetAsArray() in GetAsArray() function in panda::panda_file::ValueItem
1499 ArrayValueItem *GetAsArray();