Searched refs:nodeChild (Results 26 - 40 of 40) sorted by relevance

12

/haiku/headers/private/debugger/value/value_nodes/
H A DExpressionValueNode.h18 ExpressionValueNodeChild* nodeChild,
H A DAddressValueNode.h19 AddressValueNode(ValueNodeChild* nodeChild,
H A DBListValueNode.h23 BListValueNode(ValueNodeChild* nodeChild,
H A DBMessageValueNode.h23 ValueNodeChild* nodeChild, Type* type);
/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp23 CStringValueNode::CStringValueNode(ValueNodeChild* nodeChild, argument
26 ChildlessValueNode(nodeChild),
H A DArrayValueNode.cpp29 AbstractArrayValueNode::AbstractArrayValueNode(ValueNodeChild* nodeChild, argument
32 ValueNode(nodeChild),
205 ArrayValueNode::ArrayValueNode(ValueNodeChild* nodeChild, ArrayType* type) argument
207 AbstractArrayValueNode(nodeChild, type, 0)
220 InternalArrayValueNode::InternalArrayValueNode(ValueNodeChild* nodeChild, argument
223 AbstractArrayValueNode(nodeChild, type, dimension)
H A DAddressValueNode.cpp24 AddressValueNode::AddressValueNode(ValueNodeChild* nodeChild, argument
27 ValueNode(nodeChild),
H A DCompoundValueNode.cpp152 CompoundValueNode::CompoundValueNode(ValueNodeChild* nodeChild, argument
155 ValueNode(nodeChild),
H A DBListValueNode.cpp162 BListValueNode::BListValueNode(ValueNodeChild* nodeChild, argument
165 ValueNode(nodeChild),
H A DBMessageValueNode.cpp108 BMessageValueNode::BMessageValueNode(ValueNodeChild* nodeChild, argument
111 ValueNode(nodeChild),
/haiku/headers/private/debugger/value/
H A DValueNode.h31 ValueNode(ValueNodeChild* nodeChild);
138 ChildlessValueNode(ValueNodeChild* nodeChild);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp199 virtual void ValueNodeChanged(ValueNodeChild* nodeChild,
263 ModelNode(ModelNode* parent, Variable* variable, ValueNodeChild* nodeChild, argument
267 fNodeChild(nodeChild),
688 void ValueNodeChanged(ValueNodeChild* nodeChild,
752 ValueNodeChild* nodeChild,
996 VariablesView::ContainerListener::ValueNodeChanged(ValueNodeChild* nodeChild, argument
1001 fModel->ValueNodeChanged(nodeChild, oldNode, newNode);
1007 BReference<ValueNodeChild> nodeChildReference(nodeChild);
1012 if (message.AddPointer("nodeChild", nodeChild)
1223 ValueNodeChanged(ValueNodeChild* nodeChild, ValueNode* oldNode, ValueNode* newNode) argument
1247 ValueNodeChild* nodeChild = valueNode->NodeChild(); local
1282 ValueNodeChild* nodeChild = node->NodeChild(); local
1326 ValueNodeChild* nodeChild = valueNode->NodeChild(); local
1689 _AddNode(Variable* variable, ModelNode* parent, ValueNodeChild* nodeChild, bool isPresentationNode, bool isOnlyChild) argument
2263 ValueNodeChild* nodeChild; local
2599 ValueNodeChild* nodeChild = node->NodeChild(); local
[all...]
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.h128 virtual void ValueNodeChanged(ValueNodeChild* nodeChild,
H A DCliContext.cpp598 CliContext::ValueNodeChanged(ValueNodeChild* nodeChild, ValueNode* oldNode, argument
/haiku/src/kits/debugger/jobs/
H A DJobs.h195 ValueNodeChild* nodeChild);

Completed in 91 milliseconds

12