Searched refs:CreateChildren (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/private/debugger/value/value_nodes/
H A DCompoundValueNode.h33 virtual status_t CreateChildren(TeamTypeInformation* info);
H A DAddressValueNode.h32 virtual status_t CreateChildren(TeamTypeInformation* info);
H A DBListValueNode.h35 virtual status_t CreateChildren(TeamTypeInformation* info);
H A DBMessageValueNode.h34 virtual status_t CreateChildren(TeamTypeInformation* info);
93 virtual status_t CreateChildren(TeamTypeInformation* info);
H A DArrayValueNode.h40 virtual status_t CreateChildren(TeamTypeInformation* info);
/haiku/headers/private/debugger/value/
H A DValueNode.h57 virtual status_t CreateChildren(TeamTypeInformation* info) = 0;
140 virtual status_t CreateChildren(TeamTypeInformation* info);
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp116 newNode->CreateChildren(fThread->GetTeam()->GetTeamTypeInformation());
157 status_t error = valueNode->CreateChildren(
239 return valueNode->CreateChildren(
/haiku/src/kits/debugger/value/value_nodes/
H A DAddressValueNode.cpp91 AddressValueNode::CreateChildren(TeamTypeInformation* info) function in class:AddressValueNode
H A DCompoundValueNode.cpp195 CompoundValueNode::CreateChildren(TeamTypeInformation* info) function in class:CompoundValueNode
H A DArrayValueNode.cpp78 AbstractArrayValueNode::CreateChildren(TeamTypeInformation* info) function in class:AbstractArrayValueNode
H A DBMessageValueNode.cpp327 BMessageValueNode::CreateChildren(TeamTypeInformation* info) function in class:BMessageValueNode
648 BMessageValueNode::BMessageFieldNode::CreateChildren(TeamTypeInformation* info) function in class:BMessageValueNode::BMessageFieldNode
H A DBListValueNode.cpp300 BListValueNode::CreateChildren(TeamTypeInformation* info) function in class:BListValueNode
/haiku/src/kits/debugger/value/
H A DValueNode.cpp250 ChildlessValueNode::CreateChildren(TeamTypeInformation* info) function in class:ChildlessValueNode

Completed in 58 milliseconds