#include <dart_converter.h>
Definition at line 54 of file dart_converter.h.
◆ FfiType
◆ NativeType
◆ AllowedInLeafCall()
◆ FromArguments()
Definition at line 73 of file dart_converter.h.
75 {
79 }
DART_EXPORT Dart_Handle Dart_GetNativeBooleanArgument(Dart_NativeArguments args, int index, bool *value)
G_BEGIN_DECLS G_MODULE_EXPORT FlValue * args
◆ FromDart()
Definition at line 67 of file dart_converter.h.
67 {
71 }
DART_EXPORT Dart_Handle Dart_BooleanValue(Dart_Handle boolean_obj, bool *value)
◆ FromFfi()
◆ GetDartRepresentation()
Definition at line 84 of file dart_converter.h.
static constexpr const char * kDartRepresentation
◆ GetFfiRepresentation()
Definition at line 83 of file dart_converter.h.
static constexpr const char * kFfiRepresentation
◆ SetReturnValue()
Definition at line 63 of file dart_converter.h.
63 {
65 }
DART_EXPORT void Dart_SetBooleanReturnValue(Dart_NativeArguments args, bool retval)
◆ ToDart()
Definition at line 61 of file dart_converter.h.
DART_EXPORT Dart_Handle Dart_NewBoolean(bool value)
◆ ToFfi()
◆ kAllowedInLeafCall
◆ kDartRepresentation
◆ kFfiRepresentation
The documentation for this struct was generated from the following file: