Searched refs:IndirectItem (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIndirectItem.h0 // IndirectItem.h
27 // IndirectItem
29 \class IndirectItem
34 class IndirectItem : public Item { class in inherits:Item
36 IndirectItem() : Item() {} function in class:IndirectItem
37 IndirectItem(LeafNode *node, ItemHeader *header) function in class:IndirectItem
H A DIterators.cpp28 #include "IndirectItem.h"
1442 IndirectItem &indirect
1443 = *static_cast<IndirectItem*>(&fItem);
1474 IndirectItem &indirect
1475 = *static_cast<IndirectItem*>(&fItem);
1505 IndirectItem &indirect = *static_cast<IndirectItem*>(&fItem);

Completed in 36 milliseconds