Searched refs:BEntryList (Results 1 - 14 of 14) sorted by relevance

/haiku/src/kits/storage/
H A DEntryList.cpp9 BEntryList::BEntryList() function in class:BEntryList
14 BEntryList::~BEntryList()
20 void BEntryList::_ReservedEntryList1() {}
21 void BEntryList::_ReservedEntryList2() {}
22 void BEntryList::_ReservedEntryList3() {}
23 void BEntryList::_ReservedEntryList4() {}
24 void BEntryList::_ReservedEntryList5() {}
25 void BEntryList
[all...]
H A DMergedDirectory.cpp32 BEntryList(),
H A DQuery.cpp38 BEntryList(),
325 // #pragma mark - BEntryList interface
395 // Unimplemented method of the BEntryList interface.
/haiku/headers/os/storage/
H A DEntryList.h22 class BEntryList { class
24 BEntryList();
25 virtual ~BEntryList();
H A DDirectory.h19 class BDirectory : public BNode, public BEntryList {
H A DQuery.h43 class BQuery : public BEntryList {
77 // BEntryList interface
/haiku/src/kits/tracker/
H A DEntryIterator.h36 // for BEntryList was virtual
38 // TODO: get rid of all BEntryList API's in here, replace them with
52 class EntryListBase : public BEntryList {
53 // this is what BEntryList should have been
106 // using the default BEntryList iterator subclass
108 CachedEntryIterator(BEntryList* iterator, int32 numEntries,
121 virtual void SetTo(BEntryList* iterator);
127 BEntryList* fIterator;
161 // BEntryList polymorfically - need to have a special
173 // This wraps up several BEntryList styl
[all...]
H A DEntryIterator.cpp141 CachedEntryIterator::CachedEntryIterator(BEntryList* iterator,
352 CachedEntryIterator::SetTo(BEntryList* iterator)
445 // workaround for BEntryList not having a proper destructor
446 BEntryList* entry = fList.RemoveItemAt(count - 1);
457 EntryIteratorList::AddItem(BEntryList* walker)
563 CachedEntryIteratorList::AddItem(BEntryList* walker)
H A DNodeWalker.h53 class TWalker : public BEntryList {
54 // adds a virtual destructor that is severely missing in BEntryList
55 // BEntryList should never be used polymorphically because of that
/haiku/headers/private/shared/
H A DQueryFile.h15 class BQueryFile : public BEntryList {
42 // BEntryList implementation
/haiku/headers/build/private/storage/
H A DMergedDirectory.h19 class BMergedDirectory : public BEntryList {
/haiku/headers/private/storage/
H A DMergedDirectory.h19 class BMergedDirectory : public BEntryList {
/haiku/headers/build/os/storage/
H A DDirectory.h19 class BDirectory : public BNode, public BEntryList {
/haiku/src/build/libbe/storage/
H A DMergedDirectory.cpp31 BEntryList(),

Completed in 194 milliseconds