Searched refs:GetCapacity (Results 1 - 23 of 23) sorted by relevance

/haiku-fatelf/headers/private/userlandfs/private/
H A DPort.h37 int32 GetCapacity() const { return fCapacity; } function in class:UserlandFSUtil::Port
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/private/
H A DPort.h33 int32 GetCapacity() const;
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DBlockReferenceManager.cpp71 info.AddListAllocation(fTables.GetCapacity(), sizeof(Table));
H A DDataContainer.cpp160 info.AddListAllocation(blocks->GetCapacity(), sizeof(BlockReference*));
H A DList.h89 int32 GetCapacity() const { return fCapacity; } function in class:List
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DBlockReferenceManager.cpp73 info.AddListAllocation(fTables.GetCapacity(), sizeof(Table));
H A DDataContainer.cpp160 info.AddListAllocation(blocks->GetCapacity(), sizeof(BlockReference*));
H A DList.h90 int32 GetCapacity() const { return fCapacity; } function in class:List
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestAllocator.cpp112 || fRequestOffset + size > fPort->GetCapacity()) {
205 if (fRequestOffset + offset + size <= fPort->GetCapacity()) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/private/
H A DRequestAllocator.cpp95 if (size < (int32)sizeof(Request) || size > fPort->GetCapacity())
171 if (offset + size <= fPort->GetCapacity()) {
H A DPort.cpp123 // GetCapacity
125 Port::GetCapacity() const function in class:Port
H A DRequestPort.cpp80 || allocator->GetRequestSize() > fPort.GetCapacity()) {
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h118 int32 GetCapacity() const;
H A DShareNode.cpp321 // GetCapacity
323 RemoteShareDirIterator::GetCapacity() const function in class:RemoteShareDirIterator
H A DShareVolume.cpp2080 request.count = iterator->GetCapacity();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareNode.h115 int32 GetCapacity() const;
H A DShareNode.cpp318 // GetCapacity
320 RemoteShareDirIterator::GetCapacity() const function in class:RemoteShareDirIterator
H A DShareVolume.cpp2079 request.count = iterator->GetCapacity();
/haiku-fatelf/src/tests/system/kernel/util/
H A DVectorTest.cpp49 CHK(v1.GetCapacity() == 100);
54 CHK(v2.GetCapacity() == 100);
64 CHK(v1.GetCapacity() > 0);
69 CHK(v2.GetCapacity() > 0);
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DTemplateList.h94 int32 GetCapacity() const { return fCapacity; } function in class:TemplateList
/haiku-fatelf/headers/private/kernel/util/
H A DVector.h104 int32 GetCapacity() const { return fCapacity; } function in class:Vector
/haiku-fatelf/headers/private/userlandfs/shared/
H A DVector.h100 int32 GetCapacity() const { return fCapacity; } function in class:Vector
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DVector.h100 int32 GetCapacity() const { return fCapacity; } function in class:Vector

Completed in 197 milliseconds