Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp50 TreePath::TreePath(uint32 maxLength) in TreePath() function in TreePath
59 TreePath::~TreePath() in ~TreePath()
67 TreePath::InitCheck() const in InitCheck()
74 TreePath::GetMaxLength() const in GetMaxLength()
81 TreePath::GetLength() const in GetLength()
87 const TreePath::Element *
88 TreePath::ElementAt(int32 index) const in ElementAt()
97 const TreePath::Element *
98 TreePath::GetTopElement() const in GetTopElement()
105 TreePath::PushElement(uint64 blockNumber, int32 index) in PushElement()
[all …]
H A DIterators.h37 class TreePath {
42 TreePath(uint32 maxLength);
43 ~TreePath();
62 class TreePath::Element {
119 TreePath *fPath;
H A DTree.h33 class TreePath; variable