com/builtin_types__conversion library
Functions
-
byteFromFfiNullable(
Pointer< Void> handle) → int? -
byteReleaseFfiHandleNullable(
Pointer< Void> handle) → void -
byteToFfiNullable(
int? value) → Pointer< Void> -
floatFromFfiNullable(
Pointer< Void> handle) → double? -
floatReleaseFfiHandleNullable(
Pointer< Void> handle) → void -
floatToFfiNullable(
double? value) → Pointer< Void> -
longFromFfiNullable(
Pointer< Void> handle) → int? -
longReleaseFfiHandleNullable(
Pointer< Void> handle) → void -
longToFfiNullable(
int? value) → Pointer< Void> -
shortFromFfiNullable(
Pointer< Void> handle) → int? -
shortReleaseFfiHandleNullable(
Pointer< Void> handle) → void -
shortToFfiNullable(
int? value) → Pointer< Void> -
uByteFromFfiNullable(
Pointer< Void> handle) → int? -
uByteReleaseFfiHandleNullable(
Pointer< Void> handle) → void -
uByteToFfiNullable(
int? value) → Pointer< Void> -
uIntFromFfiNullable(
Pointer< Void> handle) → int? -
uIntReleaseFfiHandleNullable(
Pointer< Void> handle) → void -
uIntToFfiNullable(
int? value) → Pointer< Void> -
uLongFromFfiNullable(
Pointer< Void> handle) → int? -
uLongReleaseFfiHandleNullable(
Pointer< Void> handle) → void -
uLongToFfiNullable(
int? value) → Pointer< Void> -
uShortFromFfiNullable(
Pointer< Void> handle) → int? -
uShortReleaseFfiHandleNullable(
Pointer< Void> handle) → void -
uShortToFfiNullable(
int? value) → Pointer< Void>