#include <dart_converter.h>
Definition at line 208 of file dart_converter.h.
◆ FfiType
◆ AllowedInLeafCall()
◆ FromArguments()
| static double tonic::DartConverter< double >::FromArguments |
( |
Dart_NativeArguments |
args, |
|
|
int |
index, |
|
|
Dart_Handle & |
exception |
|
) |
| |
|
inlinestatic |
Definition at line 226 of file dart_converter.h.
228 {
229 double result = 0;
230 Dart_GetNativeDoubleArgument(
args, index, &result);
231 return result;
232 }
G_BEGIN_DECLS G_MODULE_EXPORT FlValue * args
References args.
◆ FromDart()
Definition at line 220 of file dart_converter.h.
220 {
221 double result = 0;
222 Dart_DoubleValue(handle, &result);
223 return result;
224 }
◆ FromFfi()
◆ GetDartRepresentation()
Definition at line 239 of file dart_converter.h.
static constexpr const char * kDartRepresentation
◆ GetFfiRepresentation()
Definition at line 238 of file dart_converter.h.
static constexpr const char * kFfiRepresentation
◆ SetReturnValue()
| static void tonic::DartConverter< double >::SetReturnValue |
( |
Dart_NativeArguments |
args, |
|
|
double |
val |
|
) |
| |
|
inlinestatic |
◆ ToDart()
◆ ToFfi()
◆ kAllowedInLeafCall
◆ kDartRepresentation
◆ kFfiRepresentation
The documentation for this struct was generated from the following file: