Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp129 InternalNode *
132 InternalNode *internalNode = NULL; in ToInternalNode()
135 internalNode = static_cast<InternalNode*>(node); in ToInternalNode()
313 InternalNode::GetKeys() const in GetKeys()
320 InternalNode::KeyAt(int32 index) const in KeyAt()
330 InternalNode::GetChilds() const in GetChilds()
337 InternalNode::ChildAt(int32 index) const in ChildAt()
347 InternalNode::Check() const in Check()
H A DBlock.h32 class InternalNode; variable
66 InternalNode *ToInternalNode();
116 class InternalNode : public Node {
H A DIterators.h30 class InternalNode; variable
113 status_t _SearchRightMost(InternalNode *node, const VKey *k, int32 *index);
H A DIterators.cpp290 InternalNode *internal = fCurrentNode->ToInternalNode(); in GoTo()
495 TreeIterator::_SearchRightMost(InternalNode *node, const VKey *k, int32 *index) in _SearchRightMost()