Symbol: NodeChild
headers/private/debugger/value/ValueNode.h
34
ValueNodeChild* NodeChild() const { return fNodeChild; }
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1246
ValueNodeChild* nodeChild = valueNode->NodeChild();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1281
ValueNodeChild* nodeChild = node->NodeChild();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1305
ValueNodeChildrenDeleted(childNode->NodeChild()->Node());
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1325
ValueNodeChild* nodeChild = valueNode->NodeChild();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1437
ValueLocation* location = node->NodeChild()->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1441
ValueNode* childNode = node->NodeChild()->Node();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1471
ValueNode* childNode = node->NodeChild()->Node();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1504
fNodeManager->AddChildNodes(child->NodeChild());
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1537
ValueNodeChild* child = node->NodeChild();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1726
ValueNode* parentValueNode = parent->NodeChild()->Node();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2034
Type* baseType = dynamic_cast<AddressType*>(node->NodeChild()
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2053
node->NodeChild(), addressType, NULL, valueNode) != B_OK) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2058
node->NodeChild()->SetNode(valueNode);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2068
ValueNode* valueNode = node->NodeChild()->Node();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2070
valueNode = node->ChildAt(0)->NodeChild()->Node();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2114
ValueNode* valueNode = node->NodeChild()->Node();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2116
valueNode = node->ChildAt(0)->NodeChild()->Node();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2147
ValueLocation* location = node->NodeChild()->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2249
ValueNodeChild* child = node->NodeChild();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2452
ValueNodeChild* child = node->NodeChild();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2598
ValueNodeChild* nodeChild = node->NodeChild();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2645
ValueLocation* location = node->NodeChild()->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2668
ValueNodeChild* child = node->NodeChild();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2721
valueNode = node->ChildAt(0)->NodeChild()->Node();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2746
if (fExpressionChildren.HasItem(node->NodeChild())) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2806
ValueNodeChild* child = node->NodeChild();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2810
child = node->NodeChild();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3113
node->NodeChild(), type, handler, valueNode) == B_OK) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3114
node->NodeChild()->SetNode(valueNode);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3220
if (!fExpressionChildren.HasItem(node->NodeChild()))
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3405
if (TypeHandlerRoster::Default()->CreateValueNode(node->NodeChild(), type,
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3410
node->NodeChild()->SetNode(valueNode);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3426
ValueNode* valueNode = node->NodeChild()->Node();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
729
return HashKey(value->NodeChild());
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
735
return value->NodeChild() == key;
src/kits/debugger/debug_managers/ValueNodeManager.cpp
151
ValueNodeChild* nodeChild = valueNode->NodeChild();
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
98
ValueNodeChild* nodeChild = fValueNode->NodeChild();
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1481
result->SetToValueNode(value.GetValueNode()->NodeChild());
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1779
child = value.GetValueNode()->NodeChild();
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
55
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
317
child->ArrayParent()->NodeChild());
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
66
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/BListValueNode.cpp
198
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
145
fIsFlatMessage = dynamic_cast<BMessageFieldNodeChild*>(NodeChild())
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
149
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
116
NodeChild()->SetLocation(stringLocation, B_OK);
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
51
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
183
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/EnumerationValueNode.cpp
46
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
47
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/PrimitiveValueNode.cpp
48
ValueLocation* location = NodeChild()->Location();