Searched refs:SetContainer (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/debugger/value/
H A DValueNode.cpp34 SetContainer(NULL);
47 ValueNode::SetContainer(ValueNodeContainer* container) function in class:ValueNode
63 ChildAt(i)->SetContainer(fContainer);
152 SetContainer(NULL);
171 ValueNodeChild::SetContainer(ValueNodeContainer* container) function in class:ValueNodeChild
186 fNode->SetContainer(fContainer);
200 fNode->SetContainer(NULL);
206 fNode->SetContainer(fContainer);
H A DValueNodeContainer.cpp63 child->SetContainer(this);
76 child->SetContainer(NULL);
86 child->SetContainer(NULL);
/haiku/headers/private/debugger/value/
H A DValueNode.h50 void SetContainer(ValueNodeContainer* container);
116 void SetContainer(ValueNodeContainer* container);
/haiku/src/kits/debugger/value/value_nodes/
H A DCompoundValueNode.cpp210 child->SetContainer(fContainer);
223 child->SetContainer(fContainer);
H A DAddressValueNode.cpp117 fChild->SetContainer(fContainer);
H A DBListValueNode.cpp364 countChild->SetContainer(fContainer);
397 child->SetContainer(fContainer);
H A DBMessageValueNode.cpp340 whatNode->SetContainer(fContainer);
366 node->SetContainer(fContainer);
665 child->SetContainer(fContainer);
H A DArrayValueNode.cpp168 child->SetContainer(fContainer);

Completed in 46 milliseconds