Flutter Engine
The Flutter Engine
|
#include "handle_disposition.h"
#include <algorithm>
#include "third_party/tonic/dart_binding_macros.h"
#include "third_party/tonic/dart_class_library.h"
Go to the source code of this file.
Namespaces | |
namespace | zircon |
namespace | zircon::dart |
Macros | |
#define | FOR_EACH_STATIC_BINDING(V) V(HandleDisposition, create) |
#define | FOR_EACH_BINDING(V) |
#define | DART_REGISTER_NATIVE_STATIC_(CLASS, METHOD) DART_REGISTER_NATIVE_STATIC(CLASS, METHOD), |
Functions | |
zircon::dart::IMPLEMENT_WRAPPERTYPEINFO (zircon, HandleDisposition) | |
void | zircon::dart::HandleDisposition_constructor (Dart_NativeArguments args) |
#define DART_REGISTER_NATIVE_STATIC_ | ( | CLASS, | |
METHOD | |||
) | DART_REGISTER_NATIVE_STATIC(CLASS, METHOD), |
Definition at line 46 of file handle_disposition.cc.
#define FOR_EACH_BINDING | ( | V | ) |
Definition at line 36 of file handle_disposition.cc.
Definition at line 34 of file handle_disposition.cc.