Searched refs:ArrayValueNode (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/debugger/value/value_nodes/
H A DArrayValueNode.h64 // TODO: Are ArrayValueNode and InternalArrayValueNode still needed?
66 class ArrayValueNode : public AbstractArrayValueNode { class in inherits:AbstractArrayValueNode
68 ArrayValueNode(ValueNodeChild* nodeChild,
70 virtual ~ArrayValueNode();
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp8 #include "ArrayValueNode.h"
202 // #pragma mark - ArrayValueNode
205 ArrayValueNode::ArrayValueNode(ValueNodeChild* nodeChild, ArrayType* type) function in class:ArrayValueNode
212 ArrayValueNode::~ArrayValueNode()

Completed in 44 milliseconds