Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DBuffer.h26 size_t GetCapacity() const { return _capacity; } in GetCapacity() function
/external/chromium_org/net/server/
Dhttp_connection.cc23 int HttpConnection::ReadIOBuffer::GetCapacity() const { in GetCapacity() function in net::HttpConnection::ReadIOBuffer
/external/lzma/CPP/7zip/Common/
DStreamObjects.h50 size_t GetCapacity() const { return _capacity; } in GetCapacity() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas468 function TList<T>.GetCapacity: Integer; in GetCapacity() function
/external/chromium_org/v8/src/
Delements.cc832 virtual uint32_t GetCapacity(Handle<FixedArrayBase> backing_store) in GetCapacity() function in v8::internal::ElementsAccessorBase