Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
basic_types.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_BASIC_TYPES_H_
6#define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_BASIC_TYPES_H_
7
8#include "macros.h"
9
10#include <stdint.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
20
22 uint32_t size);
23
26 uint32_t index,
27 uint8_t value);
28
31
32#ifdef __cplusplus
33} // extern "C"
34#endif
35
36#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_BASIC_TYPES_H_
ZIRCON_FFI_EXPORT void zircon_dart_byte_array_free(zircon_dart_byte_array_t *arr)
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)
#define ZIRCON_FFI_EXPORT
Definition macros.h:8