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

#include <dart_converter.h>

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

Additional Inherited Members

- Public Types inherited from tonic::DartConverterInteger< unsigned long >
using FfiType = unsigned long
 
- Static Public Member Functions inherited from tonic::DartConverterInteger< unsigned long >
static Dart_Handle ToDart (unsigned long val)
 
static void SetReturnValue (Dart_NativeArguments args, unsigned long val)
 
static unsigned long FromDart (Dart_Handle handle)
 
static unsigned long FromArguments (Dart_NativeArguments args, int index, Dart_Handle &exception)
 
static unsigned long FromFfi (FfiType val)
 
static FfiType ToFfi (unsigned long val)
 
static const char * GetDartRepresentation ()
 
static const char * GetFfiRepresentation ()
 
static bool AllowedInLeafCall ()
 
- Static Public Attributes inherited from tonic::DartConverterInteger< unsigned long >
static constexpr const char * kDartRepresentation
 
static constexpr bool kAllowedInLeafCall
 

Detailed Description

Definition at line 149 of file dart_converter.h.


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