Home
last modified time | relevance | path

Searched refs:CompoundValueNode (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/debugger/value/value_nodes/
H A DCompoundValueNode.cpp24 class CompoundValueNode::Child : public ValueNodeChild {
26 Child(CompoundValueNode* parent, const BString& name) in Child()
44 CompoundValueNode* fParent;
52 class CompoundValueNode::BaseTypeChild : public Child {
54 BaseTypeChild(CompoundValueNode* parent, BaseType* baseType) in BaseTypeChild()
102 class CompoundValueNode::MemberChild : public Child {
104 MemberChild(CompoundValueNode* parent, DataMember* member) in MemberChild()
152 CompoundValueNode::CompoundValueNode(ValueNodeChild* nodeChild, in CompoundValueNode() function in CompoundValueNode
162 CompoundValueNode::~CompoundValueNode() in ~CompoundValueNode()
172 CompoundValueNode::GetType() const in GetType()
[all …]
/haiku/headers/private/debugger/value/value_nodes/
H A DCompoundValueNode.h18 class CompoundValueNode : public ValueNode {
20 CompoundValueNode(ValueNodeChild* nodeChild,
22 virtual ~CompoundValueNode();
/haiku/src/kits/debugger/
H A DJamfile318 CompoundValueNode.cpp