Searched refs:AttributeIndex (Results 1 - 25 of 27) sorted by relevance

12

/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndex.cpp0 // AttributeIndex.cpp
3 #include "AttributeIndex.h"
6 AttributeIndex::AttributeIndex(Volume *volume, const char *name, uint32 type, function in class:AttributeIndex
13 AttributeIndex::~AttributeIndex()
H A DAttributeIndex.h0 // AttributeIndex.h
10 class AttributeIndex : public Index { class in inherits:Index
12 AttributeIndex(Volume *volume, const char *name, uint32 type,
14 virtual ~AttributeIndex();
H A DIndexDirectory.h8 class AttributeIndex;
23 AttributeIndex **index = NULL);
29 AttributeIndex *FindAttributeIndex(const char *name);
30 AttributeIndex *FindAttributeIndex(const char *name, uint32 type);
H A DIndexDirectory.cpp71 AttributeIndex **_index)
77 AttributeIndex *index = NULL;
178 AttributeIndex *
181 AttributeIndex *attrIndex = NULL;
183 attrIndex = dynamic_cast<AttributeIndex*>(index);
188 AttributeIndex *
191 AttributeIndex *attrIndex = NULL;
193 attrIndex = dynamic_cast<AttributeIndex*>(index);
H A DAttribute.h8 #include "AttributeIndex.h"
40 void SetIndex(AttributeIndex *index, bool inIndex);
41 AttributeIndex *GetIndex() const { return fIndex; }
59 AttributeIndex *fIndex;
H A DAttributeIndexImpl.h6 #include "AttributeIndex.h"
9 class AttributeIndexImpl : public AttributeIndex {
H A DAttribute.cpp43 if (AttributeIndex *index = GetVolume()->FindAttributeIndex(GetName(),
99 Attribute::SetIndex(AttributeIndex *index, bool inIndex)
H A DVolume.cpp668 if (AttributeIndex *index = FindAttributeIndex(
686 if (AttributeIndex *index = FindAttributeIndex(
746 AttributeIndex *
H A DVolume.h151 AttributeIndex *FindAttributeIndex(const char *name, uint32 type);
H A DAttributeIndexImpl.cpp193 : AttributeIndex(volume, name, type, (keyLength > 0), keyLength),
274 PRINT(("AttributeIndex::Add(%p)\n", attribute));
293 PRINT(("AttributeIndex::Removed(%p)\n", attribute));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DAttributeIndex.cpp0 // AttributeIndex.cpp
3 #include "AttributeIndex.h"
6 AttributeIndex::AttributeIndex(Volume *volume, const char *name, uint32 type, function in class:AttributeIndex
13 AttributeIndex::~AttributeIndex()
H A DAttributeIndex.h0 // AttributeIndex.h
10 class AttributeIndex : public Index { class in inherits:Index
12 AttributeIndex(Volume *volume, const char *name, uint32 type,
14 virtual ~AttributeIndex();
H A DIndexDirectory.h8 class AttributeIndex;
23 AttributeIndex **index = NULL);
29 AttributeIndex *FindAttributeIndex(const char *name);
30 AttributeIndex *FindAttributeIndex(const char *name, uint32 type);
H A DIndexDirectory.cpp71 AttributeIndex **_index)
77 AttributeIndex *index = NULL;
178 AttributeIndex *
181 AttributeIndex *attrIndex = NULL;
183 attrIndex = dynamic_cast<AttributeIndex*>(index);
188 AttributeIndex *
191 AttributeIndex *attrIndex = NULL;
193 attrIndex = dynamic_cast<AttributeIndex*>(index);
H A DAttribute.h8 #include "AttributeIndex.h"
37 void SetIndex(AttributeIndex *index, bool inIndex);
38 AttributeIndex *GetIndex() const { return fIndex; }
56 AttributeIndex *fIndex;
H A DAttributeIndexImpl.h6 #include "AttributeIndex.h"
9 class AttributeIndexImpl : public AttributeIndex {
H A DAttribute.cpp43 if (AttributeIndex *index = GetVolume()->FindAttributeIndex(GetName(),
84 Attribute::SetIndex(AttributeIndex *index, bool inIndex)
H A Dmakefile33 SRCS= AllocationInfo.cpp AreaUtils.cpp Attribute.cpp AttributeIndex.cpp \
H A DVolume.cpp653 if (AttributeIndex *index = FindAttributeIndex(
671 if (AttributeIndex *index = FindAttributeIndex(
731 AttributeIndex *
H A DVolume.h147 AttributeIndex *FindAttributeIndex(const char *name, uint32 type);
H A DAttributeIndexImpl.cpp197 : AttributeIndex(volume, name, type, (keyLength > 0), keyLength),
278 PRINT(("AttributeIndex::Add(%p)\n", attribute));
297 PRINT(("AttributeIndex::Removed(%p)\n", attribute));
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DAttributeIndexer.h12 class AttributeIndex;
19 AttributeIndexer(AttributeIndex* index);
35 AttributeIndex* fIndex;
H A DAttributeIndex.cpp7 #include "AttributeIndex.h"
70 struct AttributeIndex::TreeDefinition {
110 struct AttributeIndex::NodeTree : public AVLTree<TreeDefinition> {
124 class AttributeIndex::IteratorList : public SinglyLinkedList<Iterator> {};
130 struct AttributeIndex::IteratorPolicy {
131 typedef AttributeIndex Index;
133 typedef AttributeIndex::NodeTree NodeTree;
167 class AttributeIndex::Iterator : public GenericIndexIterator<IteratorPolicy>,
178 AttributeIndexer::AttributeIndexer(AttributeIndex* index)
229 // #pragma mark - AttributeIndex
232 AttributeIndex::AttributeIndex() function in class:AttributeIndex
[all...]
H A DAttributeIndex.h18 class AttributeIndex : public Index, private NodeListener { class in inherits:Index,NodeListener
20 AttributeIndex();
21 virtual ~AttributeIndex();
H A DVolume.cpp33 #include "AttributeIndex.h"
587 AttributeIndex* index = new(std::nothrow) AttributeIndex;

Completed in 90 milliseconds

12