File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed
flutter/lib/src/native/cocoa Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -37603,8 +37603,7 @@ class ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase {
3760337603 ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool.fromFunctionPointer(
3760437604 SentryCocoa lib,
3760537605 ffi.Pointer<
37606- ffi
37607- .NativeFunction<
37606+ ffi.NativeFunction<
3760837607 ffi.Bool Function(ffi.Pointer<ObjCObject> arg0,
3760937608 ffi.UnsignedLong arg1, ffi.Pointer<ffi.Bool> arg2)>>
3761037609 ptr)
@@ -42032,17 +42031,15 @@ class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase {
4203242031 ffi.Pointer<ffi.Bool> arg1)>>
4203342032 ptr)
4203442033 : this._(
42035- lib
42036- ._newBlock1(
42037- _cFuncTrampoline ??= ffi.Pointer.fromFunction<
42038- ffi.Bool Function(
42039- ffi.Pointer<_ObjCBlock> block,
42040- ffi.Pointer<ObjCObject> arg0,
42041- ffi.Pointer<ffi.Bool> arg1)>(
42042- _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline,
42043- false)
42044- .cast(),
42045- ptr.cast()),
42034+ lib._newBlock1(
42035+ _cFuncTrampoline ??= ffi.Pointer.fromFunction<
42036+ ffi.Bool Function(
42037+ ffi.Pointer<_ObjCBlock> block,
42038+ ffi.Pointer<ObjCObject> arg0,
42039+ ffi.Pointer<ffi.Bool> arg1)>(
42040+ _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, false)
42041+ .cast(),
42042+ ptr.cast()),
4204642043 lib);
4204742044 static ffi.Pointer<ffi.Void>? _cFuncTrampoline;
4204842045
You can’t perform that action at this time.
0 commit comments