Symbol: BaseClass
headers/private/shared/pci-utils.h
20
if ((pci_class_base_id == PciClassCodeTable[i].BaseClass)
headers/private/shared/usb-utils.h
22
if ((usb_class_base_id == UsbClassCodeTable[i].BaseClass)
headers/private/support/ZlibCompressionAlgorithm.h
87
template<typename BaseClass, typename Strategy> struct Stream;
headers/private/support/ZlibCompressionAlgorithm.h
88
template<typename BaseClass, typename Strategy>
headers/private/support/ZstdCompressionAlgorithm.h
83
template<typename BaseClass, typename Strategy, typename StreamType> struct Stream;
headers/private/support/ZstdCompressionAlgorithm.h
84
template<typename BaseClass, typename Strategy, typename StreamType>
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
368
: BaseClass(),
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
383
return BaseClass::GetCurrent();
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
416
status_t error = BaseClass::Suspend();
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
428
BaseClass::Resume();
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
438
status_t error = BaseClass::Resume();
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
480
BaseClass::GetNext();
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
505
BaseClass::Unset();
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
513
fIsNext = BaseClass::GetNext();
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
523
fIsNext = BaseClass::GetNext();
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
249
: BaseClass(),
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
264
return BaseClass::GetCurrent();
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
283
status_t error = BaseClass::Suspend();
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
295
BaseClass::Resume();
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
305
status_t error = BaseClass::Resume();
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
345
BaseClass::GetNext();
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
362
BaseClass::Unset();
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
370
fIsNext = BaseClass::GetNext();
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
380
fIsNext = BaseClass::GetNext();
src/add-ons/kernel/file_systems/ramfs/SizeIndex.cpp
248
: BaseClass(),
src/add-ons/kernel/file_systems/ramfs/SizeIndex.cpp
263
return BaseClass::GetCurrent();
src/add-ons/kernel/file_systems/ramfs/SizeIndex.cpp
282
status_t error = BaseClass::Suspend();
src/add-ons/kernel/file_systems/ramfs/SizeIndex.cpp
294
BaseClass::Resume();
src/add-ons/kernel/file_systems/ramfs/SizeIndex.cpp
304
status_t error = BaseClass::Resume();
src/add-ons/kernel/file_systems/ramfs/SizeIndex.cpp
343
BaseClass::GetNext();
src/add-ons/kernel/file_systems/ramfs/SizeIndex.cpp
360
BaseClass::Unset();
src/add-ons/kernel/file_systems/ramfs/SizeIndex.cpp
368
fIsNext = BaseClass::GetNext();
src/add-ons/kernel/file_systems/ramfs/SizeIndex.cpp
378
fIsNext = BaseClass::GetNext();
src/kits/support/ZlibCompressionAlgorithm.cpp
204
template<typename BaseClass, typename Strategy>
src/kits/support/ZlibCompressionAlgorithm.cpp
205
struct BZlibCompressionAlgorithm::Stream : BaseClass {
src/kits/support/ZlibCompressionAlgorithm.cpp
208
BaseClass(io),
src/kits/support/ZlibCompressionAlgorithm.cpp
224
status_t error = this->BaseClass::Init(
src/kits/support/ZstdCompressionAlgorithm.cpp
198
template<typename BaseClass, typename Strategy, typename StreamType>
src/kits/support/ZstdCompressionAlgorithm.cpp
199
struct BZstdCompressionAlgorithm::Stream : BaseClass {
src/kits/support/ZstdCompressionAlgorithm.cpp
202
BaseClass(io),
src/kits/support/ZstdCompressionAlgorithm.cpp
218
status_t error = this->BaseClass::Init(