Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
dart::MallocGrowableArray< T > Member List

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

Add(const T &value)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
AddArray(const BaseGrowableArray< T, MallocAllocated, Malloc > &src)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
At(intptr_t index) constdart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
BaseGrowableArray(Malloc *allocator)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inlineexplicit
BaseGrowableArray(intptr_t initial_capacity, Malloc *allocator)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
BaseGrowableArray(BaseGrowableArray &&other)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
begin()dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
begin() constdart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
Clear()dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
Contains(const T &other, bool isEqual(const T &, const T &)=nullptr) constdart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
data() constdart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
end()dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
end() constdart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
EnsureLength(intptr_t new_length, const T &default_value)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
EraseAt(intptr_t idx)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
FillWith(const T &value, intptr_t start, intptr_t length)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
InsertAt(intptr_t idx, const T &value)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
is_empty() constdart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
Last() constdart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
length() constdart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
MallocAllocated()dart::MallocAllocatedinline
MallocGrowableArray(intptr_t initial_capacity)dart::MallocGrowableArray< T >inlineexplicit
MallocGrowableArray()dart::MallocGrowableArray< T >inline
operator delete(void *pointer)dart::MallocAllocatedinline
operator delete[](void *pointer)dart::MallocAllocatedinline
operator new(size_t size)dart::MallocAllocatedinline
operator new[](size_t size)dart::MallocAllocatedinline
operator=(BaseGrowableArray &&other)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
operator[](intptr_t index) constdart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
RemoveAt(intptr_t i)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
RemoveLast()dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
Resize(intptr_t new_length)dart::BaseGrowableArray< T, MallocAllocated, Malloc >
Reverse()dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
SetLength(intptr_t new_length)dart::BaseGrowableArray< T, MallocAllocated, Malloc >
Sort(int compare(const T *, const T *))dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
StealBuffer(T **buffer, intptr_t *length)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
Swap(intptr_t i, intptr_t j)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
TruncateTo(intptr_t length)dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline
~BaseGrowableArray()dart::BaseGrowableArray< T, MallocAllocated, Malloc >inline