#include <dart_converter.h>
Definition at line 153 of file dart_converter.h.
◆ FfiType
◆ AllowedInLeafCall()
◆ FromArguments()
Definition at line 183 of file dart_converter.h.
185 {
189 }
DART_EXPORT Dart_Handle Dart_GetNativeIntegerArgument(Dart_NativeArguments args, int index, int64_t *value)
G_BEGIN_DECLS G_MODULE_EXPORT FlValue * args
◆ FromDart()
Definition at line 177 of file dart_converter.h.
177 {
181 }
DART_EXPORT Dart_Handle Dart_IntegerToInt64(Dart_Handle integer, int64_t *value)
◆ 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()
Definition at line 171 of file dart_converter.h.
172 {
175 }
DART_EXPORT void Dart_SetIntegerReturnValue(Dart_NativeArguments args, int64_t retval)
◆ ToDart()
Definition at line 166 of file dart_converter.h.
166 {
169 }
DART_EXPORT Dart_Handle Dart_NewInteger(int64_t value)
◆ ToFfi()
◆ kAllowedInLeafCall
◆ kDartRepresentation
◆ kFfiRepresentation
The documentation for this struct was generated from the following file: