Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Functions | |
zircon_dart_byte_array_t * | zircon_dart_byte_array_create (uint32_t size) |
void | zircon_dart_byte_array_set_value (zircon_dart_byte_array_t *arr, uint32_t index, uint8_t value) |
void | zircon_dart_byte_array_free (zircon_dart_byte_array_t *arr) |
zircon_dart_byte_array_t * zircon_dart_byte_array_create | ( | uint32_t | size | ) |
Definition at line 12 of file basic_types.cc.
void zircon_dart_byte_array_free | ( | zircon_dart_byte_array_t * | arr | ) |
Definition at line 28 of file basic_types.cc.
void zircon_dart_byte_array_set_value | ( | zircon_dart_byte_array_t * | arr, |
uint32_t | index, | ||
uint8_t | value | ||
) |
Definition at line 20 of file basic_types.cc.