Searched defs:nodeChild (Results 1 - 20 of 20) sorted by relevance

/haiku/src/kits/debugger/value/type_handlers/
H A DBListTypeHandler.cpp40 BListTypeHandler::CreateValueNode(ValueNodeChild* nodeChild, Type* type, argument
H A DBMessageTypeHandler.cpp39 BMessageTypeHandler::CreateValueNode(ValueNodeChild* nodeChild, Type* type, argument
H A DCStringTypeHandler.cpp71 CStringTypeHandler::CreateValueNode(ValueNodeChild* nodeChild, Type* type, argument
/haiku/src/kits/debugger/value/value_nodes/
H A DEnumerationValueNode.cpp18 EnumerationValueNode::EnumerationValueNode(ValueNodeChild* nodeChild, argument
H A DPointerToMemberValueNode.cpp19 PointerToMemberValueNode::PointerToMemberValueNode(ValueNodeChild* nodeChild, argument
H A DPrimitiveValueNode.cpp20 PrimitiveValueNode::PrimitiveValueNode(ValueNodeChild* nodeChild, argument
H A DCStringValueNode.cpp23 CStringValueNode::CStringValueNode(ValueNodeChild* nodeChild, argument
H A DExpressionValueNode.cpp17 ExpressionValueNode::ExpressionValueNode(ExpressionValueNodeChild* nodeChild, argument
H A DAddressValueNode.cpp24 AddressValueNode::AddressValueNode(ValueNodeChild* nodeChild, argument
H A DCompoundValueNode.cpp152 CompoundValueNode::CompoundValueNode(ValueNodeChild* nodeChild, argument
H A DArrayValueNode.cpp29 AbstractArrayValueNode::AbstractArrayValueNode(ValueNodeChild* nodeChild, argument
205 ArrayValueNode::ArrayValueNode(ValueNodeChild* nodeChild, ArrayType* type) argument
220 InternalArrayValueNode::InternalArrayValueNode(ValueNodeChild* nodeChild, argument
H A DBListValueNode.cpp162 BListValueNode::BListValueNode(ValueNodeChild* nodeChild, argument
H A DBMessageValueNode.cpp108 BMessageValueNode::BMessageValueNode(ValueNodeChild* nodeChild, argument
/haiku/src/kits/debugger/jobs/
H A DResolveValueNodeJob.cpp98 ValueNodeChild* nodeChild = fValueNode->NodeChild(); local
185 ResolveValueNodeValueJob::_ResolveNodeChildLocation(ValueNodeChild* nodeChild) argument
[all...]
/haiku/src/kits/debugger/value/
H A DValueNodeContainer.cpp109 ValueNodeContainer::NotifyValueNodeChanged(ValueNodeChild* nodeChild, argument
150 ValueNodeContainer::Listener::ValueNodeChanged(ValueNodeChild* nodeChild, argument
H A DValueNode.cpp18 ValueNode::ValueNode(ValueNodeChild* nodeChild) argument
241 ChildlessValueNode::ChildlessValueNode(ValueNodeChild* nodeChild) argument
H A DTypeHandlerRoster.cpp55 virtual status_t CreateValueNode(ValueNodeChild* nodeChild, argument
194 TypeHandlerRoster::FindBestTypeHandler(ValueNodeChild* nodeChild, Type* type, argument
221 TypeHandlerRoster::FindTypeHandlers(ValueNodeChild* nodeChild, Type* type, argument
255 TypeHandlerRoster::CreateValueNode(ValueNodeChild* nodeChild, Type* type, argument
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp104 ValueNodeManager::ValueNodeChanged(ValueNodeChild* nodeChild, argument
151 ValueNodeChild* nodeChild = valueNode->NodeChild(); local
177 ValueNodeChild* nodeChild = new (std::nothrow) VariableValueNodeChild( local
191 _CreateValueNode(ValueNodeChild* nodeChild) argument
217 AddChildNodes(ValueNodeChild* nodeChild) argument
[all...]
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp598 CliContext::ValueNodeChanged(ValueNodeChild* nodeChild, ValueNode* oldNode, argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp263 ModelNode(ModelNode* parent, Variable* variable, ValueNodeChild* nodeChild, argument
996 VariablesView::ContainerListener::ValueNodeChanged(ValueNodeChild* nodeChild, argument
1223 ValueNodeChanged(ValueNodeChild* nodeChild, ValueNode* oldNode, ValueNode* newNode) argument
1247 ValueNodeChild* nodeChild = valueNode->NodeChild(); local
1282 ValueNodeChild* nodeChild = node->NodeChild(); local
1326 ValueNodeChild* nodeChild = valueNode->NodeChild(); local
1689 _AddNode(Variable* variable, ModelNode* parent, ValueNodeChild* nodeChild, bool isPresentationNode, bool isOnlyChild) argument
2263 ValueNodeChild* nodeChild; local
2599 ValueNodeChild* nodeChild = node->NodeChild(); local
[all...]

Completed in 181 milliseconds