Flutter Engine
The Flutter Engine
|
#include <growable_array.h>
Public Member Functions | |
ZoneGrowableHandlePtrArray (Zone *zone, intptr_t initial_capacity) | |
Public Member Functions inherited from dart::BaseGrowableHandlePtrArray< T, ZoneAllocated > | |
BaseGrowableHandlePtrArray (Zone *zone, intptr_t initial_capacity) | |
void | Add (const T &t) |
T & | operator[] (intptr_t index) const |
const T & | At (intptr_t index) const |
void | SetAt (intptr_t index, const T &t) |
intptr_t | length () const |
void | Clear () |
const GrowableArray< T * > & | growable_array () const |
Public Member Functions inherited from dart::ZoneAllocated | |
ZoneAllocated () | |
void * | operator new (size_t size) |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *pointer) |
Definition at line 110 of file growable_array.h.
|
inline |
Definition at line 113 of file growable_array.h.