Searched refs:subIterators (Results 1 – 3 of 3) sorted by relevance
179 DoublyLinkedList<QueryIterator> subIterators; in PutIterator() local182 hIterator->RemoveAllSubIterators(subIterators); in PutIterator()214 while (QueryIterator* subIterator = subIterators.First()) { in PutIterator()215 subIterators.Remove(subIterator); in PutIterator()233 DoublyLinkedList<QueryIterator> subIterators; in VolumeUnmounting() local246 hIterator->RemoveAllSubIterators(subIterators); in VolumeUnmounting()279 while (QueryIterator* subIterator = subIterators.First()) { in VolumeUnmounting()280 subIterators.Remove(subIterator); in VolumeUnmounting()
126 DoublyLinkedList<QueryIterator>& subIterators) in RemoveAllSubIterators() argument130 subIterators.Insert(iterator); in RemoveAllSubIterators()
54 subIterators);