Searched refs:AttributeIndexImpl (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.h10 // AttributeIndexImpl
11 class AttributeIndexImpl : public AttributeIndex { class in inherits:AttributeIndex
13 AttributeIndexImpl(Volume *volume, const char *name, uint32 type,
15 virtual ~AttributeIndexImpl();
H A DAttributeIndexImpl.cpp8 #include "AttributeIndexImpl.h"
67 class AttributeIndexImpl::PrimaryKey {
85 class AttributeIndexImpl::GetPrimaryKey {
99 class AttributeIndexImpl::PrimaryKeyCompare
143 class AttributeIndexImpl::AttributeTree
158 class AttributeIndexImpl::Iterator
173 bool SetTo(AttributeIndexImpl *index, const uint8 *key, size_t length,
185 AttributeIndexImpl *fIndex;
190 class AttributeIndexImpl::IteratorList : public DoublyLinkedList<Iterator> {};
193 // AttributeIndexImpl
196 AttributeIndexImpl::AttributeIndexImpl(Volume *volume, const char *name, function in class:AttributeIndexImpl
[all...]
H A DIndexDirectory.cpp8 #include "AttributeIndexImpl.h"
83 index = new(nothrow) AttributeIndexImpl(fVolume,
87 index = new(nothrow) AttributeIndexImpl(fVolume,
91 index = new(nothrow) AttributeIndexImpl(fVolume,
95 index = new(nothrow) AttributeIndexImpl(fVolume,
99 index = new(nothrow) AttributeIndexImpl(fVolume,
103 index = new(nothrow) AttributeIndexImpl(fVolume,
107 index = new(nothrow) AttributeIndexImpl(fVolume,

Completed in 55 milliseconds