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

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DAttributeIndexer.h17 class AttributeIndexer { class
19 AttributeIndexer(AttributeIndex* index);
20 ~AttributeIndexer();
H A DUnpackingAttributeCookie.h12 class AttributeIndexer;
38 AttributeIndexer* indexer);
H A DAttributeIndex.h13 class AttributeIndexer;
51 friend class AttributeIndexer;
59 AttributeIndexer* fIndexer;
H A DAttributeIndex.cpp18 #include "AttributeIndexer.h"
175 // #pragma mark - AttributeIndexer
178 AttributeIndexer::AttributeIndexer(AttributeIndex* index) function in class:AttributeIndexer
188 AttributeIndexer::~AttributeIndexer()
194 AttributeIndexer::CreateCookie(IndexedAttributeOwner* owner,
222 AttributeIndexer::DeleteCookie()
274 fIndexer = new(std::nothrow) AttributeIndexer(this);
H A DNode.cpp120 Node::IndexAttribute(AttributeIndexer* indexer)
H A DUnpackingDirectory.h42 virtual status_t IndexAttribute(AttributeIndexer* indexer);
H A DUnpackingLeafNode.h54 virtual status_t IndexAttribute(AttributeIndexer* indexer);
H A DNode.h22 class AttributeIndexer;
93 virtual status_t IndexAttribute(AttributeIndexer* indexer);
H A DPackageNode.h19 class AttributeIndexer;
H A DUnpackingAttributeCookie.cpp18 #include "AttributeIndexer.h"
152 AttributeIndexer* indexer)
H A DUnpackingDirectory.cpp182 UnpackingDirectory::IndexAttribute(AttributeIndexer* indexer)
H A DUnpackingLeafNode.cpp295 UnpackingLeafNode::IndexAttribute(AttributeIndexer* indexer)

Completed in 54 milliseconds