Home
last modified time | relevance | path

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; } in GetCapacity() function
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestAllocator.cpp116 || fRequestOffset + size > fPort->GetCapacity()) { in AllocateRequest()
209 if (fRequestOffset + offset + size <= fPort->GetCapacity()) { in AllocateAddress()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h118 int32 GetCapacity() const;
H A DShareNode.cpp323 RemoteShareDirIterator::GetCapacity() const in GetCapacity() function in RemoteShareDirIterator
H A DShareVolume.cpp2080 request.count = iterator->GetCapacity(); in _ReadRemoteDir()
/haiku/src/tests/system/kernel/util/
H A DVectorTest.cpp49 CHK(v1.GetCapacity() == 100); in ConstructorTest1()
54 CHK(v2.GetCapacity() == 100); in ConstructorTest1()
64 CHK(v1.GetCapacity() > 0); in ConstructorTest2()
69 CHK(v2.GetCapacity() > 0); in ConstructorTest2()
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DTemplateList.h71 int32 GetCapacity() const { return fCapacity; } in GetCapacity() function
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DList.h66 int32 GetCapacity() const { return fCapacity; } in GetCapacity() function
/haiku/headers/private/userlandfs/shared/
H A DVector.h77 int32 GetCapacity() const { return fCapacity; } in GetCapacity() function
/haiku/headers/private/kernel/util/
H A DVector.h81 int32 GetCapacity() const { return fCapacity; } in GetCapacity() function