Searched refs:SetCapacity (Results 1 – 11 of 11) sorted by relevance
132 procedure SetCapacity(Value: Integer);179 property Capacity: Integer read GetCapacity write SetCapacity;221 procedure SetCapacity(Value: Integer);253 procedure SetCapacity(ACapacity: Integer);517 procedure TList<T>.SetCapacity(Value: Integer); procedure571 procedure TDictionary<TKey,TValue>.SetCapacity(ACapacity: Integer); procedure715 SetCapacity(ACapacity);828 SetCapacity(0);833 SetCapacity(FCount);
33 bool SetCapacity(size_t length);
208 EXPECT_TRUE(buf.SetCapacity(kSize * 2)); in TEST()218 EXPECT_TRUE(buf.SetCapacity(kSize)); in TEST()
47 bool FifoBuffer::SetCapacity(size_t size) { in SetCapacity() function in rtc::FifoBuffer
182 SetCapacity(new_capacity); in MaybeShrinkQueue()187 void SetCapacity(size_t new_capacity) { in SetCapacity() function
262 TEST_F(LazilyDeallocatedDequeTest, SetCapacity) { in TEST_F() argument271 d.SetCapacity(1001); in TEST_F()
169 void SetCapacity(size_t capacity) { capacity_ = capacity; } in SetCapacity() function in tensorflow::table::__anon4220aee90111::LRUCache367 shard_[s].SetCapacity(per_shard); in ShardedLRUCache()
236 FIList.SetCapacity(Value);
220 BatControlCommand::SetCapacity(capacity) => { in command_monitor()
757 SetCapacity(u32), enumerator772 BatProperty::Capacity => Ok(BatControlCommand::SetCapacity( in new()
1272 m_sbuf.SetCapacity(new_size); in resizeSendBuffer()1287 bool result = m_rbuf.SetCapacity(new_size); in resizeReceiveBuffer()