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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.h39 void _RemoveIterator(Iterator *iterator);
H A DAttributeIndexImpl.h44 void _RemoveIterator(Iterator *iterator);
H A DLastModifiedIndex.h39 void _RemoveIterator(Iterator *iterator);
H A DSizeIndex.cpp229 // _RemoveIterator
231 SizeIndex::_RemoveIterator(Iterator *iterator) function in class:SizeIndex
350 fIndex->_RemoveIterator(this);
H A DLastModifiedIndex.cpp230 // _RemoveIterator
232 LastModifiedIndex::_RemoveIterator(Iterator *iterator) function in class:LastModifiedIndex
352 fIndex->_RemoveIterator(this);
H A DAttributeIndexImpl.cpp345 // _RemoveIterator
347 AttributeIndexImpl::_RemoveIterator(Iterator *iterator) function in class:AttributeIndexImpl
491 fIndex->_RemoveIterator(this);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h121 void _RemoveIterator(TreeIterator* iterator);
H A DBTree.cpp879 BTree::_RemoveIterator(TreeIterator* iterator) function in class:BTree
905 fTree->_RemoveIterator(this);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h240 void _RemoveIterator(AttributeIterator* iterator);
H A DBPlusTree.h360 void _RemoveIterator(TreeIterator* iterator);
H A DInode.cpp548 Inode::_RemoveIterator(AttributeIterator* iterator) function in class:Inode
2863 fInode->_RemoveIterator(this);
H A DBPlusTree.cpp1002 BPlusTree::_RemoveIterator(TreeIterator* iterator) function in class:BFS::BPlusTree
2574 fTree->_RemoveIterator(this);

Completed in 174 milliseconds