Home
last modified time | relevance | path

Searched defs:GetCapacity (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_unacked_packet_map_peer.cc23 size_t QuicUnackedPacketMapPeer::GetCapacity( in GetCapacity() function in quic::test::QuicUnackedPacketMapPeer
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas131 function GetCapacity: Integer; in GetCapacity() function
220 function GetCapacity: Integer; in GetCapacity() function
468 function TList<T>.GetCapacity: Integer; in TList() function
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dbuddy_allocator.h95 size_t GetCapacity() const { return region_.size(); } in GetCapacity() function
H A Ddeallocator.h83 StatusWithSize GetCapacity() const { in GetCapacity() function
/aosp_15_r20/external/cronet/net/server/
H A Dhttp_connection.cc24 int HttpConnection::ReadIOBuffer::GetCapacity() const { in GetCapacity() function in net::HttpConnection::ReadIOBuffer
/aosp_15_r20/external/vixl/src/
H A Dcode-buffer-vixl.h143 size_t GetCapacity() const { return capacity_; } in GetCapacity() function
/aosp_15_r20/external/openthread/src/core/utils/
H A Dheap.hpp222 size_t GetCapacity(void) const { return kFirstBlockSize; } in GetCapacity() function in ot::Utils::Heap
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dblock_allocator_testing.cc52 void BlockAllocatorTestBase::GetCapacity() { in GetCapacity() function in pw::allocator::test::BlockAllocatorTestBase
H A Dfallback_allocator_test.cc44 TEST_F(FallbackAllocatorTest, GetCapacity) { in TEST_F() argument
H A Dworst_fit_test.cc53 TEST_F(WorstFitAllocatorTest, GetCapacity) { GetCapacity(); } in TEST_F() argument
H A Dbest_fit_test.cc51 TEST_F(BestFitAllocatorTest, GetCapacity) { GetCapacity(); } in TEST_F() argument
H A Dbucket_allocator_test.cc56 TEST_F(BucketAllocatorTest, GetCapacity) { GetCapacity(); } in TEST_F() argument
H A Dfirst_fit_test.cc58 TEST_F(FirstFitAllocatorTest, GetCapacity) { GetCapacity(); } in TEST_F() argument
H A Dtracking_allocator_test.cc125 TEST_F(TrackingAllocatorTest, GetCapacity) { in TEST_F() argument
/aosp_15_r20/external/openthread/src/core/common/
H A Dheap_array.hpp149 IndexType GetCapacity(void) const { return mCapacity; } in GetCapacity() function in ot::Heap::Array
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Dinlined_vector.h191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function