Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_unacked_packet_map_peer.cc23 size_t QuicUnackedPacketMapPeer::GetCapacity( in GetCapacity() function in quic::test::QuicUnackedPacketMapPeer
/external/pigweed/pw_allocator/public/pw_allocator/
Dbuddy_allocator.h58 size_t GetCapacity() const { return region_.size(); } in GetCapacity() function
Ddeallocator.h83 StatusWithSize GetCapacity() const { in GetCapacity() function
/external/cronet/net/server/
Dhttp_connection.cc24 int HttpConnection::ReadIOBuffer::GetCapacity() const { in GetCapacity() function in net::HttpConnection::ReadIOBuffer
/external/vixl/src/
Dcode-buffer-vixl.h143 size_t GetCapacity() const { return capacity_; } in GetCapacity() function
/external/openthread/src/core/utils/
Dheap.hpp222 size_t GetCapacity(void) const { return kFirstBlockSize; } in GetCapacity() function in ot::Utils::Heap
/external/pigweed/pw_allocator/
Dblock_allocator_testing.cc41 void BlockAllocatorTestBase::GetCapacity() { in GetCapacity() function in pw::allocator::test::BlockAllocatorTestBase
Dworst_fit_block_allocator_test.cc51 TEST_F(WorstFitBlockAllocatorTest, GetCapacity) { GetCapacity(); } in TEST_F() argument
Dfallback_allocator_test.cc42 TEST_F(FallbackAllocatorTest, GetCapacity) { in TEST_F() argument
Dbest_fit_block_allocator_test.cc50 TEST_F(BestFitBlockAllocatorTest, GetCapacity) { GetCapacity(); } in TEST_F() argument
Dlast_fit_block_allocator_test.cc50 TEST_F(LastFitBlockAllocatorTest, GetCapacity) { GetCapacity(); } in TEST_F() argument
Dbucket_block_allocator_test.cc54 TEST_F(BucketBlockAllocatorTest, GetCapacity) { GetCapacity(); } in TEST_F() argument
Ddual_first_fit_block_allocator_test.cc56 TEST_F(DualFirstFitBlockAllocatorTest, GetCapacity) { GetCapacity(); } in TEST_F() argument
Dfirst_fit_block_allocator_test.cc48 TEST_F(FirstFitBlockAllocatorTest, GetCapacity) { GetCapacity(); } in TEST_F() argument
Dtracking_allocator_test.cc126 TEST_F(TrackingAllocatorTest, GetCapacity) { in TEST_F() argument
/external/openthread/src/core/common/
Dheap_array.hpp149 IndexType GetCapacity(void) const { return mCapacity; } in GetCapacity() function in ot::Heap::Array
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas468 function TList<T>.GetCapacity: Integer; in GetCapacity() function
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dinlined_vector.h191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function