Lines Matching refs:AbstractArrayValueNode
29 AbstractArrayValueNode::AbstractArrayValueNode(ValueNodeChild* nodeChild, in AbstractArrayValueNode() function in AbstractArrayValueNode
43 AbstractArrayValueNode::~AbstractArrayValueNode() in ~AbstractArrayValueNode()
55 AbstractArrayValueNode::GetType() const in GetType()
62 AbstractArrayValueNode::ResolvedLocationAndValue(ValueLoader* valueLoader, in ResolvedLocationAndValue()
78 AbstractArrayValueNode::CreateChildren(TeamTypeInformation* info) in CreateChildren()
88 AbstractArrayValueNode::CountChildren() const in CountChildren()
95 AbstractArrayValueNode::ChildAt(int32 index) const in ChildAt()
102 AbstractArrayValueNode::IsRangedContainer() const in IsRangedContainer()
109 AbstractArrayValueNode::ClearChildren() in ClearChildren()
120 AbstractArrayValueNode::CreateChildrenInRange(TeamTypeInformation* info, in CreateChildrenInRange()
179 AbstractArrayValueNode::SupportedChildRange(int32& lowIndex, in SupportedChildRange()
207 AbstractArrayValueNode(nodeChild, type, 0) in ArrayValueNode()
223 AbstractArrayValueNode(nodeChild, type, dimension) in InternalArrayValueNode()
237 AbstractArrayValueNode* parent, const BString& name, int64 elementIndex) in AbstractArrayValueNodeChild()
268 ArrayValueNodeChild::ArrayValueNodeChild(AbstractArrayValueNode* parent, in ArrayValueNodeChild()
339 AbstractArrayValueNode* parent, const BString& name, int64 elementIndex, in InternalArrayValueNodeChild()