Flutter Engine
The Flutter Engine
|
Classes | |
class | ArrayValue |
class | BoolValue |
class | DOM |
struct | Member |
class | NullValue |
class | NumberValue |
class | ObjectValue |
class | StringValue |
class | Value |
class | VectorValue |
Functions | |
template<typename T , size_t extra_alloc_size = 0> | |
static void * | MakeVector (size_t vec_size, const void *src, size_t src_size, SkArenaAlloc &alloc) |
template<typename T , size_t extra_alloc_size = 0> | |
static void * | MakeVector (size_t vec_size, const void *src, SkArenaAlloc &alloc) |
static int | inline_strcmp (const char a[], const char b[]) |
Variables | |
static constexpr size_t | kRecAlign = alignof(Value) |
static constexpr size_t | kMinChunkSize = 4096 |
|
static |
Definition at line 216 of file SkJSON.cpp.
|
static |
Definition at line 92 of file SkJSON.cpp.
|
static |
Definition at line 104 of file SkJSON.cpp.
|
staticconstexpr |
Definition at line 946 of file SkJSON.cpp.
|
staticconstexpr |
Definition at line 36 of file SkJSON.cpp.