Searched refs:BMessageValueNode (Results 1 – 4 of 4) sorted by relevance
34 BMessageWhatNodeChild(BMessageValueNode* parent, DataMember* member, in BMessageWhatNodeChild()100 BMessageValueNode* fParent;108 BMessageValueNode::BMessageValueNode(ValueNodeChild* nodeChild, in BMessageValueNode() function in BMessageValueNode122 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 …]
20 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;
45 ValueNode* node = new(std::nothrow) BMessageValueNode(nodeChild, in CreateValueNode()
317 BMessageValueNode.cpp