#include <dart_converter.h>
Definition at line 208 of file dart_converter.h.
◆ FfiType
◆ AllowedInLeafCall()
◆ FromArguments()
Definition at line 226 of file dart_converter.h.
228 {
232 }
DART_EXPORT Dart_Handle Dart_GetNativeDoubleArgument(Dart_NativeArguments args, int index, double *value)
G_BEGIN_DECLS G_MODULE_EXPORT FlValue * args
◆ FromDart()
Definition at line 220 of file dart_converter.h.
220 {
224 }
DART_EXPORT Dart_Handle Dart_DoubleValue(Dart_Handle double_obj, double *value)
◆ 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()
Definition at line 216 of file dart_converter.h.
216 {
218 }
DART_EXPORT void Dart_SetDoubleReturnValue(Dart_NativeArguments args, double retval)
◆ ToDart()
Definition at line 214 of file dart_converter.h.
DART_EXPORT Dart_Handle Dart_NewDouble(double value)
◆ ToFfi()
◆ kAllowedInLeafCall
◆ kDartRepresentation
◆ kFfiRepresentation
The documentation for this struct was generated from the following file: