Home
last modified time | relevance | path

Searched refs:GetCapacity (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Delements.h138 virtual uint32_t GetCapacity(FixedArrayBase* backing_store) = 0;
Delements.cc590 virtual uint32_t GetCapacity(FixedArrayBase* backing_store) { in GetCapacity() function in v8::internal::ElementsAccessorBase
1265 ForArray(arguments)->GetCapacity(arguments)); in GetCapacityImpl()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas131 function GetCapacity: Integer;
179 property Capacity: Integer read GetCapacity write SetCapacity;
220 function GetCapacity: Integer;
468 function TList<T>.GetCapacity: Integer; in GetCapacity() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas227 ReturnValue := FIList.GetCapacity;
/external/webkit/Source/WebKit/wx/
DWebView.h70 unsigned GetCapacity() const { return m_capacity; } in GetCapacity() function
DWebView.cpp277 cachePolicy.GetCapacity()); in SetCachePolicy()