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

/haiku/headers/private/userlandfs/private/
H A DPort.h37 int32 GetCapacity() const { return fCapacity; } function in class:UserlandFSUtil::Port
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestAllocator.cpp116 || fRequestOffset + size > fPort->GetCapacity()) {
209 if (fRequestOffset + offset + size <= fPort->GetCapacity()) {
/haiku/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/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/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DTemplateList.h71 int32 GetCapacity() const { return fCapacity; } function in class:TemplateList
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DList.h66 int32 GetCapacity() const { return fCapacity; } function in class:List
/haiku/headers/private/kernel/util/
H A DVector.h81 int32 GetCapacity() const { return fCapacity; } function in class:Vector
/haiku/headers/private/userlandfs/shared/
H A DVector.h77 int32 GetCapacity() const { return fCapacity; } function in class:Vector

Completed in 170 milliseconds