Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
List of all members
tonic::DartConverter< unsigned > Struct Reference

#include <dart_converter.h>

Inheritance diagram for tonic::DartConverter< unsigned >:
tonic::DartConverterInteger< unsigned >

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
 

Detailed Description

Definition at line 143 of file dart_converter.h.


The documentation for this struct was generated from the following file: