Searched refs:IteratorPolicy (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.h34 struct IteratorPolicy;
39 friend struct IteratorPolicy;
H A DSizeIndex.h34 struct IteratorPolicy;
39 friend struct IteratorPolicy;
H A DNameIndex.h38 struct IteratorPolicy;
41 friend struct IteratorPolicy;
H A DAttributeIndex.h45 struct IteratorPolicy;
49 friend struct IteratorPolicy;
H A DNameIndex.cpp87 struct NameIndex::IteratorPolicy { struct in class:NameIndex
91 typedef GenericIndexIteratorTreePolicy<IteratorPolicy> TreePolicy;
106 struct NameIndex::Iterator : public GenericIndexIterator<IteratorPolicy> {
H A DLastModifiedIndex.cpp107 struct LastModifiedIndex::IteratorPolicy { struct in class:LastModifiedIndex
111 typedef GenericIndexIteratorTreePolicy<IteratorPolicy> TreePolicy;
126 class LastModifiedIndex::Iterator : public GenericIndexIterator<IteratorPolicy>,
H A DSizeIndex.cpp106 struct SizeIndex::IteratorPolicy { struct in class:SizeIndex
110 typedef GenericIndexIteratorTreePolicy<IteratorPolicy> TreePolicy;
125 class SizeIndex::Iterator : public GenericIndexIterator<IteratorPolicy>,
H A DAttributeIndex.cpp145 struct AttributeIndex::IteratorPolicy { struct in class:AttributeIndex
150 typedef IteratorPolicy TreePolicy;
182 class AttributeIndex::Iterator : public GenericIndexIterator<IteratorPolicy>,

Completed in 347 milliseconds