HomeSort by relevance Sort by last modified time
    Searched refs:SetCapacity (Results 1 - 8 of 8) sorted by null

  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 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);
571 procedure TDictionary<TKey,TValue>.SetCapacity(ACapacity: Integer);
715 SetCapacity(ACapacity);
828 SetCapacity(0);
833 SetCapacity(FCount);
  /external/webrtc/webrtc/base/
stream_unittest.cc 290 EXPECT_TRUE(buf.SetCapacity(kSize * 2));
300 EXPECT_TRUE(buf.SetCapacity(kSize));
stream.h 508 bool SetCapacity(size_t length);
stream.cc 712 bool FifoBuffer::SetCapacity(size_t size) {
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 236 FIList.SetCapacity(Value);
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 125 milliseconds