Searched refs:CompoundValueNode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/value/value_nodes/
H A DCompoundValueNode.cpp8 #include "CompoundValueNode.h"
24 class CompoundValueNode::Child : public ValueNodeChild {
26 Child(CompoundValueNode* parent, const BString& name)
44 CompoundValueNode* fParent;
52 class CompoundValueNode::BaseTypeChild : public Child {
54 BaseTypeChild(CompoundValueNode* parent, BaseType* baseType)
85 TRACE_LOCALS("CompoundValueNode::BaseTypeChild::ResolveLocation(): "
102 class CompoundValueNode::MemberChild : public Child {
104 MemberChild(CompoundValueNode* parent, DataMember* member)
135 TRACE_LOCALS("CompoundValueNode
152 CompoundValueNode::CompoundValueNode(ValueNodeChild* nodeChild, function in class:CompoundValueNode
[all...]
/haiku/headers/private/debugger/value/value_nodes/
H A DCompoundValueNode.h18 class CompoundValueNode : public ValueNode { class in inherits:ValueNode
20 CompoundValueNode(ValueNodeChild* nodeChild,
22 virtual ~CompoundValueNode();

Completed in 32 milliseconds