Go to the source code of this file.
Classes | |
| struct | zircon_dart_byte_array_t |
Typedefs | |
| typedef struct zircon_dart_byte_array_t | zircon_dart_byte_array_t |
Functions | |
| ZIRCON_FFI_EXPORT zircon_dart_byte_array_t * | zircon_dart_byte_array_create (uint32_t size) |
| ZIRCON_FFI_EXPORT void | zircon_dart_byte_array_set_value (zircon_dart_byte_array_t *arr, uint32_t index, uint8_t value) |
| ZIRCON_FFI_EXPORT void | zircon_dart_byte_array_free (zircon_dart_byte_array_t *arr) |
| typedef struct zircon_dart_byte_array_t zircon_dart_byte_array_t |
| ZIRCON_FFI_EXPORT zircon_dart_byte_array_t * zircon_dart_byte_array_create | ( | uint32_t | size | ) |
Definition at line 12 of file basic_types.cc.
References zircon_dart_byte_array_t::data, and zircon_dart_byte_array_t::length.
| ZIRCON_FFI_EXPORT void zircon_dart_byte_array_free | ( | zircon_dart_byte_array_t * | arr | ) |
Definition at line 28 of file basic_types.cc.
References zircon_dart_byte_array_t::data, and FML_CHECK.
| ZIRCON_FFI_EXPORT 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.
References zircon_dart_byte_array_t::data, FML_CHECK, zircon_dart_byte_array_t::length, and value.