Searched refs:_AddIterator (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.h38 void _AddIterator(Iterator *iterator);
H A DAttributeIndexImpl.h43 void _AddIterator(Iterator *iterator);
H A DLastModifiedIndex.h38 void _AddIterator(Iterator *iterator);
H A DSizeIndex.cpp222 // _AddIterator
224 SizeIndex::_AddIterator(Iterator *iterator) function in class:SizeIndex
320 fIndex->_AddIterator(this);
H A DLastModifiedIndex.cpp223 // _AddIterator
225 LastModifiedIndex::_AddIterator(Iterator *iterator) function in class:LastModifiedIndex
322 fIndex->_AddIterator(this);
H A DAttributeIndexImpl.cpp338 // _AddIterator
340 AttributeIndexImpl::_AddIterator(Iterator *iterator) function in class:AttributeIndexImpl
451 fIndex->_AddIterator(this);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h120 void _AddIterator(TreeIterator* iterator);
H A DBTree.cpp871 BTree::_AddIterator(TreeIterator* iterator) function in class:BTree
895 tree->_AddIterator(this);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h239 void _AddIterator(AttributeIterator* iterator);
H A DBPlusTree.h359 void _AddIterator(TreeIterator* iterator);
H A DInode.cpp540 Inode::_AddIterator(AttributeIterator* iterator) function in class:Inode
2853 inode->_AddIterator(this);
H A DBPlusTree.cpp994 BPlusTree::_AddIterator(TreeIterator* iterator) function in class:BFS::BPlusTree
2565 tree->_AddIterator(this);

Completed in 181 milliseconds