![]() |
Flutter Engine
The Flutter Engine
|
#include <growable_array.h>
Public Member Functions | |
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 |
![]() | |
B () | |
void | setValues (int v) override |
bool | checkValues (int v) override |
![]() | |
A () | |
virtual void | setValues (int v) |
virtual bool | checkValues (int v) |
virtual | ~A () |
void * | operator new (size_t size) |
void | operator delete (void *p) |
Additional Inherited Members | |
![]() | |
static A * | Create (SkRandom *r) |
static void | SetAllocator (size_t preallocSize, size_t minAllocSize) |
static void | ResetAllocator () |
static void | ValidatePool () |
Definition at line 72 of file growable_array.h.
|
inline |
Definition at line 74 of file growable_array.h.
|
inline |
Definition at line 78 of file growable_array.h.
|
inline |
Definition at line 82 of file growable_array.h.
|
inline |
Definition at line 90 of file growable_array.h.
|
inline |
Definition at line 92 of file growable_array.h.
|
inline |
Definition at line 88 of file growable_array.h.
|
inline |
Definition at line 80 of file growable_array.h.
|
inline |
Definition at line 84 of file growable_array.h.