Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
dart::BaseGrowableArray< T, B, Allocator > Member List

This is the complete list of members for dart::BaseGrowableArray< T, B, Allocator >, including all inherited members.

A()Ainline
Add(const T &value)dart::BaseGrowableArray< T, B, Allocator >inline
AddArray(const BaseGrowableArray< T, B, Allocator > &src)dart::BaseGrowableArray< T, B, Allocator >inline
At(intptr_t index) constdart::BaseGrowableArray< T, B, Allocator >inline
B()Binline
BaseGrowableArray(Allocator *allocator)dart::BaseGrowableArray< T, B, Allocator >inlineexplicit
BaseGrowableArray(intptr_t initial_capacity, Allocator *allocator)dart::BaseGrowableArray< T, B, Allocator >inline
BaseGrowableArray(BaseGrowableArray &&other)dart::BaseGrowableArray< T, B, Allocator >inline
begin()dart::BaseGrowableArray< T, B, Allocator >inline
begin() constdart::BaseGrowableArray< T, B, Allocator >inline
checkValues(int v) overrideBinlinevirtual
Clear()dart::BaseGrowableArray< T, B, Allocator >inline
Contains(const T &other, bool isEqual(const T &, const T &)=nullptr) constdart::BaseGrowableArray< T, B, Allocator >inline
Create(SkRandom *r)Astatic
data() constdart::BaseGrowableArray< T, B, Allocator >inline
end()dart::BaseGrowableArray< T, B, Allocator >inline
end() constdart::BaseGrowableArray< T, B, Allocator >inline
EnsureLength(intptr_t new_length, const T &default_value)dart::BaseGrowableArray< T, B, Allocator >inline
EraseAt(intptr_t idx)dart::BaseGrowableArray< T, B, Allocator >inline
FillWith(const T &value, intptr_t start, intptr_t length)dart::BaseGrowableArray< T, B, Allocator >inline
InsertAt(intptr_t idx, const T &value)dart::BaseGrowableArray< T, B, Allocator >inline
is_empty() constdart::BaseGrowableArray< T, B, Allocator >inline
Last() constdart::BaseGrowableArray< T, B, Allocator >inline
length() constdart::BaseGrowableArray< T, B, Allocator >inline
operator delete(void *p)Ainline
operator new(size_t size)Ainline
operator=(BaseGrowableArray &&other)dart::BaseGrowableArray< T, B, Allocator >inline
operator[](intptr_t index) constdart::BaseGrowableArray< T, B, Allocator >inline
RemoveAt(intptr_t i)dart::BaseGrowableArray< T, B, Allocator >inline
RemoveLast()dart::BaseGrowableArray< T, B, Allocator >inline
ResetAllocator()Ainlinestatic
Resize(intptr_t new_length)dart::BaseGrowableArray< T, B, Allocator >
Reverse()dart::BaseGrowableArray< T, B, Allocator >inline
SetAllocator(size_t preallocSize, size_t minAllocSize)Ainlinestatic
SetLength(intptr_t new_length)dart::BaseGrowableArray< T, B, Allocator >
setValues(int v) overrideBinlinevirtual
Sort(int compare(const T *, const T *))dart::BaseGrowableArray< T, B, Allocator >inline
StealBuffer(T **buffer, intptr_t *length)dart::BaseGrowableArray< T, B, Allocator >inline
Swap(intptr_t i, intptr_t j)dart::BaseGrowableArray< T, B, Allocator >inline
TruncateTo(intptr_t length)dart::BaseGrowableArray< T, B, Allocator >inline
ValidatePool()Ainlinestatic
~A()Ainlinevirtual
~BaseGrowableArray()dart::BaseGrowableArray< T, B, Allocator >inline