Home
last modified time | relevance | path

Searched refs:BMessageValueNode (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp34 BMessageWhatNodeChild(BMessageValueNode* parent, DataMember* member, in BMessageWhatNodeChild()
100 BMessageValueNode* fParent;
108 BMessageValueNode::BMessageValueNode(ValueNodeChild* nodeChild, in BMessageValueNode() function in BMessageValueNode
122 BMessageValueNode::~BMessageValueNode() in ~BMessageValueNode()
135 BMessageValueNode::GetType() const in GetType()
142 BMessageValueNode::ResolvedLocationAndValue(ValueLoader* valueLoader, in ResolvedLocationAndValue()
327 BMessageValueNode::CreateChildren(TeamTypeInformation* info) in CreateChildren()
380 BMessageValueNode::CountChildren() const in CountChildren()
387 BMessageValueNode::ChildAt(int32 index) const in ChildAt()
394 BMessageValueNode::_GetTypeForTypeCode(TeamTypeInformation* info, in _GetTypeForTypeCode()
[all …]
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h20 class BMessageValueNode : public ValueNode {
22 BMessageValueNode(
24 virtual ~BMessageValueNode();
76 class BMessageValueNode::BMessageFieldNode : public ValueNode {
80 BMessageValueNode* parent,
100 BMessageValueNode* fParent;
107 class BMessageValueNode::BMessageFieldNodeChild : public ValueNodeChild {
110 BMessageValueNode* parent,
133 BMessageValueNode* fParent;
/haiku/src/kits/debugger/value/type_handlers/
H A DBMessageTypeHandler.cpp45 ValueNode* node = new(std::nothrow) BMessageValueNode(nodeChild, in CreateValueNode()
/haiku/src/kits/debugger/
H A DJamfile317 BMessageValueNode.cpp