Searched refs:IsLeaf (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.h62 bool IsLeaf() const;
103 bool IsLeaf() const;
H A DBlock.cpp146 if (node->IsLeaf())
159 // IsLeaf
161 Block::IsLeaf() const function in class:Block
164 return node->IsLeaf();
267 // IsLeaf
269 Node::IsLeaf() const function in class:Node
H A DTree.cpp148 else if ((*node)->IsLeaf())
H A DIterators.cpp323 if (fCurrentNode->IsLeaf()) {
365 if (fCurrentNode->IsLeaf()) {
729 if (node->IsLeaf())
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DBlock.h62 bool IsLeaf() const;
106 bool IsLeaf() const;
H A DBlock.cpp145 if (node->IsLeaf())
158 // IsLeaf
160 Block::IsLeaf() const function in class:Block
163 return node->IsLeaf();
270 // IsLeaf
272 Node::IsLeaf() const function in class:Node
H A DTree.cpp148 else if ((*node)->IsLeaf())
H A DIterators.cpp320 if (fCurrentNode->IsLeaf()) {
362 if (fCurrentNode->IsLeaf()) {
726 if (node->IsLeaf())
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DBPlusTree.h79 inline bool IsLeaf() const;
316 bplustree_node::IsLeaf() const function in class:BFS::bplustree_node
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h93 inline bool IsLeaf() const;
545 bplustree_node::IsLeaf() const function in class:bplustree_node
H A DBPlusTree.cpp1644 if (node->IsLeaf()) {
1985 if (!node->IsLeaf() && index == node->NumKeys())
2057 if (node->IsLeaf()) {
2099 || (node->NumKeys() == 1 && node->IsLeaf()))) {
2123 || (!writableNode->IsLeaf() && writableNode->NumKeys() == 1)) {
2402 } else if (!parent->IsLeaf()) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBPlusTree.h82 inline bool IsLeaf() const;
437 bplustree_node::IsLeaf() const function in class:bplustree_node
H A DBPlusTree.cpp1102 if (node->IsLeaf()) {
1399 if (!node->IsLeaf() && index == node->NumKeys())
1466 if (node->IsLeaf()) {
1494 && (node->NumKeys() == 0 || node->NumKeys() == 1 && node->IsLeaf())) {
1515 || !node->IsLeaf() && node->NumKeys() == 1) {

Completed in 125 milliseconds