Searched refs:NodeChild (Results 1 - 14 of 14) sorted by relevance

/haiku/src/kits/debugger/value/value_nodes/
H A DPointerToMemberValueNode.cpp47 ValueLocation* location = NodeChild()->Location();
H A DCStringValueNode.cpp51 ValueLocation* location = NodeChild()->Location();
116 NodeChild()->SetLocation(stringLocation, B_OK);
H A DEnumerationValueNode.cpp46 ValueLocation* location = NodeChild()->Location();
H A DPrimitiveValueNode.cpp48 ValueLocation* location = NodeChild()->Location();
H A DAddressValueNode.cpp55 ValueLocation* location = NodeChild()->Location();
H A DArrayValueNode.cpp66 ValueLocation* location = NodeChild()->Location();
317 child->ArrayParent()->NodeChild());
H A DCompoundValueNode.cpp183 ValueLocation* location = NodeChild()->Location();
H A DBMessageValueNode.cpp145 fIsFlatMessage = dynamic_cast<BMessageFieldNodeChild*>(NodeChild())
149 ValueLocation* location = NodeChild()->Location();
H A DBListValueNode.cpp198 ValueLocation* location = NodeChild()->Location();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp333 ValueNodeChild* NodeChild() const function in class:VariablesView::ModelNode
730 return HashKey(value->NodeChild());
736 return value->NodeChild() == key;
1247 ValueNodeChild* nodeChild = valueNode->NodeChild();
1282 ValueNodeChild* nodeChild = node->NodeChild();
1306 ValueNodeChildrenDeleted(childNode->NodeChild()->Node());
1326 ValueNodeChild* nodeChild = valueNode->NodeChild();
1438 ValueLocation* location = node->NodeChild()->Location();
1442 ValueNode* childNode = node->NodeChild()->Node();
1472 ValueNode* childNode = node->NodeChild()
[all...]
/haiku/headers/private/debugger/value/
H A DValueNode.h34 ValueNodeChild* NodeChild() const { return fNodeChild; } function in class:ValueNode
/haiku/src/kits/debugger/jobs/
H A DResolveValueNodeJob.cpp98 ValueNodeChild* nodeChild = fValueNode->NodeChild();
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp151 ValueNodeChild* nodeChild = valueNode->NodeChild();
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1481 result->SetToValueNode(value.GetValueNode()->NodeChild());
1779 child = value.GetValueNode()->NodeChild();

Completed in 122 milliseconds