#include <dart_converter.h>
Definition at line 153 of file dart_converter.h.
◆ FfiType
◆ AllowedInLeafCall()
◆ FromArguments()
| static unsigned long long tonic::DartConverter< unsigned long long >::FromArguments |
( |
Dart_NativeArguments |
args, |
|
|
int |
index, |
|
|
Dart_Handle & |
exception |
|
) |
| |
|
inlinestatic |
Definition at line 183 of file dart_converter.h.
185 {
186 int64_t result = 0;
187 Dart_GetNativeIntegerArgument(
args, index, &result);
188 return result;
189 }
G_BEGIN_DECLS G_MODULE_EXPORT FlValue * args
References args.
◆ FromDart()
| static unsigned long long tonic::DartConverter< unsigned long long >::FromDart |
( |
Dart_Handle |
handle | ) |
|
|
inlinestatic |
Definition at line 177 of file dart_converter.h.
177 {
178 int64_t result = 0;
179 Dart_IntegerToInt64(handle, &result);
180 return result;
181 }
◆ FromFfi()
◆ GetDartRepresentation()
Definition at line 192 of file dart_converter.h.
static constexpr const char * kDartRepresentation
◆ GetFfiRepresentation()
Definition at line 191 of file dart_converter.h.
static constexpr const char * kFfiRepresentation
◆ SetReturnValue()
| static void tonic::DartConverter< unsigned long long >::SetReturnValue |
( |
Dart_NativeArguments |
args, |
|
|
unsigned long long |
val |
|
) |
| |
|
inlinestatic |
◆ ToDart()
◆ ToFfi()
◆ kAllowedInLeafCall
◆ kDartRepresentation
◆ kFfiRepresentation
The documentation for this struct was generated from the following file: