Searched refs:_AddIteratorToUpdate (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.h42 void _AddIteratorToUpdate(Iterator* iterator);
H A DSizeIndex.h42 void _AddIteratorToUpdate(Iterator* iterator);
H A DAttributeIndex.h54 void _AddIteratorToUpdate(Iterator* iterator);
H A DLastModifiedIndex.cpp277 LastModifiedIndex::_AddIteratorToUpdate(Iterator* iterator) function in class:LastModifiedIndex
290 fIndex->_AddIteratorToUpdate(this);
H A DSizeIndex.cpp275 SizeIndex::_AddIteratorToUpdate(Iterator* iterator) function in class:SizeIndex
288 fIndex->_AddIteratorToUpdate(this);
H A DAttributeIndex.cpp412 AttributeIndex::_AddIteratorToUpdate(Iterator* iterator) function in class:AttributeIndex
425 fIndex->_AddIteratorToUpdate(this);

Completed in 48 milliseconds