Searched refs:CreateChildrenInRange (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/debugger/value/value_nodes/
H A DBListValueNode.h42 virtual status_t CreateChildrenInRange(
H A DArrayValueNode.h46 virtual status_t CreateChildrenInRange(
/haiku/headers/private/debugger/value/
H A DValueNode.h72 virtual status_t CreateChildrenInRange(
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp83 return CreateChildrenInRange(info, 0, kMaxArrayElementCount - 1);
120 AbstractArrayValueNode::CreateChildrenInRange(TeamTypeInformation* info, function in class:AbstractArrayValueNode
H A DBListValueNode.cpp302 return CreateChildrenInRange(info, 0, kMaxArrayElementCount);
345 BListValueNode::CreateChildrenInRange(TeamTypeInformation* info, function in class:BListValueNode
/haiku/src/kits/debugger/value/
H A DValueNode.cpp89 ValueNode::CreateChildrenInRange(TeamTypeInformation* info, int32 lowIndex, function in class:ValueNode
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2136 result = valueNode->CreateChildrenInRange(

Completed in 99 milliseconds