dart-sdk/samples/ffi
Daco Harkes ac805dff54 [vm/ffi] Migrate to empty Structs to Opaque
This CL migrates empty `Struct`s to `Opaque` native types.
It stops using `.ref` on `Pointer`s to these types.
And stops using `.ref` on `Pointer<Utf8>` which will be migrated in
`package:ffi`.

Issue: https://github.com/dart-lang/sdk/issues/44622
Issue: https://github.com/dart-lang/sdk/issues/43974

Change-Id: I3aa256af7d4ceaa8ee37b1b2ada71f870f43617b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/179181
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
2021-01-15 10:52:53 +00:00
..
async [vm/ffi] Add Opaque type 2021-01-13 17:04:08 +00:00
resource_management [vm/ffi] Migrate samples(_2)/ffi to CallocAllocator 2021-01-14 13:57:03 +00:00
sqlite [vm/ffi] Migrate to empty Structs to Opaque 2021-01-15 10:52:53 +00:00
calloc.dart [vm/ffi] Migrate samples(_2)/ffi to CallocAllocator 2021-01-14 13:57:03 +00:00
coordinate.dart [vm/ffi] Migrate samples(_2)/ffi to CallocAllocator 2021-01-14 13:57:03 +00:00
dylib_utils.dart [vm/ffi] Fuchsia FFI testing package 2020-12-10 12:15:17 +00:00
sample_ffi_bitfield.dart [vm/ffi] Migrate samples(_2)/ffi to CallocAllocator 2021-01-14 13:57:03 +00:00
sample_ffi_data.dart [vm/ffi] Migrate samples(_2)/ffi to CallocAllocator 2021-01-14 13:57:03 +00:00
sample_ffi_dynamic_library.dart [samples] Migrate ffi samples to NNBD 2020-11-24 18:50:28 +00:00
sample_ffi_functions.dart [vm/ffi] Migrate samples(_2)/ffi to CallocAllocator 2021-01-14 13:57:03 +00:00
sample_ffi_functions_callbacks.dart [vm/ffi] Migrate samples(_2)/ffi to CallocAllocator 2021-01-14 13:57:03 +00:00
sample_ffi_functions_callbacks_closures.dart [samples] Migrate ffi samples to NNBD 2020-11-24 18:50:28 +00:00
sample_ffi_functions_structs.dart [vm/ffi] Migrate samples(_2)/ffi to CallocAllocator 2021-01-14 13:57:03 +00:00
sample_ffi_structs.dart [vm/ffi] Migrate samples(_2)/ffi to CallocAllocator 2021-01-14 13:57:03 +00:00
samples_test.dart [samples] Migrate ffi samples to NNBD 2020-11-24 18:50:28 +00:00