![]() |
Flutter Engine
The Flutter Engine
|
#include <dart_converter.h>
Additional Inherited Members | |
![]() | |
using | FfiType = long int |
![]() | |
static Dart_Handle | ToDart (long int val) |
static void | SetReturnValue (Dart_NativeArguments args, long int val) |
static long int | FromDart (Dart_Handle handle) |
static long int | FromArguments (Dart_NativeArguments args, int index, Dart_Handle &exception) |
static long int | FromFfi (FfiType val) |
static FfiType | ToFfi (long int val) |
static const char * | GetDartRepresentation () |
static const char * | GetFfiRepresentation () |
static bool | AllowedInLeafCall () |
![]() | |
static constexpr const char * | kDartRepresentation |
static constexpr bool | kAllowedInLeafCall |
Definition at line 140 of file dart_converter.h.