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

  /external/chromium/third_party/libjingle/source/talk/base/
buffer.h 86 SetCapacity(length);
89 void SetCapacity(size_t capacity) {
stream.h 562 bool SetCapacity(size_t length);
stream.cc 735 bool FifoBuffer::SetCapacity(size_t size) {
  /external/chromium/net/base/
io_buffer.h 105 void SetCapacity(int capacity);
io_buffer.cc 86 void GrowableIOBuffer::SetCapacity(int capacity) {
  /external/chromium/net/http/
http_stream_parser.cc 348 read_buf_->SetCapacity(read_buf_->capacity() + kHeaderBufInitialSize);
448 read_buf_->SetCapacity(extra_bytes);
471 read_buf_->SetCapacity(0);
476 read_buf_->SetCapacity(0);
535 read_buf_->SetCapacity(save_amount + additional_save_amount);
  /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/chromium/net/websockets/
websocket.cc 152 current_read_buf_->SetCapacity(max_pending_send_allowed_);
388 current_read_buf_->SetCapacity(
  /external/webkit/Source/WebKit/wx/
WebView.h 71 void SetCapacity(int capacity) { m_capacity = capacity; }
  /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 2308 milliseconds