Symbol: AttributeIndexImpl
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
102
class AttributeIndexImpl::PrimaryKeyCompare
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
146
class AttributeIndexImpl::AttributeTree
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
161
class AttributeIndexImpl::Iterator
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
176
bool SetTo(AttributeIndexImpl *index, const uint8 *key, size_t length,
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
188
AttributeIndexImpl *fIndex;
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
193
class AttributeIndexImpl::IteratorList : public DoublyLinkedList<Iterator> {};
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
199
AttributeIndexImpl::AttributeIndexImpl(Volume *volume, const char *name,
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
210
AttributeIndexImpl::~AttributeIndexImpl()
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
233
AttributeIndexImpl::CountEntries() const
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
240
AttributeIndexImpl::Changed(Attribute *attribute, const uint8 *oldKey, size_t oldLength)
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
280
AttributeIndexImpl::Added(Attribute *attribute)
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
301
AttributeIndexImpl::Removed(Attribute *attribute)
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
319
AttributeIndexImpl::InternalGetIterator()
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
333
AttributeIndexImpl::InternalFind(const uint8 *key, size_t length)
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
349
AttributeIndexImpl::_AddIterator(Iterator *iterator)
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
357
AttributeIndexImpl::_RemoveIterator(Iterator *iterator)
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
367
AttributeIndexImpl::Iterator::Iterator()
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
374
AttributeIndexImpl::Iterator::~Iterator()
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
381
AttributeIndexImpl::Iterator::GetCurrent()
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
388
AttributeIndexImpl::Iterator::GetCurrent(uint8 *buffer, size_t *keyLength)
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
414
AttributeIndexImpl::Iterator::Suspend()
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
436
AttributeIndexImpl::Iterator::Resume()
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
454
AttributeIndexImpl::Iterator::SetTo(AttributeIndexImpl *index,
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
499
AttributeIndexImpl::Iterator::Unset()
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
510
AttributeIndexImpl::Iterator::EntryRemoved(Entry */*entry*/)
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
519
AttributeIndexImpl::Iterator::NodeRemoved(Node */*node*/)
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
70
class AttributeIndexImpl::PrimaryKey {
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
88
class AttributeIndexImpl::GetPrimaryKey {
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.h
11
class AttributeIndexImpl : public AttributeIndex {
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.h
13
AttributeIndexImpl(Volume *volume, const char *name, uint32 type,
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.h
15
virtual ~AttributeIndexImpl();
src/add-ons/kernel/file_systems/ramfs/IndexDirectory.cpp
103
index = new(nothrow) AttributeIndexImpl(fVolume,
src/add-ons/kernel/file_systems/ramfs/IndexDirectory.cpp
107
index = new(nothrow) AttributeIndexImpl(fVolume,
src/add-ons/kernel/file_systems/ramfs/IndexDirectory.cpp
83
index = new(nothrow) AttributeIndexImpl(fVolume,
src/add-ons/kernel/file_systems/ramfs/IndexDirectory.cpp
87
index = new(nothrow) AttributeIndexImpl(fVolume,
src/add-ons/kernel/file_systems/ramfs/IndexDirectory.cpp
91
index = new(nothrow) AttributeIndexImpl(fVolume,
src/add-ons/kernel/file_systems/ramfs/IndexDirectory.cpp
95
index = new(nothrow) AttributeIndexImpl(fVolume,
src/add-ons/kernel/file_systems/ramfs/IndexDirectory.cpp
99
index = new(nothrow) AttributeIndexImpl(fVolume,