Searched refs:BaseClass (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp96 typedef NodeEntryIterator<SizeIndex::NodeTree::Iterator> BaseClass; typedef in class:SizeIndex::Iterator
241 : BaseClass(),
256 return BaseClass::GetCurrent();
275 status_t error = BaseClass::Suspend();
287 BaseClass::Resume();
297 status_t error = BaseClass::Resume();
336 BaseClass::GetNext();
353 BaseClass::Unset();
361 fIsNext = BaseClass::GetNext();
371 fIsNext = BaseClass
[all...]
H A DLastModifiedIndex.cpp98 typedef NodeEntryIterator<LastModifiedIndex::NodeTree::Iterator> BaseClass; typedef in class:LastModifiedIndex::Iterator
242 : BaseClass(),
257 return BaseClass::GetCurrent();
276 status_t error = BaseClass::Suspend();
288 BaseClass::Resume();
298 status_t error = BaseClass::Resume();
338 BaseClass::GetNext();
355 BaseClass::Unset();
363 fIsNext = BaseClass::GetNext();
373 fIsNext = BaseClass
[all...]
H A DAttributeIndexImpl.cpp182 AttributeNodeIterator<AttributeTree::Iterator> > BaseClass; typedef in class:AttributeIndexImpl::Iterator
357 : BaseClass(),
372 return BaseClass::GetCurrent();
405 status_t error = BaseClass::Suspend();
417 BaseClass::Resume();
427 status_t error = BaseClass::Resume();
469 BaseClass::GetNext();
494 BaseClass::Unset();
502 fIsNext = BaseClass::GetNext();
512 fIsNext = BaseClass
[all...]
H A DNameIndex.cpp88 typedef AbstractIndexEntryIterator BaseClass; typedef in class:NameIndexEntryIterator
/haiku/headers/private/support/
H A DZlibCompressionAlgorithm.h92 template<typename BaseClass, typename Strategy> struct Stream;
93 template<typename BaseClass, typename Strategy>
H A DZstdCompressionAlgorithm.h88 template<typename BaseClass, typename Strategy, typename StreamType> struct Stream;
89 template<typename BaseClass, typename Strategy, typename StreamType>
/haiku/src/kits/support/
H A DZlibCompressionAlgorithm.cpp204 template<typename BaseClass, typename Strategy>
205 struct BZlibCompressionAlgorithm::Stream : BaseClass {
208 BaseClass(io),
224 status_t error = this->BaseClass::Init(
H A DZstdCompressionAlgorithm.cpp197 template<typename BaseClass, typename Strategy, typename StreamType>
198 struct BZstdCompressionAlgorithm::Stream : BaseClass {
201 BaseClass(io),
217 status_t error = this->BaseClass::Init(
/haiku/headers/private/shared/
H A Dusb-utils.h22 if ((usb_class_base_id == UsbClassCodeTable[i].BaseClass)
H A Dpci-utils.h20 if ((pci_class_base_id == PciClassCodeTable[i].BaseClass)

Completed in 78 milliseconds