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