Home
last modified time | relevance | path

Searched refs:SourcePathComponentNode (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp46 class ImageFunctionsView::SourcePathComponentNode : public BReferenceable { class in ImageFunctionsView
48 SourcePathComponentNode(SourcePathComponentNode* parent, in SourcePathComponentNode() function in ImageFunctionsView::SourcePathComponentNode
65 virtual ~SourcePathComponentNode() in ~SourcePathComponentNode()
97 SourcePathComponentNode* ChildAt(int32 index) in ChildAt()
102 SourcePathComponentNode* FindChildByName(const BString& name) const in FindChildByName()
114 bool AddChild(SourcePathComponentNode* child) in AddChild()
126 bool RemoveChild(SourcePathComponentNode* child) in RemoveChild()
168 SourcePathComponentNode* node) in CompareByComponentName()
173 static int CompareComponents(const SourcePathComponentNode* a, in CompareComponents()
174 const SourcePathComponentNode* b) in CompareComponents()
[all …]
H A DImageFunctionsView.h44 class SourcePathComponentNode; variable