Searched refs:BListValueNode (Results 1 - 3 of 3) sorted by path

/haiku/headers/private/debugger/value/value_nodes/
H A DBListValueNode.h21 class BListValueNode : public ValueNode { class in inherits:ValueNode
23 BListValueNode(ValueNodeChild* nodeChild,
25 virtual ~BListValueNode();
/haiku/src/kits/debugger/value/type_handlers/
H A DBListTypeHandler.cpp11 #include "BListValueNode.h"
46 ValueNode* node = new(std::nothrow) BListValueNode(nodeChild,
/haiku/src/kits/debugger/value/value_nodes/
H A DBListValueNode.cpp7 #include "BListValueNode.h"
29 //#pragma mark - BListValueNode::BListElementNodeChild
32 class BListValueNode::BListElementNodeChild : public ValueNodeChild {
34 BListElementNodeChild(BListValueNode* parent,
47 BListValueNode* fParent;
53 BListValueNode::BListElementNodeChild::BListElementNodeChild(
54 BListValueNode* parent, int64 elementIndex, Type* type)
68 BListValueNode::BListElementNodeChild::~BListElementNodeChild()
76 BListValueNode::BListElementNodeChild::ResolveLocation(
100 class BListValueNode
162 BListValueNode::BListValueNode(ValueNodeChild* nodeChild, function in class:BListValueNode
[all...]

Completed in 43 milliseconds