Flutter Engine
The Flutter Engine
|
#include <dart_converter.h>
Additional Inherited Members | |
Public Types inherited from tonic::DartConverterInteger< int > | |
using | FfiType = int |
Static Public Member Functions inherited from tonic::DartConverterInteger< int > | |
static Dart_Handle | ToDart (int val) |
static void | SetReturnValue (Dart_NativeArguments args, int val) |
static int | FromDart (Dart_Handle handle) |
static int | FromArguments (Dart_NativeArguments args, int index, Dart_Handle &exception) |
static int | FromFfi (FfiType val) |
static FfiType | ToFfi (int val) |
static const char * | GetDartRepresentation () |
static const char * | GetFfiRepresentation () |
static bool | AllowedInLeafCall () |
Static Public Attributes inherited from tonic::DartConverterInteger< int > | |
static constexpr const char * | kDartRepresentation |
static constexpr bool | kAllowedInLeafCall |
Definition at line 137 of file dart_converter.h.