Lines Matching refs:AttributeIndex
70 struct AttributeIndex::TreeDefinition {
125 struct AttributeIndex::NodeTree : public AVLTree<TreeDefinition> {
139 class AttributeIndex::IteratorList : public SinglyLinkedList<Iterator> {};
145 struct AttributeIndex::IteratorPolicy {
146 typedef AttributeIndex Index;
148 typedef AttributeIndex::NodeTree NodeTree;
182 class AttributeIndex::Iterator : public GenericIndexIterator<IteratorPolicy>,
193 AttributeIndexer::AttributeIndexer(AttributeIndex* index) in AttributeIndexer()
247 AttributeIndex::AttributeIndex() in AttributeIndex() function in AttributeIndex
257 AttributeIndex::~AttributeIndex() in ~AttributeIndex()
271 AttributeIndex::Init(Volume* volume, const char* name, uint32 type, in Init()
299 AttributeIndex::CountEntries() const in CountEntries()
306 AttributeIndex::NodeAdded(Node* node) in NodeAdded()
319 AttributeIndex::NodeRemoved(Node* node) in NodeRemoved()
331 AttributeIndex::NodeChanged(Node* node, uint32 statFields, in NodeChanged()
381 AttributeIndex::InternalGetIterator() in InternalGetIterator()
395 AttributeIndex::InternalFind(const void* key, size_t length) in InternalFind()
412 AttributeIndex::_AddIteratorToUpdate(Iterator* iterator) in _AddIteratorToUpdate()
422 AttributeIndex::Iterator::NodeChanged(Node* node, uint32 statFields, in NodeChanged()