Flutter Engine
The Flutter Engine
|
#include "bin/io_natives.h"
#include <stdlib.h>
#include <string.h>
#include "bin/builtin.h"
#include "bin/dartutils.h"
#include "bin/socket_base.h"
#include "include/dart_api.h"
#include "platform/assert.h"
Go to the source code of this file.
Classes | |
struct | dart::bin::NativeEntries |
Namespaces | |
namespace | dart |
namespace | dart::bin |
Macros | |
#define | IO_NATIVE_LIST(V) |
Functions | |
dart::bin::IO_NATIVE_LIST (DECLARE_FUNCTION) | |
Dart_NativeFunction | dart::bin::IONativeLookup (Dart_Handle name, int argument_count, bool *auto_setup_scope) |
const uint8_t * | dart::bin::IONativeSymbol (Dart_NativeFunction nf) |
Variables | |
static const struct dart::bin::NativeEntries | dart::bin::IOEntries [] = {IO_NATIVE_LIST(REGISTER_FUNCTION)} |
#define IO_NATIVE_LIST | ( | V | ) |
Definition at line 22 of file io_natives.cc.