diff --git a/experimental/pedometer/README.md b/experimental/pedometer/README.md index 1612864ab..3cee83f95 100644 --- a/experimental/pedometer/README.md +++ b/experimental/pedometer/README.md @@ -30,7 +30,7 @@ FFIgen currently does not support autogenerating code to handle callbacks. So, there are a few extra steps needed to appropriately handle callbacks in Objective-C. You can read more about this limitation on -[dart.dev]((https://dart.dev/guides/libraries/objective-c-interop#callbacks-and-multithreading-limitations). +[dart.dev](https://dart.dev/interop/objective-c-interop#callbacks-and-multithreading-limitations). ```bash dart run ffigen --config ffigen.yaml diff --git a/experimental/pedometer/android/build.gradle b/experimental/pedometer/android/build.gradle index 40efb86c0..6dc89efd7 100644 --- a/experimental/pedometer/android/build.gradle +++ b/experimental/pedometer/android/build.gradle @@ -31,7 +31,7 @@ android { // Bumping the plugin ndkVersion requires all clients of this plugin to bump // the version in their app and to download a newer version of the NDK. - ndkVersion "21.4.7075529" + ndkVersion "23.1.7779620" // Invoke the shared CMake build with the Android Gradle Plugin. externalNativeBuild { @@ -54,6 +54,6 @@ android { } defaultConfig { - minSdkVersion 16 + minSdkVersion 21 } } diff --git a/experimental/pedometer/example/pubspec.yaml b/experimental/pedometer/example/pubspec.yaml index 3e1c6b14b..18f8ef0db 100644 --- a/experimental/pedometer/example/pubspec.yaml +++ b/experimental/pedometer/example/pubspec.yaml @@ -42,7 +42,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - ffi: ^2.0.1 + ffi: ^2.1.0 intl: ^0.19.0 jni: ^0.7.0 fl_chart: ^0.66.0 diff --git a/experimental/pedometer/ios/pedometer.podspec b/experimental/pedometer/ios/pedometer.podspec index 3f5d503e5..989f14123 100644 --- a/experimental/pedometer/ios/pedometer.podspec +++ b/experimental/pedometer/ios/pedometer.podspec @@ -20,7 +20,7 @@ A new Flutter FFI plugin project. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.platform = :ios, '9.0' + s.platform = :ios, '12.0' s.requires_arc = [] # Flutter.framework does not contain a i386 slice. diff --git a/experimental/pedometer/lib/health_connect.dart b/experimental/pedometer/lib/health_connect.dart index f3553e05c..1eba49c9b 100644 --- a/experimental/pedometer/lib/health_connect.dart +++ b/experimental/pedometer/lib/health_connect.dart @@ -5,6 +5,7 @@ // ignore_for_file: camel_case_types // ignore_for_file: constant_identifier_names // ignore_for_file: file_names +// ignore_for_file: lines_longer_than_80_chars // ignore_for_file: no_leading_underscores_for_local_identifiers // ignore_for_file: non_constant_identifier_names // ignore_for_file: overridden_fields @@ -14,6 +15,7 @@ // ignore_for_file: unused_import // ignore_for_file: unused_local_variable // ignore_for_file: unused_shown_name +// ignore_for_file: use_super_parameters import "dart:isolate" show ReceivePort; import "dart:ffi" as ffi; @@ -30,7 +32,9 @@ class HealthConnectClient_Companion extends jni.JObject { @override late final jni.JObjType $type = type; - HealthConnectClient_Companion.fromRef(super.ref) : super.fromRef(); + HealthConnectClient_Companion.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $HealthConnectClient_CompanionType(); @@ -113,7 +117,7 @@ class HealthConnectClient_Companion extends jni.JObject { } } -class $HealthConnectClient_CompanionType +final class $HealthConnectClient_CompanionType extends jni.JObjType { const $HealthConnectClient_CompanionType(); @@ -146,7 +150,9 @@ class HealthConnectClient extends jni.JObject { @override late final jni.JObjType $type = type; - HealthConnectClient.fromRef(super.ref) : super.fromRef(); + HealthConnectClient.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $HealthConnectClientType(); @@ -625,7 +631,7 @@ class HealthConnectClient extends jni.JObject { } } -class $HealthConnectClientType extends jni.JObjType { +final class $HealthConnectClientType extends jni.JObjType { const $HealthConnectClientType(); @override @@ -657,7 +663,9 @@ class PermissionController_Companion extends jni.JObject { @override late final jni.JObjType $type = type; - PermissionController_Companion.fromRef(super.ref) : super.fromRef(); + PermissionController_Companion.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $PermissionController_CompanionType(); @@ -694,7 +702,7 @@ class PermissionController_Companion extends jni.JObject { } } -class $PermissionController_CompanionType +final class $PermissionController_CompanionType extends jni.JObjType { const $PermissionController_CompanionType(); @@ -727,7 +735,9 @@ class PermissionController extends jni.JObject { @override late final jni.JObjType $type = type; - PermissionController.fromRef(super.ref) : super.fromRef(); + PermissionController.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $PermissionControllerType(); @@ -820,7 +830,8 @@ class PermissionController extends jni.JObject { } } -class $PermissionControllerType extends jni.JObjType { +final class $PermissionControllerType + extends jni.JObjType { const $PermissionControllerType(); @override @@ -852,7 +863,9 @@ class StepsRecord_Companion extends jni.JObject { @override late final jni.JObjType $type = type; - StepsRecord_Companion.fromRef(super.ref) : super.fromRef(); + StepsRecord_Companion.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $StepsRecord_CompanionType(); @@ -872,7 +885,8 @@ class StepsRecord_Companion extends jni.JObject { } } -class $StepsRecord_CompanionType extends jni.JObjType { +final class $StepsRecord_CompanionType + extends jni.JObjType { const $StepsRecord_CompanionType(); @override @@ -904,7 +918,9 @@ class StepsRecord extends jni.JObject { @override late final jni.JObjType $type = type; - StepsRecord.fromRef(super.ref) : super.fromRef(); + StepsRecord.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $StepsRecordType(); @@ -1107,7 +1123,7 @@ class StepsRecord extends jni.JObject { } } -class $StepsRecordType extends jni.JObjType { +final class $StepsRecordType extends jni.JObjType { const $StepsRecordType(); @override @@ -1137,7 +1153,9 @@ class TimeRangeFilter_Companion extends jni.JObject { @override late final jni.JObjType $type = type; - TimeRangeFilter_Companion.fromRef(super.ref) : super.fromRef(); + TimeRangeFilter_Companion.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $TimeRangeFilter_CompanionType(); @@ -1265,7 +1283,7 @@ class TimeRangeFilter_Companion extends jni.JObject { } } -class $TimeRangeFilter_CompanionType +final class $TimeRangeFilter_CompanionType extends jni.JObjType { const $TimeRangeFilter_CompanionType(); @@ -1298,7 +1316,9 @@ class TimeRangeFilter extends jni.JObject { @override late final jni.JObjType $type = type; - TimeRangeFilter.fromRef(super.ref) : super.fromRef(); + TimeRangeFilter.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $TimeRangeFilterType(); @@ -1507,7 +1527,7 @@ class TimeRangeFilter extends jni.JObject { } } -class $TimeRangeFilterType extends jni.JObjType { +final class $TimeRangeFilterType extends jni.JObjType { const $TimeRangeFilterType(); @override @@ -1538,7 +1558,9 @@ class Context extends jni.JObject { @override late final jni.JObjType $type = type; - Context.fromRef(super.ref) : super.fromRef(); + Context.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $ContextType(); @@ -4456,7 +4478,7 @@ class Context extends jni.JObject { } } -class $ContextType extends jni.JObjType { +final class $ContextType extends jni.JObjType { const $ContextType(); @override @@ -4485,7 +4507,9 @@ class Intent_FilterComparison extends jni.JObject { @override late final jni.JObjType $type = type; - Intent_FilterComparison.fromRef(super.ref) : super.fromRef(); + Intent_FilterComparison.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $Intent_FilterComparisonType(); @@ -4542,7 +4566,7 @@ class Intent_FilterComparison extends jni.JObject { } } -class $Intent_FilterComparisonType +final class $Intent_FilterComparisonType extends jni.JObjType { const $Intent_FilterComparisonType(); @@ -4574,7 +4598,9 @@ class Intent_ShortcutIconResource extends jni.JObject { @override late final jni.JObjType $type = type; - Intent_ShortcutIconResource.fromRef(super.ref) : super.fromRef(); + Intent_ShortcutIconResource.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $Intent_ShortcutIconResourceType(); @@ -4712,7 +4738,7 @@ class Intent_ShortcutIconResource extends jni.JObject { } } -class $Intent_ShortcutIconResourceType +final class $Intent_ShortcutIconResourceType extends jni.JObjType { const $Intent_ShortcutIconResourceType(); @@ -4744,7 +4770,9 @@ class Intent extends jni.JObject { @override late final jni.JObjType $type = type; - Intent.fromRef(super.ref) : super.fromRef(); + Intent.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $IntentType(); @@ -8119,7 +8147,7 @@ class Intent extends jni.JObject { } } -class $IntentType extends jni.JObjType { +final class $IntentType extends jni.JObjType { const $IntentType(); @override @@ -8148,7 +8176,9 @@ class Activity extends jni.JObject { @override late final jni.JObjType $type = type; - Activity.fromRef(super.ref) : super.fromRef(); + Activity.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $ActivityType(); @@ -12322,7 +12352,7 @@ class Activity extends jni.JObject { } } -class $ActivityType extends jni.JObjType { +final class $ActivityType extends jni.JObjType { const $ActivityType(); @override @@ -12351,7 +12381,9 @@ class Instant extends jni.JObject { @override late final jni.JObjType $type = type; - Instant.fromRef(super.ref) : super.fromRef(); + Instant.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $InstantType(); @@ -13078,7 +13110,7 @@ class Instant extends jni.JObject { } } -class $InstantType extends jni.JObjType { +final class $InstantType extends jni.JObjType { const $InstantType(); @override @@ -13107,7 +13139,9 @@ class AggregateGroupByDurationRequest extends jni.JObject { @override late final jni.JObjType $type = type; - AggregateGroupByDurationRequest.fromRef(super.ref) : super.fromRef(); + AggregateGroupByDurationRequest.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $AggregateGroupByDurationRequestType(); @@ -13176,7 +13210,7 @@ class AggregateGroupByDurationRequest extends jni.JObject { } } -class $AggregateGroupByDurationRequestType +final class $AggregateGroupByDurationRequestType extends jni.JObjType { const $AggregateGroupByDurationRequestType(); @@ -13209,7 +13243,9 @@ class AggregateGroupByPeriodRequest extends jni.JObject { @override late final jni.JObjType $type = type; - AggregateGroupByPeriodRequest.fromRef(super.ref) : super.fromRef(); + AggregateGroupByPeriodRequest.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $AggregateGroupByPeriodRequestType(); @@ -13278,7 +13314,7 @@ class AggregateGroupByPeriodRequest extends jni.JObject { } } -class $AggregateGroupByPeriodRequestType +final class $AggregateGroupByPeriodRequestType extends jni.JObjType { const $AggregateGroupByPeriodRequestType(); @@ -13311,7 +13347,9 @@ class AggregateRequest extends jni.JObject { @override late final jni.JObjType $type = type; - AggregateRequest.fromRef(super.ref) : super.fromRef(); + AggregateRequest.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $AggregateRequestType(); @@ -13368,7 +13406,7 @@ class AggregateRequest extends jni.JObject { } } -class $AggregateRequestType extends jni.JObjType { +final class $AggregateRequestType extends jni.JObjType { const $AggregateRequestType(); @override @@ -13399,7 +13437,9 @@ class ChangesTokenRequest extends jni.JObject { @override late final jni.JObjType $type = type; - ChangesTokenRequest.fromRef(super.ref) : super.fromRef(); + ChangesTokenRequest.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $ChangesTokenRequestType(); @@ -13446,7 +13486,7 @@ class ChangesTokenRequest extends jni.JObject { } } -class $ChangesTokenRequestType extends jni.JObjType { +final class $ChangesTokenRequestType extends jni.JObjType { const $ChangesTokenRequestType(); @override @@ -13601,7 +13641,7 @@ class ReadRecordsRequest<$T extends jni.JObject> extends jni.JObject { } } -class $ReadRecordsRequestType<$T extends jni.JObject> +final class $ReadRecordsRequestType<$T extends jni.JObject> extends jni.JObjType> { final jni.JObjType<$T> T; @@ -13639,7 +13679,9 @@ class AggregationResult extends jni.JObject { @override late final jni.JObjType $type = type; - AggregationResult.fromRef(super.ref) : super.fromRef(); + AggregationResult.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $AggregationResultType(); @@ -13748,7 +13790,7 @@ class AggregationResult extends jni.JObject { } } -class $AggregationResultType extends jni.JObjType { +final class $AggregationResultType extends jni.JObjType { const $AggregationResultType(); @override @@ -13780,7 +13822,9 @@ class AggregateMetric_AggregationType extends jni.JObject { @override late final jni.JObjType $type = type; - AggregateMetric_AggregationType.fromRef(super.ref) : super.fromRef(); + AggregateMetric_AggregationType.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $AggregateMetric_AggregationTypeType(); @@ -13889,7 +13933,7 @@ class AggregateMetric_AggregationType extends jni.JObject { } } -class $AggregateMetric_AggregationTypeType +final class $AggregateMetric_AggregationTypeType extends jni.JObjType { const $AggregateMetric_AggregationTypeType(); @@ -13922,7 +13966,9 @@ class AggregateMetric_Companion extends jni.JObject { @override late final jni.JObjType $type = type; - AggregateMetric_Companion.fromRef(super.ref) : super.fromRef(); + AggregateMetric_Companion.fromRef( + jni.JObjectPtr ref, + ) : super.fromRef(ref); /// The type which includes information such as the signature of this class. static const type = $AggregateMetric_CompanionType(); @@ -13942,7 +13988,7 @@ class AggregateMetric_Companion extends jni.JObject { } } -class $AggregateMetric_CompanionType +final class $AggregateMetric_CompanionType extends jni.JObjType { const $AggregateMetric_CompanionType(); @@ -13995,7 +14041,7 @@ class AggregateMetric_Converter_FromDouble<$R extends jni.JObject> } } -class $AggregateMetric_Converter_FromDoubleType<$R extends jni.JObject> +final class $AggregateMetric_Converter_FromDoubleType<$R extends jni.JObject> extends jni.JObjType> { final jni.JObjType<$R> R; @@ -14054,7 +14100,7 @@ class AggregateMetric_Converter_FromLong<$R extends jni.JObject> } } -class $AggregateMetric_Converter_FromLongType<$R extends jni.JObject> +final class $AggregateMetric_Converter_FromLongType<$R extends jni.JObject> extends jni.JObjType> { final jni.JObjType<$R> R; @@ -14115,7 +14161,7 @@ class AggregateMetric_Converter<$T extends jni.JObject, $R extends jni.JObject> } } -class $AggregateMetric_ConverterType<$T extends jni.JObject, +final class $AggregateMetric_ConverterType<$T extends jni.JObject, $R extends jni.JObject> extends jni.JObjType> { final jni.JObjType<$T> T; @@ -14214,7 +14260,7 @@ class AggregateMetric<$T extends jni.JObject> extends jni.JObject { } } -class $AggregateMetricType<$T extends jni.JObject> +final class $AggregateMetricType<$T extends jni.JObject> extends jni.JObjType> { final jni.JObjType<$T> T; diff --git a/experimental/pedometer/lib/pedometer_bindings_generated.dart b/experimental/pedometer/lib/pedometer_bindings_generated.dart index 358d481f2..954e8e627 100644 --- a/experimental/pedometer/lib/pedometer_bindings_generated.dart +++ b/experimental/pedometer/lib/pedometer_bindings_generated.dart @@ -1414,23 +1414,42 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_rangeValue1 = _registerName1("rangeValue"); - void _objc_msgSend_54( - ffi.Pointer<_NSRange> stret, + late final _objc_msgSend_useVariants1 = ffi.Abi.current() == ffi.Abi.iosX64 || + ffi.Abi.current() == ffi.Abi.macosX64; + _NSRange _objc_msgSend_54( ffi.Pointer obj, ffi.Pointer sel, ) { return __objc_msgSend_54( - stret, obj, sel, ); } late final __objc_msgSend_54Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_54 = __objc_msgSend_54Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer)>(); + + void _objc_msgSend_54_stret( + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_54_stret( + stret, + obj, + sel, + ); + } + + late final __objc_msgSend_54_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer)>>('objc_msgSend_stret'); - late final __objc_msgSend_54 = __objc_msgSend_54Ptr.asFunction< + late final __objc_msgSend_54_stret = __objc_msgSend_54_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer)>(); @@ -2132,18 +2151,45 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer)>(); + late final _sel_setKeys_triggerChangeNotificationsForDependentKey_1 = + _registerName1("setKeys:triggerChangeNotificationsForDependentKey:"); + void _objc_msgSend_80( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ffi.Pointer dependentKey, + ) { + return __objc_msgSend_80( + obj, + sel, + keys, + dependentKey, + ); + } + + late final __objc_msgSend_80Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_80 = __objc_msgSend_80Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + late final _sel_classFallbacksForKeyedArchiver1 = _registerName1("classFallbacksForKeyedArchiver"); late final _sel_classForKeyedUnarchiver1 = _registerName1("classForKeyedUnarchiver"); late final _sel_writeToURL_error_1 = _registerName1("writeToURL:error:"); - bool _objc_msgSend_80( + bool _objc_msgSend_81( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer> error, ) { - return __objc_msgSend_80( + return __objc_msgSend_81( obj, sel, url, @@ -2151,14 +2197,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_80Ptr = _lookup< + late final __objc_msgSend_81Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_80 = __objc_msgSend_80Ptr.asFunction< + late final __objc_msgSend_81 = __objc_msgSend_81Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>(); @@ -2166,13 +2212,13 @@ class PedometerBindings { _registerName1("makeObjectsPerformSelector:"); late final _sel_makeObjectsPerformSelector_withObject_1 = _registerName1("makeObjectsPerformSelector:withObject:"); - void _objc_msgSend_81( + void _objc_msgSend_82( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aSelector, ffi.Pointer argument, ) { - return __objc_msgSend_81( + return __objc_msgSend_82( obj, sel, aSelector, @@ -2180,11 +2226,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_81Ptr = _lookup< + late final __objc_msgSend_82Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_81 = __objc_msgSend_81Ptr.asFunction< + late final __objc_msgSend_82 = __objc_msgSend_82Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -2193,52 +2239,30 @@ class PedometerBindings { late final _sel_indexSetWithIndex_1 = _registerName1("indexSetWithIndex:"); late final _sel_indexSetWithIndexesInRange_1 = _registerName1("indexSetWithIndexesInRange:"); - instancetype _objc_msgSend_82( + instancetype _objc_msgSend_83( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ) { - return __objc_msgSend_82( + return __objc_msgSend_83( obj, sel, range, ); } - late final __objc_msgSend_82Ptr = _lookup< + late final __objc_msgSend_83Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_82 = __objc_msgSend_82Ptr.asFunction< + late final __objc_msgSend_83 = __objc_msgSend_83Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_initWithIndexesInRange_1 = _registerName1("initWithIndexesInRange:"); late final _sel_initWithIndexSet_1 = _registerName1("initWithIndexSet:"); - instancetype _objc_msgSend_83( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexSet, - ) { - return __objc_msgSend_83( - obj, - sel, - indexSet, - ); - } - - late final __objc_msgSend_83Ptr = _lookup< - ffi.NativeFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_83 = __objc_msgSend_83Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_initWithIndex_1 = _registerName1("initWithIndex:"); - late final _sel_isEqualToIndexSet_1 = _registerName1("isEqualToIndexSet:"); - bool _objc_msgSend_84( + instancetype _objc_msgSend_84( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer indexSet, @@ -2252,9 +2276,31 @@ class PedometerBindings { late final __objc_msgSend_84Ptr = _lookup< ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer, ffi.Pointer, + instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_84 = __objc_msgSend_84Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_initWithIndex_1 = _registerName1("initWithIndex:"); + late final _sel_isEqualToIndexSet_1 = _registerName1("isEqualToIndexSet:"); + bool _objc_msgSend_85( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexSet, + ) { + return __objc_msgSend_85( + obj, + sel, + indexSet, + ); + } + + late final __objc_msgSend_85Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_85 = __objc_msgSend_85Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -2262,23 +2308,23 @@ class PedometerBindings { late final _sel_lastIndex1 = _registerName1("lastIndex"); late final _sel_indexGreaterThanIndex_1 = _registerName1("indexGreaterThanIndex:"); - int _objc_msgSend_85( + int _objc_msgSend_86( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_85( + return __objc_msgSend_86( obj, sel, value, ); } - late final __objc_msgSend_85Ptr = _lookup< + late final __objc_msgSend_86Ptr = _lookup< ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_85 = __objc_msgSend_85Ptr.asFunction< + late final __objc_msgSend_86 = __objc_msgSend_86Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_indexLessThanIndex_1 = _registerName1("indexLessThanIndex:"); @@ -2288,14 +2334,14 @@ class PedometerBindings { _registerName1("indexLessThanOrEqualToIndex:"); late final _sel_getIndexes_maxCount_inIndexRange_1 = _registerName1("getIndexes:maxCount:inIndexRange:"); - int _objc_msgSend_86( + int _objc_msgSend_87( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer indexBuffer, int bufferSize, ffi.Pointer<_NSRange> range, ) { - return __objc_msgSend_86( + return __objc_msgSend_87( obj, sel, indexBuffer, @@ -2304,7 +2350,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_86Ptr = _lookup< + late final __objc_msgSend_87Ptr = _lookup< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, @@ -2312,70 +2358,70 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Pointer<_NSRange>)>>('objc_msgSend'); - late final __objc_msgSend_86 = __objc_msgSend_86Ptr.asFunction< + late final __objc_msgSend_87 = __objc_msgSend_87Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_NSRange>)>(); late final _sel_countOfIndexesInRange_1 = _registerName1("countOfIndexesInRange:"); - int _objc_msgSend_87( + int _objc_msgSend_88( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ) { - return __objc_msgSend_87( + return __objc_msgSend_88( obj, sel, range, ); } - late final __objc_msgSend_87Ptr = _lookup< + late final __objc_msgSend_88Ptr = _lookup< ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_87 = __objc_msgSend_87Ptr.asFunction< + late final __objc_msgSend_88 = __objc_msgSend_88Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_containsIndex_1 = _registerName1("containsIndex:"); - bool _objc_msgSend_88( + bool _objc_msgSend_89( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_88( + return __objc_msgSend_89( obj, sel, value, ); } - late final __objc_msgSend_88Ptr = _lookup< + late final __objc_msgSend_89Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_88 = __objc_msgSend_88Ptr.asFunction< + late final __objc_msgSend_89 = __objc_msgSend_89Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_containsIndexesInRange_1 = _registerName1("containsIndexesInRange:"); - bool _objc_msgSend_89( + bool _objc_msgSend_90( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ) { - return __objc_msgSend_89( + return __objc_msgSend_90( obj, sel, range, ); } - late final __objc_msgSend_89Ptr = _lookup< + late final __objc_msgSend_90Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_89 = __objc_msgSend_89Ptr.asFunction< + late final __objc_msgSend_90 = __objc_msgSend_90Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_containsIndexes_1 = _registerName1("containsIndexes:"); @@ -2383,38 +2429,14 @@ class PedometerBindings { _registerName1("intersectsIndexesInRange:"); late final _sel_enumerateIndexesUsingBlock_1 = _registerName1("enumerateIndexesUsingBlock:"); - void _objc_msgSend_90( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { - return __objc_msgSend_90( - obj, - sel, - block, - ); - } - - late final __objc_msgSend_90Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_90 = __objc_msgSend_90Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_enumerateIndexesWithOptions_usingBlock_1 = - _registerName1("enumerateIndexesWithOptions:usingBlock:"); void _objc_msgSend_91( ffi.Pointer obj, ffi.Pointer sel, - int opts, ffi.Pointer<_ObjCBlock> block, ) { return __objc_msgSend_91( obj, sel, - opts, block, ); } @@ -2422,24 +2444,22 @@ class PedometerBindings { late final __objc_msgSend_91Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_91 = __objc_msgSend_91Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, int, + void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); - late final _sel_enumerateIndexesInRange_options_usingBlock_1 = - _registerName1("enumerateIndexesInRange:options:usingBlock:"); + late final _sel_enumerateIndexesWithOptions_usingBlock_1 = + _registerName1("enumerateIndexesWithOptions:usingBlock:"); void _objc_msgSend_92( ffi.Pointer obj, ffi.Pointer sel, - _NSRange range, int opts, ffi.Pointer<_ObjCBlock> block, ) { return __objc_msgSend_92( obj, sel, - range, opts, block, ); @@ -2448,72 +2468,69 @@ class PedometerBindings { late final __objc_msgSend_92Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, - _NSRange, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_92 = __objc_msgSend_92Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, _NSRange, - int, ffi.Pointer<_ObjCBlock>)>(); + void Function(ffi.Pointer, ffi.Pointer, int, + ffi.Pointer<_ObjCBlock>)>(); - late final _sel_indexPassingTest_1 = _registerName1("indexPassingTest:"); - int _objc_msgSend_93( + late final _sel_enumerateIndexesInRange_options_usingBlock_1 = + _registerName1("enumerateIndexesInRange:options:usingBlock:"); + void _objc_msgSend_93( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> block, ) { return __objc_msgSend_93( obj, sel, - predicate, + range, + opts, + block, ); } late final __objc_msgSend_93Ptr = _lookup< ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.Void Function(ffi.Pointer, ffi.Pointer, + _NSRange, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_93 = __objc_msgSend_93Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>(); + void Function(ffi.Pointer, ffi.Pointer, _NSRange, + int, ffi.Pointer<_ObjCBlock>)>(); - late final _sel_indexWithOptions_passingTest_1 = - _registerName1("indexWithOptions:passingTest:"); + late final _sel_indexPassingTest_1 = _registerName1("indexPassingTest:"); int _objc_msgSend_94( ffi.Pointer obj, ffi.Pointer sel, - int opts, ffi.Pointer<_ObjCBlock> predicate, ) { return __objc_msgSend_94( obj, sel, - opts, predicate, ); } late final __objc_msgSend_94Ptr = _lookup< ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer, - ffi.Int32, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.UnsignedLong Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_94 = __objc_msgSend_94Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer, int, + int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); - late final _sel_indexInRange_options_passingTest_1 = - _registerName1("indexInRange:options:passingTest:"); + late final _sel_indexWithOptions_passingTest_1 = + _registerName1("indexWithOptions:passingTest:"); int _objc_msgSend_95( ffi.Pointer obj, ffi.Pointer sel, - _NSRange range, int opts, ffi.Pointer<_ObjCBlock> predicate, ) { return __objc_msgSend_95( obj, sel, - range, opts, predicate, ); @@ -2524,71 +2541,22 @@ class PedometerBindings { ffi.UnsignedLong Function( ffi.Pointer, ffi.Pointer, - _NSRange, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_95 = __objc_msgSend_95Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer, _NSRange, int, + int Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); - late final _sel_indexesPassingTest_1 = _registerName1("indexesPassingTest:"); - ffi.Pointer _objc_msgSend_96( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { - return __objc_msgSend_96( - obj, - sel, - predicate, - ); - } - - late final __objc_msgSend_96Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_96 = __objc_msgSend_96Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_indexesWithOptions_passingTest_1 = - _registerName1("indexesWithOptions:passingTest:"); - ffi.Pointer _objc_msgSend_97( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { - return __objc_msgSend_97( - obj, - sel, - opts, - predicate, - ); - } - - late final __objc_msgSend_97Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Int32, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_97 = __objc_msgSend_97Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_indexesInRange_options_passingTest_1 = - _registerName1("indexesInRange:options:passingTest:"); - ffi.Pointer _objc_msgSend_98( + late final _sel_indexInRange_options_passingTest_1 = + _registerName1("indexInRange:options:passingTest:"); + int _objc_msgSend_96( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, int opts, ffi.Pointer<_ObjCBlock> predicate, ) { - return __objc_msgSend_98( + return __objc_msgSend_96( obj, sel, range, @@ -2597,52 +2565,106 @@ class PedometerBindings { ); } + late final __objc_msgSend_96Ptr = _lookup< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Int32, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_96 = __objc_msgSend_96Ptr.asFunction< + int Function(ffi.Pointer, ffi.Pointer, _NSRange, int, + ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_indexesPassingTest_1 = _registerName1("indexesPassingTest:"); + ffi.Pointer _objc_msgSend_97( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { + return __objc_msgSend_97( + obj, + sel, + predicate, + ); + } + + late final __objc_msgSend_97Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_97 = __objc_msgSend_97Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_indexesWithOptions_passingTest_1 = + _registerName1("indexesWithOptions:passingTest:"); + ffi.Pointer _objc_msgSend_98( + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { + return __objc_msgSend_98( + obj, + sel, + opts, + predicate, + ); + } + late final __objc_msgSend_98Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, - _NSRange, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_98 = __objc_msgSend_98Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); + ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); - late final _sel_enumerateRangesUsingBlock_1 = - _registerName1("enumerateRangesUsingBlock:"); - void _objc_msgSend_99( + late final _sel_indexesInRange_options_passingTest_1 = + _registerName1("indexesInRange:options:passingTest:"); + ffi.Pointer _objc_msgSend_99( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> predicate, ) { return __objc_msgSend_99( obj, sel, - block, + range, + opts, + predicate, ); } late final __objc_msgSend_99Ptr = _lookup< ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_99 = __objc_msgSend_99Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>(); + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); - late final _sel_enumerateRangesWithOptions_usingBlock_1 = - _registerName1("enumerateRangesWithOptions:usingBlock:"); + late final _sel_enumerateRangesUsingBlock_1 = + _registerName1("enumerateRangesUsingBlock:"); void _objc_msgSend_100( ffi.Pointer obj, ffi.Pointer sel, - int opts, ffi.Pointer<_ObjCBlock> block, ) { return __objc_msgSend_100( obj, sel, - opts, block, ); } @@ -2650,24 +2672,22 @@ class PedometerBindings { late final __objc_msgSend_100Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_100 = __objc_msgSend_100Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, int, + void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); - late final _sel_enumerateRangesInRange_options_usingBlock_1 = - _registerName1("enumerateRangesInRange:options:usingBlock:"); + late final _sel_enumerateRangesWithOptions_usingBlock_1 = + _registerName1("enumerateRangesWithOptions:usingBlock:"); void _objc_msgSend_101( ffi.Pointer obj, ffi.Pointer sel, - _NSRange range, int opts, ffi.Pointer<_ObjCBlock> block, ) { return __objc_msgSend_101( obj, sel, - range, opts, block, ); @@ -2676,29 +2696,55 @@ class PedometerBindings { late final __objc_msgSend_101Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, - _NSRange, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_101 = __objc_msgSend_101Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, int, + ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_enumerateRangesInRange_options_usingBlock_1 = + _registerName1("enumerateRangesInRange:options:usingBlock:"); + void _objc_msgSend_102( + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { + return __objc_msgSend_102( + obj, + sel, + range, + opts, + block, + ); + } + + late final __objc_msgSend_102Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + _NSRange, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_102 = __objc_msgSend_102Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_objectsAtIndexes_1 = _registerName1("objectsAtIndexes:"); - ffi.Pointer _objc_msgSend_102( + ffi.Pointer _objc_msgSend_103( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer indexes, ) { - return __objc_msgSend_102( + return __objc_msgSend_103( obj, sel, indexes, ); } - late final __objc_msgSend_102Ptr = _lookup< + late final __objc_msgSend_103Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_102 = __objc_msgSend_102Ptr.asFunction< + late final __objc_msgSend_103 = __objc_msgSend_103Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -2706,38 +2752,14 @@ class PedometerBindings { _registerName1("objectAtIndexedSubscript:"); late final _sel_enumerateObjectsUsingBlock_1 = _registerName1("enumerateObjectsUsingBlock:"); - void _objc_msgSend_103( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { - return __objc_msgSend_103( - obj, - sel, - block, - ); - } - - late final __objc_msgSend_103Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_103 = __objc_msgSend_103Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_enumerateObjectsWithOptions_usingBlock_1 = - _registerName1("enumerateObjectsWithOptions:usingBlock:"); void _objc_msgSend_104( ffi.Pointer obj, ffi.Pointer sel, - int opts, ffi.Pointer<_ObjCBlock> block, ) { return __objc_msgSend_104( obj, sel, - opts, block, ); } @@ -2745,21 +2767,45 @@ class PedometerBindings { late final __objc_msgSend_104Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_104 = __objc_msgSend_104Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_enumerateObjectsWithOptions_usingBlock_1 = + _registerName1("enumerateObjectsWithOptions:usingBlock:"); + void _objc_msgSend_105( + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { + return __objc_msgSend_105( + obj, + sel, + opts, + block, + ); + } + + late final __objc_msgSend_105Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_105 = __objc_msgSend_105Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateObjectsAtIndexes_options_usingBlock_1 = _registerName1("enumerateObjectsAtIndexes:options:usingBlock:"); - void _objc_msgSend_105( + void _objc_msgSend_106( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer s, int opts, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_105( + return __objc_msgSend_106( obj, sel, s, @@ -2768,7 +2814,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_105Ptr = _lookup< + late final __objc_msgSend_106Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -2776,72 +2822,43 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_105 = __objc_msgSend_105Ptr.asFunction< + late final __objc_msgSend_106 = __objc_msgSend_106Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexOfObjectPassingTest_1 = _registerName1("indexOfObjectPassingTest:"); - int _objc_msgSend_106( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { - return __objc_msgSend_106( - obj, - sel, - predicate, - ); - } - - late final __objc_msgSend_106Ptr = _lookup< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_106 = __objc_msgSend_106Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_indexOfObjectWithOptions_passingTest_1 = - _registerName1("indexOfObjectWithOptions:passingTest:"); int _objc_msgSend_107( ffi.Pointer obj, ffi.Pointer sel, - int opts, ffi.Pointer<_ObjCBlock> predicate, ) { return __objc_msgSend_107( obj, sel, - opts, predicate, ); } late final __objc_msgSend_107Ptr = _lookup< ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer, - ffi.Int32, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.UnsignedLong Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_107 = __objc_msgSend_107Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer, int, + int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); - late final _sel_indexOfObjectAtIndexes_options_passingTest_1 = - _registerName1("indexOfObjectAtIndexes:options:passingTest:"); + late final _sel_indexOfObjectWithOptions_passingTest_1 = + _registerName1("indexOfObjectWithOptions:passingTest:"); int _objc_msgSend_108( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer s, int opts, ffi.Pointer<_ObjCBlock> predicate, ) { return __objc_msgSend_108( obj, sel, - s, opts, predicate, ); @@ -2852,72 +2869,22 @@ class PedometerBindings { ffi.UnsignedLong Function( ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_108 = __objc_msgSend_108Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); + int Function(ffi.Pointer, ffi.Pointer, int, + ffi.Pointer<_ObjCBlock>)>(); - late final _sel_indexesOfObjectsPassingTest_1 = - _registerName1("indexesOfObjectsPassingTest:"); - ffi.Pointer _objc_msgSend_109( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { - return __objc_msgSend_109( - obj, - sel, - predicate, - ); - } - - late final __objc_msgSend_109Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_109 = __objc_msgSend_109Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_indexesOfObjectsWithOptions_passingTest_1 = - _registerName1("indexesOfObjectsWithOptions:passingTest:"); - ffi.Pointer _objc_msgSend_110( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { - return __objc_msgSend_110( - obj, - sel, - opts, - predicate, - ); - } - - late final __objc_msgSend_110Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Int32, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_110 = __objc_msgSend_110Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_indexesOfObjectsAtIndexes_options_passingTest_1 = - _registerName1("indexesOfObjectsAtIndexes:options:passingTest:"); - ffi.Pointer _objc_msgSend_111( + late final _sel_indexOfObjectAtIndexes_options_passingTest_1 = + _registerName1("indexOfObjectAtIndexes:options:passingTest:"); + int _objc_msgSend_109( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer s, int opts, ffi.Pointer<_ObjCBlock> predicate, ) { - return __objc_msgSend_111( + return __objc_msgSend_109( obj, sel, s, @@ -2926,15 +2893,94 @@ class PedometerBindings { ); } + late final __objc_msgSend_109Ptr = _lookup< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Int32, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_109 = __objc_msgSend_109Ptr.asFunction< + int Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_indexesOfObjectsPassingTest_1 = + _registerName1("indexesOfObjectsPassingTest:"); + ffi.Pointer _objc_msgSend_110( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { + return __objc_msgSend_110( + obj, + sel, + predicate, + ); + } + + late final __objc_msgSend_110Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_110 = __objc_msgSend_110Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_indexesOfObjectsWithOptions_passingTest_1 = + _registerName1("indexesOfObjectsWithOptions:passingTest:"); + ffi.Pointer _objc_msgSend_111( + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { + return __objc_msgSend_111( + obj, + sel, + opts, + predicate, + ); + } + late final __objc_msgSend_111Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_111 = __objc_msgSend_111Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_indexesOfObjectsAtIndexes_options_passingTest_1 = + _registerName1("indexesOfObjectsAtIndexes:options:passingTest:"); + ffi.Pointer _objc_msgSend_112( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer s, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { + return __objc_msgSend_112( + obj, + sel, + s, + opts, + predicate, + ); + } + + late final __objc_msgSend_112Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Int32, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_112 = __objc_msgSend_112Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -2944,35 +2990,35 @@ class PedometerBindings { late final _sel_sortedArrayUsingComparator_1 = _registerName1("sortedArrayUsingComparator:"); - ffi.Pointer _objc_msgSend_112( + ffi.Pointer _objc_msgSend_113( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> cmptr, ) { - return __objc_msgSend_112( + return __objc_msgSend_113( obj, sel, cmptr, ); } - late final __objc_msgSend_112Ptr = _lookup< + late final __objc_msgSend_113Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_112 = __objc_msgSend_112Ptr.asFunction< + late final __objc_msgSend_113 = __objc_msgSend_113Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_sortedArrayWithOptions_usingComparator_1 = _registerName1("sortedArrayWithOptions:usingComparator:"); - ffi.Pointer _objc_msgSend_113( + ffi.Pointer _objc_msgSend_114( ffi.Pointer obj, ffi.Pointer sel, int opts, ffi.Pointer<_ObjCBlock> cmptr, ) { - return __objc_msgSend_113( + return __objc_msgSend_114( obj, sel, opts, @@ -2980,20 +3026,20 @@ class PedometerBindings { ); } - late final __objc_msgSend_113Ptr = _lookup< + late final __objc_msgSend_114Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_113 = __objc_msgSend_113Ptr.asFunction< + late final __objc_msgSend_114 = __objc_msgSend_114Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexOfObject_inSortedRange_options_usingComparator_1 = _registerName1("indexOfObject:inSortedRange:options:usingComparator:"); - int _objc_msgSend_114( + int _objc_msgSend_115( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer obj1, @@ -3001,7 +3047,7 @@ class PedometerBindings { int opts, ffi.Pointer<_ObjCBlock> cmp, ) { - return __objc_msgSend_114( + return __objc_msgSend_115( obj, sel, obj1, @@ -3011,7 +3057,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_114Ptr = _lookup< + late final __objc_msgSend_115Ptr = _lookup< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, @@ -3020,45 +3066,21 @@ class PedometerBindings { _NSRange, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_114 = __objc_msgSend_114Ptr.asFunction< + late final __objc_msgSend_115 = __objc_msgSend_115Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_array1 = _registerName1("array"); late final _sel_arrayWithObject_1 = _registerName1("arrayWithObject:"); - instancetype _objc_msgSend_115( + instancetype _objc_msgSend_116( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer anObject, - ) { - return __objc_msgSend_115( - obj, - sel, - anObject, - ); - } - - late final __objc_msgSend_115Ptr = _lookup< - ffi.NativeFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_115 = __objc_msgSend_115Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_arrayWithObjects_count_1 = - _registerName1("arrayWithObjects:count:"); - late final _sel_arrayWithObjects_1 = _registerName1("arrayWithObjects:"); - late final _sel_arrayWithArray_1 = _registerName1("arrayWithArray:"); - instancetype _objc_msgSend_116( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer array, ) { return __objc_msgSend_116( obj, sel, - array, + anObject, ); } @@ -3070,17 +3092,41 @@ class PedometerBindings { instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); + late final _sel_arrayWithObjects_count_1 = + _registerName1("arrayWithObjects:count:"); + late final _sel_arrayWithObjects_1 = _registerName1("arrayWithObjects:"); + late final _sel_arrayWithArray_1 = _registerName1("arrayWithArray:"); + instancetype _objc_msgSend_117( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer array, + ) { + return __objc_msgSend_117( + obj, + sel, + array, + ); + } + + late final __objc_msgSend_117Ptr = _lookup< + ffi.NativeFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_117 = __objc_msgSend_117Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + late final _sel_initWithObjects_1 = _registerName1("initWithObjects:"); late final _sel_initWithArray_1 = _registerName1("initWithArray:"); late final _sel_initWithArray_copyItems_1 = _registerName1("initWithArray:copyItems:"); - instancetype _objc_msgSend_117( + instancetype _objc_msgSend_118( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer array, bool flag, ) { - return __objc_msgSend_117( + return __objc_msgSend_118( obj, sel, array, @@ -3088,23 +3134,23 @@ class PedometerBindings { ); } - late final __objc_msgSend_117Ptr = _lookup< + late final __objc_msgSend_118Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_117 = __objc_msgSend_117Ptr.asFunction< + late final __objc_msgSend_118 = __objc_msgSend_118Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_initWithContentsOfURL_error_1 = _registerName1("initWithContentsOfURL:error:"); - ffi.Pointer _objc_msgSend_118( + ffi.Pointer _objc_msgSend_119( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer> error, ) { - return __objc_msgSend_118( + return __objc_msgSend_119( obj, sel, url, @@ -3112,14 +3158,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_118Ptr = _lookup< + late final __objc_msgSend_119Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_118 = __objc_msgSend_118Ptr.asFunction< + late final __objc_msgSend_119 = __objc_msgSend_119Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -3130,51 +3176,19 @@ class PedometerBindings { _registerName1("arrayWithContentsOfURL:error:"); late final _sel_differenceFromArray_withOptions_usingEquivalenceTest_1 = _registerName1("differenceFromArray:withOptions:usingEquivalenceTest:"); - ffi.Pointer _objc_msgSend_119( + ffi.Pointer _objc_msgSend_120( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer other, int options, ffi.Pointer<_ObjCBlock> block, - ) { - return __objc_msgSend_119( - obj, - sel, - other, - options, - block, - ); - } - - late final __objc_msgSend_119Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Int32, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_119 = __objc_msgSend_119Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - int, - ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_differenceFromArray_withOptions_1 = - _registerName1("differenceFromArray:withOptions:"); - ffi.Pointer _objc_msgSend_120( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - int options, ) { return __objc_msgSend_120( obj, sel, other, options, + block, ); } @@ -3184,8 +3198,40 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Int32)>>('objc_msgSend'); + ffi.Int32, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_120 = __objc_msgSend_120Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + int, + ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_differenceFromArray_withOptions_1 = + _registerName1("differenceFromArray:withOptions:"); + ffi.Pointer _objc_msgSend_121( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + int options, + ) { + return __objc_msgSend_121( + obj, + sel, + other, + options, + ); + } + + late final __objc_msgSend_121Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Int32)>>('objc_msgSend'); + late final __objc_msgSend_121 = __objc_msgSend_121Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); @@ -3193,80 +3239,58 @@ class PedometerBindings { _registerName1("differenceFromArray:"); late final _sel_arrayByApplyingDifference_1 = _registerName1("arrayByApplyingDifference:"); - ffi.Pointer _objc_msgSend_121( + ffi.Pointer _objc_msgSend_122( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer difference, ) { - return __objc_msgSend_121( + return __objc_msgSend_122( obj, sel, difference, ); } - late final __objc_msgSend_121Ptr = _lookup< + late final __objc_msgSend_122Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_121 = __objc_msgSend_121Ptr.asFunction< + late final __objc_msgSend_122 = __objc_msgSend_122Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_getObjects_1 = _registerName1("getObjects:"); - void _objc_msgSend_122( + void _objc_msgSend_123( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> objects, ) { - return __objc_msgSend_122( + return __objc_msgSend_123( obj, sel, objects, ); } - late final __objc_msgSend_122Ptr = _lookup< + late final __objc_msgSend_123Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_122 = __objc_msgSend_122Ptr.asFunction< + late final __objc_msgSend_123 = __objc_msgSend_123Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer>)>(); late final _sel_arrayWithContentsOfFile_1 = _registerName1("arrayWithContentsOfFile:"); - ffi.Pointer _objc_msgSend_123( + ffi.Pointer _objc_msgSend_124( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, - ) { - return __objc_msgSend_123( - obj, - sel, - path, - ); - } - - late final __objc_msgSend_123Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_123 = __objc_msgSend_123Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_arrayWithContentsOfURL_1 = - _registerName1("arrayWithContentsOfURL:"); - ffi.Pointer _objc_msgSend_124( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, ) { return __objc_msgSend_124( obj, sel, - url, + path, ); } @@ -3278,19 +3302,41 @@ class PedometerBindings { ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); + late final _sel_arrayWithContentsOfURL_1 = + _registerName1("arrayWithContentsOfURL:"); + ffi.Pointer _objc_msgSend_125( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { + return __objc_msgSend_125( + obj, + sel, + url, + ); + } + + late final __objc_msgSend_125Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_125 = __objc_msgSend_125Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + late final _sel_initWithContentsOfFile_1 = _registerName1("initWithContentsOfFile:"); late final _sel_initWithContentsOfURL_1 = _registerName1("initWithContentsOfURL:"); late final _sel_writeToURL_atomically_1 = _registerName1("writeToURL:atomically:"); - bool _objc_msgSend_125( + bool _objc_msgSend_126( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, bool atomically, ) { - return __objc_msgSend_125( + return __objc_msgSend_126( obj, sel, url, @@ -3298,11 +3344,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_125Ptr = _lookup< + late final __objc_msgSend_126Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_125 = __objc_msgSend_125Ptr.asFunction< + late final __objc_msgSend_126 = __objc_msgSend_126Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, bool)>(); @@ -3310,13 +3356,13 @@ class PedometerBindings { _registerName1("pathsMatchingExtensions:"); late final _sel_valueForKey_1 = _registerName1("valueForKey:"); late final _sel_setValue_forKey_1 = _registerName1("setValue:forKey:"); - void _objc_msgSend_126( + void _objc_msgSend_127( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ffi.Pointer key, ) { - return __objc_msgSend_126( + return __objc_msgSend_127( obj, sel, value, @@ -3324,68 +3370,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_126Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_126 = __objc_msgSend_126Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_addObserver_toObjectsAtIndexes_forKeyPath_options_context_1 = - _registerName1( - "addObserver:toObjectsAtIndexes:forKeyPath:options:context:"); - void _objc_msgSend_127( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer indexes, - ffi.Pointer keyPath, - int options, - ffi.Pointer context, - ) { - return __objc_msgSend_127( - obj, - sel, - observer, - indexes, - keyPath, - options, - context, - ); - } - late final __objc_msgSend_127Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Int32, - ffi.Pointer)>>('objc_msgSend'); + ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_127 = __objc_msgSend_127Ptr.asFunction< - void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - int, - ffi.Pointer)>(); + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); - late final _sel_removeObserver_fromObjectsAtIndexes_forKeyPath_context_1 = - _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:context:"); + late final _sel_addObserver_toObjectsAtIndexes_forKeyPath_options_context_1 = + _registerName1( + "addObserver:toObjectsAtIndexes:forKeyPath:options:context:"); void _objc_msgSend_128( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer observer, ffi.Pointer indexes, ffi.Pointer keyPath, + int options, ffi.Pointer context, ) { return __objc_msgSend_128( @@ -3394,6 +3399,7 @@ class PedometerBindings { observer, indexes, keyPath, + options, context, ); } @@ -3406,6 +3412,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, + ffi.Int32, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_128 = __objc_msgSend_128Ptr.asFunction< void Function( @@ -3414,16 +3421,18 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, + int, ffi.Pointer)>(); - late final _sel_removeObserver_fromObjectsAtIndexes_forKeyPath_1 = - _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:"); + late final _sel_removeObserver_fromObjectsAtIndexes_forKeyPath_context_1 = + _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:context:"); void _objc_msgSend_129( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer observer, ffi.Pointer indexes, ffi.Pointer keyPath, + ffi.Pointer context, ) { return __objc_msgSend_129( obj, @@ -3431,6 +3440,7 @@ class PedometerBindings { observer, indexes, keyPath, + context, ); } @@ -3441,32 +3451,32 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_129 = __objc_msgSend_129Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); + ffi.Pointer, + ffi.Pointer)>(); - late final _sel_addObserver_forKeyPath_options_context_1 = - _registerName1("addObserver:forKeyPath:options:context:"); + late final _sel_removeObserver_fromObjectsAtIndexes_forKeyPath_1 = + _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:"); void _objc_msgSend_130( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer observer, + ffi.Pointer indexes, ffi.Pointer keyPath, - int options, - ffi.Pointer context, ) { return __objc_msgSend_130( obj, sel, observer, + indexes, keyPath, - options, - context, ); } @@ -3477,24 +3487,23 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Int32, - ffi.Pointer)>>('objc_msgSend'); + ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_130 = __objc_msgSend_130Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, - int, - ffi.Pointer)>(); + ffi.Pointer)>(); - late final _sel_removeObserver_forKeyPath_context_1 = - _registerName1("removeObserver:forKeyPath:context:"); + late final _sel_addObserver_forKeyPath_options_context_1 = + _registerName1("addObserver:forKeyPath:options:context:"); void _objc_msgSend_131( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer observer, ffi.Pointer keyPath, + int options, ffi.Pointer context, ) { return __objc_msgSend_131( @@ -3502,6 +3511,7 @@ class PedometerBindings { sel, observer, keyPath, + options, context, ); } @@ -3513,6 +3523,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, + ffi.Int32, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_131 = __objc_msgSend_131Ptr.asFunction< void Function( @@ -3520,21 +3531,24 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, + int, ffi.Pointer)>(); - late final _sel_removeObserver_forKeyPath_1 = - _registerName1("removeObserver:forKeyPath:"); + late final _sel_removeObserver_forKeyPath_context_1 = + _registerName1("removeObserver:forKeyPath:context:"); void _objc_msgSend_132( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer observer, ffi.Pointer keyPath, + ffi.Pointer context, ) { return __objc_msgSend_132( obj, sel, observer, keyPath, + context, ); } @@ -3544,8 +3558,40 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_132 = __objc_msgSend_132Ptr.asFunction< + void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_removeObserver_forKeyPath_1 = + _registerName1("removeObserver:forKeyPath:"); + void _objc_msgSend_133( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer keyPath, + ) { + return __objc_msgSend_133( + obj, + sel, + observer, + keyPath, + ); + } + + late final __objc_msgSend_133Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_133 = __objc_msgSend_133Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -3554,13 +3600,13 @@ class PedometerBindings { late final _class_NSPredicate1 = _getClass1("NSPredicate"); late final _sel_predicateWithFormat_argumentArray_1 = _registerName1("predicateWithFormat:argumentArray:"); - ffi.Pointer _objc_msgSend_133( + ffi.Pointer _objc_msgSend_134( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer predicateFormat, ffi.Pointer arguments, ) { - return __objc_msgSend_133( + return __objc_msgSend_134( obj, sel, predicateFormat, @@ -3568,14 +3614,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_133Ptr = _lookup< + late final __objc_msgSend_134Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_133 = __objc_msgSend_133Ptr.asFunction< + late final __objc_msgSend_134 = __objc_msgSend_134Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -3584,35 +3630,35 @@ class PedometerBindings { late final _sel_predicateWithFormat_1 = _registerName1("predicateWithFormat:"); - ffi.Pointer _objc_msgSend_134( + ffi.Pointer _objc_msgSend_135( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer predicateFormat, ) { - return __objc_msgSend_134( + return __objc_msgSend_135( obj, sel, predicateFormat, ); } - late final __objc_msgSend_134Ptr = _lookup< + late final __objc_msgSend_135Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_134 = __objc_msgSend_134Ptr.asFunction< + late final __objc_msgSend_135 = __objc_msgSend_135Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_predicateWithFormat_arguments_1 = _registerName1("predicateWithFormat:arguments:"); - ffi.Pointer _objc_msgSend_135( + ffi.Pointer _objc_msgSend_136( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer predicateFormat, - ffi.Pointer<__va_list_tag> argList, + ffi.Pointer argList, ) { - return __objc_msgSend_135( + return __objc_msgSend_136( obj, sel, predicateFormat, @@ -3620,60 +3666,60 @@ class PedometerBindings { ); } - late final __objc_msgSend_135Ptr = _lookup< + late final __objc_msgSend_136Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer<__va_list_tag>)>>('objc_msgSend'); - late final __objc_msgSend_135 = __objc_msgSend_135Ptr.asFunction< + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_136 = __objc_msgSend_136Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer<__va_list_tag>)>(); + ffi.Pointer)>(); late final _sel_predicateFromMetadataQueryString_1 = _registerName1("predicateFromMetadataQueryString:"); - ffi.Pointer _objc_msgSend_136( + ffi.Pointer _objc_msgSend_137( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer queryString, ) { - return __objc_msgSend_136( + return __objc_msgSend_137( obj, sel, queryString, ); } - late final __objc_msgSend_136Ptr = _lookup< + late final __objc_msgSend_137Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_136 = __objc_msgSend_136Ptr.asFunction< + late final __objc_msgSend_137 = __objc_msgSend_137Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_predicateWithValue_1 = _registerName1("predicateWithValue:"); - ffi.Pointer _objc_msgSend_137( + ffi.Pointer _objc_msgSend_138( ffi.Pointer obj, ffi.Pointer sel, bool value, ) { - return __objc_msgSend_137( + return __objc_msgSend_138( obj, sel, value, ); } - late final __objc_msgSend_137Ptr = _lookup< + late final __objc_msgSend_138Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_137 = __objc_msgSend_137Ptr.asFunction< + late final __objc_msgSend_138 = __objc_msgSend_138Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, bool)>(); @@ -3682,14 +3728,14 @@ class PedometerBindings { late final _sel_keyEnumerator1 = _registerName1("keyEnumerator"); late final _sel_initWithObjects_forKeys_count_1 = _registerName1("initWithObjects:forKeys:count:"); - instancetype _objc_msgSend_138( + instancetype _objc_msgSend_139( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> objects, ffi.Pointer> keys, int cnt, ) { - return __objc_msgSend_138( + return __objc_msgSend_139( obj, sel, objects, @@ -3698,7 +3744,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_138Ptr = _lookup< + late final __objc_msgSend_139Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -3706,7 +3752,7 @@ class PedometerBindings { ffi.Pointer>, ffi.Pointer>, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_138 = __objc_msgSend_138Ptr.asFunction< + late final __objc_msgSend_139 = __objc_msgSend_139Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -3721,35 +3767,35 @@ class PedometerBindings { _registerName1("descriptionInStringsFileFormat"); late final _sel_isEqualToDictionary_1 = _registerName1("isEqualToDictionary:"); - bool _objc_msgSend_139( + bool _objc_msgSend_140( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer otherDictionary, ) { - return __objc_msgSend_139( + return __objc_msgSend_140( obj, sel, otherDictionary, ); } - late final __objc_msgSend_139Ptr = _lookup< + late final __objc_msgSend_140Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_139 = __objc_msgSend_139Ptr.asFunction< + late final __objc_msgSend_140 = __objc_msgSend_140Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_objectsForKeys_notFoundMarker_1 = _registerName1("objectsForKeys:notFoundMarker:"); - ffi.Pointer _objc_msgSend_140( + ffi.Pointer _objc_msgSend_141( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer keys, ffi.Pointer marker, ) { - return __objc_msgSend_140( + return __objc_msgSend_141( obj, sel, keys, @@ -3757,14 +3803,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_140Ptr = _lookup< + late final __objc_msgSend_141Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_140 = __objc_msgSend_140Ptr.asFunction< + late final __objc_msgSend_141 = __objc_msgSend_141Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -3775,14 +3821,14 @@ class PedometerBindings { _registerName1("keysSortedByValueUsingSelector:"); late final _sel_getObjects_andKeys_count_1 = _registerName1("getObjects:andKeys:count:"); - void _objc_msgSend_141( + void _objc_msgSend_142( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> objects, ffi.Pointer> keys, int count, ) { - return __objc_msgSend_141( + return __objc_msgSend_142( obj, sel, objects, @@ -3791,7 +3837,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_141Ptr = _lookup< + late final __objc_msgSend_142Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -3799,7 +3845,7 @@ class PedometerBindings { ffi.Pointer>, ffi.Pointer>, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_141 = __objc_msgSend_141Ptr.asFunction< + late final __objc_msgSend_142 = __objc_msgSend_142Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -3811,38 +3857,14 @@ class PedometerBindings { _registerName1("objectForKeyedSubscript:"); late final _sel_enumerateKeysAndObjectsUsingBlock_1 = _registerName1("enumerateKeysAndObjectsUsingBlock:"); - void _objc_msgSend_142( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { - return __objc_msgSend_142( - obj, - sel, - block, - ); - } - - late final __objc_msgSend_142Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_142 = __objc_msgSend_142Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_enumerateKeysAndObjectsWithOptions_usingBlock_1 = - _registerName1("enumerateKeysAndObjectsWithOptions:usingBlock:"); void _objc_msgSend_143( ffi.Pointer obj, ffi.Pointer sel, - int opts, ffi.Pointer<_ObjCBlock> block, ) { return __objc_msgSend_143( obj, sel, - opts, block, ); } @@ -3850,8 +3872,32 @@ class PedometerBindings { late final __objc_msgSend_143Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_143 = __objc_msgSend_143Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_enumerateKeysAndObjectsWithOptions_usingBlock_1 = + _registerName1("enumerateKeysAndObjectsWithOptions:usingBlock:"); + void _objc_msgSend_144( + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { + return __objc_msgSend_144( + obj, + sel, + opts, + block, + ); + } + + late final __objc_msgSend_144Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_144 = __objc_msgSend_144Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); @@ -3861,35 +3907,35 @@ class PedometerBindings { _registerName1("keysSortedByValueWithOptions:usingComparator:"); late final _sel_keysOfEntriesPassingTest_1 = _registerName1("keysOfEntriesPassingTest:"); - ffi.Pointer _objc_msgSend_144( + ffi.Pointer _objc_msgSend_145( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> predicate, ) { - return __objc_msgSend_144( + return __objc_msgSend_145( obj, sel, predicate, ); } - late final __objc_msgSend_144Ptr = _lookup< + late final __objc_msgSend_145Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_144 = __objc_msgSend_144Ptr.asFunction< + late final __objc_msgSend_145 = __objc_msgSend_145Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_keysOfEntriesWithOptions_passingTest_1 = _registerName1("keysOfEntriesWithOptions:passingTest:"); - ffi.Pointer _objc_msgSend_145( + ffi.Pointer _objc_msgSend_146( ffi.Pointer obj, ffi.Pointer sel, int opts, ffi.Pointer<_ObjCBlock> predicate, ) { - return __objc_msgSend_145( + return __objc_msgSend_146( obj, sel, opts, @@ -3897,25 +3943,25 @@ class PedometerBindings { ); } - late final __objc_msgSend_145Ptr = _lookup< + late final __objc_msgSend_146Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_145 = __objc_msgSend_145Ptr.asFunction< + late final __objc_msgSend_146 = __objc_msgSend_146Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_getObjects_andKeys_1 = _registerName1("getObjects:andKeys:"); - void _objc_msgSend_146( + void _objc_msgSend_147( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> objects, ffi.Pointer> keys, ) { - return __objc_msgSend_146( + return __objc_msgSend_147( obj, sel, objects, @@ -3923,14 +3969,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_146Ptr = _lookup< + late final __objc_msgSend_147Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer>, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_146 = __objc_msgSend_146Ptr.asFunction< + late final __objc_msgSend_147 = __objc_msgSend_147Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -3939,37 +3985,15 @@ class PedometerBindings { late final _sel_dictionaryWithContentsOfFile_1 = _registerName1("dictionaryWithContentsOfFile:"); - ffi.Pointer _objc_msgSend_147( + ffi.Pointer _objc_msgSend_148( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, - ) { - return __objc_msgSend_147( - obj, - sel, - path, - ); - } - - late final __objc_msgSend_147Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_147 = __objc_msgSend_147Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_dictionaryWithContentsOfURL_1 = - _registerName1("dictionaryWithContentsOfURL:"); - ffi.Pointer _objc_msgSend_148( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, ) { return __objc_msgSend_148( obj, sel, - url, + path, ); } @@ -3981,16 +4005,38 @@ class PedometerBindings { ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); + late final _sel_dictionaryWithContentsOfURL_1 = + _registerName1("dictionaryWithContentsOfURL:"); + ffi.Pointer _objc_msgSend_149( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { + return __objc_msgSend_149( + obj, + sel, + url, + ); + } + + late final __objc_msgSend_149Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_149 = __objc_msgSend_149Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + late final _sel_dictionary1 = _registerName1("dictionary"); late final _sel_dictionaryWithObject_forKey_1 = _registerName1("dictionaryWithObject:forKey:"); - instancetype _objc_msgSend_149( + instancetype _objc_msgSend_150( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer object, ffi.Pointer key, ) { - return __objc_msgSend_149( + return __objc_msgSend_150( obj, sel, object, @@ -3998,14 +4044,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_149Ptr = _lookup< + late final __objc_msgSend_150Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_149 = __objc_msgSend_149Ptr.asFunction< + late final __objc_msgSend_150 = __objc_msgSend_150Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -4015,35 +4061,35 @@ class PedometerBindings { _registerName1("dictionaryWithObjectsAndKeys:"); late final _sel_dictionaryWithDictionary_1 = _registerName1("dictionaryWithDictionary:"); - instancetype _objc_msgSend_150( + instancetype _objc_msgSend_151( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer dict, ) { - return __objc_msgSend_150( + return __objc_msgSend_151( obj, sel, dict, ); } - late final __objc_msgSend_150Ptr = _lookup< + late final __objc_msgSend_151Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_150 = __objc_msgSend_150Ptr.asFunction< + late final __objc_msgSend_151 = __objc_msgSend_151Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_dictionaryWithObjects_forKeys_1 = _registerName1("dictionaryWithObjects:forKeys:"); - instancetype _objc_msgSend_151( + instancetype _objc_msgSend_152( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer objects, ffi.Pointer keys, ) { - return __objc_msgSend_151( + return __objc_msgSend_152( obj, sel, objects, @@ -4051,14 +4097,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_151Ptr = _lookup< + late final __objc_msgSend_152Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_151 = __objc_msgSend_151Ptr.asFunction< + late final __objc_msgSend_152 = __objc_msgSend_152Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -4067,13 +4113,13 @@ class PedometerBindings { late final _sel_initWithDictionary_1 = _registerName1("initWithDictionary:"); late final _sel_initWithDictionary_copyItems_1 = _registerName1("initWithDictionary:copyItems:"); - instancetype _objc_msgSend_152( + instancetype _objc_msgSend_153( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer otherDictionary, bool flag, ) { - return __objc_msgSend_152( + return __objc_msgSend_153( obj, sel, otherDictionary, @@ -4081,23 +4127,23 @@ class PedometerBindings { ); } - late final __objc_msgSend_152Ptr = _lookup< + late final __objc_msgSend_153Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_152 = __objc_msgSend_152Ptr.asFunction< + late final __objc_msgSend_153 = __objc_msgSend_153Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_initWithObjects_forKeys_1 = _registerName1("initWithObjects:forKeys:"); - ffi.Pointer _objc_msgSend_153( + ffi.Pointer _objc_msgSend_154( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer> error, ) { - return __objc_msgSend_153( + return __objc_msgSend_154( obj, sel, url, @@ -4105,14 +4151,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_153Ptr = _lookup< + late final __objc_msgSend_154Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_153 = __objc_msgSend_153Ptr.asFunction< + late final __objc_msgSend_154 = __objc_msgSend_154Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -4125,14 +4171,14 @@ class PedometerBindings { _registerName1("sharedKeySetForKeys:"); late final _sel_countByEnumeratingWithState_objects_count_1 = _registerName1("countByEnumeratingWithState:objects:count:"); - int _objc_msgSend_154( + int _objc_msgSend_155( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer state, ffi.Pointer> buffer, int len, ) { - return __objc_msgSend_154( + return __objc_msgSend_155( obj, sel, state, @@ -4141,7 +4187,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_154Ptr = _lookup< + late final __objc_msgSend_155Ptr = _lookup< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, @@ -4149,7 +4195,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer>, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_154 = __objc_msgSend_154Ptr.asFunction< + late final __objc_msgSend_155 = __objc_msgSend_155Ptr.asFunction< int Function( ffi.Pointer, ffi.Pointer, @@ -4158,27 +4204,7 @@ class PedometerBindings { int)>(); late final _sel_fileSize1 = _registerName1("fileSize"); - int _objc_msgSend_155( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_155( - obj, - sel, - ); - } - - late final __objc_msgSend_155Ptr = _lookup< - ffi.NativeFunction< - ffi.UnsignedLongLong Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_155 = __objc_msgSend_155Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer)>(); - - late final _class_NSDate1 = _getClass1("NSDate"); - late final _sel_timeIntervalSinceReferenceDate1 = - _registerName1("timeIntervalSinceReferenceDate"); - double _objc_msgSend_156( + int _objc_msgSend_156( ffi.Pointer obj, ffi.Pointer sel, ) { @@ -4189,65 +4215,74 @@ class PedometerBindings { } late final __objc_msgSend_156Ptr = _lookup< + ffi.NativeFunction< + ffi.UnsignedLongLong Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_156 = __objc_msgSend_156Ptr.asFunction< + int Function(ffi.Pointer, ffi.Pointer)>(); + + late final _class_NSDate1 = _getClass1("NSDate"); + late final _sel_timeIntervalSinceReferenceDate1 = + _registerName1("timeIntervalSinceReferenceDate"); + double _objc_msgSend_157( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_157( + obj, + sel, + ); + } + + late final __objc_msgSend_157Ptr = _lookup< + ffi.NativeFunction< + ffi.Double Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_157 = __objc_msgSend_157Ptr.asFunction< + double Function(ffi.Pointer, ffi.Pointer)>(); + + double _objc_msgSend_157_fpret( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_157_fpret( + obj, + sel, + ); + } + + late final __objc_msgSend_157_fpretPtr = _lookup< ffi.NativeFunction< ffi.Double Function(ffi.Pointer, ffi.Pointer)>>('objc_msgSend_fpret'); - late final __objc_msgSend_156 = __objc_msgSend_156Ptr.asFunction< + late final __objc_msgSend_157_fpret = __objc_msgSend_157_fpretPtr.asFunction< double Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithTimeIntervalSinceReferenceDate_1 = _registerName1("initWithTimeIntervalSinceReferenceDate:"); - instancetype _objc_msgSend_157( + instancetype _objc_msgSend_158( ffi.Pointer obj, ffi.Pointer sel, double ti, ) { - return __objc_msgSend_157( + return __objc_msgSend_158( obj, sel, ti, ); } - late final __objc_msgSend_157Ptr = _lookup< + late final __objc_msgSend_158Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Double)>>('objc_msgSend'); - late final __objc_msgSend_157 = __objc_msgSend_157Ptr.asFunction< + late final __objc_msgSend_158 = __objc_msgSend_158Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, double)>(); late final _sel_timeIntervalSinceDate_1 = _registerName1("timeIntervalSinceDate:"); - double _objc_msgSend_158( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anotherDate, - ) { - return __objc_msgSend_158( - obj, - sel, - anotherDate, - ); - } - - late final __objc_msgSend_158Ptr = _lookup< - ffi.NativeFunction< - ffi.Double Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend_fpret'); - late final __objc_msgSend_158 = __objc_msgSend_158Ptr.asFunction< - double Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_timeIntervalSinceNow1 = - _registerName1("timeIntervalSinceNow"); - late final _sel_timeIntervalSince19701 = - _registerName1("timeIntervalSince1970"); - late final _sel_addTimeInterval_1 = _registerName1("addTimeInterval:"); - late final _sel_dateByAddingTimeInterval_1 = - _registerName1("dateByAddingTimeInterval:"); - late final _sel_earlierDate_1 = _registerName1("earlierDate:"); - ffi.Pointer _objc_msgSend_159( + double _objc_msgSend_159( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer anotherDate, @@ -4260,53 +4295,101 @@ class PedometerBindings { } late final __objc_msgSend_159Ptr = _lookup< + ffi.NativeFunction< + ffi.Double Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_159 = __objc_msgSend_159Ptr.asFunction< + double Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + double _objc_msgSend_159_fpret( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anotherDate, + ) { + return __objc_msgSend_159_fpret( + obj, + sel, + anotherDate, + ); + } + + late final __objc_msgSend_159_fpretPtr = _lookup< + ffi.NativeFunction< + ffi.Double Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend_fpret'); + late final __objc_msgSend_159_fpret = __objc_msgSend_159_fpretPtr.asFunction< + double Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_timeIntervalSinceNow1 = + _registerName1("timeIntervalSinceNow"); + late final _sel_timeIntervalSince19701 = + _registerName1("timeIntervalSince1970"); + late final _sel_addTimeInterval_1 = _registerName1("addTimeInterval:"); + late final _sel_dateByAddingTimeInterval_1 = + _registerName1("dateByAddingTimeInterval:"); + late final _sel_earlierDate_1 = _registerName1("earlierDate:"); + ffi.Pointer _objc_msgSend_160( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anotherDate, + ) { + return __objc_msgSend_160( + obj, + sel, + anotherDate, + ); + } + + late final __objc_msgSend_160Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_159 = __objc_msgSend_159Ptr.asFunction< + late final __objc_msgSend_160 = __objc_msgSend_160Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_laterDate_1 = _registerName1("laterDate:"); late final _sel_compare_1 = _registerName1("compare:"); - int _objc_msgSend_160( + int _objc_msgSend_161( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer other, ) { - return __objc_msgSend_160( + return __objc_msgSend_161( obj, sel, other, ); } - late final __objc_msgSend_160Ptr = _lookup< + late final __objc_msgSend_161Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_160 = __objc_msgSend_160Ptr.asFunction< + late final __objc_msgSend_161 = __objc_msgSend_161Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_isEqualToDate_1 = _registerName1("isEqualToDate:"); - bool _objc_msgSend_161( + bool _objc_msgSend_162( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer otherDate, ) { - return __objc_msgSend_161( + return __objc_msgSend_162( obj, sel, otherDate, ); } - late final __objc_msgSend_161Ptr = _lookup< + late final __objc_msgSend_162Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_161 = __objc_msgSend_161Ptr.asFunction< + late final __objc_msgSend_162 = __objc_msgSend_162Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -4319,13 +4402,13 @@ class PedometerBindings { _registerName1("dateWithTimeIntervalSince1970:"); late final _sel_dateWithTimeInterval_sinceDate_1 = _registerName1("dateWithTimeInterval:sinceDate:"); - instancetype _objc_msgSend_162( + instancetype _objc_msgSend_163( ffi.Pointer obj, ffi.Pointer sel, double secsToBeAdded, ffi.Pointer date, ) { - return __objc_msgSend_162( + return __objc_msgSend_163( obj, sel, secsToBeAdded, @@ -4333,43 +4416,15 @@ class PedometerBindings { ); } - late final __objc_msgSend_162Ptr = _lookup< + late final __objc_msgSend_163Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Double, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_162 = __objc_msgSend_162Ptr.asFunction< + late final __objc_msgSend_163 = __objc_msgSend_163Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, double, ffi.Pointer)>(); late final _sel_distantFuture1 = _registerName1("distantFuture"); - ffi.Pointer _objc_msgSend_163( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_163( - obj, - sel, - ); - } - - late final __objc_msgSend_163Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_163 = __objc_msgSend_163Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_distantPast1 = _registerName1("distantPast"); - late final _sel_now1 = _registerName1("now"); - late final _sel_initWithTimeIntervalSinceNow_1 = - _registerName1("initWithTimeIntervalSinceNow:"); - late final _sel_initWithTimeIntervalSince1970_1 = - _registerName1("initWithTimeIntervalSince1970:"); - late final _sel_initWithTimeInterval_sinceDate_1 = - _registerName1("initWithTimeInterval:sinceDate:"); - late final _sel_fileModificationDate1 = - _registerName1("fileModificationDate"); ffi.Pointer _objc_msgSend_164( ffi.Pointer obj, ffi.Pointer sel, @@ -4388,6 +4443,34 @@ class PedometerBindings { ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); + late final _sel_distantPast1 = _registerName1("distantPast"); + late final _sel_now1 = _registerName1("now"); + late final _sel_initWithTimeIntervalSinceNow_1 = + _registerName1("initWithTimeIntervalSinceNow:"); + late final _sel_initWithTimeIntervalSince1970_1 = + _registerName1("initWithTimeIntervalSince1970:"); + late final _sel_initWithTimeInterval_sinceDate_1 = + _registerName1("initWithTimeInterval:sinceDate:"); + late final _sel_fileModificationDate1 = + _registerName1("fileModificationDate"); + ffi.Pointer _objc_msgSend_165( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_165( + obj, + sel, + ); + } + + late final __objc_msgSend_165Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_165 = __objc_msgSend_165Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); + late final _sel_fileType1 = _registerName1("fileType"); late final _sel_filePosixPermissions1 = _registerName1("filePosixPermissions"); @@ -4400,29 +4483,7 @@ class PedometerBindings { _registerName1("fileSystemFileNumber"); late final _sel_fileExtensionHidden1 = _registerName1("fileExtensionHidden"); late final _sel_fileHFSCreatorCode1 = _registerName1("fileHFSCreatorCode"); - int _objc_msgSend_165( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_165( - obj, - sel, - ); - } - - late final __objc_msgSend_165Ptr = _lookup< - ffi.NativeFunction< - ffi.UnsignedInt Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_165 = __objc_msgSend_165Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer)>(); - - late final _sel_fileHFSTypeCode1 = _registerName1("fileHFSTypeCode"); - late final _sel_fileIsImmutable1 = _registerName1("fileIsImmutable"); - late final _sel_fileIsAppendOnly1 = _registerName1("fileIsAppendOnly"); - late final _sel_fileCreationDate1 = _registerName1("fileCreationDate"); - late final _sel_fileOwnerAccountID1 = _registerName1("fileOwnerAccountID"); - ffi.Pointer _objc_msgSend_166( + int _objc_msgSend_166( ffi.Pointer obj, ffi.Pointer sel, ) { @@ -4434,32 +4495,54 @@ class PedometerBindings { late final __objc_msgSend_166Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer Function( + ffi.UnsignedInt Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_166 = __objc_msgSend_166Ptr.asFunction< + int Function(ffi.Pointer, ffi.Pointer)>(); + + late final _sel_fileHFSTypeCode1 = _registerName1("fileHFSTypeCode"); + late final _sel_fileIsImmutable1 = _registerName1("fileIsImmutable"); + late final _sel_fileIsAppendOnly1 = _registerName1("fileIsAppendOnly"); + late final _sel_fileCreationDate1 = _registerName1("fileCreationDate"); + late final _sel_fileOwnerAccountID1 = _registerName1("fileOwnerAccountID"); + ffi.Pointer _objc_msgSend_167( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_167( + obj, + sel, + ); + } + + late final __objc_msgSend_167Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_167 = __objc_msgSend_167Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_fileGroupOwnerAccountID1 = _registerName1("fileGroupOwnerAccountID"); late final _sel_predicateWithBlock_1 = _registerName1("predicateWithBlock:"); - ffi.Pointer _objc_msgSend_167( + ffi.Pointer _objc_msgSend_168( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_167( + return __objc_msgSend_168( obj, sel, block, ); } - late final __objc_msgSend_167Ptr = _lookup< + late final __objc_msgSend_168Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_167 = __objc_msgSend_167Ptr.asFunction< + late final __objc_msgSend_168 = __objc_msgSend_168Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); @@ -4467,35 +4550,35 @@ class PedometerBindings { late final _sel_predicateWithSubstitutionVariables_1 = _registerName1("predicateWithSubstitutionVariables:"); late final _sel_evaluateWithObject_1 = _registerName1("evaluateWithObject:"); - bool _objc_msgSend_168( + bool _objc_msgSend_169( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer object, ) { - return __objc_msgSend_168( + return __objc_msgSend_169( obj, sel, object, ); } - late final __objc_msgSend_168Ptr = _lookup< + late final __objc_msgSend_169Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_168 = __objc_msgSend_168Ptr.asFunction< + late final __objc_msgSend_169 = __objc_msgSend_169Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_evaluateWithObject_substitutionVariables_1 = _registerName1("evaluateWithObject:substitutionVariables:"); - bool _objc_msgSend_169( + bool _objc_msgSend_170( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer object, ffi.Pointer bindings, ) { - return __objc_msgSend_169( + return __objc_msgSend_170( obj, sel, object, @@ -4503,63 +4586,41 @@ class PedometerBindings { ); } - late final __objc_msgSend_169Ptr = _lookup< + late final __objc_msgSend_170Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_169 = __objc_msgSend_169Ptr.asFunction< + late final __objc_msgSend_170 = __objc_msgSend_170Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_allowEvaluation1 = _registerName1("allowEvaluation"); late final _sel_filteredArrayUsingPredicate_1 = _registerName1("filteredArrayUsingPredicate:"); - ffi.Pointer _objc_msgSend_170( + ffi.Pointer _objc_msgSend_171( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer predicate, ) { - return __objc_msgSend_170( + return __objc_msgSend_171( obj, sel, predicate, ); } - late final __objc_msgSend_170Ptr = _lookup< + late final __objc_msgSend_171Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_170 = __objc_msgSend_170Ptr.asFunction< + late final __objc_msgSend_171 = __objc_msgSend_171Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithChar_1 = _registerName1("initWithChar:"); - ffi.Pointer _objc_msgSend_171( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { - return __objc_msgSend_171( - obj, - sel, - value, - ); - } - - late final __objc_msgSend_171Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Char)>>('objc_msgSend'); - late final __objc_msgSend_171 = __objc_msgSend_171Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer, int)>(); - - late final _sel_initWithUnsignedChar_1 = - _registerName1("initWithUnsignedChar:"); ffi.Pointer _objc_msgSend_172( ffi.Pointer obj, ffi.Pointer sel, @@ -4575,12 +4636,13 @@ class PedometerBindings { late final __objc_msgSend_172Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.UnsignedChar)>>('objc_msgSend'); + ffi.Pointer, ffi.Char)>>('objc_msgSend'); late final __objc_msgSend_172 = __objc_msgSend_172Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_initWithShort_1 = _registerName1("initWithShort:"); + late final _sel_initWithUnsignedChar_1 = + _registerName1("initWithUnsignedChar:"); ffi.Pointer _objc_msgSend_173( ffi.Pointer obj, ffi.Pointer sel, @@ -4596,13 +4658,12 @@ class PedometerBindings { late final __objc_msgSend_173Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Short)>>('objc_msgSend'); + ffi.Pointer, ffi.UnsignedChar)>>('objc_msgSend'); late final __objc_msgSend_173 = __objc_msgSend_173Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_initWithUnsignedShort_1 = - _registerName1("initWithUnsignedShort:"); + late final _sel_initWithShort_1 = _registerName1("initWithShort:"); ffi.Pointer _objc_msgSend_174( ffi.Pointer obj, ffi.Pointer sel, @@ -4618,12 +4679,13 @@ class PedometerBindings { late final __objc_msgSend_174Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.UnsignedShort)>>('objc_msgSend'); + ffi.Pointer, ffi.Short)>>('objc_msgSend'); late final __objc_msgSend_174 = __objc_msgSend_174Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_initWithInt_1 = _registerName1("initWithInt:"); + late final _sel_initWithUnsignedShort_1 = + _registerName1("initWithUnsignedShort:"); ffi.Pointer _objc_msgSend_175( ffi.Pointer obj, ffi.Pointer sel, @@ -4639,13 +4701,12 @@ class PedometerBindings { late final __objc_msgSend_175Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Int)>>('objc_msgSend'); + ffi.Pointer, ffi.UnsignedShort)>>('objc_msgSend'); late final __objc_msgSend_175 = __objc_msgSend_175Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_initWithUnsignedInt_1 = - _registerName1("initWithUnsignedInt:"); + late final _sel_initWithInt_1 = _registerName1("initWithInt:"); ffi.Pointer _objc_msgSend_176( ffi.Pointer obj, ffi.Pointer sel, @@ -4661,12 +4722,13 @@ class PedometerBindings { late final __objc_msgSend_176Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.UnsignedInt)>>('objc_msgSend'); + ffi.Pointer, ffi.Int)>>('objc_msgSend'); late final __objc_msgSend_176 = __objc_msgSend_176Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_initWithLong_1 = _registerName1("initWithLong:"); + late final _sel_initWithUnsignedInt_1 = + _registerName1("initWithUnsignedInt:"); ffi.Pointer _objc_msgSend_177( ffi.Pointer obj, ffi.Pointer sel, @@ -4682,13 +4744,12 @@ class PedometerBindings { late final __objc_msgSend_177Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Long)>>('objc_msgSend'); + ffi.Pointer, ffi.UnsignedInt)>>('objc_msgSend'); late final __objc_msgSend_177 = __objc_msgSend_177Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_initWithUnsignedLong_1 = - _registerName1("initWithUnsignedLong:"); + late final _sel_initWithLong_1 = _registerName1("initWithLong:"); ffi.Pointer _objc_msgSend_178( ffi.Pointer obj, ffi.Pointer sel, @@ -4704,12 +4765,13 @@ class PedometerBindings { late final __objc_msgSend_178Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); + ffi.Pointer, ffi.Long)>>('objc_msgSend'); late final __objc_msgSend_178 = __objc_msgSend_178Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_initWithLongLong_1 = _registerName1("initWithLongLong:"); + late final _sel_initWithUnsignedLong_1 = + _registerName1("initWithUnsignedLong:"); ffi.Pointer _objc_msgSend_179( ffi.Pointer obj, ffi.Pointer sel, @@ -4725,13 +4787,12 @@ class PedometerBindings { late final __objc_msgSend_179Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.LongLong)>>('objc_msgSend'); + ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); late final __objc_msgSend_179 = __objc_msgSend_179Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_initWithUnsignedLongLong_1 = - _registerName1("initWithUnsignedLongLong:"); + late final _sel_initWithLongLong_1 = _registerName1("initWithLongLong:"); ffi.Pointer _objc_msgSend_180( ffi.Pointer obj, ffi.Pointer sel, @@ -4747,16 +4808,17 @@ class PedometerBindings { late final __objc_msgSend_180Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.UnsignedLongLong)>>('objc_msgSend'); + ffi.Pointer, ffi.LongLong)>>('objc_msgSend'); late final __objc_msgSend_180 = __objc_msgSend_180Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_initWithFloat_1 = _registerName1("initWithFloat:"); + late final _sel_initWithUnsignedLongLong_1 = + _registerName1("initWithUnsignedLongLong:"); ffi.Pointer _objc_msgSend_181( ffi.Pointer obj, ffi.Pointer sel, - double value, + int value, ) { return __objc_msgSend_181( obj, @@ -4768,12 +4830,12 @@ class PedometerBindings { late final __objc_msgSend_181Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Float)>>('objc_msgSend'); + ffi.Pointer, ffi.UnsignedLongLong)>>('objc_msgSend'); late final __objc_msgSend_181 = __objc_msgSend_181Ptr.asFunction< ffi.Pointer Function( - ffi.Pointer, ffi.Pointer, double)>(); + ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_initWithDouble_1 = _registerName1("initWithDouble:"); + late final _sel_initWithFloat_1 = _registerName1("initWithFloat:"); ffi.Pointer _objc_msgSend_182( ffi.Pointer obj, ffi.Pointer sel, @@ -4789,16 +4851,16 @@ class PedometerBindings { late final __objc_msgSend_182Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Double)>>('objc_msgSend'); + ffi.Pointer, ffi.Float)>>('objc_msgSend'); late final __objc_msgSend_182 = __objc_msgSend_182Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, double)>(); - late final _sel_initWithBool_1 = _registerName1("initWithBool:"); + late final _sel_initWithDouble_1 = _registerName1("initWithDouble:"); ffi.Pointer _objc_msgSend_183( ffi.Pointer obj, ffi.Pointer sel, - bool value, + double value, ) { return __objc_msgSend_183( obj, @@ -4810,8 +4872,29 @@ class PedometerBindings { late final __objc_msgSend_183Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Bool)>>('objc_msgSend'); + ffi.Pointer, ffi.Double)>>('objc_msgSend'); late final __objc_msgSend_183 = __objc_msgSend_183Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer, double)>(); + + late final _sel_initWithBool_1 = _registerName1("initWithBool:"); + ffi.Pointer _objc_msgSend_184( + ffi.Pointer obj, + ffi.Pointer sel, + bool value, + ) { + return __objc_msgSend_184( + obj, + sel, + value, + ); + } + + late final __objc_msgSend_184Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Bool)>>('objc_msgSend'); + late final __objc_msgSend_184 = __objc_msgSend_184Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, bool)>(); @@ -4819,24 +4902,6 @@ class PedometerBindings { late final _sel_initWithUnsignedInteger_1 = _registerName1("initWithUnsignedInteger:"); late final _sel_charValue1 = _registerName1("charValue"); - int _objc_msgSend_184( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_184( - obj, - sel, - ); - } - - late final __objc_msgSend_184Ptr = _lookup< - ffi.NativeFunction< - ffi.Char Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_184 = __objc_msgSend_184Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer)>(); - - late final _sel_unsignedCharValue1 = _registerName1("unsignedCharValue"); int _objc_msgSend_185( ffi.Pointer obj, ffi.Pointer sel, @@ -4849,12 +4914,12 @@ class PedometerBindings { late final __objc_msgSend_185Ptr = _lookup< ffi.NativeFunction< - ffi.UnsignedChar Function( + ffi.Char Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_185 = __objc_msgSend_185Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); - late final _sel_shortValue1 = _registerName1("shortValue"); + late final _sel_unsignedCharValue1 = _registerName1("unsignedCharValue"); int _objc_msgSend_186( ffi.Pointer obj, ffi.Pointer sel, @@ -4867,12 +4932,12 @@ class PedometerBindings { late final __objc_msgSend_186Ptr = _lookup< ffi.NativeFunction< - ffi.Short Function( + ffi.UnsignedChar Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_186 = __objc_msgSend_186Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); - late final _sel_unsignedShortValue1 = _registerName1("unsignedShortValue"); + late final _sel_shortValue1 = _registerName1("shortValue"); int _objc_msgSend_187( ffi.Pointer obj, ffi.Pointer sel, @@ -4885,12 +4950,12 @@ class PedometerBindings { late final __objc_msgSend_187Ptr = _lookup< ffi.NativeFunction< - ffi.UnsignedShort Function( + ffi.Short Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_187 = __objc_msgSend_187Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); - late final _sel_intValue1 = _registerName1("intValue"); + late final _sel_unsignedShortValue1 = _registerName1("unsignedShortValue"); int _objc_msgSend_188( ffi.Pointer obj, ffi.Pointer sel, @@ -4903,15 +4968,12 @@ class PedometerBindings { late final __objc_msgSend_188Ptr = _lookup< ffi.NativeFunction< - ffi.Int Function( + ffi.UnsignedShort Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_188 = __objc_msgSend_188Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); - late final _sel_unsignedIntValue1 = _registerName1("unsignedIntValue"); - late final _sel_longValue1 = _registerName1("longValue"); - late final _sel_unsignedLongValue1 = _registerName1("unsignedLongValue"); - late final _sel_longLongValue1 = _registerName1("longLongValue"); + late final _sel_intValue1 = _registerName1("intValue"); int _objc_msgSend_189( ffi.Pointer obj, ffi.Pointer sel, @@ -4924,15 +4986,16 @@ class PedometerBindings { late final __objc_msgSend_189Ptr = _lookup< ffi.NativeFunction< - ffi.LongLong Function( + ffi.Int Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_189 = __objc_msgSend_189Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); - late final _sel_unsignedLongLongValue1 = - _registerName1("unsignedLongLongValue"); - late final _sel_floatValue1 = _registerName1("floatValue"); - double _objc_msgSend_190( + late final _sel_unsignedIntValue1 = _registerName1("unsignedIntValue"); + late final _sel_longValue1 = _registerName1("longValue"); + late final _sel_unsignedLongValue1 = _registerName1("unsignedLongValue"); + late final _sel_longLongValue1 = _registerName1("longLongValue"); + int _objc_msgSend_190( ffi.Pointer obj, ffi.Pointer sel, ) { @@ -4943,10 +5006,47 @@ class PedometerBindings { } late final __objc_msgSend_190Ptr = _lookup< + ffi.NativeFunction< + ffi.LongLong Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_190 = __objc_msgSend_190Ptr.asFunction< + int Function(ffi.Pointer, ffi.Pointer)>(); + + late final _sel_unsignedLongLongValue1 = + _registerName1("unsignedLongLongValue"); + late final _sel_floatValue1 = _registerName1("floatValue"); + double _objc_msgSend_191( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_191( + obj, + sel, + ); + } + + late final __objc_msgSend_191Ptr = _lookup< + ffi.NativeFunction< + ffi.Float Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_191 = __objc_msgSend_191Ptr.asFunction< + double Function(ffi.Pointer, ffi.Pointer)>(); + + double _objc_msgSend_191_fpret( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_191_fpret( + obj, + sel, + ); + } + + late final __objc_msgSend_191_fpretPtr = _lookup< ffi.NativeFunction< ffi.Float Function(ffi.Pointer, ffi.Pointer)>>('objc_msgSend_fpret'); - late final __objc_msgSend_190 = __objc_msgSend_190Ptr.asFunction< + late final __objc_msgSend_191_fpret = __objc_msgSend_191_fpretPtr.asFunction< double Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_doubleValue1 = _registerName1("doubleValue"); @@ -4955,44 +5055,44 @@ class PedometerBindings { late final _sel_unsignedIntegerValue1 = _registerName1("unsignedIntegerValue"); late final _sel_stringValue1 = _registerName1("stringValue"); - int _objc_msgSend_191( + int _objc_msgSend_192( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer otherNumber, ) { - return __objc_msgSend_191( + return __objc_msgSend_192( obj, sel, otherNumber, ); } - late final __objc_msgSend_191Ptr = _lookup< + late final __objc_msgSend_192Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_191 = __objc_msgSend_191Ptr.asFunction< + late final __objc_msgSend_192 = __objc_msgSend_192Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_isEqualToNumber_1 = _registerName1("isEqualToNumber:"); - bool _objc_msgSend_192( + bool _objc_msgSend_193( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer number, ) { - return __objc_msgSend_192( + return __objc_msgSend_193( obj, sel, number, ); } - late final __objc_msgSend_192Ptr = _lookup< + late final __objc_msgSend_193Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_192 = __objc_msgSend_192Ptr.asFunction< + late final __objc_msgSend_193 = __objc_msgSend_193Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -5028,13 +5128,13 @@ class PedometerBindings { late final _sel_hasDirectoryPath1 = _registerName1("hasDirectoryPath"); late final _sel_getFileSystemRepresentation_maxLength_1 = _registerName1("getFileSystemRepresentation:maxLength:"); - bool _objc_msgSend_193( + bool _objc_msgSend_194( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer buffer, int maxBufferLength, ) { - return __objc_msgSend_193( + return __objc_msgSend_194( obj, sel, buffer, @@ -5042,11 +5142,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_193Ptr = _lookup< + late final __objc_msgSend_194Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_193 = __objc_msgSend_193Ptr.asFunction< + late final __objc_msgSend_194 = __objc_msgSend_194Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); @@ -5056,23 +5156,23 @@ class PedometerBindings { late final _sel_standardizedURL1 = _registerName1("standardizedURL"); late final _sel_checkResourceIsReachableAndReturnError_1 = _registerName1("checkResourceIsReachableAndReturnError:"); - bool _objc_msgSend_194( + bool _objc_msgSend_195( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> error, ) { - return __objc_msgSend_194( + return __objc_msgSend_195( obj, sel, error, ); } - late final __objc_msgSend_194Ptr = _lookup< + late final __objc_msgSend_195Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_194 = __objc_msgSend_194Ptr.asFunction< + late final __objc_msgSend_195 = __objc_msgSend_195Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer>)>(); @@ -5081,14 +5181,14 @@ class PedometerBindings { late final _sel_filePathURL1 = _registerName1("filePathURL"); late final _sel_getResourceValue_forKey_error_1 = _registerName1("getResourceValue:forKey:error:"); - bool _objc_msgSend_195( + bool _objc_msgSend_196( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> value, ffi.Pointer key, ffi.Pointer> error, ) { - return __objc_msgSend_195( + return __objc_msgSend_196( obj, sel, value, @@ -5097,7 +5197,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_195Ptr = _lookup< + late final __objc_msgSend_196Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -5105,7 +5205,7 @@ class PedometerBindings { ffi.Pointer>, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_195 = __objc_msgSend_195Ptr.asFunction< + late final __objc_msgSend_196 = __objc_msgSend_196Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -5115,13 +5215,13 @@ class PedometerBindings { late final _sel_resourceValuesForKeys_error_1 = _registerName1("resourceValuesForKeys:error:"); - ffi.Pointer _objc_msgSend_196( + ffi.Pointer _objc_msgSend_197( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer keys, ffi.Pointer> error, ) { - return __objc_msgSend_196( + return __objc_msgSend_197( obj, sel, keys, @@ -5129,14 +5229,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_196Ptr = _lookup< + late final __objc_msgSend_197Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_196 = __objc_msgSend_196Ptr.asFunction< + late final __objc_msgSend_197 = __objc_msgSend_197Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -5145,14 +5245,14 @@ class PedometerBindings { late final _sel_setResourceValue_forKey_error_1 = _registerName1("setResourceValue:forKey:error:"); - bool _objc_msgSend_197( + bool _objc_msgSend_198( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ffi.Pointer key, ffi.Pointer> error, ) { - return __objc_msgSend_197( + return __objc_msgSend_198( obj, sel, value, @@ -5161,68 +5261,68 @@ class PedometerBindings { ); } - late final __objc_msgSend_197Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_197 = __objc_msgSend_197Ptr.asFunction< - bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>)>(); - - late final _sel_setResourceValues_error_1 = - _registerName1("setResourceValues:error:"); - bool _objc_msgSend_198( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyedValues, - ffi.Pointer> error, - ) { - return __objc_msgSend_198( - obj, - sel, - keyedValues, - error, - ); - } - late final __objc_msgSend_198Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); late final __objc_msgSend_198 = __objc_msgSend_198Ptr.asFunction< + bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>)>(); + + late final _sel_setResourceValues_error_1 = + _registerName1("setResourceValues:error:"); + bool _objc_msgSend_199( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyedValues, + ffi.Pointer> error, + ) { + return __objc_msgSend_199( + obj, + sel, + keyedValues, + error, + ); + } + + late final __objc_msgSend_199Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_199 = __objc_msgSend_199Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>(); late final _sel_removeCachedResourceValueForKey_1 = _registerName1("removeCachedResourceValueForKey:"); - void _objc_msgSend_199( + void _objc_msgSend_200( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ) { - return __objc_msgSend_199( + return __objc_msgSend_200( obj, sel, key, ); } - late final __objc_msgSend_199Ptr = _lookup< + late final __objc_msgSend_200Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_199 = __objc_msgSend_199Ptr.asFunction< + late final __objc_msgSend_200 = __objc_msgSend_200Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -5233,7 +5333,7 @@ class PedometerBindings { late final _sel_bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_1 = _registerName1( "bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:"); - ffi.Pointer _objc_msgSend_200( + ffi.Pointer _objc_msgSend_201( ffi.Pointer obj, ffi.Pointer sel, int options, @@ -5241,7 +5341,7 @@ class PedometerBindings { ffi.Pointer relativeURL, ffi.Pointer> error, ) { - return __objc_msgSend_200( + return __objc_msgSend_201( obj, sel, options, @@ -5251,7 +5351,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_200Ptr = _lookup< + late final __objc_msgSend_201Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -5260,7 +5360,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_200 = __objc_msgSend_200Ptr.asFunction< + late final __objc_msgSend_201 = __objc_msgSend_201Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -5272,7 +5372,7 @@ class PedometerBindings { late final _sel_initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_1 = _registerName1( "initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:"); - instancetype _objc_msgSend_201( + instancetype _objc_msgSend_202( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bookmarkData, @@ -5281,7 +5381,7 @@ class PedometerBindings { ffi.Pointer isStale, ffi.Pointer> error, ) { - return __objc_msgSend_201( + return __objc_msgSend_202( obj, sel, bookmarkData, @@ -5292,7 +5392,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_201Ptr = _lookup< + late final __objc_msgSend_202Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -5302,7 +5402,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_201 = __objc_msgSend_201Ptr.asFunction< + late final __objc_msgSend_202 = __objc_msgSend_202Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -5317,13 +5417,13 @@ class PedometerBindings { "URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:"); late final _sel_resourceValuesForKeys_fromBookmarkData_1 = _registerName1("resourceValuesForKeys:fromBookmarkData:"); - ffi.Pointer _objc_msgSend_202( + ffi.Pointer _objc_msgSend_203( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer keys, ffi.Pointer bookmarkData, ) { - return __objc_msgSend_202( + return __objc_msgSend_203( obj, sel, keys, @@ -5331,14 +5431,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_202Ptr = _lookup< + late final __objc_msgSend_203Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_202 = __objc_msgSend_202Ptr.asFunction< + late final __objc_msgSend_203 = __objc_msgSend_203Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -5347,7 +5447,7 @@ class PedometerBindings { late final _sel_writeBookmarkData_toURL_options_error_1 = _registerName1("writeBookmarkData:toURL:options:error:"); - bool _objc_msgSend_203( + bool _objc_msgSend_204( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bookmarkData, @@ -5355,7 +5455,7 @@ class PedometerBindings { int options, ffi.Pointer> error, ) { - return __objc_msgSend_203( + return __objc_msgSend_204( obj, sel, bookmarkData, @@ -5365,7 +5465,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_203Ptr = _lookup< + late final __objc_msgSend_204Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -5374,7 +5474,7 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_203 = __objc_msgSend_203Ptr.asFunction< + late final __objc_msgSend_204 = __objc_msgSend_204Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -5385,13 +5485,13 @@ class PedometerBindings { late final _sel_bookmarkDataWithContentsOfURL_error_1 = _registerName1("bookmarkDataWithContentsOfURL:error:"); - ffi.Pointer _objc_msgSend_204( + ffi.Pointer _objc_msgSend_205( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bookmarkFileURL, ffi.Pointer> error, ) { - return __objc_msgSend_204( + return __objc_msgSend_205( obj, sel, bookmarkFileURL, @@ -5399,14 +5499,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_204Ptr = _lookup< + late final __objc_msgSend_205Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_204 = __objc_msgSend_204Ptr.asFunction< + late final __objc_msgSend_205 = __objc_msgSend_205Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -5415,14 +5515,14 @@ class PedometerBindings { late final _sel_URLByResolvingAliasFileAtURL_options_error_1 = _registerName1("URLByResolvingAliasFileAtURL:options:error:"); - instancetype _objc_msgSend_205( + instancetype _objc_msgSend_206( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, int options, ffi.Pointer> error, ) { - return __objc_msgSend_205( + return __objc_msgSend_206( obj, sel, url, @@ -5431,7 +5531,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_205Ptr = _lookup< + late final __objc_msgSend_206Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -5439,7 +5539,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_205 = __objc_msgSend_205Ptr.asFunction< + late final __objc_msgSend_206 = __objc_msgSend_206Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -5455,13 +5555,13 @@ class PedometerBindings { _registerName1("getPromisedItemResourceValue:forKey:error:"); late final _sel_promisedItemResourceValuesForKeys_error_1 = _registerName1("promisedItemResourceValuesForKeys:error:"); - ffi.Pointer _objc_msgSend_206( + ffi.Pointer _objc_msgSend_207( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer keys, ffi.Pointer> error, ) { - return __objc_msgSend_206( + return __objc_msgSend_207( obj, sel, keys, @@ -5469,14 +5569,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_206Ptr = _lookup< + late final __objc_msgSend_207Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_206 = __objc_msgSend_206Ptr.asFunction< + late final __objc_msgSend_207 = __objc_msgSend_207Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -5487,40 +5587,15 @@ class PedometerBindings { _registerName1("checkPromisedItemIsReachableAndReturnError:"); late final _sel_fileURLWithPathComponents_1 = _registerName1("fileURLWithPathComponents:"); - ffi.Pointer _objc_msgSend_207( + ffi.Pointer _objc_msgSend_208( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer components, - ) { - return __objc_msgSend_207( - obj, - sel, - components, - ); - } - - late final __objc_msgSend_207Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_207 = __objc_msgSend_207Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_pathComponents1 = _registerName1("pathComponents"); - late final _sel_lastPathComponent1 = _registerName1("lastPathComponent"); - late final _sel_pathExtension1 = _registerName1("pathExtension"); - late final _sel_URLByAppendingPathComponent_1 = - _registerName1("URLByAppendingPathComponent:"); - ffi.Pointer _objc_msgSend_208( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer pathComponent, ) { return __objc_msgSend_208( obj, sel, - pathComponent, + components, ); } @@ -5532,15 +5607,40 @@ class PedometerBindings { ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); + late final _sel_pathComponents1 = _registerName1("pathComponents"); + late final _sel_lastPathComponent1 = _registerName1("lastPathComponent"); + late final _sel_pathExtension1 = _registerName1("pathExtension"); + late final _sel_URLByAppendingPathComponent_1 = + _registerName1("URLByAppendingPathComponent:"); + ffi.Pointer _objc_msgSend_209( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer pathComponent, + ) { + return __objc_msgSend_209( + obj, + sel, + pathComponent, + ); + } + + late final __objc_msgSend_209Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_209 = __objc_msgSend_209Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + late final _sel_URLByAppendingPathComponent_isDirectory_1 = _registerName1("URLByAppendingPathComponent:isDirectory:"); - ffi.Pointer _objc_msgSend_209( + ffi.Pointer _objc_msgSend_210( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer pathComponent, bool isDirectory, ) { - return __objc_msgSend_209( + return __objc_msgSend_210( obj, sel, pathComponent, @@ -5548,14 +5648,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_209Ptr = _lookup< + late final __objc_msgSend_210Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_209 = __objc_msgSend_209Ptr.asFunction< + late final __objc_msgSend_210 = __objc_msgSend_210Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, bool)>(); @@ -5569,16 +5669,112 @@ class PedometerBindings { _registerName1("URLByStandardizingPath"); late final _sel_URLByResolvingSymlinksInPath1 = _registerName1("URLByResolvingSymlinksInPath"); + late final _sel_resourceDataUsingCache_1 = + _registerName1("resourceDataUsingCache:"); + ffi.Pointer _objc_msgSend_211( + ffi.Pointer obj, + ffi.Pointer sel, + bool shouldUseCache, + ) { + return __objc_msgSend_211( + obj, + sel, + shouldUseCache, + ); + } + + late final __objc_msgSend_211Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Bool)>>('objc_msgSend'); + late final __objc_msgSend_211 = __objc_msgSend_211Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer, bool)>(); + + late final _sel_loadResourceDataNotifyingClient_usingCache_1 = + _registerName1("loadResourceDataNotifyingClient:usingCache:"); + void _objc_msgSend_212( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer client, + bool shouldUseCache, + ) { + return __objc_msgSend_212( + obj, + sel, + client, + shouldUseCache, + ); + } + + late final __objc_msgSend_212Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Bool)>>('objc_msgSend'); + late final __objc_msgSend_212 = __objc_msgSend_212Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, bool)>(); + + late final _sel_propertyForKey_1 = _registerName1("propertyForKey:"); + late final _sel_setResourceData_1 = _registerName1("setResourceData:"); + late final _sel_setProperty_forKey_1 = _registerName1("setProperty:forKey:"); + bool _objc_msgSend_213( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer property, + ffi.Pointer propertyKey, + ) { + return __objc_msgSend_213( + obj, + sel, + property, + propertyKey, + ); + } + + late final __objc_msgSend_213Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_213 = __objc_msgSend_213Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_URLHandleUsingCache_1 = + _registerName1("URLHandleUsingCache:"); + ffi.Pointer _objc_msgSend_214( + ffi.Pointer obj, + ffi.Pointer sel, + bool shouldUseCache, + ) { + return __objc_msgSend_214( + obj, + sel, + shouldUseCache, + ); + } + + late final __objc_msgSend_214Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Bool)>>('objc_msgSend'); + late final __objc_msgSend_214 = __objc_msgSend_214Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer, bool)>(); + late final _sel_writeToFile_options_error_1 = _registerName1("writeToFile:options:error:"); - bool _objc_msgSend_210( + bool _objc_msgSend_215( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, int writeOptionsMask, ffi.Pointer> errorPtr, ) { - return __objc_msgSend_210( + return __objc_msgSend_215( obj, sel, path, @@ -5587,7 +5783,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_210Ptr = _lookup< + late final __objc_msgSend_215Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -5595,7 +5791,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_210 = __objc_msgSend_210Ptr.asFunction< + late final __objc_msgSend_215 = __objc_msgSend_215Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -5605,14 +5801,14 @@ class PedometerBindings { late final _sel_writeToURL_options_error_1 = _registerName1("writeToURL:options:error:"); - bool _objc_msgSend_211( + bool _objc_msgSend_216( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, int writeOptionsMask, ffi.Pointer> errorPtr, ) { - return __objc_msgSend_211( + return __objc_msgSend_216( obj, sel, url, @@ -5621,7 +5817,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_211Ptr = _lookup< + late final __objc_msgSend_216Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -5629,7 +5825,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_211 = __objc_msgSend_211Ptr.asFunction< + late final __objc_msgSend_216 = __objc_msgSend_216Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -5639,7 +5835,31 @@ class PedometerBindings { late final _sel_rangeOfData_options_range_1 = _registerName1("rangeOfData:options:range:"); - void _objc_msgSend_212( + _NSRange _objc_msgSend_217( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dataToFind, + int mask, + _NSRange searchRange, + ) { + return __objc_msgSend_217( + obj, + sel, + dataToFind, + mask, + searchRange, + ); + } + + late final __objc_msgSend_217Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend'); + late final __objc_msgSend_217 = __objc_msgSend_217Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int, _NSRange)>(); + + void _objc_msgSend_217_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, @@ -5647,7 +5867,7 @@ class PedometerBindings { int mask, _NSRange searchRange, ) { - return __objc_msgSend_212( + return __objc_msgSend_217_stret( stret, obj, sel, @@ -5657,7 +5877,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_212Ptr = _lookup< + late final __objc_msgSend_217_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer<_NSRange>, @@ -5666,42 +5886,42 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend_stret'); - late final __objc_msgSend_212 = __objc_msgSend_212Ptr.asFunction< + late final __objc_msgSend_217_stret = __objc_msgSend_217_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_enumerateByteRangesUsingBlock_1 = _registerName1("enumerateByteRangesUsingBlock:"); - void _objc_msgSend_213( + void _objc_msgSend_218( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_213( + return __objc_msgSend_218( obj, sel, block, ); } - late final __objc_msgSend_213Ptr = _lookup< + late final __objc_msgSend_218Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_213 = __objc_msgSend_213Ptr.asFunction< + late final __objc_msgSend_218 = __objc_msgSend_218Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_data1 = _registerName1("data"); late final _sel_dataWithBytes_length_1 = _registerName1("dataWithBytes:length:"); - instancetype _objc_msgSend_214( + instancetype _objc_msgSend_219( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bytes, int length, ) { - return __objc_msgSend_214( + return __objc_msgSend_219( obj, sel, bytes, @@ -5709,11 +5929,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_214Ptr = _lookup< + late final __objc_msgSend_219Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_214 = __objc_msgSend_214Ptr.asFunction< + late final __objc_msgSend_219 = __objc_msgSend_219Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); @@ -5721,14 +5941,14 @@ class PedometerBindings { _registerName1("dataWithBytesNoCopy:length:"); late final _sel_dataWithBytesNoCopy_length_freeWhenDone_1 = _registerName1("dataWithBytesNoCopy:length:freeWhenDone:"); - instancetype _objc_msgSend_215( + instancetype _objc_msgSend_220( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bytes, int length, bool b, ) { - return __objc_msgSend_215( + return __objc_msgSend_220( obj, sel, bytes, @@ -5737,7 +5957,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_215Ptr = _lookup< + late final __objc_msgSend_220Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -5745,20 +5965,20 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_215 = __objc_msgSend_215Ptr.asFunction< + late final __objc_msgSend_220 = __objc_msgSend_220Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, bool)>(); late final _sel_dataWithContentsOfFile_options_error_1 = _registerName1("dataWithContentsOfFile:options:error:"); - instancetype _objc_msgSend_216( + instancetype _objc_msgSend_221( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, int readOptionsMask, ffi.Pointer> errorPtr, ) { - return __objc_msgSend_216( + return __objc_msgSend_221( obj, sel, path, @@ -5767,7 +5987,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_216Ptr = _lookup< + late final __objc_msgSend_221Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -5775,7 +5995,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_216 = __objc_msgSend_216Ptr.asFunction< + late final __objc_msgSend_221 = __objc_msgSend_221Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -5785,14 +6005,14 @@ class PedometerBindings { late final _sel_dataWithContentsOfURL_options_error_1 = _registerName1("dataWithContentsOfURL:options:error:"); - instancetype _objc_msgSend_217( + instancetype _objc_msgSend_222( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, int readOptionsMask, ffi.Pointer> errorPtr, ) { - return __objc_msgSend_217( + return __objc_msgSend_222( obj, sel, url, @@ -5801,7 +6021,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_217Ptr = _lookup< + late final __objc_msgSend_222Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -5809,7 +6029,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_217 = __objc_msgSend_217Ptr.asFunction< + late final __objc_msgSend_222 = __objc_msgSend_222Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -5821,23 +6041,23 @@ class PedometerBindings { _registerName1("dataWithContentsOfFile:"); late final _sel_dataWithContentsOfURL_1 = _registerName1("dataWithContentsOfURL:"); - instancetype _objc_msgSend_218( + instancetype _objc_msgSend_223( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ) { - return __objc_msgSend_218( + return __objc_msgSend_223( obj, sel, url, ); } - late final __objc_msgSend_218Ptr = _lookup< + late final __objc_msgSend_223Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_218 = __objc_msgSend_218Ptr.asFunction< + late final __objc_msgSend_223 = __objc_msgSend_223Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -5849,14 +6069,14 @@ class PedometerBindings { _registerName1("initWithBytesNoCopy:length:freeWhenDone:"); late final _sel_initWithBytesNoCopy_length_deallocator_1 = _registerName1("initWithBytesNoCopy:length:deallocator:"); - instancetype _objc_msgSend_219( + instancetype _objc_msgSend_224( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bytes, int length, ffi.Pointer<_ObjCBlock> deallocator, ) { - return __objc_msgSend_219( + return __objc_msgSend_224( obj, sel, bytes, @@ -5865,7 +6085,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_219Ptr = _lookup< + late final __objc_msgSend_224Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -5873,7 +6093,7 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_219 = __objc_msgSend_219Ptr.asFunction< + late final __objc_msgSend_224 = __objc_msgSend_224Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); @@ -5882,36 +6102,36 @@ class PedometerBindings { late final _sel_initWithContentsOfURL_options_error_1 = _registerName1("initWithContentsOfURL:options:error:"); late final _sel_initWithData_1 = _registerName1("initWithData:"); - instancetype _objc_msgSend_220( + instancetype _objc_msgSend_225( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer data, ) { - return __objc_msgSend_220( + return __objc_msgSend_225( obj, sel, data, ); } - late final __objc_msgSend_220Ptr = _lookup< + late final __objc_msgSend_225Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_220 = __objc_msgSend_220Ptr.asFunction< + late final __objc_msgSend_225 = __objc_msgSend_225Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_dataWithData_1 = _registerName1("dataWithData:"); late final _sel_initWithBase64EncodedString_options_1 = _registerName1("initWithBase64EncodedString:options:"); - instancetype _objc_msgSend_221( + instancetype _objc_msgSend_226( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer base64String, int options, ) { - return __objc_msgSend_221( + return __objc_msgSend_226( obj, sel, base64String, @@ -5919,45 +6139,45 @@ class PedometerBindings { ); } - late final __objc_msgSend_221Ptr = _lookup< + late final __objc_msgSend_226Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_221 = __objc_msgSend_221Ptr.asFunction< + late final __objc_msgSend_226 = __objc_msgSend_226Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_base64EncodedStringWithOptions_1 = _registerName1("base64EncodedStringWithOptions:"); - ffi.Pointer _objc_msgSend_222( + ffi.Pointer _objc_msgSend_227( ffi.Pointer obj, ffi.Pointer sel, int options, ) { - return __objc_msgSend_222( + return __objc_msgSend_227( obj, sel, options, ); } - late final __objc_msgSend_222Ptr = _lookup< + late final __objc_msgSend_227Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_222 = __objc_msgSend_222Ptr.asFunction< + late final __objc_msgSend_227 = __objc_msgSend_227Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithBase64EncodedData_options_1 = _registerName1("initWithBase64EncodedData:options:"); - instancetype _objc_msgSend_223( + instancetype _objc_msgSend_228( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer base64Data, int options, ) { - return __objc_msgSend_223( + return __objc_msgSend_228( obj, sel, base64Data, @@ -5965,45 +6185,45 @@ class PedometerBindings { ); } - late final __objc_msgSend_223Ptr = _lookup< + late final __objc_msgSend_228Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_223 = __objc_msgSend_223Ptr.asFunction< + late final __objc_msgSend_228 = __objc_msgSend_228Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_base64EncodedDataWithOptions_1 = _registerName1("base64EncodedDataWithOptions:"); - ffi.Pointer _objc_msgSend_224( + ffi.Pointer _objc_msgSend_229( ffi.Pointer obj, ffi.Pointer sel, int options, ) { - return __objc_msgSend_224( + return __objc_msgSend_229( obj, sel, options, ); } - late final __objc_msgSend_224Ptr = _lookup< + late final __objc_msgSend_229Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_224 = __objc_msgSend_224Ptr.asFunction< + late final __objc_msgSend_229 = __objc_msgSend_229Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); late final _sel_decompressedDataUsingAlgorithm_error_1 = _registerName1("decompressedDataUsingAlgorithm:error:"); - instancetype _objc_msgSend_225( + instancetype _objc_msgSend_230( ffi.Pointer obj, ffi.Pointer sel, int algorithm, ffi.Pointer> error, ) { - return __objc_msgSend_225( + return __objc_msgSend_230( obj, sel, algorithm, @@ -6011,14 +6231,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_225Ptr = _lookup< + late final __objc_msgSend_230Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_225 = __objc_msgSend_225Ptr.asFunction< + late final __objc_msgSend_230 = __objc_msgSend_230Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer>)>(); @@ -6033,55 +6253,55 @@ class PedometerBindings { _registerName1("initWithBase64Encoding:"); late final _sel_base64Encoding1 = _registerName1("base64Encoding"); late final _sel_encodeDataObject_1 = _registerName1("encodeDataObject:"); - void _objc_msgSend_226( + void _objc_msgSend_231( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer data, ) { - return __objc_msgSend_226( + return __objc_msgSend_231( obj, sel, data, ); } - late final __objc_msgSend_226Ptr = _lookup< + late final __objc_msgSend_231Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_226 = __objc_msgSend_226Ptr.asFunction< + late final __objc_msgSend_231 = __objc_msgSend_231Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_decodeDataObject1 = _registerName1("decodeDataObject"); - ffi.Pointer _objc_msgSend_227( + ffi.Pointer _objc_msgSend_232( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_227( + return __objc_msgSend_232( obj, sel, ); } - late final __objc_msgSend_227Ptr = _lookup< + late final __objc_msgSend_232Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_227 = __objc_msgSend_227Ptr.asFunction< + late final __objc_msgSend_232 = __objc_msgSend_232Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_decodeValueOfObjCType_at_size_1 = _registerName1("decodeValueOfObjCType:at:size:"); - void _objc_msgSend_228( + void _objc_msgSend_233( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer type, ffi.Pointer data, int size, ) { - return __objc_msgSend_228( + return __objc_msgSend_233( obj, sel, type, @@ -6090,7 +6310,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_228Ptr = _lookup< + late final __objc_msgSend_233Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -6098,50 +6318,50 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_228 = __objc_msgSend_228Ptr.asFunction< + late final __objc_msgSend_233 = __objc_msgSend_233Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_versionForClassName_1 = _registerName1("versionForClassName:"); - int _objc_msgSend_229( + int _objc_msgSend_234( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer className, ) { - return __objc_msgSend_229( + return __objc_msgSend_234( obj, sel, className, ); } - late final __objc_msgSend_229Ptr = _lookup< + late final __objc_msgSend_234Ptr = _lookup< ffi.NativeFunction< ffi.Long Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_229 = __objc_msgSend_229Ptr.asFunction< + late final __objc_msgSend_234 = __objc_msgSend_234Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_encodeObject_1 = _registerName1("encodeObject:"); - void _objc_msgSend_230( + void _objc_msgSend_235( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer object, ) { - return __objc_msgSend_230( + return __objc_msgSend_235( obj, sel, object, ); } - late final __objc_msgSend_230Ptr = _lookup< + late final __objc_msgSend_235Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_230 = __objc_msgSend_230Ptr.asFunction< + late final __objc_msgSend_235 = __objc_msgSend_235Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -6152,36 +6372,36 @@ class PedometerBindings { _registerName1("encodeConditionalObject:"); late final _sel_encodeValuesOfObjCTypes_1 = _registerName1("encodeValuesOfObjCTypes:"); - void _objc_msgSend_231( + void _objc_msgSend_236( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer types, ) { - return __objc_msgSend_231( + return __objc_msgSend_236( obj, sel, types, ); } - late final __objc_msgSend_231Ptr = _lookup< + late final __objc_msgSend_236Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_231 = __objc_msgSend_231Ptr.asFunction< + late final __objc_msgSend_236 = __objc_msgSend_236Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_encodeArrayOfObjCType_count_at_1 = _registerName1("encodeArrayOfObjCType:count:at:"); - void _objc_msgSend_232( + void _objc_msgSend_237( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer type, int count, ffi.Pointer array, ) { - return __objc_msgSend_232( + return __objc_msgSend_237( obj, sel, type, @@ -6190,7 +6410,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_232Ptr = _lookup< + late final __objc_msgSend_237Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -6198,7 +6418,7 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_232 = __objc_msgSend_232Ptr.asFunction< + late final __objc_msgSend_237 = __objc_msgSend_237Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); @@ -6206,25 +6426,25 @@ class PedometerBindings { late final _sel_decodeObject1 = _registerName1("decodeObject"); late final _sel_decodeTopLevelObjectAndReturnError_1 = _registerName1("decodeTopLevelObjectAndReturnError:"); - ffi.Pointer _objc_msgSend_233( + ffi.Pointer _objc_msgSend_238( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> error, ) { - return __objc_msgSend_233( + return __objc_msgSend_238( obj, sel, error, ); } - late final __objc_msgSend_233Ptr = _lookup< + late final __objc_msgSend_238Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_233 = __objc_msgSend_233Ptr.asFunction< + late final __objc_msgSend_238 = __objc_msgSend_238Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer>)>(); @@ -6234,65 +6454,67 @@ class PedometerBindings { _registerName1("decodeArrayOfObjCType:count:at:"); late final _sel_decodeBytesWithReturnedLength_1 = _registerName1("decodeBytesWithReturnedLength:"); - ffi.Pointer _objc_msgSend_234( + ffi.Pointer _objc_msgSend_239( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer lengthp, ) { - return __objc_msgSend_234( + return __objc_msgSend_239( obj, sel, lengthp, ); } - late final __objc_msgSend_234Ptr = _lookup< + late final __objc_msgSend_239Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_234 = __objc_msgSend_234Ptr.asFunction< + late final __objc_msgSend_239 = __objc_msgSend_239Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); + late final _sel_encodePropertyList_1 = _registerName1("encodePropertyList:"); + late final _sel_decodePropertyList1 = _registerName1("decodePropertyList"); late final _sel_setObjectZone_1 = _registerName1("setObjectZone:"); - void _objc_msgSend_235( + void _objc_msgSend_240( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_NSZone> zone, ) { - return __objc_msgSend_235( + return __objc_msgSend_240( obj, sel, zone, ); } - late final __objc_msgSend_235Ptr = _lookup< + late final __objc_msgSend_240Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_NSZone>)>>('objc_msgSend'); - late final __objc_msgSend_235 = __objc_msgSend_235Ptr.asFunction< + late final __objc_msgSend_240 = __objc_msgSend_240Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_NSZone>)>(); late final _sel_objectZone1 = _registerName1("objectZone"); - ffi.Pointer<_NSZone> _objc_msgSend_236( + ffi.Pointer<_NSZone> _objc_msgSend_241( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_236( + return __objc_msgSend_241( obj, sel, ); } - late final __objc_msgSend_236Ptr = _lookup< + late final __objc_msgSend_241Ptr = _lookup< ffi.NativeFunction< ffi.Pointer<_NSZone> Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_236 = __objc_msgSend_236Ptr.asFunction< + late final __objc_msgSend_241 = __objc_msgSend_241Ptr.asFunction< ffi.Pointer<_NSZone> Function( ffi.Pointer, ffi.Pointer)>(); @@ -6303,126 +6525,10 @@ class PedometerBindings { late final _sel_encodeConditionalObject_forKey_1 = _registerName1("encodeConditionalObject:forKey:"); late final _sel_encodeBool_forKey_1 = _registerName1("encodeBool:forKey:"); - void _objc_msgSend_237( - ffi.Pointer obj, - ffi.Pointer sel, - bool value, - ffi.Pointer key, - ) { - return __objc_msgSend_237( - obj, - sel, - value, - key, - ); - } - - late final __objc_msgSend_237Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Bool, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_237 = __objc_msgSend_237Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, bool, - ffi.Pointer)>(); - - late final _sel_encodeInt_forKey_1 = _registerName1("encodeInt:forKey:"); - void _objc_msgSend_238( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ffi.Pointer key, - ) { - return __objc_msgSend_238( - obj, - sel, - value, - key, - ); - } - - late final __objc_msgSend_238Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Int, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_238 = __objc_msgSend_238Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, int, - ffi.Pointer)>(); - - late final _sel_encodeInt32_forKey_1 = _registerName1("encodeInt32:forKey:"); - void _objc_msgSend_239( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ffi.Pointer key, - ) { - return __objc_msgSend_239( - obj, - sel, - value, - key, - ); - } - - late final __objc_msgSend_239Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Int32, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_239 = __objc_msgSend_239Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, int, - ffi.Pointer)>(); - - late final _sel_encodeInt64_forKey_1 = _registerName1("encodeInt64:forKey:"); - void _objc_msgSend_240( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ffi.Pointer key, - ) { - return __objc_msgSend_240( - obj, - sel, - value, - key, - ); - } - - late final __objc_msgSend_240Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Int64, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_240 = __objc_msgSend_240Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, int, - ffi.Pointer)>(); - - late final _sel_encodeFloat_forKey_1 = _registerName1("encodeFloat:forKey:"); - void _objc_msgSend_241( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ffi.Pointer key, - ) { - return __objc_msgSend_241( - obj, - sel, - value, - key, - ); - } - - late final __objc_msgSend_241Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Float, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_241 = __objc_msgSend_241Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, double, - ffi.Pointer)>(); - - late final _sel_encodeDouble_forKey_1 = - _registerName1("encodeDouble:forKey:"); void _objc_msgSend_242( ffi.Pointer obj, ffi.Pointer sel, - double value, + bool value, ffi.Pointer key, ) { return __objc_msgSend_242( @@ -6436,21 +6542,137 @@ class PedometerBindings { late final __objc_msgSend_242Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Double, ffi.Pointer)>>('objc_msgSend'); + ffi.Bool, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_242 = __objc_msgSend_242Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, bool, + ffi.Pointer)>(); + + late final _sel_encodeInt_forKey_1 = _registerName1("encodeInt:forKey:"); + void _objc_msgSend_243( + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ffi.Pointer key, + ) { + return __objc_msgSend_243( + obj, + sel, + value, + key, + ); + } + + late final __objc_msgSend_243Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Int, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_243 = __objc_msgSend_243Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, int, + ffi.Pointer)>(); + + late final _sel_encodeInt32_forKey_1 = _registerName1("encodeInt32:forKey:"); + void _objc_msgSend_244( + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ffi.Pointer key, + ) { + return __objc_msgSend_244( + obj, + sel, + value, + key, + ); + } + + late final __objc_msgSend_244Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Int32, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_244 = __objc_msgSend_244Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, int, + ffi.Pointer)>(); + + late final _sel_encodeInt64_forKey_1 = _registerName1("encodeInt64:forKey:"); + void _objc_msgSend_245( + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ffi.Pointer key, + ) { + return __objc_msgSend_245( + obj, + sel, + value, + key, + ); + } + + late final __objc_msgSend_245Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Int64, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_245 = __objc_msgSend_245Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, int, + ffi.Pointer)>(); + + late final _sel_encodeFloat_forKey_1 = _registerName1("encodeFloat:forKey:"); + void _objc_msgSend_246( + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ffi.Pointer key, + ) { + return __objc_msgSend_246( + obj, + sel, + value, + key, + ); + } + + late final __objc_msgSend_246Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Float, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_246 = __objc_msgSend_246Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, double, + ffi.Pointer)>(); + + late final _sel_encodeDouble_forKey_1 = + _registerName1("encodeDouble:forKey:"); + void _objc_msgSend_247( + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ffi.Pointer key, + ) { + return __objc_msgSend_247( + obj, + sel, + value, + key, + ); + } + + late final __objc_msgSend_247Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Double, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_247 = __objc_msgSend_247Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, double, ffi.Pointer)>(); late final _sel_encodeBytes_length_forKey_1 = _registerName1("encodeBytes:length:forKey:"); - void _objc_msgSend_243( + void _objc_msgSend_248( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bytes, int length, ffi.Pointer key, ) { - return __objc_msgSend_243( + return __objc_msgSend_248( obj, sel, bytes, @@ -6459,7 +6681,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_243Ptr = _lookup< + late final __objc_msgSend_248Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -6467,7 +6689,7 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_243 = __objc_msgSend_243Ptr.asFunction< + late final __objc_msgSend_248 = __objc_msgSend_248Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); @@ -6476,13 +6698,13 @@ class PedometerBindings { late final _sel_decodeObjectForKey_1 = _registerName1("decodeObjectForKey:"); late final _sel_decodeTopLevelObjectForKey_error_1 = _registerName1("decodeTopLevelObjectForKey:error:"); - ffi.Pointer _objc_msgSend_244( + ffi.Pointer _objc_msgSend_249( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ffi.Pointer> error, ) { - return __objc_msgSend_244( + return __objc_msgSend_249( obj, sel, key, @@ -6490,14 +6712,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_244Ptr = _lookup< + late final __objc_msgSend_249Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_244 = __objc_msgSend_244Ptr.asFunction< + late final __objc_msgSend_249 = __objc_msgSend_249Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -6506,119 +6728,159 @@ class PedometerBindings { late final _sel_decodeBoolForKey_1 = _registerName1("decodeBoolForKey:"); late final _sel_decodeIntForKey_1 = _registerName1("decodeIntForKey:"); - int _objc_msgSend_245( + int _objc_msgSend_250( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ) { - return __objc_msgSend_245( + return __objc_msgSend_250( obj, sel, key, ); } - late final __objc_msgSend_245Ptr = _lookup< + late final __objc_msgSend_250Ptr = _lookup< ffi.NativeFunction< ffi.Int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_245 = __objc_msgSend_245Ptr.asFunction< + late final __objc_msgSend_250 = __objc_msgSend_250Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_decodeInt32ForKey_1 = _registerName1("decodeInt32ForKey:"); - int _objc_msgSend_246( + int _objc_msgSend_251( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ) { - return __objc_msgSend_246( + return __objc_msgSend_251( obj, sel, key, ); } - late final __objc_msgSend_246Ptr = _lookup< + late final __objc_msgSend_251Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_246 = __objc_msgSend_246Ptr.asFunction< + late final __objc_msgSend_251 = __objc_msgSend_251Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_decodeInt64ForKey_1 = _registerName1("decodeInt64ForKey:"); - int _objc_msgSend_247( + int _objc_msgSend_252( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ) { - return __objc_msgSend_247( + return __objc_msgSend_252( obj, sel, key, ); } - late final __objc_msgSend_247Ptr = _lookup< + late final __objc_msgSend_252Ptr = _lookup< ffi.NativeFunction< ffi.Int64 Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_247 = __objc_msgSend_247Ptr.asFunction< + late final __objc_msgSend_252 = __objc_msgSend_252Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_decodeFloatForKey_1 = _registerName1("decodeFloatForKey:"); - double _objc_msgSend_248( + double _objc_msgSend_253( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ) { - return __objc_msgSend_248( + return __objc_msgSend_253( obj, sel, key, ); } - late final __objc_msgSend_248Ptr = _lookup< + late final __objc_msgSend_253Ptr = _lookup< + ffi.NativeFunction< + ffi.Float Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_253 = __objc_msgSend_253Ptr.asFunction< + double Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + double _objc_msgSend_253_fpret( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { + return __objc_msgSend_253_fpret( + obj, + sel, + key, + ); + } + + late final __objc_msgSend_253_fpretPtr = _lookup< ffi.NativeFunction< ffi.Float Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend_fpret'); - late final __objc_msgSend_248 = __objc_msgSend_248Ptr.asFunction< + late final __objc_msgSend_253_fpret = __objc_msgSend_253_fpretPtr.asFunction< double Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_decodeDoubleForKey_1 = _registerName1("decodeDoubleForKey:"); - double _objc_msgSend_249( + double _objc_msgSend_254( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ) { - return __objc_msgSend_249( + return __objc_msgSend_254( obj, sel, key, ); } - late final __objc_msgSend_249Ptr = _lookup< + late final __objc_msgSend_254Ptr = _lookup< + ffi.NativeFunction< + ffi.Double Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_254 = __objc_msgSend_254Ptr.asFunction< + double Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + double _objc_msgSend_254_fpret( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { + return __objc_msgSend_254_fpret( + obj, + sel, + key, + ); + } + + late final __objc_msgSend_254_fpretPtr = _lookup< ffi.NativeFunction< ffi.Double Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend_fpret'); - late final __objc_msgSend_249 = __objc_msgSend_249Ptr.asFunction< + late final __objc_msgSend_254_fpret = __objc_msgSend_254_fpretPtr.asFunction< double Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_decodeBytesForKey_returnedLength_1 = _registerName1("decodeBytesForKey:returnedLength:"); - ffi.Pointer _objc_msgSend_250( + ffi.Pointer _objc_msgSend_255( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ffi.Pointer lengthp, ) { - return __objc_msgSend_250( + return __objc_msgSend_255( obj, sel, key, @@ -6626,14 +6888,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_250Ptr = _lookup< + late final __objc_msgSend_255Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_250 = __objc_msgSend_250Ptr.asFunction< + late final __objc_msgSend_255 = __objc_msgSend_255Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -6642,13 +6904,13 @@ class PedometerBindings { late final _sel_encodeInteger_forKey_1 = _registerName1("encodeInteger:forKey:"); - void _objc_msgSend_251( + void _objc_msgSend_256( ffi.Pointer obj, ffi.Pointer sel, int value, ffi.Pointer key, ) { - return __objc_msgSend_251( + return __objc_msgSend_256( obj, sel, value, @@ -6656,11 +6918,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_251Ptr = _lookup< + late final __objc_msgSend_256Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Long, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_251 = __objc_msgSend_251Ptr.asFunction< + late final __objc_msgSend_256 = __objc_msgSend_256Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); @@ -6670,177 +6932,17 @@ class PedometerBindings { _registerName1("requiresSecureCoding"); late final _sel_decodeObjectOfClass_forKey_1 = _registerName1("decodeObjectOfClass:forKey:"); - ffi.Pointer _objc_msgSend_252( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ffi.Pointer key, - ) { - return __objc_msgSend_252( - obj, - sel, - aClass, - key, - ); - } - - late final __objc_msgSend_252Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_252 = __objc_msgSend_252Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_decodeTopLevelObjectOfClass_forKey_error_1 = - _registerName1("decodeTopLevelObjectOfClass:forKey:error:"); - ffi.Pointer _objc_msgSend_253( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ffi.Pointer key, - ffi.Pointer> error, - ) { - return __objc_msgSend_253( - obj, - sel, - aClass, - key, - error, - ); - } - - late final __objc_msgSend_253Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_253 = __objc_msgSend_253Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>)>(); - - late final _sel_decodeArrayOfObjectsOfClass_forKey_1 = - _registerName1("decodeArrayOfObjectsOfClass:forKey:"); - ffi.Pointer _objc_msgSend_254( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cls, - ffi.Pointer key, - ) { - return __objc_msgSend_254( - obj, - sel, - cls, - key, - ); - } - - late final __objc_msgSend_254Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_254 = __objc_msgSend_254Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_decodeDictionaryWithKeysOfClass_objectsOfClass_forKey_1 = - _registerName1("decodeDictionaryWithKeysOfClass:objectsOfClass:forKey:"); - ffi.Pointer _objc_msgSend_255( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyCls, - ffi.Pointer objectCls, - ffi.Pointer key, - ) { - return __objc_msgSend_255( - obj, - sel, - keyCls, - objectCls, - key, - ); - } - - late final __objc_msgSend_255Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_255 = __objc_msgSend_255Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_decodeObjectOfClasses_forKey_1 = - _registerName1("decodeObjectOfClasses:forKey:"); - ffi.Pointer _objc_msgSend_256( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer classes, - ffi.Pointer key, - ) { - return __objc_msgSend_256( - obj, - sel, - classes, - key, - ); - } - - late final __objc_msgSend_256Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_256 = __objc_msgSend_256Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_decodeTopLevelObjectOfClasses_forKey_error_1 = - _registerName1("decodeTopLevelObjectOfClasses:forKey:error:"); ffi.Pointer _objc_msgSend_257( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer classes, + ffi.Pointer aClass, ffi.Pointer key, - ffi.Pointer> error, ) { return __objc_msgSend_257( obj, sel, - classes, + aClass, key, - error, ); } @@ -6850,29 +6952,29 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer, - ffi.Pointer>)>>('objc_msgSend'); + ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_257 = __objc_msgSend_257Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer, - ffi.Pointer>)>(); + ffi.Pointer)>(); - late final _sel_decodeArrayOfObjectsOfClasses_forKey_1 = - _registerName1("decodeArrayOfObjectsOfClasses:forKey:"); + late final _sel_decodeTopLevelObjectOfClass_forKey_error_1 = + _registerName1("decodeTopLevelObjectOfClass:forKey:error:"); ffi.Pointer _objc_msgSend_258( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer classes, + ffi.Pointer aClass, ffi.Pointer key, + ffi.Pointer> error, ) { return __objc_msgSend_258( obj, sel, - classes, + aClass, key, + error, ); } @@ -6882,29 +6984,28 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); + ffi.Pointer, + ffi.Pointer>)>>('objc_msgSend'); late final __objc_msgSend_258 = __objc_msgSend_258Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); + ffi.Pointer, + ffi.Pointer>)>(); - late final _sel_decodeDictionaryWithKeysOfClasses_objectsOfClasses_forKey_1 = - _registerName1( - "decodeDictionaryWithKeysOfClasses:objectsOfClasses:forKey:"); + late final _sel_decodeArrayOfObjectsOfClass_forKey_1 = + _registerName1("decodeArrayOfObjectsOfClass:forKey:"); ffi.Pointer _objc_msgSend_259( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer keyClasses, - ffi.Pointer objectClasses, + ffi.Pointer cls, ffi.Pointer key, ) { return __objc_msgSend_259( obj, sel, - keyClasses, - objectClasses, + cls, key, ); } @@ -6915,9 +7016,170 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_259 = __objc_msgSend_259Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_decodeDictionaryWithKeysOfClass_objectsOfClass_forKey_1 = + _registerName1("decodeDictionaryWithKeysOfClass:objectsOfClass:forKey:"); + ffi.Pointer _objc_msgSend_260( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyCls, + ffi.Pointer objectCls, + ffi.Pointer key, + ) { + return __objc_msgSend_260( + obj, + sel, + keyCls, + objectCls, + key, + ); + } + + late final __objc_msgSend_260Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_260 = __objc_msgSend_260Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_decodeObjectOfClasses_forKey_1 = + _registerName1("decodeObjectOfClasses:forKey:"); + ffi.Pointer _objc_msgSend_261( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer classes, + ffi.Pointer key, + ) { + return __objc_msgSend_261( + obj, + sel, + classes, + key, + ); + } + + late final __objc_msgSend_261Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_261 = __objc_msgSend_261Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_decodeTopLevelObjectOfClasses_forKey_error_1 = + _registerName1("decodeTopLevelObjectOfClasses:forKey:error:"); + ffi.Pointer _objc_msgSend_262( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer classes, + ffi.Pointer key, + ffi.Pointer> error, + ) { + return __objc_msgSend_262( + obj, + sel, + classes, + key, + error, + ); + } + + late final __objc_msgSend_262Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_262 = __objc_msgSend_262Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>)>(); + + late final _sel_decodeArrayOfObjectsOfClasses_forKey_1 = + _registerName1("decodeArrayOfObjectsOfClasses:forKey:"); + ffi.Pointer _objc_msgSend_263( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer classes, + ffi.Pointer key, + ) { + return __objc_msgSend_263( + obj, + sel, + classes, + key, + ); + } + + late final __objc_msgSend_263Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_263 = __objc_msgSend_263Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_decodeDictionaryWithKeysOfClasses_objectsOfClasses_forKey_1 = + _registerName1( + "decodeDictionaryWithKeysOfClasses:objectsOfClasses:forKey:"); + ffi.Pointer _objc_msgSend_264( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyClasses, + ffi.Pointer objectClasses, + ffi.Pointer key, + ) { + return __objc_msgSend_264( + obj, + sel, + keyClasses, + objectClasses, + key, + ); + } + + late final __objc_msgSend_264Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_264 = __objc_msgSend_264Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -6928,137 +7190,139 @@ class PedometerBindings { late final _sel_decodePropertyListForKey_1 = _registerName1("decodePropertyListForKey:"); late final _sel_allowedClasses1 = _registerName1("allowedClasses"); - ffi.Pointer _objc_msgSend_260( + ffi.Pointer _objc_msgSend_265( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_260( + return __objc_msgSend_265( obj, sel, ); } - late final __objc_msgSend_260Ptr = _lookup< + late final __objc_msgSend_265Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_260 = __objc_msgSend_260Ptr.asFunction< + late final __objc_msgSend_265 = __objc_msgSend_265Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_failWithError_1 = _registerName1("failWithError:"); - void _objc_msgSend_261( + void _objc_msgSend_266( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer error, ) { - return __objc_msgSend_261( + return __objc_msgSend_266( obj, sel, error, ); } - late final __objc_msgSend_261Ptr = _lookup< + late final __objc_msgSend_266Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_261 = __objc_msgSend_261Ptr.asFunction< + late final __objc_msgSend_266 = __objc_msgSend_266Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_decodingFailurePolicy1 = _registerName1("decodingFailurePolicy"); - int _objc_msgSend_262( + int _objc_msgSend_267( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_262( + return __objc_msgSend_267( obj, sel, ); } - late final __objc_msgSend_262Ptr = _lookup< + late final __objc_msgSend_267Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_262 = __objc_msgSend_262Ptr.asFunction< + late final __objc_msgSend_267 = __objc_msgSend_267Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_error1 = _registerName1("error"); - ffi.Pointer _objc_msgSend_263( + ffi.Pointer _objc_msgSend_268( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_263( + return __objc_msgSend_268( obj, sel, ); } - late final __objc_msgSend_263Ptr = _lookup< + late final __objc_msgSend_268Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_263 = __objc_msgSend_263Ptr.asFunction< + late final __objc_msgSend_268 = __objc_msgSend_268Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); + late final _sel_encodeNXObject_1 = _registerName1("encodeNXObject:"); + late final _sel_decodeNXObject1 = _registerName1("decodeNXObject"); late final _sel_decodeValueOfObjCType_at_1 = _registerName1("decodeValueOfObjCType:at:"); late final _sel_substringFromIndex_1 = _registerName1("substringFromIndex:"); - ffi.Pointer _objc_msgSend_264( + ffi.Pointer _objc_msgSend_269( ffi.Pointer obj, ffi.Pointer sel, int from, ) { - return __objc_msgSend_264( + return __objc_msgSend_269( obj, sel, from, ); } - late final __objc_msgSend_264Ptr = _lookup< + late final __objc_msgSend_269Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_264 = __objc_msgSend_264Ptr.asFunction< + late final __objc_msgSend_269 = __objc_msgSend_269Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); late final _sel_substringToIndex_1 = _registerName1("substringToIndex:"); late final _sel_substringWithRange_1 = _registerName1("substringWithRange:"); - ffi.Pointer _objc_msgSend_265( + ffi.Pointer _objc_msgSend_270( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ) { - return __objc_msgSend_265( + return __objc_msgSend_270( obj, sel, range, ); } - late final __objc_msgSend_265Ptr = _lookup< + late final __objc_msgSend_270Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_265 = __objc_msgSend_265Ptr.asFunction< + late final __objc_msgSend_270 = __objc_msgSend_270Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_getCharacters_range_1 = _registerName1("getCharacters:range:"); - void _objc_msgSend_266( + void _objc_msgSend_271( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer buffer, _NSRange range, ) { - return __objc_msgSend_266( + return __objc_msgSend_271( obj, sel, buffer, @@ -7066,42 +7330,42 @@ class PedometerBindings { ); } - late final __objc_msgSend_266Ptr = _lookup< + late final __objc_msgSend_271Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_266 = __objc_msgSend_266Ptr.asFunction< + late final __objc_msgSend_271 = __objc_msgSend_271Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>(); - int _objc_msgSend_267( + int _objc_msgSend_272( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, ) { - return __objc_msgSend_267( + return __objc_msgSend_272( obj, sel, string, ); } - late final __objc_msgSend_267Ptr = _lookup< + late final __objc_msgSend_272Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_267 = __objc_msgSend_267Ptr.asFunction< + late final __objc_msgSend_272 = __objc_msgSend_272Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_compare_options_1 = _registerName1("compare:options:"); - int _objc_msgSend_268( + int _objc_msgSend_273( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, int mask, ) { - return __objc_msgSend_268( + return __objc_msgSend_273( obj, sel, string, @@ -7109,24 +7373,24 @@ class PedometerBindings { ); } - late final __objc_msgSend_268Ptr = _lookup< + late final __objc_msgSend_273Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_268 = __objc_msgSend_268Ptr.asFunction< + late final __objc_msgSend_273 = __objc_msgSend_273Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_compare_options_range_1 = _registerName1("compare:options:range:"); - int _objc_msgSend_269( + int _objc_msgSend_274( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, int mask, _NSRange rangeOfReceiverToCompare, ) { - return __objc_msgSend_269( + return __objc_msgSend_274( obj, sel, string, @@ -7135,17 +7399,17 @@ class PedometerBindings { ); } - late final __objc_msgSend_269Ptr = _lookup< + late final __objc_msgSend_274Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_269 = __objc_msgSend_269Ptr.asFunction< + late final __objc_msgSend_274 = __objc_msgSend_274Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_compare_options_range_locale_1 = _registerName1("compare:options:range:locale:"); - int _objc_msgSend_270( + int _objc_msgSend_275( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, @@ -7153,7 +7417,7 @@ class PedometerBindings { _NSRange rangeOfReceiverToCompare, ffi.Pointer locale, ) { - return __objc_msgSend_270( + return __objc_msgSend_275( obj, sel, string, @@ -7163,7 +7427,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_270Ptr = _lookup< + late final __objc_msgSend_275Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, @@ -7172,7 +7436,7 @@ class PedometerBindings { ffi.Int32, _NSRange, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_270 = __objc_msgSend_270Ptr.asFunction< + late final __objc_msgSend_275 = __objc_msgSend_275Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange, ffi.Pointer)>(); @@ -7188,13 +7452,13 @@ class PedometerBindings { late final _sel_hasSuffix_1 = _registerName1("hasSuffix:"); late final _sel_commonPrefixWithString_options_1 = _registerName1("commonPrefixWithString:options:"); - ffi.Pointer _objc_msgSend_271( + ffi.Pointer _objc_msgSend_276( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer str, int mask, ) { - return __objc_msgSend_271( + return __objc_msgSend_276( obj, sel, str, @@ -7202,14 +7466,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_271Ptr = _lookup< + late final __objc_msgSend_276Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_271 = __objc_msgSend_271Ptr.asFunction< + late final __objc_msgSend_276 = __objc_msgSend_276Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); @@ -7220,13 +7484,33 @@ class PedometerBindings { _registerName1("localizedStandardContainsString:"); late final _sel_localizedStandardRangeOfString_1 = _registerName1("localizedStandardRangeOfString:"); - void _objc_msgSend_272( + _NSRange _objc_msgSend_277( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer str, + ) { + return __objc_msgSend_277( + obj, + sel, + str, + ); + } + + late final __objc_msgSend_277Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_277 = __objc_msgSend_277Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + void _objc_msgSend_277_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer str, ) { - return __objc_msgSend_272( + return __objc_msgSend_277_stret( stret, obj, sel, @@ -7234,28 +7518,50 @@ class PedometerBindings { ); } - late final __objc_msgSend_272Ptr = _lookup< + late final __objc_msgSend_277_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend_stret'); - late final __objc_msgSend_272 = __objc_msgSend_272Ptr.asFunction< + late final __objc_msgSend_277_stret = __objc_msgSend_277_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_rangeOfString_1 = _registerName1("rangeOfString:"); late final _sel_rangeOfString_options_1 = _registerName1("rangeOfString:options:"); - void _objc_msgSend_273( + _NSRange _objc_msgSend_278( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchString, + int mask, + ) { + return __objc_msgSend_278( + obj, + sel, + searchString, + mask, + ); + } + + late final __objc_msgSend_278Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Int32)>>('objc_msgSend'); + late final __objc_msgSend_278 = __objc_msgSend_278Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int)>(); + + void _objc_msgSend_278_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer searchString, int mask, ) { - return __objc_msgSend_273( + return __objc_msgSend_278_stret( stret, obj, sel, @@ -7264,7 +7570,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_273Ptr = _lookup< + late final __objc_msgSend_278_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer<_NSRange>, @@ -7272,13 +7578,37 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend_stret'); - late final __objc_msgSend_273 = __objc_msgSend_273Ptr.asFunction< + late final __objc_msgSend_278_stret = __objc_msgSend_278_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_rangeOfString_options_range_1 = _registerName1("rangeOfString:options:range:"); - void _objc_msgSend_274( + _NSRange _objc_msgSend_279( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchString, + int mask, + _NSRange rangeOfReceiverToSearch, + ) { + return __objc_msgSend_279( + obj, + sel, + searchString, + mask, + rangeOfReceiverToSearch, + ); + } + + late final __objc_msgSend_279Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend'); + late final __objc_msgSend_279 = __objc_msgSend_279Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int, _NSRange)>(); + + void _objc_msgSend_279_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, @@ -7286,7 +7616,7 @@ class PedometerBindings { int mask, _NSRange rangeOfReceiverToSearch, ) { - return __objc_msgSend_274( + return __objc_msgSend_279_stret( stret, obj, sel, @@ -7296,7 +7626,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_274Ptr = _lookup< + late final __objc_msgSend_279_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer<_NSRange>, @@ -7305,20 +7635,20 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend_stret'); - late final __objc_msgSend_274 = __objc_msgSend_274Ptr.asFunction< + late final __objc_msgSend_279_stret = __objc_msgSend_279_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _class_NSLocale1 = _getClass1("NSLocale"); late final _sel_displayNameForKey_value_1 = _registerName1("displayNameForKey:value:"); - ffi.Pointer _objc_msgSend_275( + ffi.Pointer _objc_msgSend_280( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ffi.Pointer value, ) { - return __objc_msgSend_275( + return __objc_msgSend_280( obj, sel, key, @@ -7326,14 +7656,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_275Ptr = _lookup< + late final __objc_msgSend_280Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_275 = __objc_msgSend_275Ptr.asFunction< + late final __objc_msgSend_280 = __objc_msgSend_280Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -7348,23 +7678,23 @@ class PedometerBindings { late final _sel_languageCode1 = _registerName1("languageCode"); late final _sel_localizedStringForLanguageCode_1 = _registerName1("localizedStringForLanguageCode:"); - ffi.Pointer _objc_msgSend_276( + ffi.Pointer _objc_msgSend_281( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer languageCode, ) { - return __objc_msgSend_276( + return __objc_msgSend_281( obj, sel, languageCode, ); } - late final __objc_msgSend_276Ptr = _lookup< + late final __objc_msgSend_281Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_276 = __objc_msgSend_276Ptr.asFunction< + late final __objc_msgSend_281 = __objc_msgSend_281Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -7381,21 +7711,21 @@ class PedometerBindings { _registerName1("localizedStringForVariantCode:"); late final _class_NSCharacterSet1 = _getClass1("NSCharacterSet"); late final _sel_controlCharacterSet1 = _registerName1("controlCharacterSet"); - ffi.Pointer _objc_msgSend_277( + ffi.Pointer _objc_msgSend_282( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_277( + return __objc_msgSend_282( obj, sel, ); } - late final __objc_msgSend_277Ptr = _lookup< + late final __objc_msgSend_282Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_277 = __objc_msgSend_277Ptr.asFunction< + late final __objc_msgSend_282 = __objc_msgSend_282Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -7424,130 +7754,130 @@ class PedometerBindings { late final _sel_newlineCharacterSet1 = _registerName1("newlineCharacterSet"); late final _sel_characterSetWithRange_1 = _registerName1("characterSetWithRange:"); - ffi.Pointer _objc_msgSend_278( + ffi.Pointer _objc_msgSend_283( ffi.Pointer obj, ffi.Pointer sel, _NSRange aRange, ) { - return __objc_msgSend_278( + return __objc_msgSend_283( obj, sel, aRange, ); } - late final __objc_msgSend_278Ptr = _lookup< + late final __objc_msgSend_283Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_278 = __objc_msgSend_278Ptr.asFunction< + late final __objc_msgSend_283 = __objc_msgSend_283Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_characterSetWithCharactersInString_1 = _registerName1("characterSetWithCharactersInString:"); - ffi.Pointer _objc_msgSend_279( + ffi.Pointer _objc_msgSend_284( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aString, ) { - return __objc_msgSend_279( + return __objc_msgSend_284( obj, sel, aString, ); } - late final __objc_msgSend_279Ptr = _lookup< + late final __objc_msgSend_284Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_279 = __objc_msgSend_279Ptr.asFunction< + late final __objc_msgSend_284 = __objc_msgSend_284Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_characterSetWithBitmapRepresentation_1 = _registerName1("characterSetWithBitmapRepresentation:"); - ffi.Pointer _objc_msgSend_280( + ffi.Pointer _objc_msgSend_285( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer data, ) { - return __objc_msgSend_280( + return __objc_msgSend_285( obj, sel, data, ); } - late final __objc_msgSend_280Ptr = _lookup< + late final __objc_msgSend_285Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_280 = __objc_msgSend_280Ptr.asFunction< + late final __objc_msgSend_285 = __objc_msgSend_285Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_characterSetWithContentsOfFile_1 = _registerName1("characterSetWithContentsOfFile:"); - ffi.Pointer _objc_msgSend_281( + ffi.Pointer _objc_msgSend_286( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer fName, ) { - return __objc_msgSend_281( + return __objc_msgSend_286( obj, sel, fName, ); } - late final __objc_msgSend_281Ptr = _lookup< + late final __objc_msgSend_286Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_281 = __objc_msgSend_281Ptr.asFunction< + late final __objc_msgSend_286 = __objc_msgSend_286Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); - instancetype _objc_msgSend_282( + instancetype _objc_msgSend_287( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer coder, ) { - return __objc_msgSend_282( + return __objc_msgSend_287( obj, sel, coder, ); } - late final __objc_msgSend_282Ptr = _lookup< + late final __objc_msgSend_287Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_282 = __objc_msgSend_282Ptr.asFunction< + late final __objc_msgSend_287 = __objc_msgSend_287Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_characterIsMember_1 = _registerName1("characterIsMember:"); - bool _objc_msgSend_283( + bool _objc_msgSend_288( ffi.Pointer obj, ffi.Pointer sel, int aCharacter, ) { - return __objc_msgSend_283( + return __objc_msgSend_288( obj, sel, aCharacter, ); } - late final __objc_msgSend_283Ptr = _lookup< + late final __objc_msgSend_288Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedShort)>>('objc_msgSend'); - late final __objc_msgSend_283 = __objc_msgSend_283Ptr.asFunction< + late final __objc_msgSend_288 = __objc_msgSend_288Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_bitmapRepresentation1 = @@ -7555,64 +7885,64 @@ class PedometerBindings { late final _sel_invertedSet1 = _registerName1("invertedSet"); late final _sel_longCharacterIsMember_1 = _registerName1("longCharacterIsMember:"); - bool _objc_msgSend_284( + bool _objc_msgSend_289( ffi.Pointer obj, ffi.Pointer sel, int theLongChar, ) { - return __objc_msgSend_284( + return __objc_msgSend_289( obj, sel, theLongChar, ); } - late final __objc_msgSend_284Ptr = _lookup< + late final __objc_msgSend_289Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedInt)>>('objc_msgSend'); - late final __objc_msgSend_284 = __objc_msgSend_284Ptr.asFunction< + late final __objc_msgSend_289 = __objc_msgSend_289Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_isSupersetOfSet_1 = _registerName1("isSupersetOfSet:"); - bool _objc_msgSend_285( + bool _objc_msgSend_290( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer theOtherSet, ) { - return __objc_msgSend_285( + return __objc_msgSend_290( obj, sel, theOtherSet, ); } - late final __objc_msgSend_285Ptr = _lookup< + late final __objc_msgSend_290Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_285 = __objc_msgSend_285Ptr.asFunction< + late final __objc_msgSend_290 = __objc_msgSend_290Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_hasMemberInPlane_1 = _registerName1("hasMemberInPlane:"); - bool _objc_msgSend_286( + bool _objc_msgSend_291( ffi.Pointer obj, ffi.Pointer sel, int thePlane, ) { - return __objc_msgSend_286( + return __objc_msgSend_291( obj, sel, thePlane, ); } - late final __objc_msgSend_286Ptr = _lookup< + late final __objc_msgSend_291Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Uint8)>>('objc_msgSend'); - late final __objc_msgSend_286 = __objc_msgSend_286Ptr.asFunction< + late final __objc_msgSend_291 = __objc_msgSend_291Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_URLUserAllowedCharacterSet1 = @@ -7655,21 +7985,21 @@ class PedometerBindings { _registerName1("alternateQuotationEndDelimiter"); late final _sel_autoupdatingCurrentLocale1 = _registerName1("autoupdatingCurrentLocale"); - ffi.Pointer _objc_msgSend_287( + ffi.Pointer _objc_msgSend_292( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_287( + return __objc_msgSend_292( obj, sel, ); } - late final __objc_msgSend_287Ptr = _lookup< + late final __objc_msgSend_292Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_287 = __objc_msgSend_287Ptr.asFunction< + late final __objc_msgSend_292 = __objc_msgSend_292Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -7687,45 +8017,45 @@ class PedometerBindings { late final _sel_preferredLanguages1 = _registerName1("preferredLanguages"); late final _sel_componentsFromLocaleIdentifier_1 = _registerName1("componentsFromLocaleIdentifier:"); - ffi.Pointer _objc_msgSend_288( + ffi.Pointer _objc_msgSend_293( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, ) { - return __objc_msgSend_288( + return __objc_msgSend_293( obj, sel, string, ); } - late final __objc_msgSend_288Ptr = _lookup< + late final __objc_msgSend_293Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_288 = __objc_msgSend_288Ptr.asFunction< + late final __objc_msgSend_293 = __objc_msgSend_293Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_localeIdentifierFromComponents_1 = _registerName1("localeIdentifierFromComponents:"); - ffi.Pointer _objc_msgSend_289( + ffi.Pointer _objc_msgSend_294( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer dict, ) { - return __objc_msgSend_289( + return __objc_msgSend_294( obj, sel, dict, ); } - late final __objc_msgSend_289Ptr = _lookup< + late final __objc_msgSend_294Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_289 = __objc_msgSend_289Ptr.asFunction< + late final __objc_msgSend_294 = __objc_msgSend_294Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -7735,67 +8065,67 @@ class PedometerBindings { _registerName1("canonicalLanguageIdentifierFromString:"); late final _sel_localeIdentifierFromWindowsLocaleCode_1 = _registerName1("localeIdentifierFromWindowsLocaleCode:"); - ffi.Pointer _objc_msgSend_290( + ffi.Pointer _objc_msgSend_295( ffi.Pointer obj, ffi.Pointer sel, int lcid, ) { - return __objc_msgSend_290( + return __objc_msgSend_295( obj, sel, lcid, ); } - late final __objc_msgSend_290Ptr = _lookup< + late final __objc_msgSend_295Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Uint32)>>('objc_msgSend'); - late final __objc_msgSend_290 = __objc_msgSend_290Ptr.asFunction< + late final __objc_msgSend_295 = __objc_msgSend_295Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); late final _sel_windowsLocaleCodeFromLocaleIdentifier_1 = _registerName1("windowsLocaleCodeFromLocaleIdentifier:"); - int _objc_msgSend_291( + int _objc_msgSend_296( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer localeIdentifier, ) { - return __objc_msgSend_291( + return __objc_msgSend_296( obj, sel, localeIdentifier, ); } - late final __objc_msgSend_291Ptr = _lookup< + late final __objc_msgSend_296Ptr = _lookup< ffi.NativeFunction< ffi.Uint32 Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_291 = __objc_msgSend_291Ptr.asFunction< + late final __objc_msgSend_296 = __objc_msgSend_296Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_characterDirectionForLanguage_1 = _registerName1("characterDirectionForLanguage:"); - int _objc_msgSend_292( + int _objc_msgSend_297( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer isoLangCode, ) { - return __objc_msgSend_292( + return __objc_msgSend_297( obj, sel, isoLangCode, ); } - late final __objc_msgSend_292Ptr = _lookup< + late final __objc_msgSend_297Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_292 = __objc_msgSend_292Ptr.asFunction< + late final __objc_msgSend_297 = __objc_msgSend_297Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -7803,7 +8133,38 @@ class PedometerBindings { _registerName1("lineDirectionForLanguage:"); late final _sel_rangeOfString_options_range_locale_1 = _registerName1("rangeOfString:options:range:locale:"); - void _objc_msgSend_293( + _NSRange _objc_msgSend_298( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchString, + int mask, + _NSRange rangeOfReceiverToSearch, + ffi.Pointer locale, + ) { + return __objc_msgSend_298( + obj, + sel, + searchString, + mask, + rangeOfReceiverToSearch, + locale, + ); + } + + late final __objc_msgSend_298Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Int32, + _NSRange, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_298 = __objc_msgSend_298Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int, _NSRange, ffi.Pointer)>(); + + void _objc_msgSend_298_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, @@ -7812,7 +8173,7 @@ class PedometerBindings { _NSRange rangeOfReceiverToSearch, ffi.Pointer locale, ) { - return __objc_msgSend_293( + return __objc_msgSend_298_stret( stret, obj, sel, @@ -7823,7 +8184,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_293Ptr = _lookup< + late final __objc_msgSend_298_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer<_NSRange>, @@ -7833,7 +8194,7 @@ class PedometerBindings { ffi.Int32, _NSRange, ffi.Pointer)>>('objc_msgSend_stret'); - late final __objc_msgSend_293 = __objc_msgSend_293Ptr.asFunction< + late final __objc_msgSend_298_stret = __objc_msgSend_298_stretPtr.asFunction< void Function( ffi.Pointer<_NSRange>, ffi.Pointer, @@ -7845,13 +8206,33 @@ class PedometerBindings { late final _sel_rangeOfCharacterFromSet_1 = _registerName1("rangeOfCharacterFromSet:"); - void _objc_msgSend_294( + _NSRange _objc_msgSend_299( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchSet, + ) { + return __objc_msgSend_299( + obj, + sel, + searchSet, + ); + } + + late final __objc_msgSend_299Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_299 = __objc_msgSend_299Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + void _objc_msgSend_299_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer searchSet, ) { - return __objc_msgSend_294( + return __objc_msgSend_299_stret( stret, obj, sel, @@ -7859,27 +8240,49 @@ class PedometerBindings { ); } - late final __objc_msgSend_294Ptr = _lookup< + late final __objc_msgSend_299_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend_stret'); - late final __objc_msgSend_294 = __objc_msgSend_294Ptr.asFunction< + late final __objc_msgSend_299_stret = __objc_msgSend_299_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_rangeOfCharacterFromSet_options_1 = _registerName1("rangeOfCharacterFromSet:options:"); - void _objc_msgSend_295( + _NSRange _objc_msgSend_300( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchSet, + int mask, + ) { + return __objc_msgSend_300( + obj, + sel, + searchSet, + mask, + ); + } + + late final __objc_msgSend_300Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Int32)>>('objc_msgSend'); + late final __objc_msgSend_300 = __objc_msgSend_300Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int)>(); + + void _objc_msgSend_300_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer searchSet, int mask, ) { - return __objc_msgSend_295( + return __objc_msgSend_300_stret( stret, obj, sel, @@ -7888,7 +8291,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_295Ptr = _lookup< + late final __objc_msgSend_300_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer<_NSRange>, @@ -7896,13 +8299,37 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend_stret'); - late final __objc_msgSend_295 = __objc_msgSend_295Ptr.asFunction< + late final __objc_msgSend_300_stret = __objc_msgSend_300_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_rangeOfCharacterFromSet_options_range_1 = _registerName1("rangeOfCharacterFromSet:options:range:"); - void _objc_msgSend_296( + _NSRange _objc_msgSend_301( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchSet, + int mask, + _NSRange rangeOfReceiverToSearch, + ) { + return __objc_msgSend_301( + obj, + sel, + searchSet, + mask, + rangeOfReceiverToSearch, + ); + } + + late final __objc_msgSend_301Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend'); + late final __objc_msgSend_301 = __objc_msgSend_301Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int, _NSRange)>(); + + void _objc_msgSend_301_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, @@ -7910,7 +8337,7 @@ class PedometerBindings { int mask, _NSRange rangeOfReceiverToSearch, ) { - return __objc_msgSend_296( + return __objc_msgSend_301_stret( stret, obj, sel, @@ -7920,7 +8347,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_296Ptr = _lookup< + late final __objc_msgSend_301_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer<_NSRange>, @@ -7929,19 +8356,38 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend_stret'); - late final __objc_msgSend_296 = __objc_msgSend_296Ptr.asFunction< + late final __objc_msgSend_301_stret = __objc_msgSend_301_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_rangeOfComposedCharacterSequenceAtIndex_1 = _registerName1("rangeOfComposedCharacterSequenceAtIndex:"); - void _objc_msgSend_297( + _NSRange _objc_msgSend_302( + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { + return __objc_msgSend_302( + obj, + sel, + index, + ); + } + + late final __objc_msgSend_302Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.UnsignedLong)>>('objc_msgSend'); + late final __objc_msgSend_302 = __objc_msgSend_302Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, int)>(); + + void _objc_msgSend_302_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, int index, ) { - return __objc_msgSend_297( + return __objc_msgSend_302_stret( stret, obj, sel, @@ -7949,23 +8395,43 @@ class PedometerBindings { ); } - late final __objc_msgSend_297Ptr = _lookup< + late final __objc_msgSend_302_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend_stret'); - late final __objc_msgSend_297 = __objc_msgSend_297Ptr.asFunction< + late final __objc_msgSend_302_stret = __objc_msgSend_302_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_rangeOfComposedCharacterSequencesForRange_1 = _registerName1("rangeOfComposedCharacterSequencesForRange:"); - void _objc_msgSend_298( + _NSRange _objc_msgSend_303( + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { + return __objc_msgSend_303( + obj, + sel, + range, + ); + } + + late final __objc_msgSend_303Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + _NSRange)>>('objc_msgSend'); + late final __objc_msgSend_303 = __objc_msgSend_303Ptr.asFunction< + _NSRange Function( + ffi.Pointer, ffi.Pointer, _NSRange)>(); + + void _objc_msgSend_303_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ) { - return __objc_msgSend_298( + return __objc_msgSend_303_stret( stret, obj, sel, @@ -7973,11 +8439,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_298Ptr = _lookup< + late final __objc_msgSend_303_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend_stret'); - late final __objc_msgSend_298 = __objc_msgSend_298Ptr.asFunction< + late final __objc_msgSend_303_stret = __objc_msgSend_303_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, _NSRange)>(); @@ -7996,23 +8462,23 @@ class PedometerBindings { _registerName1("localizedCapitalizedString"); late final _sel_uppercaseStringWithLocale_1 = _registerName1("uppercaseStringWithLocale:"); - ffi.Pointer _objc_msgSend_299( + ffi.Pointer _objc_msgSend_304( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer locale, ) { - return __objc_msgSend_299( + return __objc_msgSend_304( obj, sel, locale, ); } - late final __objc_msgSend_299Ptr = _lookup< + late final __objc_msgSend_304Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_299 = __objc_msgSend_299Ptr.asFunction< + late final __objc_msgSend_304 = __objc_msgSend_304Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -8022,7 +8488,7 @@ class PedometerBindings { _registerName1("capitalizedStringWithLocale:"); late final _sel_getLineStart_end_contentsEnd_forRange_1 = _registerName1("getLineStart:end:contentsEnd:forRange:"); - void _objc_msgSend_300( + void _objc_msgSend_305( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer startPtr, @@ -8030,7 +8496,7 @@ class PedometerBindings { ffi.Pointer contentsEndPtr, _NSRange range, ) { - return __objc_msgSend_300( + return __objc_msgSend_305( obj, sel, startPtr, @@ -8040,7 +8506,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_300Ptr = _lookup< + late final __objc_msgSend_305Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -8049,7 +8515,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_300 = __objc_msgSend_300Ptr.asFunction< + late final __objc_msgSend_305 = __objc_msgSend_305Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -8065,14 +8531,14 @@ class PedometerBindings { _registerName1("paragraphRangeForRange:"); late final _sel_enumerateSubstringsInRange_options_usingBlock_1 = _registerName1("enumerateSubstringsInRange:options:usingBlock:"); - void _objc_msgSend_301( + void _objc_msgSend_306( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, int opts, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_301( + return __objc_msgSend_306( obj, sel, range, @@ -8081,33 +8547,33 @@ class PedometerBindings { ); } - late final __objc_msgSend_301Ptr = _lookup< + late final __objc_msgSend_306Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_301 = __objc_msgSend_301Ptr.asFunction< + late final __objc_msgSend_306 = __objc_msgSend_306Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateLinesUsingBlock_1 = _registerName1("enumerateLinesUsingBlock:"); - void _objc_msgSend_302( + void _objc_msgSend_307( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_302( + return __objc_msgSend_307( obj, sel, block, ); } - late final __objc_msgSend_302Ptr = _lookup< + late final __objc_msgSend_307Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_302 = __objc_msgSend_302Ptr.asFunction< + late final __objc_msgSend_307 = __objc_msgSend_307Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); @@ -8116,13 +8582,13 @@ class PedometerBindings { late final _sel_smallestEncoding1 = _registerName1("smallestEncoding"); late final _sel_dataUsingEncoding_allowLossyConversion_1 = _registerName1("dataUsingEncoding:allowLossyConversion:"); - ffi.Pointer _objc_msgSend_303( + ffi.Pointer _objc_msgSend_308( ffi.Pointer obj, ffi.Pointer sel, int encoding, bool lossy, ) { - return __objc_msgSend_303( + return __objc_msgSend_308( obj, sel, encoding, @@ -8130,35 +8596,35 @@ class PedometerBindings { ); } - late final __objc_msgSend_303Ptr = _lookup< + late final __objc_msgSend_308Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.UnsignedLong, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_303 = __objc_msgSend_303Ptr.asFunction< + late final __objc_msgSend_308 = __objc_msgSend_308Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int, bool)>(); late final _sel_dataUsingEncoding_1 = _registerName1("dataUsingEncoding:"); - ffi.Pointer _objc_msgSend_304( + ffi.Pointer _objc_msgSend_309( ffi.Pointer obj, ffi.Pointer sel, int encoding, ) { - return __objc_msgSend_304( + return __objc_msgSend_309( obj, sel, encoding, ); } - late final __objc_msgSend_304Ptr = _lookup< + late final __objc_msgSend_309Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_304 = __objc_msgSend_304Ptr.asFunction< + late final __objc_msgSend_309 = __objc_msgSend_309Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); @@ -8168,14 +8634,14 @@ class PedometerBindings { _registerName1("cStringUsingEncoding:"); late final _sel_getCString_maxLength_encoding_1 = _registerName1("getCString:maxLength:encoding:"); - bool _objc_msgSend_305( + bool _objc_msgSend_310( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer buffer, int maxBufferCount, int encoding, ) { - return __objc_msgSend_305( + return __objc_msgSend_310( obj, sel, buffer, @@ -8184,7 +8650,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_305Ptr = _lookup< + late final __objc_msgSend_310Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -8192,14 +8658,14 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_305 = __objc_msgSend_305Ptr.asFunction< + late final __objc_msgSend_310 = __objc_msgSend_310Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, int)>(); late final _sel_getBytes_maxLength_usedLength_encoding_options_range_remainingRange_1 = _registerName1( "getBytes:maxLength:usedLength:encoding:options:range:remainingRange:"); - bool _objc_msgSend_306( + bool _objc_msgSend_311( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer buffer, @@ -8210,7 +8676,7 @@ class PedometerBindings { _NSRange range, ffi.Pointer<_NSRange> leftover, ) { - return __objc_msgSend_306( + return __objc_msgSend_311( obj, sel, buffer, @@ -8223,7 +8689,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_306Ptr = _lookup< + late final __objc_msgSend_311Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -8235,7 +8701,7 @@ class PedometerBindings { ffi.Int32, _NSRange, ffi.Pointer<_NSRange>)>>('objc_msgSend'); - late final __objc_msgSend_306 = __objc_msgSend_306Ptr.asFunction< + late final __objc_msgSend_311 = __objc_msgSend_311Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -8253,21 +8719,21 @@ class PedometerBindings { _registerName1("lengthOfBytesUsingEncoding:"); late final _sel_availableStringEncodings1 = _registerName1("availableStringEncodings"); - ffi.Pointer _objc_msgSend_307( + ffi.Pointer _objc_msgSend_312( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_307( + return __objc_msgSend_312( obj, sel, ); } - late final __objc_msgSend_307Ptr = _lookup< + late final __objc_msgSend_312Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_307 = __objc_msgSend_307Ptr.asFunction< + late final __objc_msgSend_312 = __objc_msgSend_312Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -8285,80 +8751,80 @@ class PedometerBindings { _registerName1("precomposedStringWithCompatibilityMapping"); late final _sel_componentsSeparatedByString_1 = _registerName1("componentsSeparatedByString:"); - ffi.Pointer _objc_msgSend_308( + ffi.Pointer _objc_msgSend_313( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer separator, ) { - return __objc_msgSend_308( + return __objc_msgSend_313( obj, sel, separator, ); } - late final __objc_msgSend_308Ptr = _lookup< + late final __objc_msgSend_313Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_308 = __objc_msgSend_308Ptr.asFunction< + late final __objc_msgSend_313 = __objc_msgSend_313Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_componentsSeparatedByCharactersInSet_1 = _registerName1("componentsSeparatedByCharactersInSet:"); - ffi.Pointer _objc_msgSend_309( + ffi.Pointer _objc_msgSend_314( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer separator, ) { - return __objc_msgSend_309( + return __objc_msgSend_314( obj, sel, separator, ); } - late final __objc_msgSend_309Ptr = _lookup< + late final __objc_msgSend_314Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_309 = __objc_msgSend_309Ptr.asFunction< + late final __objc_msgSend_314 = __objc_msgSend_314Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_stringByTrimmingCharactersInSet_1 = _registerName1("stringByTrimmingCharactersInSet:"); - ffi.Pointer _objc_msgSend_310( + ffi.Pointer _objc_msgSend_315( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer set1, ) { - return __objc_msgSend_310( + return __objc_msgSend_315( obj, sel, set1, ); } - late final __objc_msgSend_310Ptr = _lookup< + late final __objc_msgSend_315Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_310 = __objc_msgSend_310Ptr.asFunction< + late final __objc_msgSend_315 = __objc_msgSend_315Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_stringByPaddingToLength_withString_startingAtIndex_1 = _registerName1("stringByPaddingToLength:withString:startingAtIndex:"); - ffi.Pointer _objc_msgSend_311( + ffi.Pointer _objc_msgSend_316( ffi.Pointer obj, ffi.Pointer sel, int newLength, ffi.Pointer padString, int padIndex, ) { - return __objc_msgSend_311( + return __objc_msgSend_316( obj, sel, newLength, @@ -8367,7 +8833,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_311Ptr = _lookup< + late final __objc_msgSend_316Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -8375,19 +8841,19 @@ class PedometerBindings { ffi.UnsignedLong, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_311 = __objc_msgSend_311Ptr.asFunction< + late final __objc_msgSend_316 = __objc_msgSend_316Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer, int)>(); late final _sel_stringByFoldingWithOptions_locale_1 = _registerName1("stringByFoldingWithOptions:locale:"); - ffi.Pointer _objc_msgSend_312( + ffi.Pointer _objc_msgSend_317( ffi.Pointer obj, ffi.Pointer sel, int options, ffi.Pointer locale, ) { - return __objc_msgSend_312( + return __objc_msgSend_317( obj, sel, options, @@ -8395,21 +8861,21 @@ class PedometerBindings { ); } - late final __objc_msgSend_312Ptr = _lookup< + late final __objc_msgSend_317Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_312 = __objc_msgSend_312Ptr.asFunction< + late final __objc_msgSend_317 = __objc_msgSend_317Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); late final _sel_stringByReplacingOccurrencesOfString_withString_options_range_1 = _registerName1( "stringByReplacingOccurrencesOfString:withString:options:range:"); - ffi.Pointer _objc_msgSend_313( + ffi.Pointer _objc_msgSend_318( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer target, @@ -8417,7 +8883,7 @@ class PedometerBindings { int options, _NSRange searchRange, ) { - return __objc_msgSend_313( + return __objc_msgSend_318( obj, sel, target, @@ -8427,7 +8893,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_313Ptr = _lookup< + late final __objc_msgSend_318Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -8436,7 +8902,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_313 = __objc_msgSend_313Ptr.asFunction< + late final __objc_msgSend_318 = __objc_msgSend_318Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -8447,13 +8913,13 @@ class PedometerBindings { late final _sel_stringByReplacingOccurrencesOfString_withString_1 = _registerName1("stringByReplacingOccurrencesOfString:withString:"); - ffi.Pointer _objc_msgSend_314( + ffi.Pointer _objc_msgSend_319( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer target, ffi.Pointer replacement, ) { - return __objc_msgSend_314( + return __objc_msgSend_319( obj, sel, target, @@ -8461,14 +8927,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_314Ptr = _lookup< + late final __objc_msgSend_319Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_314 = __objc_msgSend_314Ptr.asFunction< + late final __objc_msgSend_319 = __objc_msgSend_319Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -8477,13 +8943,13 @@ class PedometerBindings { late final _sel_stringByReplacingCharactersInRange_withString_1 = _registerName1("stringByReplacingCharactersInRange:withString:"); - ffi.Pointer _objc_msgSend_315( + ffi.Pointer _objc_msgSend_320( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ffi.Pointer replacement, ) { - return __objc_msgSend_315( + return __objc_msgSend_320( obj, sel, range, @@ -8491,26 +8957,26 @@ class PedometerBindings { ); } - late final __objc_msgSend_315Ptr = _lookup< + late final __objc_msgSend_320Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, _NSRange, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_315 = __objc_msgSend_315Ptr.asFunction< + late final __objc_msgSend_320 = __objc_msgSend_320Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_stringByApplyingTransform_reverse_1 = _registerName1("stringByApplyingTransform:reverse:"); - ffi.Pointer _objc_msgSend_316( + ffi.Pointer _objc_msgSend_321( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer transform, bool reverse, ) { - return __objc_msgSend_316( + return __objc_msgSend_321( obj, sel, transform, @@ -8518,20 +8984,20 @@ class PedometerBindings { ); } - late final __objc_msgSend_316Ptr = _lookup< + late final __objc_msgSend_321Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_316 = __objc_msgSend_316Ptr.asFunction< + late final __objc_msgSend_321 = __objc_msgSend_321Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_writeToURL_atomically_encoding_error_1 = _registerName1("writeToURL:atomically:encoding:error:"); - bool _objc_msgSend_317( + bool _objc_msgSend_322( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, @@ -8539,7 +9005,7 @@ class PedometerBindings { int enc, ffi.Pointer> error, ) { - return __objc_msgSend_317( + return __objc_msgSend_322( obj, sel, url, @@ -8549,7 +9015,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_317Ptr = _lookup< + late final __objc_msgSend_322Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -8558,7 +9024,7 @@ class PedometerBindings { ffi.Bool, ffi.UnsignedLong, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_317 = __objc_msgSend_317Ptr.asFunction< + late final __objc_msgSend_322 = __objc_msgSend_322Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -8569,7 +9035,7 @@ class PedometerBindings { late final _sel_writeToFile_atomically_encoding_error_1 = _registerName1("writeToFile:atomically:encoding:error:"); - bool _objc_msgSend_318( + bool _objc_msgSend_323( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, @@ -8577,7 +9043,7 @@ class PedometerBindings { int enc, ffi.Pointer> error, ) { - return __objc_msgSend_318( + return __objc_msgSend_323( obj, sel, path, @@ -8587,7 +9053,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_318Ptr = _lookup< + late final __objc_msgSend_323Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -8596,7 +9062,7 @@ class PedometerBindings { ffi.Bool, ffi.UnsignedLong, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_318 = __objc_msgSend_318Ptr.asFunction< + late final __objc_msgSend_323 = __objc_msgSend_323Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -8608,14 +9074,14 @@ class PedometerBindings { late final _sel_hash1 = _registerName1("hash"); late final _sel_initWithCharactersNoCopy_length_freeWhenDone_1 = _registerName1("initWithCharactersNoCopy:length:freeWhenDone:"); - instancetype _objc_msgSend_319( + instancetype _objc_msgSend_324( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer characters, int length, bool freeBuffer, ) { - return __objc_msgSend_319( + return __objc_msgSend_324( obj, sel, characters, @@ -8624,7 +9090,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_319Ptr = _lookup< + late final __objc_msgSend_324Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -8632,20 +9098,20 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_319 = __objc_msgSend_319Ptr.asFunction< + late final __objc_msgSend_324 = __objc_msgSend_324Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, bool)>(); late final _sel_initWithCharactersNoCopy_length_deallocator_1 = _registerName1("initWithCharactersNoCopy:length:deallocator:"); - instancetype _objc_msgSend_320( + instancetype _objc_msgSend_325( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer chars, int len, ffi.Pointer<_ObjCBlock> deallocator, ) { - return __objc_msgSend_320( + return __objc_msgSend_325( obj, sel, chars, @@ -8654,7 +9120,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_320Ptr = _lookup< + late final __objc_msgSend_325Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -8662,19 +9128,19 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_320 = __objc_msgSend_320Ptr.asFunction< + late final __objc_msgSend_325 = __objc_msgSend_325Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_initWithCharacters_length_1 = _registerName1("initWithCharacters:length:"); - instancetype _objc_msgSend_321( + instancetype _objc_msgSend_326( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer characters, int length, ) { - return __objc_msgSend_321( + return __objc_msgSend_326( obj, sel, characters, @@ -8682,146 +9148,143 @@ class PedometerBindings { ); } - late final __objc_msgSend_321Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_321 = __objc_msgSend_321Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, int)>(); - - late final _sel_initWithUTF8String_1 = _registerName1("initWithUTF8String:"); - instancetype _objc_msgSend_322( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer nullTerminatedCString, - ) { - return __objc_msgSend_322( - obj, - sel, - nullTerminatedCString, - ); - } - - late final __objc_msgSend_322Ptr = _lookup< - ffi.NativeFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_322 = __objc_msgSend_322Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_initWithFormat_1 = _registerName1("initWithFormat:"); - late final _sel_initWithFormat_arguments_1 = - _registerName1("initWithFormat:arguments:"); - instancetype _objc_msgSend_323( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer<__va_list_tag> argList, - ) { - return __objc_msgSend_323( - obj, - sel, - format, - argList, - ); - } - - late final __objc_msgSend_323Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<__va_list_tag>)>>('objc_msgSend'); - late final __objc_msgSend_323 = __objc_msgSend_323Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer<__va_list_tag>)>(); - - late final _sel_initWithFormat_locale_1 = - _registerName1("initWithFormat:locale:"); - instancetype _objc_msgSend_324( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer locale, - ) { - return __objc_msgSend_324( - obj, - sel, - format, - locale, - ); - } - - late final __objc_msgSend_324Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_324 = __objc_msgSend_324Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_initWithFormat_locale_arguments_1 = - _registerName1("initWithFormat:locale:arguments:"); - instancetype _objc_msgSend_325( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer locale, - ffi.Pointer<__va_list_tag> argList, - ) { - return __objc_msgSend_325( - obj, - sel, - format, - locale, - argList, - ); - } - - late final __objc_msgSend_325Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<__va_list_tag>)>>('objc_msgSend'); - late final __objc_msgSend_325 = __objc_msgSend_325Ptr.asFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<__va_list_tag>)>(); - - late final _sel_initWithValidatedFormat_validFormatSpecifiers_error_1 = - _registerName1("initWithValidatedFormat:validFormatSpecifiers:error:"); - instancetype _objc_msgSend_326( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer validFormatSpecifiers, - ffi.Pointer> error, - ) { - return __objc_msgSend_326( - obj, - sel, - format, - validFormatSpecifiers, - error, - ); - } - late final __objc_msgSend_326Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.UnsignedLong)>>('objc_msgSend'); + late final __objc_msgSend_326 = __objc_msgSend_326Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int)>(); + + late final _sel_initWithUTF8String_1 = _registerName1("initWithUTF8String:"); + instancetype _objc_msgSend_327( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer nullTerminatedCString, + ) { + return __objc_msgSend_327( + obj, + sel, + nullTerminatedCString, + ); + } + + late final __objc_msgSend_327Ptr = _lookup< + ffi.NativeFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_327 = __objc_msgSend_327Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_initWithFormat_1 = _registerName1("initWithFormat:"); + late final _sel_initWithFormat_arguments_1 = + _registerName1("initWithFormat:arguments:"); + instancetype _objc_msgSend_328( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer argList, + ) { + return __objc_msgSend_328( + obj, + sel, + format, + argList, + ); + } + + late final __objc_msgSend_328Ptr = _lookup< + ffi.NativeFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_328 = __objc_msgSend_328Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_initWithFormat_locale_1 = + _registerName1("initWithFormat:locale:"); + instancetype _objc_msgSend_329( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer locale, + ) { + return __objc_msgSend_329( + obj, + sel, + format, + locale, + ); + } + + late final __objc_msgSend_329Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_329 = __objc_msgSend_329Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_initWithFormat_locale_arguments_1 = + _registerName1("initWithFormat:locale:arguments:"); + instancetype _objc_msgSend_330( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer locale, + ffi.Pointer argList, + ) { + return __objc_msgSend_330( + obj, + sel, + format, + locale, + argList, + ); + } + + late final __objc_msgSend_330Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_330 = __objc_msgSend_330Ptr.asFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_initWithValidatedFormat_validFormatSpecifiers_error_1 = + _registerName1("initWithValidatedFormat:validFormatSpecifiers:error:"); + instancetype _objc_msgSend_331( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer validFormatSpecifiers, + ffi.Pointer> error, + ) { + return __objc_msgSend_331( + obj, + sel, + format, + validFormatSpecifiers, + error, + ); + } + + late final __objc_msgSend_331Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -8829,7 +9292,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_326 = __objc_msgSend_326Ptr.asFunction< + late final __objc_msgSend_331 = __objc_msgSend_331Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -8840,7 +9303,7 @@ class PedometerBindings { late final _sel_initWithValidatedFormat_validFormatSpecifiers_locale_error_1 = _registerName1( "initWithValidatedFormat:validFormatSpecifiers:locale:error:"); - instancetype _objc_msgSend_327( + instancetype _objc_msgSend_332( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer format, @@ -8848,7 +9311,7 @@ class PedometerBindings { ffi.Pointer locale, ffi.Pointer> error, ) { - return __objc_msgSend_327( + return __objc_msgSend_332( obj, sel, format, @@ -8858,7 +9321,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_327Ptr = _lookup< + late final __objc_msgSend_332Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -8867,7 +9330,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_327 = __objc_msgSend_327Ptr.asFunction< + late final __objc_msgSend_332 = __objc_msgSend_332Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -8879,15 +9342,15 @@ class PedometerBindings { late final _sel_initWithValidatedFormat_validFormatSpecifiers_arguments_error_1 = _registerName1( "initWithValidatedFormat:validFormatSpecifiers:arguments:error:"); - instancetype _objc_msgSend_328( + instancetype _objc_msgSend_333( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer format, ffi.Pointer validFormatSpecifiers, - ffi.Pointer<__va_list_tag> argList, + ffi.Pointer argList, ffi.Pointer> error, ) { - return __objc_msgSend_328( + return __objc_msgSend_333( obj, sel, format, @@ -8897,37 +9360,37 @@ class PedometerBindings { ); } - late final __objc_msgSend_328Ptr = _lookup< + late final __objc_msgSend_333Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer<__va_list_tag>, + ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_328 = __objc_msgSend_328Ptr.asFunction< + late final __objc_msgSend_333 = __objc_msgSend_333Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer<__va_list_tag>, + ffi.Pointer, ffi.Pointer>)>(); late final _sel_initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_1 = _registerName1( "initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error:"); - instancetype _objc_msgSend_329( + instancetype _objc_msgSend_334( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer format, ffi.Pointer validFormatSpecifiers, ffi.Pointer locale, - ffi.Pointer<__va_list_tag> argList, + ffi.Pointer argList, ffi.Pointer> error, ) { - return __objc_msgSend_329( + return __objc_msgSend_334( obj, sel, format, @@ -8938,7 +9401,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_329Ptr = _lookup< + late final __objc_msgSend_334Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -8946,27 +9409,27 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer<__va_list_tag>, + ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_329 = __objc_msgSend_329Ptr.asFunction< + late final __objc_msgSend_334 = __objc_msgSend_334Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer<__va_list_tag>, + ffi.Pointer, ffi.Pointer>)>(); late final _sel_initWithData_encoding_1 = _registerName1("initWithData:encoding:"); - instancetype _objc_msgSend_330( + instancetype _objc_msgSend_335( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer data, int encoding, ) { - return __objc_msgSend_330( + return __objc_msgSend_335( obj, sel, data, @@ -8974,24 +9437,24 @@ class PedometerBindings { ); } - late final __objc_msgSend_330Ptr = _lookup< + late final __objc_msgSend_335Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_330 = __objc_msgSend_330Ptr.asFunction< + late final __objc_msgSend_335 = __objc_msgSend_335Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithBytes_length_encoding_1 = _registerName1("initWithBytes:length:encoding:"); - instancetype _objc_msgSend_331( + instancetype _objc_msgSend_336( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bytes, int len, int encoding, ) { - return __objc_msgSend_331( + return __objc_msgSend_336( obj, sel, bytes, @@ -9000,7 +9463,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_331Ptr = _lookup< + late final __objc_msgSend_336Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -9008,13 +9471,13 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_331 = __objc_msgSend_331Ptr.asFunction< + late final __objc_msgSend_336 = __objc_msgSend_336Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, int)>(); late final _sel_initWithBytesNoCopy_length_encoding_freeWhenDone_1 = _registerName1("initWithBytesNoCopy:length:encoding:freeWhenDone:"); - instancetype _objc_msgSend_332( + instancetype _objc_msgSend_337( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bytes, @@ -9022,7 +9485,7 @@ class PedometerBindings { int encoding, bool freeBuffer, ) { - return __objc_msgSend_332( + return __objc_msgSend_337( obj, sel, bytes, @@ -9032,7 +9495,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_332Ptr = _lookup< + late final __objc_msgSend_337Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -9041,13 +9504,13 @@ class PedometerBindings { ffi.UnsignedLong, ffi.UnsignedLong, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_332 = __objc_msgSend_332Ptr.asFunction< + late final __objc_msgSend_337 = __objc_msgSend_337Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, int, bool)>(); late final _sel_initWithBytesNoCopy_length_encoding_deallocator_1 = _registerName1("initWithBytesNoCopy:length:encoding:deallocator:"); - instancetype _objc_msgSend_333( + instancetype _objc_msgSend_338( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bytes, @@ -9055,7 +9518,7 @@ class PedometerBindings { int encoding, ffi.Pointer<_ObjCBlock> deallocator, ) { - return __objc_msgSend_333( + return __objc_msgSend_338( obj, sel, bytes, @@ -9065,7 +9528,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_333Ptr = _lookup< + late final __objc_msgSend_338Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -9074,7 +9537,7 @@ class PedometerBindings { ffi.UnsignedLong, ffi.UnsignedLong, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_333 = __objc_msgSend_333Ptr.asFunction< + late final __objc_msgSend_338 = __objc_msgSend_338Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, int, ffi.Pointer<_ObjCBlock>)>(); @@ -9094,13 +9557,13 @@ class PedometerBindings { "localizedStringWithValidatedFormat:validFormatSpecifiers:error:"); late final _sel_initWithCString_encoding_1 = _registerName1("initWithCString:encoding:"); - instancetype _objc_msgSend_334( + instancetype _objc_msgSend_339( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer nullTerminatedCString, int encoding, ) { - return __objc_msgSend_334( + return __objc_msgSend_339( obj, sel, nullTerminatedCString, @@ -9108,11 +9571,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_334Ptr = _lookup< + late final __objc_msgSend_339Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_334 = __objc_msgSend_334Ptr.asFunction< + late final __objc_msgSend_339 = __objc_msgSend_339Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); @@ -9120,14 +9583,14 @@ class PedometerBindings { _registerName1("stringWithCString:encoding:"); late final _sel_initWithContentsOfURL_encoding_error_1 = _registerName1("initWithContentsOfURL:encoding:error:"); - instancetype _objc_msgSend_335( + instancetype _objc_msgSend_340( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, int enc, ffi.Pointer> error, ) { - return __objc_msgSend_335( + return __objc_msgSend_340( obj, sel, url, @@ -9136,7 +9599,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_335Ptr = _lookup< + late final __objc_msgSend_340Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -9144,7 +9607,7 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_335 = __objc_msgSend_335Ptr.asFunction< + late final __objc_msgSend_340 = __objc_msgSend_340Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -9154,14 +9617,14 @@ class PedometerBindings { late final _sel_initWithContentsOfFile_encoding_error_1 = _registerName1("initWithContentsOfFile:encoding:error:"); - instancetype _objc_msgSend_336( + instancetype _objc_msgSend_341( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, int enc, ffi.Pointer> error, ) { - return __objc_msgSend_336( + return __objc_msgSend_341( obj, sel, path, @@ -9170,7 +9633,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_336Ptr = _lookup< + late final __objc_msgSend_341Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -9178,7 +9641,7 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_336 = __objc_msgSend_336Ptr.asFunction< + late final __objc_msgSend_341 = __objc_msgSend_341Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -9192,14 +9655,14 @@ class PedometerBindings { _registerName1("stringWithContentsOfFile:encoding:error:"); late final _sel_initWithContentsOfURL_usedEncoding_error_1 = _registerName1("initWithContentsOfURL:usedEncoding:error:"); - instancetype _objc_msgSend_337( + instancetype _objc_msgSend_342( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer enc, ffi.Pointer> error, ) { - return __objc_msgSend_337( + return __objc_msgSend_342( obj, sel, url, @@ -9208,7 +9671,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_337Ptr = _lookup< + late final __objc_msgSend_342Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -9216,7 +9679,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_337 = __objc_msgSend_337Ptr.asFunction< + late final __objc_msgSend_342 = __objc_msgSend_342Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -9226,14 +9689,14 @@ class PedometerBindings { late final _sel_initWithContentsOfFile_usedEncoding_error_1 = _registerName1("initWithContentsOfFile:usedEncoding:error:"); - instancetype _objc_msgSend_338( + instancetype _objc_msgSend_343( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ffi.Pointer enc, ffi.Pointer> error, ) { - return __objc_msgSend_338( + return __objc_msgSend_343( obj, sel, path, @@ -9242,7 +9705,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_338Ptr = _lookup< + late final __objc_msgSend_343Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -9250,7 +9713,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_338 = __objc_msgSend_338Ptr.asFunction< + late final __objc_msgSend_343 = __objc_msgSend_343Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -9265,7 +9728,7 @@ class PedometerBindings { late final _sel_stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_1 = _registerName1( "stringEncodingForData:encodingOptions:convertedString:usedLossyConversion:"); - int _objc_msgSend_339( + int _objc_msgSend_344( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer data, @@ -9273,7 +9736,7 @@ class PedometerBindings { ffi.Pointer> string, ffi.Pointer usedLossyConversion, ) { - return __objc_msgSend_339( + return __objc_msgSend_344( obj, sel, data, @@ -9283,7 +9746,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_339Ptr = _lookup< + late final __objc_msgSend_344Ptr = _lookup< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, @@ -9292,7 +9755,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer>, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_339 = __objc_msgSend_339Ptr.asFunction< + late final __objc_msgSend_344 = __objc_msgSend_344Ptr.asFunction< int Function( ffi.Pointer, ffi.Pointer, @@ -9304,21 +9767,21 @@ class PedometerBindings { late final _sel_propertyList1 = _registerName1("propertyList"); late final _sel_propertyListFromStringsFileFormat1 = _registerName1("propertyListFromStringsFileFormat"); - ffi.Pointer _objc_msgSend_340( + ffi.Pointer _objc_msgSend_345( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_340( + return __objc_msgSend_345( obj, sel, ); } - late final __objc_msgSend_340Ptr = _lookup< + late final __objc_msgSend_345Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_340 = __objc_msgSend_340Ptr.asFunction< + late final __objc_msgSend_345 = __objc_msgSend_345Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -9328,13 +9791,13 @@ class PedometerBindings { late final _sel_getCString_1 = _registerName1("getCString:"); late final _sel_getCString_maxLength_1 = _registerName1("getCString:maxLength:"); - void _objc_msgSend_341( + void _objc_msgSend_346( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bytes, int maxLength, ) { - return __objc_msgSend_341( + return __objc_msgSend_346( obj, sel, bytes, @@ -9342,17 +9805,17 @@ class PedometerBindings { ); } - late final __objc_msgSend_341Ptr = _lookup< + late final __objc_msgSend_346Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_341 = __objc_msgSend_341Ptr.asFunction< + late final __objc_msgSend_346 = __objc_msgSend_346Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_getCString_maxLength_range_remainingRange_1 = _registerName1("getCString:maxLength:range:remainingRange:"); - void _objc_msgSend_342( + void _objc_msgSend_347( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bytes, @@ -9360,7 +9823,7 @@ class PedometerBindings { _NSRange aRange, ffi.Pointer<_NSRange> leftoverRange, ) { - return __objc_msgSend_342( + return __objc_msgSend_347( obj, sel, bytes, @@ -9370,7 +9833,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_342Ptr = _lookup< + late final __objc_msgSend_347Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -9379,7 +9842,7 @@ class PedometerBindings { ffi.UnsignedLong, _NSRange, ffi.Pointer<_NSRange>)>>('objc_msgSend'); - late final __objc_msgSend_342 = __objc_msgSend_342Ptr.asFunction< + late final __objc_msgSend_347 = __objc_msgSend_347Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange, ffi.Pointer<_NSRange>)>(); @@ -9389,14 +9852,14 @@ class PedometerBindings { _registerName1("stringWithContentsOfURL:"); late final _sel_initWithCStringNoCopy_length_freeWhenDone_1 = _registerName1("initWithCStringNoCopy:length:freeWhenDone:"); - ffi.Pointer _objc_msgSend_343( + ffi.Pointer _objc_msgSend_348( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bytes, int length, bool freeBuffer, ) { - return __objc_msgSend_343( + return __objc_msgSend_348( obj, sel, bytes, @@ -9405,7 +9868,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_343Ptr = _lookup< + late final __objc_msgSend_348Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -9413,7 +9876,7 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_343 = __objc_msgSend_343Ptr.asFunction< + late final __objc_msgSend_348 = __objc_msgSend_348Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, bool)>(); @@ -9424,66 +9887,66 @@ class PedometerBindings { _registerName1("stringWithCString:length:"); late final _sel_stringWithCString_1 = _registerName1("stringWithCString:"); late final _sel_getCharacters_1 = _registerName1("getCharacters:"); - void _objc_msgSend_344( + void _objc_msgSend_349( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer buffer, ) { - return __objc_msgSend_344( + return __objc_msgSend_349( obj, sel, buffer, ); } - late final __objc_msgSend_344Ptr = _lookup< + late final __objc_msgSend_349Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_344 = __objc_msgSend_344Ptr.asFunction< + late final __objc_msgSend_349 = __objc_msgSend_349Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_variantFittingPresentationWidth_1 = _registerName1("variantFittingPresentationWidth:"); - ffi.Pointer _objc_msgSend_345( + ffi.Pointer _objc_msgSend_350( ffi.Pointer obj, ffi.Pointer sel, int width, ) { - return __objc_msgSend_345( + return __objc_msgSend_350( obj, sel, width, ); } - late final __objc_msgSend_345Ptr = _lookup< + late final __objc_msgSend_350Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Long)>>('objc_msgSend'); - late final __objc_msgSend_345 = __objc_msgSend_345Ptr.asFunction< + late final __objc_msgSend_350 = __objc_msgSend_350Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); late final _sel_pathWithComponents_1 = _registerName1("pathWithComponents:"); - ffi.Pointer _objc_msgSend_346( + ffi.Pointer _objc_msgSend_351( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer components, ) { - return __objc_msgSend_346( + return __objc_msgSend_351( obj, sel, components, ); } - late final __objc_msgSend_346Ptr = _lookup< + late final __objc_msgSend_351Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_346 = __objc_msgSend_346Ptr.asFunction< + late final __objc_msgSend_351 = __objc_msgSend_351Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -9509,7 +9972,7 @@ class PedometerBindings { late final _sel_completePathIntoString_caseSensitive_matchesIntoArray_filterTypes_1 = _registerName1( "completePathIntoString:caseSensitive:matchesIntoArray:filterTypes:"); - int _objc_msgSend_347( + int _objc_msgSend_352( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> outputName, @@ -9517,7 +9980,7 @@ class PedometerBindings { ffi.Pointer> outputArray, ffi.Pointer filterTypes, ) { - return __objc_msgSend_347( + return __objc_msgSend_352( obj, sel, outputName, @@ -9527,7 +9990,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_347Ptr = _lookup< + late final __objc_msgSend_352Ptr = _lookup< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, @@ -9536,7 +9999,7 @@ class PedometerBindings { ffi.Bool, ffi.Pointer>, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_347 = __objc_msgSend_347Ptr.asFunction< + late final __objc_msgSend_352 = __objc_msgSend_352Ptr.asFunction< int Function( ffi.Pointer, ffi.Pointer, @@ -9547,23 +10010,23 @@ class PedometerBindings { late final _sel_stringByAddingPercentEncodingWithAllowedCharacters_1 = _registerName1("stringByAddingPercentEncodingWithAllowedCharacters:"); - ffi.Pointer _objc_msgSend_348( + ffi.Pointer _objc_msgSend_353( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer allowedCharacters, ) { - return __objc_msgSend_348( + return __objc_msgSend_353( obj, sel, allowedCharacters, ); } - late final __objc_msgSend_348Ptr = _lookup< + late final __objc_msgSend_353Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_348 = __objc_msgSend_348Ptr.asFunction< + late final __objc_msgSend_353 = __objc_msgSend_353Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -9571,23 +10034,23 @@ class PedometerBindings { _registerName1("stringByRemovingPercentEncoding"); late final _sel_stringByAddingPercentEscapesUsingEncoding_1 = _registerName1("stringByAddingPercentEscapesUsingEncoding:"); - ffi.Pointer _objc_msgSend_349( + ffi.Pointer _objc_msgSend_354( ffi.Pointer obj, ffi.Pointer sel, int enc, ) { - return __objc_msgSend_349( + return __objc_msgSend_354( obj, sel, enc, ); } - late final __objc_msgSend_349Ptr = _lookup< + late final __objc_msgSend_354Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_349 = __objc_msgSend_349Ptr.asFunction< + late final __objc_msgSend_354 = __objc_msgSend_354Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); @@ -9596,33 +10059,33 @@ class PedometerBindings { late final _class_NSOrthography1 = _getClass1("NSOrthography"); late final _sel_dominantScript1 = _registerName1("dominantScript"); late final _sel_languageMap1 = _registerName1("languageMap"); - ffi.Pointer _objc_msgSend_350( + ffi.Pointer _objc_msgSend_355( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_350( + return __objc_msgSend_355( obj, sel, ); } - late final __objc_msgSend_350Ptr = _lookup< + late final __objc_msgSend_355Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_350 = __objc_msgSend_350Ptr.asFunction< + late final __objc_msgSend_355 = __objc_msgSend_355Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithDominantScript_languageMap_1 = _registerName1("initWithDominantScript:languageMap:"); - instancetype _objc_msgSend_351( + instancetype _objc_msgSend_356( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer script, ffi.Pointer map, ) { - return __objc_msgSend_351( + return __objc_msgSend_356( obj, sel, script, @@ -9630,14 +10093,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_351Ptr = _lookup< + late final __objc_msgSend_356Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_351 = __objc_msgSend_351Ptr.asFunction< + late final __objc_msgSend_356 = __objc_msgSend_356Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -9654,7 +10117,7 @@ class PedometerBindings { late final _sel_linguisticTagsInRange_scheme_options_orthography_tokenRanges_1 = _registerName1( "linguisticTagsInRange:scheme:options:orthography:tokenRanges:"); - ffi.Pointer _objc_msgSend_352( + ffi.Pointer _objc_msgSend_357( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, @@ -9663,7 +10126,7 @@ class PedometerBindings { ffi.Pointer orthography, ffi.Pointer> tokenRanges, ) { - return __objc_msgSend_352( + return __objc_msgSend_357( obj, sel, range, @@ -9674,7 +10137,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_352Ptr = _lookup< + late final __objc_msgSend_357Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -9684,7 +10147,7 @@ class PedometerBindings { ffi.Int32, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_352 = __objc_msgSend_352Ptr.asFunction< + late final __objc_msgSend_357 = __objc_msgSend_357Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -9697,7 +10160,7 @@ class PedometerBindings { late final _sel_enumerateLinguisticTagsInRange_scheme_options_orthography_usingBlock_1 = _registerName1( "enumerateLinguisticTagsInRange:scheme:options:orthography:usingBlock:"); - void _objc_msgSend_353( + void _objc_msgSend_358( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, @@ -9706,7 +10169,7 @@ class PedometerBindings { ffi.Pointer orthography, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_353( + return __objc_msgSend_358( obj, sel, range, @@ -9717,7 +10180,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_353Ptr = _lookup< + late final __objc_msgSend_358Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -9727,7 +10190,7 @@ class PedometerBindings { ffi.Int32, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_353 = __objc_msgSend_353Ptr.asFunction< + late final __objc_msgSend_358 = __objc_msgSend_358Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -9739,120 +10202,120 @@ class PedometerBindings { late final _sel_anyObject1 = _registerName1("anyObject"); late final _sel_intersectsSet_1 = _registerName1("intersectsSet:"); - bool _objc_msgSend_354( + bool _objc_msgSend_359( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer otherSet, ) { - return __objc_msgSend_354( + return __objc_msgSend_359( obj, sel, otherSet, ); } - late final __objc_msgSend_354Ptr = _lookup< + late final __objc_msgSend_359Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_354 = __objc_msgSend_354Ptr.asFunction< + late final __objc_msgSend_359 = __objc_msgSend_359Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_isEqualToSet_1 = _registerName1("isEqualToSet:"); late final _sel_isSubsetOfSet_1 = _registerName1("isSubsetOfSet:"); late final _sel_setByAddingObject_1 = _registerName1("setByAddingObject:"); - ffi.Pointer _objc_msgSend_355( + ffi.Pointer _objc_msgSend_360( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer anObject, ) { - return __objc_msgSend_355( + return __objc_msgSend_360( obj, sel, anObject, ); } - late final __objc_msgSend_355Ptr = _lookup< + late final __objc_msgSend_360Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_355 = __objc_msgSend_355Ptr.asFunction< + late final __objc_msgSend_360 = __objc_msgSend_360Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_setByAddingObjectsFromSet_1 = _registerName1("setByAddingObjectsFromSet:"); - ffi.Pointer _objc_msgSend_356( + ffi.Pointer _objc_msgSend_361( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer other, ) { - return __objc_msgSend_356( + return __objc_msgSend_361( obj, sel, other, ); } - late final __objc_msgSend_356Ptr = _lookup< + late final __objc_msgSend_361Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_356 = __objc_msgSend_356Ptr.asFunction< + late final __objc_msgSend_361 = __objc_msgSend_361Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_setByAddingObjectsFromArray_1 = _registerName1("setByAddingObjectsFromArray:"); - ffi.Pointer _objc_msgSend_357( + ffi.Pointer _objc_msgSend_362( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer other, ) { - return __objc_msgSend_357( + return __objc_msgSend_362( obj, sel, other, ); } - late final __objc_msgSend_357Ptr = _lookup< + late final __objc_msgSend_362Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_357 = __objc_msgSend_357Ptr.asFunction< + late final __objc_msgSend_362 = __objc_msgSend_362Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); - void _objc_msgSend_358( + void _objc_msgSend_363( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_358( + return __objc_msgSend_363( obj, sel, block, ); } - late final __objc_msgSend_358Ptr = _lookup< + late final __objc_msgSend_363Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_358 = __objc_msgSend_358Ptr.asFunction< + late final __objc_msgSend_363 = __objc_msgSend_363Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); - void _objc_msgSend_359( + void _objc_msgSend_364( ffi.Pointer obj, ffi.Pointer sel, int opts, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_359( + return __objc_msgSend_364( obj, sel, opts, @@ -9860,44 +10323,44 @@ class PedometerBindings { ); } - late final __objc_msgSend_359Ptr = _lookup< + late final __objc_msgSend_364Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_359 = __objc_msgSend_359Ptr.asFunction< + late final __objc_msgSend_364 = __objc_msgSend_364Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_objectsPassingTest_1 = _registerName1("objectsPassingTest:"); - ffi.Pointer _objc_msgSend_360( + ffi.Pointer _objc_msgSend_365( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> predicate, ) { - return __objc_msgSend_360( + return __objc_msgSend_365( obj, sel, predicate, ); } - late final __objc_msgSend_360Ptr = _lookup< + late final __objc_msgSend_365Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_360 = __objc_msgSend_360Ptr.asFunction< + late final __objc_msgSend_365 = __objc_msgSend_365Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_objectsWithOptions_passingTest_1 = _registerName1("objectsWithOptions:passingTest:"); - ffi.Pointer _objc_msgSend_361( + ffi.Pointer _objc_msgSend_366( ffi.Pointer obj, ffi.Pointer sel, int opts, ffi.Pointer<_ObjCBlock> predicate, ) { - return __objc_msgSend_361( + return __objc_msgSend_366( obj, sel, opts, @@ -9905,14 +10368,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_361Ptr = _lookup< + late final __objc_msgSend_366Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_361 = __objc_msgSend_361Ptr.asFunction< + late final __objc_msgSend_366 = __objc_msgSend_366Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); @@ -9922,23 +10385,23 @@ class PedometerBindings { _registerName1("setWithObjects:count:"); late final _sel_setWithObjects_1 = _registerName1("setWithObjects:"); late final _sel_setWithSet_1 = _registerName1("setWithSet:"); - instancetype _objc_msgSend_362( + instancetype _objc_msgSend_367( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer set1, ) { - return __objc_msgSend_362( + return __objc_msgSend_367( obj, sel, set1, ); } - late final __objc_msgSend_362Ptr = _lookup< + late final __objc_msgSend_367Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_362 = __objc_msgSend_362Ptr.asFunction< + late final __objc_msgSend_367 = __objc_msgSend_367Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -9946,13 +10409,13 @@ class PedometerBindings { late final _sel_initWithSet_1 = _registerName1("initWithSet:"); late final _sel_initWithSet_copyItems_1 = _registerName1("initWithSet:copyItems:"); - instancetype _objc_msgSend_363( + instancetype _objc_msgSend_368( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer set1, bool flag, ) { - return __objc_msgSend_363( + return __objc_msgSend_368( obj, sel, set1, @@ -9960,74 +10423,74 @@ class PedometerBindings { ); } - late final __objc_msgSend_363Ptr = _lookup< + late final __objc_msgSend_368Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_363 = __objc_msgSend_363Ptr.asFunction< + late final __objc_msgSend_368 = __objc_msgSend_368Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_filteredSetUsingPredicate_1 = _registerName1("filteredSetUsingPredicate:"); - ffi.Pointer _objc_msgSend_364( + ffi.Pointer _objc_msgSend_369( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer predicate, ) { - return __objc_msgSend_364( + return __objc_msgSend_369( obj, sel, predicate, ); } - late final __objc_msgSend_364Ptr = _lookup< + late final __objc_msgSend_369Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_364 = __objc_msgSend_364Ptr.asFunction< + late final __objc_msgSend_369 = __objc_msgSend_369Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_invocationWithMethodSignature_1 = _registerName1("invocationWithMethodSignature:"); - ffi.Pointer _objc_msgSend_365( + ffi.Pointer _objc_msgSend_370( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer sig, ) { - return __objc_msgSend_365( + return __objc_msgSend_370( obj, sel, sig, ); } - late final __objc_msgSend_365Ptr = _lookup< + late final __objc_msgSend_370Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_365 = __objc_msgSend_365Ptr.asFunction< + late final __objc_msgSend_370 = __objc_msgSend_370Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_methodSignature1 = _registerName1("methodSignature"); - ffi.Pointer _objc_msgSend_366( + ffi.Pointer _objc_msgSend_371( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_366( + return __objc_msgSend_371( obj, sel, ); } - late final __objc_msgSend_366Ptr = _lookup< + late final __objc_msgSend_371Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_366 = __objc_msgSend_366Ptr.asFunction< + late final __objc_msgSend_371 = __objc_msgSend_371Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -10035,128 +10498,15 @@ class PedometerBindings { late final _sel_argumentsRetained1 = _registerName1("argumentsRetained"); late final _sel_target1 = _registerName1("target"); late final _sel_setTarget_1 = _registerName1("setTarget:"); - void _objc_msgSend_367( + void _objc_msgSend_372( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, - ) { - return __objc_msgSend_367( - obj, - sel, - value, - ); - } - - late final __objc_msgSend_367Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_367 = __objc_msgSend_367Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_selector1 = _registerName1("selector"); - ffi.Pointer _objc_msgSend_368( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_368( - obj, - sel, - ); - } - - late final __objc_msgSend_368Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_368 = __objc_msgSend_368Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_setSelector_1 = _registerName1("setSelector:"); - void _objc_msgSend_369( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { - return __objc_msgSend_369( - obj, - sel, - value, - ); - } - - late final __objc_msgSend_369Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_369 = __objc_msgSend_369Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_getReturnValue_1 = _registerName1("getReturnValue:"); - late final _sel_setReturnValue_1 = _registerName1("setReturnValue:"); - late final _sel_getArgument_atIndex_1 = - _registerName1("getArgument:atIndex:"); - void _objc_msgSend_370( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer argumentLocation, - int idx, - ) { - return __objc_msgSend_370( - obj, - sel, - argumentLocation, - idx, - ); - } - - late final __objc_msgSend_370Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Long)>>('objc_msgSend'); - late final __objc_msgSend_370 = __objc_msgSend_370Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, int)>(); - - late final _sel_setArgument_atIndex_1 = - _registerName1("setArgument:atIndex:"); - late final _sel_invoke1 = _registerName1("invoke"); - late final _sel_invokeWithTarget_1 = _registerName1("invokeWithTarget:"); - late final _sel_invokeUsingIMP_1 = _registerName1("invokeUsingIMP:"); - void _objc_msgSend_371( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> imp, - ) { - return __objc_msgSend_371( - obj, - sel, - imp, - ); - } - - late final __objc_msgSend_371Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer>)>>( - 'objc_msgSend'); - late final __objc_msgSend_371 = __objc_msgSend_371Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer>)>(); - - late final _sel_forwardInvocation_1 = _registerName1("forwardInvocation:"); - void _objc_msgSend_372( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anInvocation, ) { return __objc_msgSend_372( obj, sel, - anInvocation, + value, ); } @@ -10168,25 +10518,138 @@ class PedometerBindings { void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); + late final _sel_selector1 = _registerName1("selector"); + ffi.Pointer _objc_msgSend_373( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_373( + obj, + sel, + ); + } + + late final __objc_msgSend_373Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_373 = __objc_msgSend_373Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_setSelector_1 = _registerName1("setSelector:"); + void _objc_msgSend_374( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { + return __objc_msgSend_374( + obj, + sel, + value, + ); + } + + late final __objc_msgSend_374Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_374 = __objc_msgSend_374Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_getReturnValue_1 = _registerName1("getReturnValue:"); + late final _sel_setReturnValue_1 = _registerName1("setReturnValue:"); + late final _sel_getArgument_atIndex_1 = + _registerName1("getArgument:atIndex:"); + void _objc_msgSend_375( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer argumentLocation, + int idx, + ) { + return __objc_msgSend_375( + obj, + sel, + argumentLocation, + idx, + ); + } + + late final __objc_msgSend_375Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Long)>>('objc_msgSend'); + late final __objc_msgSend_375 = __objc_msgSend_375Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int)>(); + + late final _sel_setArgument_atIndex_1 = + _registerName1("setArgument:atIndex:"); + late final _sel_invoke1 = _registerName1("invoke"); + late final _sel_invokeWithTarget_1 = _registerName1("invokeWithTarget:"); + late final _sel_invokeUsingIMP_1 = _registerName1("invokeUsingIMP:"); + void _objc_msgSend_376( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> imp, + ) { + return __objc_msgSend_376( + obj, + sel, + imp, + ); + } + + late final __objc_msgSend_376Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer>)>>( + 'objc_msgSend'); + late final __objc_msgSend_376 = __objc_msgSend_376Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer>)>(); + + late final _sel_forwardInvocation_1 = _registerName1("forwardInvocation:"); + void _objc_msgSend_377( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anInvocation, + ) { + return __objc_msgSend_377( + obj, + sel, + anInvocation, + ); + } + + late final __objc_msgSend_377Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_377 = __objc_msgSend_377Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + late final _sel_methodSignatureForSelector_1 = _registerName1("methodSignatureForSelector:"); - ffi.Pointer _objc_msgSend_373( + ffi.Pointer _objc_msgSend_378( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aSelector, ) { - return __objc_msgSend_373( + return __objc_msgSend_378( obj, sel, aSelector, ); } - late final __objc_msgSend_373Ptr = _lookup< + late final __objc_msgSend_378Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_373 = __objc_msgSend_373Ptr.asFunction< + late final __objc_msgSend_378 = __objc_msgSend_378Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -10203,23 +10666,23 @@ class PedometerBindings { late final _sel_debugDescription1 = _registerName1("debugDescription"); late final _sel_version1 = _registerName1("version"); late final _sel_setVersion_1 = _registerName1("setVersion:"); - void _objc_msgSend_374( + void _objc_msgSend_379( ffi.Pointer obj, ffi.Pointer sel, int aVersion, ) { - return __objc_msgSend_374( + return __objc_msgSend_379( obj, sel, aVersion, ); } - late final __objc_msgSend_374Ptr = _lookup< + late final __objc_msgSend_379Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Long)>>('objc_msgSend'); - late final __objc_msgSend_374 = __objc_msgSend_374Ptr.asFunction< + late final __objc_msgSend_379 = __objc_msgSend_379Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_classForCoder1 = _registerName1("classForCoder"); @@ -10227,12 +10690,13 @@ class PedometerBindings { _registerName1("replacementObjectForCoder:"); late final _sel_awakeAfterUsingCoder_1 = _registerName1("awakeAfterUsingCoder:"); + late final _sel_poseAsClass_1 = _registerName1("poseAsClass:"); late final _sel_autoContentAccessingProxy1 = _registerName1("autoContentAccessingProxy"); late final _sel_attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_1 = _registerName1( "attemptRecoveryFromError:optionIndex:delegate:didRecoverSelector:contextInfo:"); - void _objc_msgSend_375( + void _objc_msgSend_380( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer error, @@ -10241,7 +10705,7 @@ class PedometerBindings { ffi.Pointer didRecoverSelector, ffi.Pointer contextInfo, ) { - return __objc_msgSend_375( + return __objc_msgSend_380( obj, sel, error, @@ -10252,7 +10716,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_375Ptr = _lookup< + late final __objc_msgSend_380Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -10262,7 +10726,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_375 = __objc_msgSend_375Ptr.asFunction< + late final __objc_msgSend_380 = __objc_msgSend_380Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -10274,13 +10738,13 @@ class PedometerBindings { late final _sel_attemptRecoveryFromError_optionIndex_1 = _registerName1("attemptRecoveryFromError:optionIndex:"); - bool _objc_msgSend_376( + bool _objc_msgSend_381( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer error, int recoveryOptionIndex, ) { - return __objc_msgSend_376( + return __objc_msgSend_381( obj, sel, error, @@ -10288,17 +10752,17 @@ class PedometerBindings { ); } - late final __objc_msgSend_376Ptr = _lookup< + late final __objc_msgSend_381Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_376 = __objc_msgSend_376Ptr.asFunction< + late final __objc_msgSend_381 = __objc_msgSend_381Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_performSelector_withObject_afterDelay_inModes_1 = _registerName1("performSelector:withObject:afterDelay:inModes:"); - void _objc_msgSend_377( + void _objc_msgSend_382( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aSelector, @@ -10306,7 +10770,7 @@ class PedometerBindings { double delay, ffi.Pointer modes, ) { - return __objc_msgSend_377( + return __objc_msgSend_382( obj, sel, aSelector, @@ -10316,7 +10780,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_377Ptr = _lookup< + late final __objc_msgSend_382Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -10325,7 +10789,7 @@ class PedometerBindings { ffi.Pointer, ffi.Double, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_377 = __objc_msgSend_377Ptr.asFunction< + late final __objc_msgSend_382 = __objc_msgSend_382Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -10336,14 +10800,14 @@ class PedometerBindings { late final _sel_performSelector_withObject_afterDelay_1 = _registerName1("performSelector:withObject:afterDelay:"); - void _objc_msgSend_378( + void _objc_msgSend_383( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aSelector, ffi.Pointer anArgument, double delay, ) { - return __objc_msgSend_378( + return __objc_msgSend_383( obj, sel, aSelector, @@ -10352,7 +10816,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_378Ptr = _lookup< + late final __objc_msgSend_383Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -10360,40 +10824,118 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Double)>>('objc_msgSend'); - late final __objc_msgSend_378 = __objc_msgSend_378Ptr.asFunction< + late final __objc_msgSend_383 = __objc_msgSend_383Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, double)>(); + late final _sel_URL_resourceDataDidBecomeAvailable_1 = + _registerName1("URL:resourceDataDidBecomeAvailable:"); + void _objc_msgSend_384( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer sender, + ffi.Pointer newBytes, + ) { + return __objc_msgSend_384( + obj, + sel, + sender, + newBytes, + ); + } + + late final __objc_msgSend_384Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_384 = __objc_msgSend_384Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_URLResourceDidFinishLoading_1 = + _registerName1("URLResourceDidFinishLoading:"); + void _objc_msgSend_385( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer sender, + ) { + return __objc_msgSend_385( + obj, + sel, + sender, + ); + } + + late final __objc_msgSend_385Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_385 = __objc_msgSend_385Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_URLResourceDidCancelLoading_1 = + _registerName1("URLResourceDidCancelLoading:"); + late final _sel_URL_resourceDidFailLoadingWithReason_1 = + _registerName1("URL:resourceDidFailLoadingWithReason:"); + void _objc_msgSend_386( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer sender, + ffi.Pointer reason, + ) { + return __objc_msgSend_386( + obj, + sel, + sender, + reason, + ); + } + + late final __objc_msgSend_386Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_386 = __objc_msgSend_386Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + late final _class_NSFileManager1 = _getClass1("NSFileManager"); late final _sel_defaultManager1 = _registerName1("defaultManager"); - ffi.Pointer _objc_msgSend_379( + ffi.Pointer _objc_msgSend_387( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_379( + return __objc_msgSend_387( obj, sel, ); } - late final __objc_msgSend_379Ptr = _lookup< + late final __objc_msgSend_387Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_379 = __objc_msgSend_379Ptr.asFunction< + late final __objc_msgSend_387 = __objc_msgSend_387Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_mountedVolumeURLsIncludingResourceValuesForKeys_options_1 = _registerName1( "mountedVolumeURLsIncludingResourceValuesForKeys:options:"); - ffi.Pointer _objc_msgSend_380( + ffi.Pointer _objc_msgSend_388( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer propertyKeys, int options, ) { - return __objc_msgSend_380( + return __objc_msgSend_388( obj, sel, propertyKeys, @@ -10401,27 +10943,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_380Ptr = _lookup< + late final __objc_msgSend_388Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_380 = __objc_msgSend_380Ptr.asFunction< + late final __objc_msgSend_388 = __objc_msgSend_388Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_unmountVolumeAtURL_options_completionHandler_1 = _registerName1("unmountVolumeAtURL:options:completionHandler:"); - void _objc_msgSend_381( + void _objc_msgSend_389( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, int mask, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_381( + return __objc_msgSend_389( obj, sel, url, @@ -10430,7 +10972,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_381Ptr = _lookup< + late final __objc_msgSend_389Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -10438,14 +10980,14 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_381 = __objc_msgSend_381Ptr.asFunction< + late final __objc_msgSend_389 = __objc_msgSend_389Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_contentsOfDirectoryAtURL_includingPropertiesForKeys_options_error_1 = _registerName1( "contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:"); - ffi.Pointer _objc_msgSend_382( + ffi.Pointer _objc_msgSend_390( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, @@ -10453,7 +10995,7 @@ class PedometerBindings { int mask, ffi.Pointer> error, ) { - return __objc_msgSend_382( + return __objc_msgSend_390( obj, sel, url, @@ -10463,7 +11005,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_382Ptr = _lookup< + late final __objc_msgSend_390Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -10472,7 +11014,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_382 = __objc_msgSend_382Ptr.asFunction< + late final __objc_msgSend_390 = __objc_msgSend_390Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -10483,13 +11025,13 @@ class PedometerBindings { late final _sel_URLsForDirectory_inDomains_1 = _registerName1("URLsForDirectory:inDomains:"); - ffi.Pointer _objc_msgSend_383( + ffi.Pointer _objc_msgSend_391( ffi.Pointer obj, ffi.Pointer sel, int directory, int domainMask, ) { - return __objc_msgSend_383( + return __objc_msgSend_391( obj, sel, directory, @@ -10497,18 +11039,18 @@ class PedometerBindings { ); } - late final __objc_msgSend_383Ptr = _lookup< + late final __objc_msgSend_391Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_383 = __objc_msgSend_383Ptr.asFunction< + late final __objc_msgSend_391 = __objc_msgSend_391Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int, int)>(); late final _sel_URLForDirectory_inDomain_appropriateForURL_create_error_1 = _registerName1( "URLForDirectory:inDomain:appropriateForURL:create:error:"); - ffi.Pointer _objc_msgSend_384( + ffi.Pointer _objc_msgSend_392( ffi.Pointer obj, ffi.Pointer sel, int directory, @@ -10517,7 +11059,7 @@ class PedometerBindings { bool shouldCreate, ffi.Pointer> error, ) { - return __objc_msgSend_384( + return __objc_msgSend_392( obj, sel, directory, @@ -10528,7 +11070,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_384Ptr = _lookup< + late final __objc_msgSend_392Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -10538,7 +11080,7 @@ class PedometerBindings { ffi.Pointer, ffi.Bool, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_384 = __objc_msgSend_384Ptr.asFunction< + late final __objc_msgSend_392 = __objc_msgSend_392Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -10550,7 +11092,7 @@ class PedometerBindings { late final _sel_getRelationship_ofDirectoryAtURL_toItemAtURL_error_1 = _registerName1("getRelationship:ofDirectoryAtURL:toItemAtURL:error:"); - bool _objc_msgSend_385( + bool _objc_msgSend_393( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer outRelationship, @@ -10558,7 +11100,7 @@ class PedometerBindings { ffi.Pointer otherURL, ffi.Pointer> error, ) { - return __objc_msgSend_385( + return __objc_msgSend_393( obj, sel, outRelationship, @@ -10568,7 +11110,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_385Ptr = _lookup< + late final __objc_msgSend_393Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -10577,7 +11119,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_385 = __objc_msgSend_385Ptr.asFunction< + late final __objc_msgSend_393 = __objc_msgSend_393Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -10588,7 +11130,7 @@ class PedometerBindings { late final _sel_getRelationship_ofDirectory_inDomain_toItemAtURL_error_1 = _registerName1("getRelationship:ofDirectory:inDomain:toItemAtURL:error:"); - bool _objc_msgSend_386( + bool _objc_msgSend_394( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer outRelationship, @@ -10597,7 +11139,7 @@ class PedometerBindings { ffi.Pointer url, ffi.Pointer> error, ) { - return __objc_msgSend_386( + return __objc_msgSend_394( obj, sel, outRelationship, @@ -10608,7 +11150,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_386Ptr = _lookup< + late final __objc_msgSend_394Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -10618,7 +11160,7 @@ class PedometerBindings { ffi.Int32, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_386 = __objc_msgSend_386Ptr.asFunction< + late final __objc_msgSend_394 = __objc_msgSend_394Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -10631,7 +11173,7 @@ class PedometerBindings { late final _sel_createDirectoryAtURL_withIntermediateDirectories_attributes_error_1 = _registerName1( "createDirectoryAtURL:withIntermediateDirectories:attributes:error:"); - bool _objc_msgSend_387( + bool _objc_msgSend_395( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, @@ -10639,7 +11181,7 @@ class PedometerBindings { ffi.Pointer attributes, ffi.Pointer> error, ) { - return __objc_msgSend_387( + return __objc_msgSend_395( obj, sel, url, @@ -10649,7 +11191,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_387Ptr = _lookup< + late final __objc_msgSend_395Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -10658,7 +11200,7 @@ class PedometerBindings { ffi.Bool, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_387 = __objc_msgSend_387Ptr.asFunction< + late final __objc_msgSend_395 = __objc_msgSend_395Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -10669,14 +11211,14 @@ class PedometerBindings { late final _sel_createSymbolicLinkAtURL_withDestinationURL_error_1 = _registerName1("createSymbolicLinkAtURL:withDestinationURL:error:"); - bool _objc_msgSend_388( + bool _objc_msgSend_396( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer destURL, ffi.Pointer> error, ) { - return __objc_msgSend_388( + return __objc_msgSend_396( obj, sel, url, @@ -10685,7 +11227,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_388Ptr = _lookup< + late final __objc_msgSend_396Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -10693,7 +11235,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_388 = __objc_msgSend_388Ptr.asFunction< + late final __objc_msgSend_396 = __objc_msgSend_396Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -10705,14 +11247,14 @@ class PedometerBindings { late final _sel_setDelegate_1 = _registerName1("setDelegate:"); late final _sel_setAttributes_ofItemAtPath_error_1 = _registerName1("setAttributes:ofItemAtPath:error:"); - bool _objc_msgSend_389( + bool _objc_msgSend_397( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer attributes, ffi.Pointer path, ffi.Pointer> error, ) { - return __objc_msgSend_389( + return __objc_msgSend_397( obj, sel, attributes, @@ -10721,7 +11263,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_389Ptr = _lookup< + late final __objc_msgSend_397Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -10729,7 +11271,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_389 = __objc_msgSend_389Ptr.asFunction< + late final __objc_msgSend_397 = __objc_msgSend_397Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -10740,7 +11282,7 @@ class PedometerBindings { late final _sel_createDirectoryAtPath_withIntermediateDirectories_attributes_error_1 = _registerName1( "createDirectoryAtPath:withIntermediateDirectories:attributes:error:"); - bool _objc_msgSend_390( + bool _objc_msgSend_398( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, @@ -10748,7 +11290,7 @@ class PedometerBindings { ffi.Pointer attributes, ffi.Pointer> error, ) { - return __objc_msgSend_390( + return __objc_msgSend_398( obj, sel, path, @@ -10758,7 +11300,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_390Ptr = _lookup< + late final __objc_msgSend_398Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -10767,7 +11309,7 @@ class PedometerBindings { ffi.Bool, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_390 = __objc_msgSend_390Ptr.asFunction< + late final __objc_msgSend_398 = __objc_msgSend_398Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -10778,13 +11320,13 @@ class PedometerBindings { late final _sel_contentsOfDirectoryAtPath_error_1 = _registerName1("contentsOfDirectoryAtPath:error:"); - ffi.Pointer _objc_msgSend_391( + ffi.Pointer _objc_msgSend_399( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ffi.Pointer> error, ) { - return __objc_msgSend_391( + return __objc_msgSend_399( obj, sel, path, @@ -10792,14 +11334,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_391Ptr = _lookup< + late final __objc_msgSend_399Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_391 = __objc_msgSend_391Ptr.asFunction< + late final __objc_msgSend_399 = __objc_msgSend_399Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -10810,13 +11352,13 @@ class PedometerBindings { _registerName1("subpathsOfDirectoryAtPath:error:"); late final _sel_attributesOfItemAtPath_error_1 = _registerName1("attributesOfItemAtPath:error:"); - ffi.Pointer _objc_msgSend_392( + ffi.Pointer _objc_msgSend_400( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ffi.Pointer> error, ) { - return __objc_msgSend_392( + return __objc_msgSend_400( obj, sel, path, @@ -10824,14 +11366,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_392Ptr = _lookup< + late final __objc_msgSend_400Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_392 = __objc_msgSend_392Ptr.asFunction< + late final __objc_msgSend_400 = __objc_msgSend_400Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -10842,14 +11384,14 @@ class PedometerBindings { _registerName1("attributesOfFileSystemForPath:error:"); late final _sel_createSymbolicLinkAtPath_withDestinationPath_error_1 = _registerName1("createSymbolicLinkAtPath:withDestinationPath:error:"); - bool _objc_msgSend_393( + bool _objc_msgSend_401( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ffi.Pointer destPath, ffi.Pointer> error, ) { - return __objc_msgSend_393( + return __objc_msgSend_401( obj, sel, path, @@ -10858,7 +11400,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_393Ptr = _lookup< + late final __objc_msgSend_401Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -10866,7 +11408,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_393 = __objc_msgSend_393Ptr.asFunction< + late final __objc_msgSend_401 = __objc_msgSend_401Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -10876,13 +11418,13 @@ class PedometerBindings { late final _sel_destinationOfSymbolicLinkAtPath_error_1 = _registerName1("destinationOfSymbolicLinkAtPath:error:"); - ffi.Pointer _objc_msgSend_394( + ffi.Pointer _objc_msgSend_402( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ffi.Pointer> error, ) { - return __objc_msgSend_394( + return __objc_msgSend_402( obj, sel, path, @@ -10890,14 +11432,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_394Ptr = _lookup< + late final __objc_msgSend_402Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_394 = __objc_msgSend_394Ptr.asFunction< + late final __objc_msgSend_402 = __objc_msgSend_402Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -10912,13 +11454,13 @@ class PedometerBindings { _registerName1("linkItemAtPath:toPath:error:"); late final _sel_removeItemAtPath_error_1 = _registerName1("removeItemAtPath:error:"); - bool _objc_msgSend_395( + bool _objc_msgSend_403( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ffi.Pointer> error, ) { - return __objc_msgSend_395( + return __objc_msgSend_403( obj, sel, path, @@ -10926,14 +11468,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_395Ptr = _lookup< + late final __objc_msgSend_403Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_395 = __objc_msgSend_395Ptr.asFunction< + late final __objc_msgSend_403 = __objc_msgSend_403Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>(); @@ -10947,14 +11489,14 @@ class PedometerBindings { _registerName1("removeItemAtURL:error:"); late final _sel_trashItemAtURL_resultingItemURL_error_1 = _registerName1("trashItemAtURL:resultingItemURL:error:"); - bool _objc_msgSend_396( + bool _objc_msgSend_404( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer> outResultingURL, ffi.Pointer> error, ) { - return __objc_msgSend_396( + return __objc_msgSend_404( obj, sel, url, @@ -10963,7 +11505,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_396Ptr = _lookup< + late final __objc_msgSend_404Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -10971,7 +11513,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer>, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_396 = __objc_msgSend_396Ptr.asFunction< + late final __objc_msgSend_404 = __objc_msgSend_404Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -10981,13 +11523,13 @@ class PedometerBindings { late final _sel_fileAttributesAtPath_traverseLink_1 = _registerName1("fileAttributesAtPath:traverseLink:"); - ffi.Pointer _objc_msgSend_397( + ffi.Pointer _objc_msgSend_405( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, bool yorn, ) { - return __objc_msgSend_397( + return __objc_msgSend_405( obj, sel, path, @@ -10995,26 +11537,26 @@ class PedometerBindings { ); } - late final __objc_msgSend_397Ptr = _lookup< + late final __objc_msgSend_405Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_397 = __objc_msgSend_397Ptr.asFunction< + late final __objc_msgSend_405 = __objc_msgSend_405Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_changeFileAttributes_atPath_1 = _registerName1("changeFileAttributes:atPath:"); - bool _objc_msgSend_398( + bool _objc_msgSend_406( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer attributes, ffi.Pointer path, ) { - return __objc_msgSend_398( + return __objc_msgSend_406( obj, sel, attributes, @@ -11022,14 +11564,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_398Ptr = _lookup< + late final __objc_msgSend_406Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_398 = __objc_msgSend_398Ptr.asFunction< + late final __objc_msgSend_406 = __objc_msgSend_406Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -11041,13 +11583,13 @@ class PedometerBindings { _registerName1("pathContentOfSymbolicLinkAtPath:"); late final _sel_createSymbolicLinkAtPath_pathContent_1 = _registerName1("createSymbolicLinkAtPath:pathContent:"); - bool _objc_msgSend_399( + bool _objc_msgSend_407( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ffi.Pointer otherpath, ) { - return __objc_msgSend_399( + return __objc_msgSend_407( obj, sel, path, @@ -11055,26 +11597,26 @@ class PedometerBindings { ); } - late final __objc_msgSend_399Ptr = _lookup< + late final __objc_msgSend_407Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_399 = __objc_msgSend_399Ptr.asFunction< + late final __objc_msgSend_407 = __objc_msgSend_407Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_createDirectoryAtPath_attributes_1 = _registerName1("createDirectoryAtPath:attributes:"); - bool _objc_msgSend_400( + bool _objc_msgSend_408( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ffi.Pointer attributes, ) { - return __objc_msgSend_400( + return __objc_msgSend_408( obj, sel, path, @@ -11082,14 +11624,79 @@ class PedometerBindings { ); } - late final __objc_msgSend_400Ptr = _lookup< + late final __objc_msgSend_408Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_400 = __objc_msgSend_400Ptr.asFunction< + late final __objc_msgSend_408 = __objc_msgSend_408Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_linkPath_toPath_handler_1 = + _registerName1("linkPath:toPath:handler:"); + bool _objc_msgSend_409( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer src, + ffi.Pointer dest, + ffi.Pointer handler, + ) { + return __objc_msgSend_409( + obj, + sel, + src, + dest, + handler, + ); + } + + late final __objc_msgSend_409Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_409 = __objc_msgSend_409Ptr.asFunction< + bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_copyPath_toPath_handler_1 = + _registerName1("copyPath:toPath:handler:"); + late final _sel_movePath_toPath_handler_1 = + _registerName1("movePath:toPath:handler:"); + late final _sel_removeFileAtPath_handler_1 = + _registerName1("removeFileAtPath:handler:"); + bool _objc_msgSend_410( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer handler, + ) { + return __objc_msgSend_410( + obj, + sel, + path, + handler, + ); + } + + late final __objc_msgSend_410Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_410 = __objc_msgSend_410Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -11100,13 +11707,13 @@ class PedometerBindings { late final _sel_fileExistsAtPath_1 = _registerName1("fileExistsAtPath:"); late final _sel_fileExistsAtPath_isDirectory_1 = _registerName1("fileExistsAtPath:isDirectory:"); - bool _objc_msgSend_401( + bool _objc_msgSend_411( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ffi.Pointer isDirectory, ) { - return __objc_msgSend_401( + return __objc_msgSend_411( obj, sel, path, @@ -11114,11 +11721,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_401Ptr = _lookup< + late final __objc_msgSend_411Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_401 = __objc_msgSend_401Ptr.asFunction< + late final __objc_msgSend_411 = __objc_msgSend_411Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -11139,7 +11746,7 @@ class PedometerBindings { late final _sel_enumeratorAtURL_includingPropertiesForKeys_options_errorHandler_1 = _registerName1( "enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:"); - ffi.Pointer _objc_msgSend_402( + ffi.Pointer _objc_msgSend_412( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, @@ -11147,7 +11754,7 @@ class PedometerBindings { int mask, ffi.Pointer<_ObjCBlock> handler, ) { - return __objc_msgSend_402( + return __objc_msgSend_412( obj, sel, url, @@ -11157,7 +11764,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_402Ptr = _lookup< + late final __objc_msgSend_412Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -11166,7 +11773,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_402 = __objc_msgSend_402Ptr.asFunction< + late final __objc_msgSend_412 = __objc_msgSend_412Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -11177,36 +11784,36 @@ class PedometerBindings { late final _sel_subpathsAtPath_1 = _registerName1("subpathsAtPath:"); late final _sel_contentsAtPath_1 = _registerName1("contentsAtPath:"); - ffi.Pointer _objc_msgSend_403( + ffi.Pointer _objc_msgSend_413( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ) { - return __objc_msgSend_403( + return __objc_msgSend_413( obj, sel, path, ); } - late final __objc_msgSend_403Ptr = _lookup< + late final __objc_msgSend_413Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_403 = __objc_msgSend_403Ptr.asFunction< + late final __objc_msgSend_413 = __objc_msgSend_413Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_createFileAtPath_contents_attributes_1 = _registerName1("createFileAtPath:contents:attributes:"); - bool _objc_msgSend_404( + bool _objc_msgSend_414( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ffi.Pointer data, ffi.Pointer attr, ) { - return __objc_msgSend_404( + return __objc_msgSend_414( obj, sel, path, @@ -11215,7 +11822,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_404Ptr = _lookup< + late final __objc_msgSend_414Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -11223,7 +11830,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_404 = __objc_msgSend_404Ptr.asFunction< + late final __objc_msgSend_414 = __objc_msgSend_414Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -11233,35 +11840,35 @@ class PedometerBindings { late final _sel_fileSystemRepresentationWithPath_1 = _registerName1("fileSystemRepresentationWithPath:"); - ffi.Pointer _objc_msgSend_405( + ffi.Pointer _objc_msgSend_415( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ) { - return __objc_msgSend_405( + return __objc_msgSend_415( obj, sel, path, ); } - late final __objc_msgSend_405Ptr = _lookup< + late final __objc_msgSend_415Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_405 = __objc_msgSend_405Ptr.asFunction< + late final __objc_msgSend_415 = __objc_msgSend_415Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_stringWithFileSystemRepresentation_length_1 = _registerName1("stringWithFileSystemRepresentation:length:"); - ffi.Pointer _objc_msgSend_406( + ffi.Pointer _objc_msgSend_416( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer str, int len, ) { - return __objc_msgSend_406( + return __objc_msgSend_416( obj, sel, str, @@ -11269,21 +11876,21 @@ class PedometerBindings { ); } - late final __objc_msgSend_406Ptr = _lookup< + late final __objc_msgSend_416Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_406 = __objc_msgSend_406Ptr.asFunction< + late final __objc_msgSend_416 = __objc_msgSend_416Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_replaceItemAtURL_withItemAtURL_backupItemName_options_resultingItemURL_error_1 = _registerName1( "replaceItemAtURL:withItemAtURL:backupItemName:options:resultingItemURL:error:"); - bool _objc_msgSend_407( + bool _objc_msgSend_417( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer originalItemURL, @@ -11293,7 +11900,7 @@ class PedometerBindings { ffi.Pointer> resultingURL, ffi.Pointer> error, ) { - return __objc_msgSend_407( + return __objc_msgSend_417( obj, sel, originalItemURL, @@ -11305,7 +11912,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_407Ptr = _lookup< + late final __objc_msgSend_417Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -11316,7 +11923,7 @@ class PedometerBindings { ffi.Int32, ffi.Pointer>, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_407 = __objc_msgSend_407Ptr.asFunction< + late final __objc_msgSend_417 = __objc_msgSend_417Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -11329,7 +11936,7 @@ class PedometerBindings { late final _sel_setUbiquitous_itemAtURL_destinationURL_error_1 = _registerName1("setUbiquitous:itemAtURL:destinationURL:error:"); - bool _objc_msgSend_408( + bool _objc_msgSend_418( ffi.Pointer obj, ffi.Pointer sel, bool flag, @@ -11337,7 +11944,7 @@ class PedometerBindings { ffi.Pointer destinationURL, ffi.Pointer> error, ) { - return __objc_msgSend_408( + return __objc_msgSend_418( obj, sel, flag, @@ -11347,7 +11954,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_408Ptr = _lookup< + late final __objc_msgSend_418Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -11356,7 +11963,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_408 = __objc_msgSend_408Ptr.asFunction< + late final __objc_msgSend_418 = __objc_msgSend_418Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -11367,23 +11974,23 @@ class PedometerBindings { late final _sel_isUbiquitousItemAtURL_1 = _registerName1("isUbiquitousItemAtURL:"); - bool _objc_msgSend_409( + bool _objc_msgSend_419( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ) { - return __objc_msgSend_409( + return __objc_msgSend_419( obj, sel, url, ); } - late final __objc_msgSend_409Ptr = _lookup< + late final __objc_msgSend_419Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_409 = __objc_msgSend_409Ptr.asFunction< + late final __objc_msgSend_419 = __objc_msgSend_419Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -11393,37 +12000,37 @@ class PedometerBindings { _registerName1("evictUbiquitousItemAtURL:error:"); late final _sel_URLForUbiquityContainerIdentifier_1 = _registerName1("URLForUbiquityContainerIdentifier:"); - ffi.Pointer _objc_msgSend_410( + ffi.Pointer _objc_msgSend_420( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer containerIdentifier, ) { - return __objc_msgSend_410( + return __objc_msgSend_420( obj, sel, containerIdentifier, ); } - late final __objc_msgSend_410Ptr = _lookup< + late final __objc_msgSend_420Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_410 = __objc_msgSend_410Ptr.asFunction< + late final __objc_msgSend_420 = __objc_msgSend_420Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_URLForPublishingUbiquitousItemAtURL_expirationDate_error_1 = _registerName1( "URLForPublishingUbiquitousItemAtURL:expirationDate:error:"); - ffi.Pointer _objc_msgSend_411( + ffi.Pointer _objc_msgSend_421( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer> outDate, ffi.Pointer> error, ) { - return __objc_msgSend_411( + return __objc_msgSend_421( obj, sel, url, @@ -11432,7 +12039,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_411Ptr = _lookup< + late final __objc_msgSend_421Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -11440,7 +12047,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer>, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_411 = __objc_msgSend_411Ptr.asFunction< + late final __objc_msgSend_421 = __objc_msgSend_421Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -11452,13 +12059,13 @@ class PedometerBindings { _registerName1("ubiquityIdentityToken"); late final _sel_getFileProviderServicesForItemAtURL_completionHandler_1 = _registerName1("getFileProviderServicesForItemAtURL:completionHandler:"); - void _objc_msgSend_412( + void _objc_msgSend_422( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_412( + return __objc_msgSend_422( obj, sel, url, @@ -11466,14 +12073,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_412Ptr = _lookup< + late final __objc_msgSend_422Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_412 = __objc_msgSend_412Ptr.asFunction< + late final __objc_msgSend_422 = __objc_msgSend_422Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); @@ -11481,21 +12088,21 @@ class PedometerBindings { _registerName1("containerURLForSecurityApplicationGroupIdentifier:"); late final _sel_homeDirectoryForCurrentUser1 = _registerName1("homeDirectoryForCurrentUser"); - ffi.Pointer _objc_msgSend_413( + ffi.Pointer _objc_msgSend_423( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_413( + return __objc_msgSend_423( obj, sel, ); } - late final __objc_msgSend_413Ptr = _lookup< + late final __objc_msgSend_423Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_413 = __objc_msgSend_413Ptr.asFunction< + late final __objc_msgSend_423 = __objc_msgSend_423Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -11504,13 +12111,13 @@ class PedometerBindings { _registerName1("homeDirectoryForUser:"); late final _sel_fileManager_shouldProceedAfterError_1 = _registerName1("fileManager:shouldProceedAfterError:"); - bool _objc_msgSend_414( + bool _objc_msgSend_424( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer fm, ffi.Pointer errorInfo, ) { - return __objc_msgSend_414( + return __objc_msgSend_424( obj, sel, fm, @@ -11518,26 +12125,26 @@ class PedometerBindings { ); } - late final __objc_msgSend_414Ptr = _lookup< + late final __objc_msgSend_424Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_414 = __objc_msgSend_414Ptr.asFunction< + late final __objc_msgSend_424 = __objc_msgSend_424Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_fileManager_willProcessPath_1 = _registerName1("fileManager:willProcessPath:"); - void _objc_msgSend_415( + void _objc_msgSend_425( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer fm, ffi.Pointer path, ) { - return __objc_msgSend_415( + return __objc_msgSend_425( obj, sel, fm, @@ -11545,14 +12152,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_415Ptr = _lookup< + late final __objc_msgSend_425Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_415 = __objc_msgSend_415Ptr.asFunction< + late final __objc_msgSend_425 = __objc_msgSend_425Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -11562,13 +12169,13 @@ class PedometerBindings { late final _sel_addObject_1 = _registerName1("addObject:"); late final _sel_insertObject_atIndex_1 = _registerName1("insertObject:atIndex:"); - void _objc_msgSend_416( + void _objc_msgSend_426( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer anObject, int index, ) { - return __objc_msgSend_416( + return __objc_msgSend_426( obj, sel, anObject, @@ -11576,45 +12183,45 @@ class PedometerBindings { ); } - late final __objc_msgSend_416Ptr = _lookup< + late final __objc_msgSend_426Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_416 = __objc_msgSend_416Ptr.asFunction< + late final __objc_msgSend_426 = __objc_msgSend_426Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_removeLastObject1 = _registerName1("removeLastObject"); late final _sel_removeObjectAtIndex_1 = _registerName1("removeObjectAtIndex:"); - void _objc_msgSend_417( + void _objc_msgSend_427( ffi.Pointer obj, ffi.Pointer sel, int index, ) { - return __objc_msgSend_417( + return __objc_msgSend_427( obj, sel, index, ); } - late final __objc_msgSend_417Ptr = _lookup< + late final __objc_msgSend_427Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_417 = __objc_msgSend_417Ptr.asFunction< + late final __objc_msgSend_427 = __objc_msgSend_427Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_replaceObjectAtIndex_withObject_1 = _registerName1("replaceObjectAtIndex:withObject:"); - void _objc_msgSend_418( + void _objc_msgSend_428( ffi.Pointer obj, ffi.Pointer sel, int index, ffi.Pointer anObject, ) { - return __objc_msgSend_418( + return __objc_msgSend_428( obj, sel, index, @@ -11622,46 +12229,46 @@ class PedometerBindings { ); } - late final __objc_msgSend_418Ptr = _lookup< + late final __objc_msgSend_428Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_418 = __objc_msgSend_418Ptr.asFunction< + late final __objc_msgSend_428 = __objc_msgSend_428Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); late final _sel_initWithCapacity_1 = _registerName1("initWithCapacity:"); late final _sel_addObjectsFromArray_1 = _registerName1("addObjectsFromArray:"); - void _objc_msgSend_419( + void _objc_msgSend_429( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer otherArray, ) { - return __objc_msgSend_419( + return __objc_msgSend_429( obj, sel, otherArray, ); } - late final __objc_msgSend_419Ptr = _lookup< + late final __objc_msgSend_429Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_419 = __objc_msgSend_419Ptr.asFunction< + late final __objc_msgSend_429 = __objc_msgSend_429Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_exchangeObjectAtIndex_withObjectAtIndex_1 = _registerName1("exchangeObjectAtIndex:withObjectAtIndex:"); - void _objc_msgSend_420( + void _objc_msgSend_430( ffi.Pointer obj, ffi.Pointer sel, int idx1, int idx2, ) { - return __objc_msgSend_420( + return __objc_msgSend_430( obj, sel, idx1, @@ -11669,23 +12276,23 @@ class PedometerBindings { ); } - late final __objc_msgSend_420Ptr = _lookup< + late final __objc_msgSend_430Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_420 = __objc_msgSend_420Ptr.asFunction< + late final __objc_msgSend_430 = __objc_msgSend_430Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, int)>(); late final _sel_removeAllObjects1 = _registerName1("removeAllObjects"); late final _sel_removeObject_inRange_1 = _registerName1("removeObject:inRange:"); - void _objc_msgSend_421( + void _objc_msgSend_431( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer anObject, _NSRange range, ) { - return __objc_msgSend_421( + return __objc_msgSend_431( obj, sel, anObject, @@ -11693,11 +12300,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_421Ptr = _lookup< + late final __objc_msgSend_431Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_421 = __objc_msgSend_421Ptr.asFunction< + late final __objc_msgSend_431 = __objc_msgSend_431Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>(); @@ -11708,13 +12315,13 @@ class PedometerBindings { _registerName1("removeObjectIdenticalTo:"); late final _sel_removeObjectsFromIndices_numIndices_1 = _registerName1("removeObjectsFromIndices:numIndices:"); - void _objc_msgSend_422( + void _objc_msgSend_432( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer indices, int cnt, ) { - return __objc_msgSend_422( + return __objc_msgSend_432( obj, sel, indices, @@ -11722,14 +12329,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_422Ptr = _lookup< + late final __objc_msgSend_432Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_422 = __objc_msgSend_422Ptr.asFunction< + late final __objc_msgSend_432 = __objc_msgSend_432Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); @@ -11737,35 +12344,35 @@ class PedometerBindings { _registerName1("removeObjectsInArray:"); late final _sel_removeObjectsInRange_1 = _registerName1("removeObjectsInRange:"); - void _objc_msgSend_423( + void _objc_msgSend_433( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ) { - return __objc_msgSend_423( + return __objc_msgSend_433( obj, sel, range, ); } - late final __objc_msgSend_423Ptr = _lookup< + late final __objc_msgSend_433Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_423 = __objc_msgSend_423Ptr.asFunction< + late final __objc_msgSend_433 = __objc_msgSend_433Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_replaceObjectsInRange_withObjectsFromArray_range_1 = _registerName1("replaceObjectsInRange:withObjectsFromArray:range:"); - void _objc_msgSend_424( + void _objc_msgSend_434( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ffi.Pointer otherArray, _NSRange otherRange, ) { - return __objc_msgSend_424( + return __objc_msgSend_434( obj, sel, range, @@ -11774,23 +12381,23 @@ class PedometerBindings { ); } - late final __objc_msgSend_424Ptr = _lookup< + late final __objc_msgSend_434Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_424 = __objc_msgSend_424Ptr.asFunction< + late final __objc_msgSend_434 = __objc_msgSend_434Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Pointer, _NSRange)>(); late final _sel_replaceObjectsInRange_withObjectsFromArray_1 = _registerName1("replaceObjectsInRange:withObjectsFromArray:"); - void _objc_msgSend_425( + void _objc_msgSend_435( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ffi.Pointer otherArray, ) { - return __objc_msgSend_425( + return __objc_msgSend_435( obj, sel, range, @@ -11798,18 +12405,18 @@ class PedometerBindings { ); } - late final __objc_msgSend_425Ptr = _lookup< + late final __objc_msgSend_435Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_425 = __objc_msgSend_425Ptr.asFunction< + late final __objc_msgSend_435 = __objc_msgSend_435Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_setArray_1 = _registerName1("setArray:"); late final _sel_sortUsingFunction_context_1 = _registerName1("sortUsingFunction:context:"); - void _objc_msgSend_426( + void _objc_msgSend_436( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer< @@ -11819,7 +12426,7 @@ class PedometerBindings { compare, ffi.Pointer context, ) { - return __objc_msgSend_426( + return __objc_msgSend_436( obj, sel, compare, @@ -11827,7 +12434,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_426Ptr = _lookup< + late final __objc_msgSend_436Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -11837,7 +12444,7 @@ class PedometerBindings { ffi.Long Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_426 = __objc_msgSend_426Ptr.asFunction< + late final __objc_msgSend_436 = __objc_msgSend_436Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -11850,13 +12457,13 @@ class PedometerBindings { late final _sel_sortUsingSelector_1 = _registerName1("sortUsingSelector:"); late final _sel_insertObjects_atIndexes_1 = _registerName1("insertObjects:atIndexes:"); - void _objc_msgSend_427( + void _objc_msgSend_437( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer objects, ffi.Pointer indexes, ) { - return __objc_msgSend_427( + return __objc_msgSend_437( obj, sel, objects, @@ -11864,48 +12471,48 @@ class PedometerBindings { ); } - late final __objc_msgSend_427Ptr = _lookup< + late final __objc_msgSend_437Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_427 = __objc_msgSend_427Ptr.asFunction< + late final __objc_msgSend_437 = __objc_msgSend_437Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_removeObjectsAtIndexes_1 = _registerName1("removeObjectsAtIndexes:"); - void _objc_msgSend_428( + void _objc_msgSend_438( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer indexes, ) { - return __objc_msgSend_428( + return __objc_msgSend_438( obj, sel, indexes, ); } - late final __objc_msgSend_428Ptr = _lookup< + late final __objc_msgSend_438Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_428 = __objc_msgSend_428Ptr.asFunction< + late final __objc_msgSend_438 = __objc_msgSend_438Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_replaceObjectsAtIndexes_withObjects_1 = _registerName1("replaceObjectsAtIndexes:withObjects:"); - void _objc_msgSend_429( + void _objc_msgSend_439( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer indexes, ffi.Pointer objects, ) { - return __objc_msgSend_429( + return __objc_msgSend_439( obj, sel, indexes, @@ -11913,14 +12520,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_429Ptr = _lookup< + late final __objc_msgSend_439Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_429 = __objc_msgSend_429Ptr.asFunction< + late final __objc_msgSend_439 = __objc_msgSend_439Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -11928,35 +12535,35 @@ class PedometerBindings { _registerName1("setObject:atIndexedSubscript:"); late final _sel_sortUsingComparator_1 = _registerName1("sortUsingComparator:"); - void _objc_msgSend_430( + void _objc_msgSend_440( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> cmptr, ) { - return __objc_msgSend_430( + return __objc_msgSend_440( obj, sel, cmptr, ); } - late final __objc_msgSend_430Ptr = _lookup< + late final __objc_msgSend_440Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_430 = __objc_msgSend_430Ptr.asFunction< + late final __objc_msgSend_440 = __objc_msgSend_440Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_sortWithOptions_usingComparator_1 = _registerName1("sortWithOptions:usingComparator:"); - void _objc_msgSend_431( + void _objc_msgSend_441( ffi.Pointer obj, ffi.Pointer sel, int opts, ffi.Pointer<_ObjCBlock> cmptr, ) { - return __objc_msgSend_431( + return __objc_msgSend_441( obj, sel, opts, @@ -11964,52 +12571,52 @@ class PedometerBindings { ); } - late final __objc_msgSend_431Ptr = _lookup< + late final __objc_msgSend_441Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_431 = __objc_msgSend_431Ptr.asFunction< + late final __objc_msgSend_441 = __objc_msgSend_441Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_arrayWithCapacity_1 = _registerName1("arrayWithCapacity:"); - ffi.Pointer _objc_msgSend_432( + ffi.Pointer _objc_msgSend_442( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer path, ) { - return __objc_msgSend_432( + return __objc_msgSend_442( obj, sel, path, ); } - late final __objc_msgSend_432Ptr = _lookup< + late final __objc_msgSend_442Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_432 = __objc_msgSend_432Ptr.asFunction< + late final __objc_msgSend_442 = __objc_msgSend_442Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); - ffi.Pointer _objc_msgSend_433( + ffi.Pointer _objc_msgSend_443( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ) { - return __objc_msgSend_433( + return __objc_msgSend_443( obj, sel, url, ); } - late final __objc_msgSend_433Ptr = _lookup< + late final __objc_msgSend_443Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_433 = __objc_msgSend_433Ptr.asFunction< + late final __objc_msgSend_443 = __objc_msgSend_443Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -12018,45 +12625,45 @@ class PedometerBindings { _registerName1("sortUsingDescriptors:"); late final _sel_filterUsingPredicate_1 = _registerName1("filterUsingPredicate:"); - void _objc_msgSend_434( + void _objc_msgSend_444( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer predicate, ) { - return __objc_msgSend_434( + return __objc_msgSend_444( obj, sel, predicate, ); } - late final __objc_msgSend_434Ptr = _lookup< + late final __objc_msgSend_444Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_434 = __objc_msgSend_434Ptr.asFunction< + late final __objc_msgSend_444 = __objc_msgSend_444Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_mutableArrayValueForKey_1 = _registerName1("mutableArrayValueForKey:"); - ffi.Pointer _objc_msgSend_435( + ffi.Pointer _objc_msgSend_445( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ) { - return __objc_msgSend_435( + return __objc_msgSend_445( obj, sel, key, ); } - late final __objc_msgSend_435Ptr = _lookup< + late final __objc_msgSend_445Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_435 = __objc_msgSend_435Ptr.asFunction< + late final __objc_msgSend_445 = __objc_msgSend_445Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -12064,23 +12671,23 @@ class PedometerBindings { late final _class_NSOrderedSet1 = _getClass1("NSOrderedSet"); late final _sel_isEqualToOrderedSet_1 = _registerName1("isEqualToOrderedSet:"); - bool _objc_msgSend_436( + bool _objc_msgSend_446( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer other, ) { - return __objc_msgSend_436( + return __objc_msgSend_446( obj, sel, other, ); } - late final __objc_msgSend_436Ptr = _lookup< + late final __objc_msgSend_446Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_436 = __objc_msgSend_436Ptr.asFunction< + late final __objc_msgSend_446 = __objc_msgSend_446Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -12089,39 +12696,39 @@ class PedometerBindings { late final _sel_isSubsetOfOrderedSet_1 = _registerName1("isSubsetOfOrderedSet:"); late final _sel_reversedOrderedSet1 = _registerName1("reversedOrderedSet"); - ffi.Pointer _objc_msgSend_437( + ffi.Pointer _objc_msgSend_447( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_437( + return __objc_msgSend_447( obj, sel, ); } - late final __objc_msgSend_437Ptr = _lookup< + late final __objc_msgSend_447Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_437 = __objc_msgSend_437Ptr.asFunction< + late final __objc_msgSend_447 = __objc_msgSend_447Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); - ffi.Pointer _objc_msgSend_438( + ffi.Pointer _objc_msgSend_448( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_438( + return __objc_msgSend_448( obj, sel, ); } - late final __objc_msgSend_438Ptr = _lookup< + late final __objc_msgSend_448Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_438 = __objc_msgSend_438Ptr.asFunction< + late final __objc_msgSend_448 = __objc_msgSend_448Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -12134,36 +12741,36 @@ class PedometerBindings { _registerName1("orderedSetWithObjects:"); late final _sel_orderedSetWithOrderedSet_1 = _registerName1("orderedSetWithOrderedSet:"); - instancetype _objc_msgSend_439( + instancetype _objc_msgSend_449( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer set1, ) { - return __objc_msgSend_439( + return __objc_msgSend_449( obj, sel, set1, ); } - late final __objc_msgSend_439Ptr = _lookup< + late final __objc_msgSend_449Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_439 = __objc_msgSend_439Ptr.asFunction< + late final __objc_msgSend_449 = __objc_msgSend_449Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_orderedSetWithOrderedSet_range_copyItems_1 = _registerName1("orderedSetWithOrderedSet:range:copyItems:"); - instancetype _objc_msgSend_440( + instancetype _objc_msgSend_450( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer set1, _NSRange range, bool flag, ) { - return __objc_msgSend_440( + return __objc_msgSend_450( obj, sel, set1, @@ -12172,11 +12779,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_440Ptr = _lookup< + late final __objc_msgSend_450Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_440 = __objc_msgSend_440Ptr.asFunction< + late final __objc_msgSend_450 = __objc_msgSend_450Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange, bool)>(); @@ -12184,14 +12791,14 @@ class PedometerBindings { _registerName1("orderedSetWithArray:"); late final _sel_orderedSetWithArray_range_copyItems_1 = _registerName1("orderedSetWithArray:range:copyItems:"); - instancetype _objc_msgSend_441( + instancetype _objc_msgSend_451( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer array, _NSRange range, bool flag, ) { - return __objc_msgSend_441( + return __objc_msgSend_451( obj, sel, array, @@ -12200,11 +12807,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_441Ptr = _lookup< + late final __objc_msgSend_451Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_441 = __objc_msgSend_441Ptr.asFunction< + late final __objc_msgSend_451 = __objc_msgSend_451Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange, bool)>(); @@ -12215,13 +12822,13 @@ class PedometerBindings { late final _sel_initWithOrderedSet_1 = _registerName1("initWithOrderedSet:"); late final _sel_initWithOrderedSet_copyItems_1 = _registerName1("initWithOrderedSet:copyItems:"); - instancetype _objc_msgSend_442( + instancetype _objc_msgSend_452( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer set1, bool flag, ) { - return __objc_msgSend_442( + return __objc_msgSend_452( obj, sel, set1, @@ -12229,11 +12836,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_442Ptr = _lookup< + late final __objc_msgSend_452Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_442 = __objc_msgSend_442Ptr.asFunction< + late final __objc_msgSend_452 = __objc_msgSend_452Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, bool)>(); @@ -12244,14 +12851,14 @@ class PedometerBindings { late final _sel_differenceFromOrderedSet_withOptions_usingEquivalenceTest_1 = _registerName1( "differenceFromOrderedSet:withOptions:usingEquivalenceTest:"); - ffi.Pointer _objc_msgSend_443( + ffi.Pointer _objc_msgSend_453( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer other, int options, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_443( + return __objc_msgSend_453( obj, sel, other, @@ -12260,7 +12867,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_443Ptr = _lookup< + late final __objc_msgSend_453Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -12268,7 +12875,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_443 = __objc_msgSend_443Ptr.asFunction< + late final __objc_msgSend_453 = __objc_msgSend_453Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -12278,13 +12885,13 @@ class PedometerBindings { late final _sel_differenceFromOrderedSet_withOptions_1 = _registerName1("differenceFromOrderedSet:withOptions:"); - ffi.Pointer _objc_msgSend_444( + ffi.Pointer _objc_msgSend_454( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer other, int options, ) { - return __objc_msgSend_444( + return __objc_msgSend_454( obj, sel, other, @@ -12292,14 +12899,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_444Ptr = _lookup< + late final __objc_msgSend_454Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_444 = __objc_msgSend_444Ptr.asFunction< + late final __objc_msgSend_454 = __objc_msgSend_454Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); @@ -12307,56 +12914,56 @@ class PedometerBindings { _registerName1("differenceFromOrderedSet:"); late final _sel_orderedSetByApplyingDifference_1 = _registerName1("orderedSetByApplyingDifference:"); - ffi.Pointer _objc_msgSend_445( + ffi.Pointer _objc_msgSend_455( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer difference, ) { - return __objc_msgSend_445( + return __objc_msgSend_455( obj, sel, difference, ); } - late final __objc_msgSend_445Ptr = _lookup< + late final __objc_msgSend_455Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_445 = __objc_msgSend_445Ptr.asFunction< + late final __objc_msgSend_455 = __objc_msgSend_455Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_filteredOrderedSetUsingPredicate_1 = _registerName1("filteredOrderedSetUsingPredicate:"); - ffi.Pointer _objc_msgSend_446( + ffi.Pointer _objc_msgSend_456( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer p, ) { - return __objc_msgSend_446( + return __objc_msgSend_456( obj, sel, p, ); } - late final __objc_msgSend_446Ptr = _lookup< + late final __objc_msgSend_456Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_446 = __objc_msgSend_446Ptr.asFunction< + late final __objc_msgSend_456 = __objc_msgSend_456Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_addObjects_count_1 = _registerName1("addObjects:count:"); - void _objc_msgSend_447( + void _objc_msgSend_457( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> objects, int count, ) { - return __objc_msgSend_447( + return __objc_msgSend_457( obj, sel, objects, @@ -12364,26 +12971,26 @@ class PedometerBindings { ); } - late final __objc_msgSend_447Ptr = _lookup< + late final __objc_msgSend_457Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer>, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_447 = __objc_msgSend_447Ptr.asFunction< + late final __objc_msgSend_457 = __objc_msgSend_457Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer>, int)>(); late final _sel_moveObjectsAtIndexes_toIndex_1 = _registerName1("moveObjectsAtIndexes:toIndex:"); - void _objc_msgSend_448( + void _objc_msgSend_458( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer indexes, int idx, ) { - return __objc_msgSend_448( + return __objc_msgSend_458( obj, sel, indexes, @@ -12391,25 +12998,25 @@ class PedometerBindings { ); } - late final __objc_msgSend_448Ptr = _lookup< + late final __objc_msgSend_458Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_448 = __objc_msgSend_448Ptr.asFunction< + late final __objc_msgSend_458 = __objc_msgSend_458Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setObject_atIndex_1 = _registerName1("setObject:atIndex:"); late final _sel_replaceObjectsInRange_withObjects_count_1 = _registerName1("replaceObjectsInRange:withObjects:count:"); - void _objc_msgSend_449( + void _objc_msgSend_459( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ffi.Pointer> objects, int count, ) { - return __objc_msgSend_449( + return __objc_msgSend_459( obj, sel, range, @@ -12418,7 +13025,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_449Ptr = _lookup< + late final __objc_msgSend_459Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -12426,52 +13033,52 @@ class PedometerBindings { _NSRange, ffi.Pointer>, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_449 = __objc_msgSend_449Ptr.asFunction< + late final __objc_msgSend_459 = __objc_msgSend_459Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Pointer>, int)>(); late final _sel_intersectOrderedSet_1 = _registerName1("intersectOrderedSet:"); - void _objc_msgSend_450( + void _objc_msgSend_460( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer other, ) { - return __objc_msgSend_450( + return __objc_msgSend_460( obj, sel, other, ); } - late final __objc_msgSend_450Ptr = _lookup< + late final __objc_msgSend_460Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_450 = __objc_msgSend_450Ptr.asFunction< + late final __objc_msgSend_460 = __objc_msgSend_460Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_minusOrderedSet_1 = _registerName1("minusOrderedSet:"); late final _sel_unionOrderedSet_1 = _registerName1("unionOrderedSet:"); late final _sel_intersectSet_1 = _registerName1("intersectSet:"); - void _objc_msgSend_451( + void _objc_msgSend_461( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer other, ) { - return __objc_msgSend_451( + return __objc_msgSend_461( obj, sel, other, ); } - late final __objc_msgSend_451Ptr = _lookup< + late final __objc_msgSend_461Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_451 = __objc_msgSend_451Ptr.asFunction< + late final __objc_msgSend_461 = __objc_msgSend_461Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -12479,14 +13086,14 @@ class PedometerBindings { late final _sel_unionSet_1 = _registerName1("unionSet:"); late final _sel_sortRange_options_usingComparator_1 = _registerName1("sortRange:options:usingComparator:"); - void _objc_msgSend_452( + void _objc_msgSend_462( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, int opts, ffi.Pointer<_ObjCBlock> cmptr, ) { - return __objc_msgSend_452( + return __objc_msgSend_462( obj, sel, range, @@ -12495,11 +13102,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_452Ptr = _lookup< + late final __objc_msgSend_462Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_452 = __objc_msgSend_452Ptr.asFunction< + late final __objc_msgSend_462 = __objc_msgSend_462Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); @@ -12507,23 +13114,23 @@ class PedometerBindings { _registerName1("orderedSetWithCapacity:"); late final _sel_mutableOrderedSetValueForKey_1 = _registerName1("mutableOrderedSetValueForKey:"); - ffi.Pointer _objc_msgSend_453( + ffi.Pointer _objc_msgSend_463( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ) { - return __objc_msgSend_453( + return __objc_msgSend_463( obj, sel, key, ); } - late final __objc_msgSend_453Ptr = _lookup< + late final __objc_msgSend_463Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_453 = __objc_msgSend_453Ptr.asFunction< + late final __objc_msgSend_463 = __objc_msgSend_463Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -12532,23 +13139,23 @@ class PedometerBindings { late final _sel_setWithCapacity_1 = _registerName1("setWithCapacity:"); late final _sel_mutableSetValueForKey_1 = _registerName1("mutableSetValueForKey:"); - ffi.Pointer _objc_msgSend_454( + ffi.Pointer _objc_msgSend_464( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ) { - return __objc_msgSend_454( + return __objc_msgSend_464( obj, sel, key, ); } - late final __objc_msgSend_454Ptr = _lookup< + late final __objc_msgSend_464Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_454 = __objc_msgSend_454Ptr.asFunction< + late final __objc_msgSend_464 = __objc_msgSend_464Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -12570,45 +13177,45 @@ class PedometerBindings { late final _sel_setNilValueForKey_1 = _registerName1("setNilValueForKey:"); late final _sel_dictionaryWithValuesForKeys_1 = _registerName1("dictionaryWithValuesForKeys:"); - ffi.Pointer _objc_msgSend_455( + ffi.Pointer _objc_msgSend_465( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer keys, ) { - return __objc_msgSend_455( + return __objc_msgSend_465( obj, sel, keys, ); } - late final __objc_msgSend_455Ptr = _lookup< + late final __objc_msgSend_465Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_455 = __objc_msgSend_455Ptr.asFunction< + late final __objc_msgSend_465 = __objc_msgSend_465Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_setValuesForKeysWithDictionary_1 = _registerName1("setValuesForKeysWithDictionary:"); - void _objc_msgSend_456( + void _objc_msgSend_466( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer keyedValues, ) { - return __objc_msgSend_456( + return __objc_msgSend_466( obj, sel, keyedValues, ); } - late final __objc_msgSend_456Ptr = _lookup< + late final __objc_msgSend_466Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_456 = __objc_msgSend_456Ptr.asFunction< + late final __objc_msgSend_466 = __objc_msgSend_466Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -12629,7 +13236,7 @@ class PedometerBindings { _registerName1("takeValuesFromDictionary:"); late final _sel_observeValueForKeyPath_ofObject_change_context_1 = _registerName1("observeValueForKeyPath:ofObject:change:context:"); - void _objc_msgSend_457( + void _objc_msgSend_467( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer keyPath, @@ -12637,7 +13244,7 @@ class PedometerBindings { ffi.Pointer change, ffi.Pointer context, ) { - return __objc_msgSend_457( + return __objc_msgSend_467( obj, sel, keyPath, @@ -12647,7 +13254,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_457Ptr = _lookup< + late final __objc_msgSend_467Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -12656,7 +13263,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_457 = __objc_msgSend_457Ptr.asFunction< + late final __objc_msgSend_467 = __objc_msgSend_467Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -12671,14 +13278,14 @@ class PedometerBindings { _registerName1("didChangeValueForKey:"); late final _sel_willChange_valuesAtIndexes_forKey_1 = _registerName1("willChange:valuesAtIndexes:forKey:"); - void _objc_msgSend_458( + void _objc_msgSend_468( ffi.Pointer obj, ffi.Pointer sel, int changeKind, ffi.Pointer indexes, ffi.Pointer key, ) { - return __objc_msgSend_458( + return __objc_msgSend_468( obj, sel, changeKind, @@ -12687,7 +13294,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_458Ptr = _lookup< + late final __objc_msgSend_468Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -12695,7 +13302,7 @@ class PedometerBindings { ffi.Int32, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_458 = __objc_msgSend_458Ptr.asFunction< + late final __objc_msgSend_468 = __objc_msgSend_468Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer, ffi.Pointer)>(); @@ -12703,14 +13310,14 @@ class PedometerBindings { _registerName1("didChange:valuesAtIndexes:forKey:"); late final _sel_willChangeValueForKey_withSetMutation_usingObjects_1 = _registerName1("willChangeValueForKey:withSetMutation:usingObjects:"); - void _objc_msgSend_459( + void _objc_msgSend_469( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, int mutationKind, ffi.Pointer objects, ) { - return __objc_msgSend_459( + return __objc_msgSend_469( obj, sel, key, @@ -12719,7 +13326,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_459Ptr = _lookup< + late final __objc_msgSend_469Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -12727,7 +13334,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_459 = __objc_msgSend_459Ptr.asFunction< + late final __objc_msgSend_469 = __objc_msgSend_469Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); @@ -12735,23 +13342,23 @@ class PedometerBindings { _registerName1("didChangeValueForKey:withSetMutation:usingObjects:"); late final _sel_observationInfo1 = _registerName1("observationInfo"); late final _sel_setObservationInfo_1 = _registerName1("setObservationInfo:"); - void _objc_msgSend_460( + void _objc_msgSend_470( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_460( + return __objc_msgSend_470( obj, sel, value, ); } - late final __objc_msgSend_460Ptr = _lookup< + late final __objc_msgSend_470Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_460 = __objc_msgSend_460Ptr.asFunction< + late final __objc_msgSend_470 = __objc_msgSend_470Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -12760,36 +13367,16 @@ class PedometerBindings { late final _class_NSKeyedArchiver1 = _getClass1("NSKeyedArchiver"); late final _sel_initRequiringSecureCoding_1 = _registerName1("initRequiringSecureCoding:"); - instancetype _objc_msgSend_461( - ffi.Pointer obj, - ffi.Pointer sel, - bool requiresSecureCoding, - ) { - return __objc_msgSend_461( - obj, - sel, - requiresSecureCoding, - ); - } - - late final __objc_msgSend_461Ptr = _lookup< - ffi.NativeFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_461 = __objc_msgSend_461Ptr.asFunction< - instancetype Function( - ffi.Pointer, ffi.Pointer, bool)>(); - late final _sel_archivedDataWithRootObject_requiringSecureCoding_error_1 = _registerName1("archivedDataWithRootObject:requiringSecureCoding:error:"); - ffi.Pointer _objc_msgSend_462( + ffi.Pointer _objc_msgSend_471( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer object, bool requiresSecureCoding, ffi.Pointer> error, ) { - return __objc_msgSend_462( + return __objc_msgSend_471( obj, sel, object, @@ -12798,7 +13385,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_462Ptr = _lookup< + late final __objc_msgSend_471Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -12806,7 +13393,7 @@ class PedometerBindings { ffi.Pointer, ffi.Bool, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_462 = __objc_msgSend_462Ptr.asFunction< + late final __objc_msgSend_471 = __objc_msgSend_471Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -12817,226 +13404,6 @@ class PedometerBindings { late final _class_NSMutableData1 = _getClass1("NSMutableData"); late final _sel_mutableBytes1 = _registerName1("mutableBytes"); late final _sel_setLength_1 = _registerName1("setLength:"); - void _objc_msgSend_463( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { - return __objc_msgSend_463( - obj, - sel, - value, - ); - } - - late final __objc_msgSend_463Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_463 = __objc_msgSend_463Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, int)>(); - - late final _sel_appendBytes_length_1 = _registerName1("appendBytes:length:"); - late final _sel_appendData_1 = _registerName1("appendData:"); - late final _sel_increaseLengthBy_1 = _registerName1("increaseLengthBy:"); - late final _sel_replaceBytesInRange_withBytes_1 = - _registerName1("replaceBytesInRange:withBytes:"); - void _objc_msgSend_464( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer bytes, - ) { - return __objc_msgSend_464( - obj, - sel, - range, - bytes, - ); - } - - late final __objc_msgSend_464Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - _NSRange, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_464 = __objc_msgSend_464Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, _NSRange, - ffi.Pointer)>(); - - late final _sel_resetBytesInRange_1 = _registerName1("resetBytesInRange:"); - late final _sel_setData_1 = _registerName1("setData:"); - late final _sel_replaceBytesInRange_withBytes_length_1 = - _registerName1("replaceBytesInRange:withBytes:length:"); - void _objc_msgSend_465( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer replacementBytes, - int replacementLength, - ) { - return __objc_msgSend_465( - obj, - sel, - range, - replacementBytes, - replacementLength, - ); - } - - late final __objc_msgSend_465Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - _NSRange, - ffi.Pointer, - ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_465 = __objc_msgSend_465Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, _NSRange, - ffi.Pointer, int)>(); - - late final _sel_dataWithCapacity_1 = _registerName1("dataWithCapacity:"); - instancetype _objc_msgSend_466( - ffi.Pointer obj, - ffi.Pointer sel, - int aNumItems, - ) { - return __objc_msgSend_466( - obj, - sel, - aNumItems, - ); - } - - late final __objc_msgSend_466Ptr = _lookup< - ffi.NativeFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_466 = __objc_msgSend_466Ptr.asFunction< - instancetype Function( - ffi.Pointer, ffi.Pointer, int)>(); - - late final _sel_dataWithLength_1 = _registerName1("dataWithLength:"); - late final _sel_initWithLength_1 = _registerName1("initWithLength:"); - late final _sel_decompressUsingAlgorithm_error_1 = - _registerName1("decompressUsingAlgorithm:error:"); - bool _objc_msgSend_467( - ffi.Pointer obj, - ffi.Pointer sel, - int algorithm, - ffi.Pointer> error, - ) { - return __objc_msgSend_467( - obj, - sel, - algorithm, - error, - ); - } - - late final __objc_msgSend_467Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Int32, - ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_467 = __objc_msgSend_467Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, int, - ffi.Pointer>)>(); - - late final _sel_compressUsingAlgorithm_error_1 = - _registerName1("compressUsingAlgorithm:error:"); - late final _sel_initForWritingWithMutableData_1 = - _registerName1("initForWritingWithMutableData:"); - instancetype _objc_msgSend_468( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ) { - return __objc_msgSend_468( - obj, - sel, - data, - ); - } - - late final __objc_msgSend_468Ptr = _lookup< - ffi.NativeFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_468 = __objc_msgSend_468Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_archivedDataWithRootObject_1 = - _registerName1("archivedDataWithRootObject:"); - ffi.Pointer _objc_msgSend_469( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer rootObject, - ) { - return __objc_msgSend_469( - obj, - sel, - rootObject, - ); - } - - late final __objc_msgSend_469Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_469 = __objc_msgSend_469Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_archiveRootObject_toFile_1 = - _registerName1("archiveRootObject:toFile:"); - bool _objc_msgSend_470( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer rootObject, - ffi.Pointer path, - ) { - return __objc_msgSend_470( - obj, - sel, - rootObject, - path, - ); - } - - late final __objc_msgSend_470Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_470 = __objc_msgSend_470Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_outputFormat1 = _registerName1("outputFormat"); - int _objc_msgSend_471( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_471( - obj, - sel, - ); - } - - late final __objc_msgSend_471Ptr = _lookup< - ffi.NativeFunction< - ffi.Int32 Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_471 = __objc_msgSend_471Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer)>(); - - late final _sel_setOutputFormat_1 = _registerName1("setOutputFormat:"); void _objc_msgSend_472( ffi.Pointer obj, ffi.Pointer sel, @@ -13052,175 +13419,169 @@ class PedometerBindings { late final __objc_msgSend_472Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Int32)>>('objc_msgSend'); + ffi.UnsignedLong)>>('objc_msgSend'); late final __objc_msgSend_472 = __objc_msgSend_472Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_encodedData1 = _registerName1("encodedData"); - late final _sel_finishEncoding1 = _registerName1("finishEncoding"); - late final _sel_setClassName_forClass_1 = - _registerName1("setClassName:forClass:"); + late final _sel_appendBytes_length_1 = _registerName1("appendBytes:length:"); + late final _sel_appendData_1 = _registerName1("appendData:"); + late final _sel_increaseLengthBy_1 = _registerName1("increaseLengthBy:"); + late final _sel_replaceBytesInRange_withBytes_1 = + _registerName1("replaceBytesInRange:withBytes:"); void _objc_msgSend_473( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer codedName, - ffi.Pointer cls, + _NSRange range, + ffi.Pointer bytes, ) { return __objc_msgSend_473( obj, sel, - codedName, - cls, + range, + bytes, ); } late final __objc_msgSend_473Ptr = _lookup< ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); + ffi.Void Function(ffi.Pointer, ffi.Pointer, + _NSRange, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_473 = __objc_msgSend_473Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); + void Function(ffi.Pointer, ffi.Pointer, _NSRange, + ffi.Pointer)>(); - late final _sel_classNameForClass_1 = _registerName1("classNameForClass:"); - ffi.Pointer _objc_msgSend_474( + late final _sel_resetBytesInRange_1 = _registerName1("resetBytesInRange:"); + late final _sel_setData_1 = _registerName1("setData:"); + late final _sel_replaceBytesInRange_withBytes_length_1 = + _registerName1("replaceBytesInRange:withBytes:length:"); + void _objc_msgSend_474( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer cls, + _NSRange range, + ffi.Pointer replacementBytes, + int replacementLength, ) { return __objc_msgSend_474( obj, sel, - cls, + range, + replacementBytes, + replacementLength, ); } late final __objc_msgSend_474Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Pointer, + ffi.UnsignedLong)>>('objc_msgSend'); late final __objc_msgSend_474 = __objc_msgSend_474Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); + void Function(ffi.Pointer, ffi.Pointer, _NSRange, + ffi.Pointer, int)>(); - late final _sel_setRequiresSecureCoding_1 = - _registerName1("setRequiresSecureCoding:"); - void _objc_msgSend_475( + late final _sel_dataWithCapacity_1 = _registerName1("dataWithCapacity:"); + instancetype _objc_msgSend_475( ffi.Pointer obj, ffi.Pointer sel, - bool value, + int aNumItems, ) { return __objc_msgSend_475( obj, sel, - value, + aNumItems, ); } late final __objc_msgSend_475Ptr = _lookup< ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Bool)>>('objc_msgSend'); + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.UnsignedLong)>>('objc_msgSend'); late final __objc_msgSend_475 = __objc_msgSend_475Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, bool)>(); + instancetype Function( + ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_replacementObjectForKeyedArchiver_1 = - _registerName1("replacementObjectForKeyedArchiver:"); - ffi.Pointer _objc_msgSend_476( + late final _sel_dataWithLength_1 = _registerName1("dataWithLength:"); + late final _sel_initWithLength_1 = _registerName1("initWithLength:"); + late final _sel_decompressUsingAlgorithm_error_1 = + _registerName1("decompressUsingAlgorithm:error:"); + bool _objc_msgSend_476( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer archiver, + int algorithm, + ffi.Pointer> error, ) { return __objc_msgSend_476( obj, sel, - archiver, + algorithm, + error, ); } late final __objc_msgSend_476Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Int32, + ffi.Pointer>)>>('objc_msgSend'); late final __objc_msgSend_476 = __objc_msgSend_476Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); + bool Function(ffi.Pointer, ffi.Pointer, int, + ffi.Pointer>)>(); - late final _sel_performSelectorOnMainThread_withObject_waitUntilDone_modes_1 = - _registerName1( - "performSelectorOnMainThread:withObject:waitUntilDone:modes:"); - void _objc_msgSend_477( + late final _sel_compressUsingAlgorithm_error_1 = + _registerName1("compressUsingAlgorithm:error:"); + late final _sel_initForWritingWithMutableData_1 = + _registerName1("initForWritingWithMutableData:"); + instancetype _objc_msgSend_477( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer arg, - bool wait, - ffi.Pointer array, + ffi.Pointer data, ) { return __objc_msgSend_477( obj, sel, - aSelector, - arg, - wait, - array, + data, ); } late final __objc_msgSend_477Ptr = _lookup< ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Bool, + instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_477 = __objc_msgSend_477Ptr.asFunction< - void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - bool, + instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); - late final _sel_performSelectorOnMainThread_withObject_waitUntilDone_1 = - _registerName1("performSelectorOnMainThread:withObject:waitUntilDone:"); - void _objc_msgSend_478( + late final _sel_archivedDataWithRootObject_1 = + _registerName1("archivedDataWithRootObject:"); + ffi.Pointer _objc_msgSend_478( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer arg, - bool wait, + ffi.Pointer rootObject, ) { return __objc_msgSend_478( obj, sel, - aSelector, - arg, - wait, + rootObject, ); } late final __objc_msgSend_478Ptr = _lookup< ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Bool)>>('objc_msgSend'); + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_478 = __objc_msgSend_478Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer, bool)>(); + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); - late final _class_NSThread1 = _getClass1("NSThread"); - late final _sel_currentThread1 = _registerName1("currentThread"); - ffi.Pointer _objc_msgSend_479( + late final _sel_archiveRootObject_toFile_1 = + _registerName1("archiveRootObject:toFile:"); + late final _sel_outputFormat1 = _registerName1("outputFormat"); + int _objc_msgSend_479( ffi.Pointer obj, ffi.Pointer sel, ) { @@ -13232,49 +13593,46 @@ class PedometerBindings { late final __objc_msgSend_479Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer Function( + ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_479 = __objc_msgSend_479Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>(); + int Function(ffi.Pointer, ffi.Pointer)>(); - late final _sel_detachNewThreadWithBlock_1 = - _registerName1("detachNewThreadWithBlock:"); + late final _sel_setOutputFormat_1 = _registerName1("setOutputFormat:"); void _objc_msgSend_480( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, + int value, ) { return __objc_msgSend_480( obj, sel, - block, + value, ); } late final __objc_msgSend_480Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.Int32)>>('objc_msgSend'); late final __objc_msgSend_480 = __objc_msgSend_480Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>(); + void Function(ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_detachNewThreadSelector_toTarget_withObject_1 = - _registerName1("detachNewThreadSelector:toTarget:withObject:"); + late final _sel_encodedData1 = _registerName1("encodedData"); + late final _sel_finishEncoding1 = _registerName1("finishEncoding"); + late final _sel_setClassName_forClass_1 = + _registerName1("setClassName:forClass:"); void _objc_msgSend_481( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer selector, - ffi.Pointer target, - ffi.Pointer argument, + ffi.Pointer codedName, + ffi.Pointer cls, ) { return __objc_msgSend_481( obj, sel, - selector, - target, - argument, + codedName, + cls, ); } @@ -13283,89 +13641,65 @@ class PedometerBindings { ffi.Void Function( ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_481 = __objc_msgSend_481Ptr.asFunction< - void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); - late final _sel_isMultiThreaded1 = _registerName1("isMultiThreaded"); - late final _class_NSMutableDictionary1 = _getClass1("NSMutableDictionary"); - late final _sel_removeObjectForKey_1 = _registerName1("removeObjectForKey:"); - late final _sel_setObject_forKey_1 = _registerName1("setObject:forKey:"); - void _objc_msgSend_482( + late final _sel_classNameForClass_1 = _registerName1("classNameForClass:"); + ffi.Pointer _objc_msgSend_482( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer anObject, - ffi.Pointer aKey, + ffi.Pointer cls, ) { return __objc_msgSend_482( obj, sel, - anObject, - aKey, + cls, ); } late final __objc_msgSend_482Ptr = _lookup< ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_482 = __objc_msgSend_482Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); - late final _sel_addEntriesFromDictionary_1 = - _registerName1("addEntriesFromDictionary:"); - late final _sel_removeObjectsForKeys_1 = - _registerName1("removeObjectsForKeys:"); - late final _sel_setDictionary_1 = _registerName1("setDictionary:"); - late final _sel_setObject_forKeyedSubscript_1 = - _registerName1("setObject:forKeyedSubscript:"); + late final _sel_setRequiresSecureCoding_1 = + _registerName1("setRequiresSecureCoding:"); void _objc_msgSend_483( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer obj1, - ffi.Pointer key, + bool value, ) { return __objc_msgSend_483( obj, sel, - obj1, - key, + value, ); } late final __objc_msgSend_483Ptr = _lookup< ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Bool)>>('objc_msgSend'); late final __objc_msgSend_483 = __objc_msgSend_483Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); + void Function(ffi.Pointer, ffi.Pointer, bool)>(); - late final _sel_dictionaryWithCapacity_1 = - _registerName1("dictionaryWithCapacity:"); + late final _sel_replacementObjectForKeyedArchiver_1 = + _registerName1("replacementObjectForKeyedArchiver:"); ffi.Pointer _objc_msgSend_484( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer path, + ffi.Pointer archiver, ) { return __objc_msgSend_484( obj, sel, - path, + archiver, ); } @@ -13377,49 +13711,77 @@ class PedometerBindings { ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); - ffi.Pointer _objc_msgSend_485( + late final _sel_performSelectorOnMainThread_withObject_waitUntilDone_modes_1 = + _registerName1( + "performSelectorOnMainThread:withObject:waitUntilDone:modes:"); + void _objc_msgSend_485( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer url, + ffi.Pointer aSelector, + ffi.Pointer arg, + bool wait, + ffi.Pointer array, ) { return __objc_msgSend_485( obj, sel, - url, + aSelector, + arg, + wait, + array, ); } late final __objc_msgSend_485Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Bool, + ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_485 = __objc_msgSend_485Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); + void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + bool, + ffi.Pointer)>(); - late final _sel_dictionaryWithSharedKeySet_1 = - _registerName1("dictionaryWithSharedKeySet:"); - ffi.Pointer _objc_msgSend_486( + late final _sel_performSelectorOnMainThread_withObject_waitUntilDone_1 = + _registerName1("performSelectorOnMainThread:withObject:waitUntilDone:"); + void _objc_msgSend_486( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer keyset, + ffi.Pointer aSelector, + ffi.Pointer arg, + bool wait, ) { return __objc_msgSend_486( obj, sel, - keyset, + aSelector, + arg, + wait, ); } late final __objc_msgSend_486Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Bool)>>('objc_msgSend'); late final __objc_msgSend_486 = __objc_msgSend_486Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer, bool)>(); - late final _sel_threadDictionary1 = _registerName1("threadDictionary"); + late final _class_NSThread1 = _getClass1("NSThread"); + late final _sel_currentThread1 = _registerName1("currentThread"); ffi.Pointer _objc_msgSend_487( ffi.Pointer obj, ffi.Pointer sel, @@ -13438,107 +13800,307 @@ class PedometerBindings { ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); - late final _sel_sleepUntilDate_1 = _registerName1("sleepUntilDate:"); + late final _sel_detachNewThreadWithBlock_1 = + _registerName1("detachNewThreadWithBlock:"); void _objc_msgSend_488( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer date, + ffi.Pointer<_ObjCBlock> block, ) { return __objc_msgSend_488( obj, sel, - date, + block, ); } late final __objc_msgSend_488Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); late final __objc_msgSend_488 = __objc_msgSend_488Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_detachNewThreadSelector_toTarget_withObject_1 = + _registerName1("detachNewThreadSelector:toTarget:withObject:"); + void _objc_msgSend_489( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer selector, + ffi.Pointer target, + ffi.Pointer argument, + ) { + return __objc_msgSend_489( + obj, + sel, + selector, + target, + argument, + ); + } + + late final __objc_msgSend_489Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_489 = __objc_msgSend_489Ptr.asFunction< + void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_isMultiThreaded1 = _registerName1("isMultiThreaded"); + late final _class_NSMutableDictionary1 = _getClass1("NSMutableDictionary"); + late final _sel_removeObjectForKey_1 = _registerName1("removeObjectForKey:"); + late final _sel_setObject_forKey_1 = _registerName1("setObject:forKey:"); + void _objc_msgSend_490( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ffi.Pointer aKey, + ) { + return __objc_msgSend_490( + obj, + sel, + anObject, + aKey, + ); + } + + late final __objc_msgSend_490Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_490 = __objc_msgSend_490Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_addEntriesFromDictionary_1 = + _registerName1("addEntriesFromDictionary:"); + late final _sel_removeObjectsForKeys_1 = + _registerName1("removeObjectsForKeys:"); + late final _sel_setDictionary_1 = _registerName1("setDictionary:"); + late final _sel_setObject_forKeyedSubscript_1 = + _registerName1("setObject:forKeyedSubscript:"); + void _objc_msgSend_491( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer obj1, + ffi.Pointer key, + ) { + return __objc_msgSend_491( + obj, + sel, + obj1, + key, + ); + } + + late final __objc_msgSend_491Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_491 = __objc_msgSend_491Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_dictionaryWithCapacity_1 = + _registerName1("dictionaryWithCapacity:"); + ffi.Pointer _objc_msgSend_492( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { + return __objc_msgSend_492( + obj, + sel, + path, + ); + } + + late final __objc_msgSend_492Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_492 = __objc_msgSend_492Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + ffi.Pointer _objc_msgSend_493( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { + return __objc_msgSend_493( + obj, + sel, + url, + ); + } + + late final __objc_msgSend_493Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_493 = __objc_msgSend_493Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_dictionaryWithSharedKeySet_1 = + _registerName1("dictionaryWithSharedKeySet:"); + ffi.Pointer _objc_msgSend_494( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyset, + ) { + return __objc_msgSend_494( + obj, + sel, + keyset, + ); + } + + late final __objc_msgSend_494Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_494 = __objc_msgSend_494Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_threadDictionary1 = _registerName1("threadDictionary"); + ffi.Pointer _objc_msgSend_495( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_495( + obj, + sel, + ); + } + + late final __objc_msgSend_495Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_495 = __objc_msgSend_495Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_sleepUntilDate_1 = _registerName1("sleepUntilDate:"); + void _objc_msgSend_496( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + ) { + return __objc_msgSend_496( + obj, + sel, + date, + ); + } + + late final __objc_msgSend_496Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_496 = __objc_msgSend_496Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_sleepForTimeInterval_1 = _registerName1("sleepForTimeInterval:"); - void _objc_msgSend_489( + void _objc_msgSend_497( ffi.Pointer obj, ffi.Pointer sel, double ti, ) { - return __objc_msgSend_489( + return __objc_msgSend_497( obj, sel, ti, ); } - late final __objc_msgSend_489Ptr = _lookup< + late final __objc_msgSend_497Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Double)>>('objc_msgSend'); - late final __objc_msgSend_489 = __objc_msgSend_489Ptr.asFunction< + late final __objc_msgSend_497 = __objc_msgSend_497Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, double)>(); late final _sel_exit1 = _registerName1("exit"); late final _sel_threadPriority1 = _registerName1("threadPriority"); late final _sel_setThreadPriority_1 = _registerName1("setThreadPriority:"); - void _objc_msgSend_490( + void _objc_msgSend_498( ffi.Pointer obj, ffi.Pointer sel, double value, ) { - return __objc_msgSend_490( + return __objc_msgSend_498( obj, sel, value, ); } - late final __objc_msgSend_490Ptr = _lookup< + late final __objc_msgSend_498Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Double)>>('objc_msgSend'); - late final __objc_msgSend_490 = __objc_msgSend_490Ptr.asFunction< + late final __objc_msgSend_498 = __objc_msgSend_498Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, double)>(); late final _sel_qualityOfService1 = _registerName1("qualityOfService"); - int _objc_msgSend_491( + int _objc_msgSend_499( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_491( + return __objc_msgSend_499( obj, sel, ); } - late final __objc_msgSend_491Ptr = _lookup< + late final __objc_msgSend_499Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_491 = __objc_msgSend_491Ptr.asFunction< + late final __objc_msgSend_499 = __objc_msgSend_499Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setQualityOfService_1 = _registerName1("setQualityOfService:"); - void _objc_msgSend_492( + void _objc_msgSend_500( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_492( + return __objc_msgSend_500( obj, sel, value, ); } - late final __objc_msgSend_492Ptr = _lookup< + late final __objc_msgSend_500Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_492 = __objc_msgSend_492Ptr.asFunction< + late final __objc_msgSend_500 = __objc_msgSend_500Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_callStackReturnAddresses1 = @@ -13546,23 +14108,23 @@ class PedometerBindings { late final _sel_callStackSymbols1 = _registerName1("callStackSymbols"); late final _sel_name1 = _registerName1("name"); late final _sel_setName_1 = _registerName1("setName:"); - void _objc_msgSend_493( + void _objc_msgSend_501( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_493( + return __objc_msgSend_501( obj, sel, value, ); } - late final __objc_msgSend_493Ptr = _lookup< + late final __objc_msgSend_501Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_493 = __objc_msgSend_493Ptr.asFunction< + late final __objc_msgSend_501 = __objc_msgSend_501Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -13572,14 +14134,14 @@ class PedometerBindings { late final _sel_mainThread1 = _registerName1("mainThread"); late final _sel_initWithTarget_selector_object_1 = _registerName1("initWithTarget:selector:object:"); - instancetype _objc_msgSend_494( + instancetype _objc_msgSend_502( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer target, ffi.Pointer selector, ffi.Pointer argument, ) { - return __objc_msgSend_494( + return __objc_msgSend_502( obj, sel, target, @@ -13588,7 +14150,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_494Ptr = _lookup< + late final __objc_msgSend_502Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -13596,7 +14158,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_494 = __objc_msgSend_494Ptr.asFunction< + late final __objc_msgSend_502 = __objc_msgSend_502Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -13605,23 +14167,23 @@ class PedometerBindings { ffi.Pointer)>(); late final _sel_initWithBlock_1 = _registerName1("initWithBlock:"); - instancetype _objc_msgSend_495( + instancetype _objc_msgSend_503( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_495( + return __objc_msgSend_503( obj, sel, block, ); } - late final __objc_msgSend_495Ptr = _lookup< + late final __objc_msgSend_503Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_495 = __objc_msgSend_495Ptr.asFunction< + late final __objc_msgSend_503 = __objc_msgSend_503Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); @@ -13634,7 +14196,7 @@ class PedometerBindings { late final _sel_performSelector_onThread_withObject_waitUntilDone_modes_1 = _registerName1( "performSelector:onThread:withObject:waitUntilDone:modes:"); - void _objc_msgSend_496( + void _objc_msgSend_504( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aSelector, @@ -13643,7 +14205,7 @@ class PedometerBindings { bool wait, ffi.Pointer array, ) { - return __objc_msgSend_496( + return __objc_msgSend_504( obj, sel, aSelector, @@ -13654,7 +14216,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_496Ptr = _lookup< + late final __objc_msgSend_504Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -13664,7 +14226,7 @@ class PedometerBindings { ffi.Pointer, ffi.Bool, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_496 = __objc_msgSend_496Ptr.asFunction< + late final __objc_msgSend_504 = __objc_msgSend_504Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -13676,7 +14238,7 @@ class PedometerBindings { late final _sel_performSelector_onThread_withObject_waitUntilDone_1 = _registerName1("performSelector:onThread:withObject:waitUntilDone:"); - void _objc_msgSend_497( + void _objc_msgSend_505( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aSelector, @@ -13684,7 +14246,7 @@ class PedometerBindings { ffi.Pointer arg, bool wait, ) { - return __objc_msgSend_497( + return __objc_msgSend_505( obj, sel, aSelector, @@ -13694,7 +14256,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_497Ptr = _lookup< + late final __objc_msgSend_505Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -13703,7 +14265,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_497 = __objc_msgSend_497Ptr.asFunction< + late final __objc_msgSend_505 = __objc_msgSend_505Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -13717,43 +14279,43 @@ class PedometerBindings { late final _class_NSItemProvider1 = _getClass1("NSItemProvider"); late final _class_NSProgress1 = _getClass1("NSProgress"); late final _sel_currentProgress1 = _registerName1("currentProgress"); - ffi.Pointer _objc_msgSend_498( + ffi.Pointer _objc_msgSend_506( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_498( + return __objc_msgSend_506( obj, sel, ); } - late final __objc_msgSend_498Ptr = _lookup< + late final __objc_msgSend_506Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_498 = __objc_msgSend_498Ptr.asFunction< + late final __objc_msgSend_506 = __objc_msgSend_506Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_progressWithTotalUnitCount_1 = _registerName1("progressWithTotalUnitCount:"); - ffi.Pointer _objc_msgSend_499( + ffi.Pointer _objc_msgSend_507( ffi.Pointer obj, ffi.Pointer sel, int unitCount, ) { - return __objc_msgSend_499( + return __objc_msgSend_507( obj, sel, unitCount, ); } - late final __objc_msgSend_499Ptr = _lookup< + late final __objc_msgSend_507Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Int64)>>('objc_msgSend'); - late final __objc_msgSend_499 = __objc_msgSend_499Ptr.asFunction< + late final __objc_msgSend_507 = __objc_msgSend_507Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); @@ -13761,14 +14323,14 @@ class PedometerBindings { _registerName1("discreteProgressWithTotalUnitCount:"); late final _sel_progressWithTotalUnitCount_parent_pendingUnitCount_1 = _registerName1("progressWithTotalUnitCount:parent:pendingUnitCount:"); - ffi.Pointer _objc_msgSend_500( + ffi.Pointer _objc_msgSend_508( ffi.Pointer obj, ffi.Pointer sel, int unitCount, ffi.Pointer parent, int portionOfParentTotalUnitCount, ) { - return __objc_msgSend_500( + return __objc_msgSend_508( obj, sel, unitCount, @@ -13777,7 +14339,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_500Ptr = _lookup< + late final __objc_msgSend_508Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -13785,19 +14347,19 @@ class PedometerBindings { ffi.Int64, ffi.Pointer, ffi.Int64)>>('objc_msgSend'); - late final __objc_msgSend_500 = __objc_msgSend_500Ptr.asFunction< + late final __objc_msgSend_508 = __objc_msgSend_508Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer, int)>(); late final _sel_initWithParent_userInfo_1 = _registerName1("initWithParent:userInfo:"); - instancetype _objc_msgSend_501( + instancetype _objc_msgSend_509( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer parentProgressOrNil, ffi.Pointer userInfoOrNil, ) { - return __objc_msgSend_501( + return __objc_msgSend_509( obj, sel, parentProgressOrNil, @@ -13805,47 +14367,47 @@ class PedometerBindings { ); } - late final __objc_msgSend_501Ptr = _lookup< + late final __objc_msgSend_509Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_501 = __objc_msgSend_501Ptr.asFunction< + late final __objc_msgSend_509 = __objc_msgSend_509Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_becomeCurrentWithPendingUnitCount_1 = _registerName1("becomeCurrentWithPendingUnitCount:"); - void _objc_msgSend_502( + void _objc_msgSend_510( ffi.Pointer obj, ffi.Pointer sel, int unitCount, ) { - return __objc_msgSend_502( + return __objc_msgSend_510( obj, sel, unitCount, ); } - late final __objc_msgSend_502Ptr = _lookup< + late final __objc_msgSend_510Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int64)>>('objc_msgSend'); - late final __objc_msgSend_502 = __objc_msgSend_502Ptr.asFunction< + late final __objc_msgSend_510 = __objc_msgSend_510Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_performAsCurrentWithPendingUnitCount_usingBlock_1 = _registerName1("performAsCurrentWithPendingUnitCount:usingBlock:"); - void _objc_msgSend_503( + void _objc_msgSend_511( ffi.Pointer obj, ffi.Pointer sel, int unitCount, ffi.Pointer<_ObjCBlock> work, ) { - return __objc_msgSend_503( + return __objc_msgSend_511( obj, sel, unitCount, @@ -13853,24 +14415,24 @@ class PedometerBindings { ); } - late final __objc_msgSend_503Ptr = _lookup< + late final __objc_msgSend_511Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int64, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_503 = __objc_msgSend_503Ptr.asFunction< + late final __objc_msgSend_511 = __objc_msgSend_511Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_resignCurrent1 = _registerName1("resignCurrent"); late final _sel_addChild_withPendingUnitCount_1 = _registerName1("addChild:withPendingUnitCount:"); - void _objc_msgSend_504( + void _objc_msgSend_512( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer child, int inUnitCount, ) { - return __objc_msgSend_504( + return __objc_msgSend_512( obj, sel, child, @@ -13878,50 +14440,50 @@ class PedometerBindings { ); } - late final __objc_msgSend_504Ptr = _lookup< + late final __objc_msgSend_512Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Int64)>>('objc_msgSend'); - late final __objc_msgSend_504 = __objc_msgSend_504Ptr.asFunction< + late final __objc_msgSend_512 = __objc_msgSend_512Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_totalUnitCount1 = _registerName1("totalUnitCount"); - int _objc_msgSend_505( + int _objc_msgSend_513( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_505( + return __objc_msgSend_513( obj, sel, ); } - late final __objc_msgSend_505Ptr = _lookup< + late final __objc_msgSend_513Ptr = _lookup< ffi.NativeFunction< ffi.Int64 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_505 = __objc_msgSend_505Ptr.asFunction< + late final __objc_msgSend_513 = __objc_msgSend_513Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setTotalUnitCount_1 = _registerName1("setTotalUnitCount:"); - void _objc_msgSend_506( + void _objc_msgSend_514( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_506( + return __objc_msgSend_514( obj, sel, value, ); } - late final __objc_msgSend_506Ptr = _lookup< + late final __objc_msgSend_514Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int64)>>('objc_msgSend'); - late final __objc_msgSend_506 = __objc_msgSend_506Ptr.asFunction< + late final __objc_msgSend_514 = __objc_msgSend_514Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_completedUnitCount1 = _registerName1("completedUnitCount"); @@ -13929,23 +14491,23 @@ class PedometerBindings { _registerName1("setCompletedUnitCount:"); late final _sel_setLocalizedDescription_1 = _registerName1("setLocalizedDescription:"); - void _objc_msgSend_507( + void _objc_msgSend_515( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_507( + return __objc_msgSend_515( obj, sel, value, ); } - late final __objc_msgSend_507Ptr = _lookup< + late final __objc_msgSend_515Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_507 = __objc_msgSend_507Ptr.asFunction< + late final __objc_msgSend_515 = __objc_msgSend_515Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -13959,43 +14521,43 @@ class PedometerBindings { late final _sel_setPausable_1 = _registerName1("setPausable:"); late final _sel_isPaused1 = _registerName1("isPaused"); late final _sel_cancellationHandler1 = _registerName1("cancellationHandler"); - ffi.Pointer<_ObjCBlock> _objc_msgSend_508( + ffi.Pointer<_ObjCBlock> _objc_msgSend_516( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_508( + return __objc_msgSend_516( obj, sel, ); } - late final __objc_msgSend_508Ptr = _lookup< + late final __objc_msgSend_516Ptr = _lookup< ffi.NativeFunction< ffi.Pointer<_ObjCBlock> Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_508 = __objc_msgSend_508Ptr.asFunction< + late final __objc_msgSend_516 = __objc_msgSend_516Ptr.asFunction< ffi.Pointer<_ObjCBlock> Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_setCancellationHandler_1 = _registerName1("setCancellationHandler:"); - void _objc_msgSend_509( + void _objc_msgSend_517( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> value, ) { - return __objc_msgSend_509( + return __objc_msgSend_517( obj, sel, value, ); } - late final __objc_msgSend_509Ptr = _lookup< + late final __objc_msgSend_517Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_509 = __objc_msgSend_509Ptr.asFunction< + late final __objc_msgSend_517 = __objc_msgSend_517Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); @@ -14015,23 +14577,23 @@ class PedometerBindings { _registerName1("estimatedTimeRemaining"); late final _sel_setEstimatedTimeRemaining_1 = _registerName1("setEstimatedTimeRemaining:"); - void _objc_msgSend_510( + void _objc_msgSend_518( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_510( + return __objc_msgSend_518( obj, sel, value, ); } - late final __objc_msgSend_510Ptr = _lookup< + late final __objc_msgSend_518Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_510 = __objc_msgSend_510Ptr.asFunction< + late final __objc_msgSend_518 = __objc_msgSend_518Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -14042,23 +14604,23 @@ class PedometerBindings { _registerName1("setFileOperationKind:"); late final _sel_fileURL1 = _registerName1("fileURL"); late final _sel_setFileURL_1 = _registerName1("setFileURL:"); - void _objc_msgSend_511( + void _objc_msgSend_519( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_511( + return __objc_msgSend_519( obj, sel, value, ); } - late final __objc_msgSend_511Ptr = _lookup< + late final __objc_msgSend_519Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_511 = __objc_msgSend_511Ptr.asFunction< + late final __objc_msgSend_519 = __objc_msgSend_519Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -14071,13 +14633,13 @@ class PedometerBindings { late final _sel_unpublish1 = _registerName1("unpublish"); late final _sel_addSubscriberForFileURL_withPublishingHandler_1 = _registerName1("addSubscriberForFileURL:withPublishingHandler:"); - ffi.Pointer _objc_msgSend_512( + ffi.Pointer _objc_msgSend_520( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer<_ObjCBlock> publishingHandler, ) { - return __objc_msgSend_512( + return __objc_msgSend_520( obj, sel, url, @@ -14085,14 +14647,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_512Ptr = _lookup< + late final __objc_msgSend_520Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_512 = __objc_msgSend_512Ptr.asFunction< + late final __objc_msgSend_520 = __objc_msgSend_520Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -14104,251 +14666,17 @@ class PedometerBindings { late final _sel_registerDataRepresentationForTypeIdentifier_visibility_loadHandler_1 = _registerName1( "registerDataRepresentationForTypeIdentifier:visibility:loadHandler:"); - void _objc_msgSend_513( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - int visibility, - ffi.Pointer<_ObjCBlock> loadHandler, - ) { - return __objc_msgSend_513( - obj, - sel, - typeIdentifier, - visibility, - loadHandler, - ); - } - - late final __objc_msgSend_513Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Int32, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_513 = __objc_msgSend_513Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_registerFileRepresentationForTypeIdentifier_fileOptions_visibility_loadHandler_1 = - _registerName1( - "registerFileRepresentationForTypeIdentifier:fileOptions:visibility:loadHandler:"); - void _objc_msgSend_514( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - int fileOptions, - int visibility, - ffi.Pointer<_ObjCBlock> loadHandler, - ) { - return __objc_msgSend_514( - obj, - sel, - typeIdentifier, - fileOptions, - visibility, - loadHandler, - ); - } - - late final __objc_msgSend_514Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Int32, - ffi.Int32, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_514 = __objc_msgSend_514Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, int, int, ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_registeredTypeIdentifiers1 = - _registerName1("registeredTypeIdentifiers"); - late final _sel_registeredTypeIdentifiersWithFileOptions_1 = - _registerName1("registeredTypeIdentifiersWithFileOptions:"); - ffi.Pointer _objc_msgSend_515( - ffi.Pointer obj, - ffi.Pointer sel, - int fileOptions, - ) { - return __objc_msgSend_515( - obj, - sel, - fileOptions, - ); - } - - late final __objc_msgSend_515Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_515 = __objc_msgSend_515Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer, int)>(); - - late final _sel_hasItemConformingToTypeIdentifier_1 = - _registerName1("hasItemConformingToTypeIdentifier:"); - late final _sel_hasRepresentationConformingToTypeIdentifier_fileOptions_1 = - _registerName1( - "hasRepresentationConformingToTypeIdentifier:fileOptions:"); - bool _objc_msgSend_516( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - int fileOptions, - ) { - return __objc_msgSend_516( - obj, - sel, - typeIdentifier, - fileOptions, - ); - } - - late final __objc_msgSend_516Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_516 = __objc_msgSend_516Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, int)>(); - - late final _sel_loadDataRepresentationForTypeIdentifier_completionHandler_1 = - _registerName1( - "loadDataRepresentationForTypeIdentifier:completionHandler:"); - ffi.Pointer _objc_msgSend_517( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { - return __objc_msgSend_517( - obj, - sel, - typeIdentifier, - completionHandler, - ); - } - - late final __objc_msgSend_517Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_517 = __objc_msgSend_517Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_loadFileRepresentationForTypeIdentifier_completionHandler_1 = - _registerName1( - "loadFileRepresentationForTypeIdentifier:completionHandler:"); - ffi.Pointer _objc_msgSend_518( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { - return __objc_msgSend_518( - obj, - sel, - typeIdentifier, - completionHandler, - ); - } - - late final __objc_msgSend_518Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_518 = __objc_msgSend_518Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_loadInPlaceFileRepresentationForTypeIdentifier_completionHandler_1 = - _registerName1( - "loadInPlaceFileRepresentationForTypeIdentifier:completionHandler:"); - ffi.Pointer _objc_msgSend_519( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { - return __objc_msgSend_519( - obj, - sel, - typeIdentifier, - completionHandler, - ); - } - - late final __objc_msgSend_519Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_519 = __objc_msgSend_519Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_suggestedName1 = _registerName1("suggestedName"); - late final _sel_setSuggestedName_1 = _registerName1("setSuggestedName:"); - late final _sel_registerObject_visibility_1 = - _registerName1("registerObject:visibility:"); - void _objc_msgSend_520( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer object, - int visibility, - ) { - return __objc_msgSend_520( - obj, - sel, - object, - visibility, - ); - } - - late final __objc_msgSend_520Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_520 = __objc_msgSend_520Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, int)>(); - - late final _sel_registerObjectOfClass_visibility_loadHandler_1 = - _registerName1("registerObjectOfClass:visibility:loadHandler:"); void _objc_msgSend_521( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer aClass, + ffi.Pointer typeIdentifier, int visibility, ffi.Pointer<_ObjCBlock> loadHandler, ) { return __objc_msgSend_521( obj, sel, - aClass, + typeIdentifier, visibility, loadHandler, ); @@ -14366,17 +14694,251 @@ class PedometerBindings { void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); + late final _sel_registerFileRepresentationForTypeIdentifier_fileOptions_visibility_loadHandler_1 = + _registerName1( + "registerFileRepresentationForTypeIdentifier:fileOptions:visibility:loadHandler:"); + void _objc_msgSend_522( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + int fileOptions, + int visibility, + ffi.Pointer<_ObjCBlock> loadHandler, + ) { + return __objc_msgSend_522( + obj, + sel, + typeIdentifier, + fileOptions, + visibility, + loadHandler, + ); + } + + late final __objc_msgSend_522Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Int32, + ffi.Int32, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_522 = __objc_msgSend_522Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int, int, ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_registeredTypeIdentifiers1 = + _registerName1("registeredTypeIdentifiers"); + late final _sel_registeredTypeIdentifiersWithFileOptions_1 = + _registerName1("registeredTypeIdentifiersWithFileOptions:"); + ffi.Pointer _objc_msgSend_523( + ffi.Pointer obj, + ffi.Pointer sel, + int fileOptions, + ) { + return __objc_msgSend_523( + obj, + sel, + fileOptions, + ); + } + + late final __objc_msgSend_523Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Int32)>>('objc_msgSend'); + late final __objc_msgSend_523 = __objc_msgSend_523Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer, int)>(); + + late final _sel_hasItemConformingToTypeIdentifier_1 = + _registerName1("hasItemConformingToTypeIdentifier:"); + late final _sel_hasRepresentationConformingToTypeIdentifier_fileOptions_1 = + _registerName1( + "hasRepresentationConformingToTypeIdentifier:fileOptions:"); + bool _objc_msgSend_524( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + int fileOptions, + ) { + return __objc_msgSend_524( + obj, + sel, + typeIdentifier, + fileOptions, + ); + } + + late final __objc_msgSend_524Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Int32)>>('objc_msgSend'); + late final __objc_msgSend_524 = __objc_msgSend_524Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int)>(); + + late final _sel_loadDataRepresentationForTypeIdentifier_completionHandler_1 = + _registerName1( + "loadDataRepresentationForTypeIdentifier:completionHandler:"); + ffi.Pointer _objc_msgSend_525( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { + return __objc_msgSend_525( + obj, + sel, + typeIdentifier, + completionHandler, + ); + } + + late final __objc_msgSend_525Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_525 = __objc_msgSend_525Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_loadFileRepresentationForTypeIdentifier_completionHandler_1 = + _registerName1( + "loadFileRepresentationForTypeIdentifier:completionHandler:"); + ffi.Pointer _objc_msgSend_526( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { + return __objc_msgSend_526( + obj, + sel, + typeIdentifier, + completionHandler, + ); + } + + late final __objc_msgSend_526Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_526 = __objc_msgSend_526Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_loadInPlaceFileRepresentationForTypeIdentifier_completionHandler_1 = + _registerName1( + "loadInPlaceFileRepresentationForTypeIdentifier:completionHandler:"); + ffi.Pointer _objc_msgSend_527( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { + return __objc_msgSend_527( + obj, + sel, + typeIdentifier, + completionHandler, + ); + } + + late final __objc_msgSend_527Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_527 = __objc_msgSend_527Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_suggestedName1 = _registerName1("suggestedName"); + late final _sel_setSuggestedName_1 = _registerName1("setSuggestedName:"); + late final _sel_registerObject_visibility_1 = + _registerName1("registerObject:visibility:"); + void _objc_msgSend_528( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer object, + int visibility, + ) { + return __objc_msgSend_528( + obj, + sel, + object, + visibility, + ); + } + + late final __objc_msgSend_528Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Int32)>>('objc_msgSend'); + late final __objc_msgSend_528 = __objc_msgSend_528Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int)>(); + + late final _sel_registerObjectOfClass_visibility_loadHandler_1 = + _registerName1("registerObjectOfClass:visibility:loadHandler:"); + void _objc_msgSend_529( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + int visibility, + ffi.Pointer<_ObjCBlock> loadHandler, + ) { + return __objc_msgSend_529( + obj, + sel, + aClass, + visibility, + loadHandler, + ); + } + + late final __objc_msgSend_529Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Int32, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_529 = __objc_msgSend_529Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); + late final _sel_canLoadObjectOfClass_1 = _registerName1("canLoadObjectOfClass:"); late final _sel_loadObjectOfClass_completionHandler_1 = _registerName1("loadObjectOfClass:completionHandler:"); - ffi.Pointer _objc_msgSend_522( + ffi.Pointer _objc_msgSend_530( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aClass, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_522( + return __objc_msgSend_530( obj, sel, aClass, @@ -14384,14 +14946,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_522Ptr = _lookup< + late final __objc_msgSend_530Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_522 = __objc_msgSend_522Ptr.asFunction< + late final __objc_msgSend_530 = __objc_msgSend_530Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -14400,13 +14962,13 @@ class PedometerBindings { late final _sel_initWithItem_typeIdentifier_1 = _registerName1("initWithItem:typeIdentifier:"); - instancetype _objc_msgSend_523( + instancetype _objc_msgSend_531( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer item, ffi.Pointer typeIdentifier, ) { - return __objc_msgSend_523( + return __objc_msgSend_531( obj, sel, item, @@ -14414,26 +14976,26 @@ class PedometerBindings { ); } - late final __objc_msgSend_523Ptr = _lookup< + late final __objc_msgSend_531Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_523 = __objc_msgSend_523Ptr.asFunction< + late final __objc_msgSend_531 = __objc_msgSend_531Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_registerItemForTypeIdentifier_loadHandler_1 = _registerName1("registerItemForTypeIdentifier:loadHandler:"); - void _objc_msgSend_524( + void _objc_msgSend_532( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer typeIdentifier, ffi.Pointer<_ObjCBlock> loadHandler, ) { - return __objc_msgSend_524( + return __objc_msgSend_532( obj, sel, typeIdentifier, @@ -14441,27 +15003,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_524Ptr = _lookup< + late final __objc_msgSend_532Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_524 = __objc_msgSend_524Ptr.asFunction< + late final __objc_msgSend_532 = __objc_msgSend_532Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_loadItemForTypeIdentifier_options_completionHandler_1 = _registerName1("loadItemForTypeIdentifier:options:completionHandler:"); - void _objc_msgSend_525( + void _objc_msgSend_533( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer typeIdentifier, ffi.Pointer options, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_525( + return __objc_msgSend_533( obj, sel, typeIdentifier, @@ -14470,7 +15032,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_525Ptr = _lookup< + late final __objc_msgSend_533Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -14478,7 +15040,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_525 = __objc_msgSend_525Ptr.asFunction< + late final __objc_msgSend_533 = __objc_msgSend_533Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -14487,55 +15049,55 @@ class PedometerBindings { ffi.Pointer<_ObjCBlock>)>(); late final _sel_previewImageHandler1 = _registerName1("previewImageHandler"); - ffi.Pointer<_ObjCBlock> _objc_msgSend_526( + ffi.Pointer<_ObjCBlock> _objc_msgSend_534( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_526( + return __objc_msgSend_534( obj, sel, ); } - late final __objc_msgSend_526Ptr = _lookup< + late final __objc_msgSend_534Ptr = _lookup< ffi.NativeFunction< ffi.Pointer<_ObjCBlock> Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_526 = __objc_msgSend_526Ptr.asFunction< + late final __objc_msgSend_534 = __objc_msgSend_534Ptr.asFunction< ffi.Pointer<_ObjCBlock> Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_setPreviewImageHandler_1 = _registerName1("setPreviewImageHandler:"); - void _objc_msgSend_527( + void _objc_msgSend_535( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> value, ) { - return __objc_msgSend_527( + return __objc_msgSend_535( obj, sel, value, ); } - late final __objc_msgSend_527Ptr = _lookup< + late final __objc_msgSend_535Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_527 = __objc_msgSend_527Ptr.asFunction< + late final __objc_msgSend_535 = __objc_msgSend_535Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_loadPreviewImageWithOptions_completionHandler_1 = _registerName1("loadPreviewImageWithOptions:completionHandler:"); - void _objc_msgSend_528( + void _objc_msgSend_536( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer options, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_528( + return __objc_msgSend_536( obj, sel, options, @@ -14543,27 +15105,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_528Ptr = _lookup< + late final __objc_msgSend_536Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_528 = __objc_msgSend_528Ptr.asFunction< + late final __objc_msgSend_536 = __objc_msgSend_536Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _class_NSMutableString1 = _getClass1("NSMutableString"); late final _sel_replaceCharactersInRange_withString_1 = _registerName1("replaceCharactersInRange:withString:"); - void _objc_msgSend_529( + void _objc_msgSend_537( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ffi.Pointer aString, ) { - return __objc_msgSend_529( + return __objc_msgSend_537( obj, sel, range, @@ -14571,23 +15133,23 @@ class PedometerBindings { ); } - late final __objc_msgSend_529Ptr = _lookup< + late final __objc_msgSend_537Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_529 = __objc_msgSend_529Ptr.asFunction< + late final __objc_msgSend_537 = __objc_msgSend_537Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_insertString_atIndex_1 = _registerName1("insertString:atIndex:"); - void _objc_msgSend_530( + void _objc_msgSend_538( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aString, int loc, ) { - return __objc_msgSend_530( + return __objc_msgSend_538( obj, sel, aString, @@ -14595,11 +15157,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_530Ptr = _lookup< + late final __objc_msgSend_538Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_530 = __objc_msgSend_530Ptr.asFunction< + late final __objc_msgSend_538 = __objc_msgSend_538Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); @@ -14610,7 +15172,7 @@ class PedometerBindings { late final _sel_setString_1 = _registerName1("setString:"); late final _sel_replaceOccurrencesOfString_withString_options_range_1 = _registerName1("replaceOccurrencesOfString:withString:options:range:"); - int _objc_msgSend_531( + int _objc_msgSend_539( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer target, @@ -14618,7 +15180,7 @@ class PedometerBindings { int options, _NSRange searchRange, ) { - return __objc_msgSend_531( + return __objc_msgSend_539( obj, sel, target, @@ -14628,7 +15190,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_531Ptr = _lookup< + late final __objc_msgSend_539Ptr = _lookup< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, @@ -14637,13 +15199,13 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_531 = __objc_msgSend_531Ptr.asFunction< + late final __objc_msgSend_539 = __objc_msgSend_539Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_applyTransform_reverse_range_updatedRange_1 = _registerName1("applyTransform:reverse:range:updatedRange:"); - bool _objc_msgSend_532( + bool _objc_msgSend_540( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer transform, @@ -14651,7 +15213,7 @@ class PedometerBindings { _NSRange range, ffi.Pointer<_NSRange> resultingRange, ) { - return __objc_msgSend_532( + return __objc_msgSend_540( obj, sel, transform, @@ -14661,7 +15223,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_532Ptr = _lookup< + late final __objc_msgSend_540Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -14670,27 +15232,27 @@ class PedometerBindings { ffi.Bool, _NSRange, ffi.Pointer<_NSRange>)>>('objc_msgSend'); - late final __objc_msgSend_532 = __objc_msgSend_532Ptr.asFunction< + late final __objc_msgSend_540 = __objc_msgSend_540Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, bool, _NSRange, ffi.Pointer<_NSRange>)>(); - ffi.Pointer _objc_msgSend_533( + ffi.Pointer _objc_msgSend_541( ffi.Pointer obj, ffi.Pointer sel, int capacity, ) { - return __objc_msgSend_533( + return __objc_msgSend_541( obj, sel, capacity, ); } - late final __objc_msgSend_533Ptr = _lookup< + late final __objc_msgSend_541Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_533 = __objc_msgSend_533Ptr.asFunction< + late final __objc_msgSend_541 = __objc_msgSend_541Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); @@ -14699,14 +15261,14 @@ class PedometerBindings { late final _sel_object1 = _registerName1("object"); late final _sel_initWithName_object_userInfo_1 = _registerName1("initWithName:object:userInfo:"); - instancetype _objc_msgSend_534( + instancetype _objc_msgSend_542( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer name, ffi.Pointer object, ffi.Pointer userInfo, ) { - return __objc_msgSend_534( + return __objc_msgSend_542( obj, sel, name, @@ -14715,7 +15277,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_534Ptr = _lookup< + late final __objc_msgSend_542Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -14723,7 +15285,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_534 = __objc_msgSend_534Ptr.asFunction< + late final __objc_msgSend_542 = __objc_msgSend_542Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -14737,21 +15299,21 @@ class PedometerBindings { _registerName1("notificationWithName:object:userInfo:"); late final _class_NSBundle1 = _getClass1("NSBundle"); late final _sel_mainBundle1 = _registerName1("mainBundle"); - ffi.Pointer _objc_msgSend_535( + ffi.Pointer _objc_msgSend_543( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_535( + return __objc_msgSend_543( obj, sel, ); } - late final __objc_msgSend_535Ptr = _lookup< + late final __objc_msgSend_543Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_535 = __objc_msgSend_535Ptr.asFunction< + late final __objc_msgSend_543 = __objc_msgSend_543Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -14760,45 +15322,45 @@ class PedometerBindings { late final _sel_bundleWithURL_1 = _registerName1("bundleWithURL:"); late final _sel_initWithURL_1 = _registerName1("initWithURL:"); late final _sel_bundleForClass_1 = _registerName1("bundleForClass:"); - ffi.Pointer _objc_msgSend_536( + ffi.Pointer _objc_msgSend_544( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aClass, ) { - return __objc_msgSend_536( + return __objc_msgSend_544( obj, sel, aClass, ); } - late final __objc_msgSend_536Ptr = _lookup< + late final __objc_msgSend_544Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_536 = __objc_msgSend_536Ptr.asFunction< + late final __objc_msgSend_544 = __objc_msgSend_544Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_bundleWithIdentifier_1 = _registerName1("bundleWithIdentifier:"); - ffi.Pointer _objc_msgSend_537( + ffi.Pointer _objc_msgSend_545( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer identifier, ) { - return __objc_msgSend_537( + return __objc_msgSend_545( obj, sel, identifier, ); } - late final __objc_msgSend_537Ptr = _lookup< + late final __objc_msgSend_545Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_537 = __objc_msgSend_537Ptr.asFunction< + late final __objc_msgSend_545 = __objc_msgSend_545Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -14834,7 +15396,7 @@ class PedometerBindings { late final _sel_URLForResource_withExtension_subdirectory_inBundleWithURL_1 = _registerName1( "URLForResource:withExtension:subdirectory:inBundleWithURL:"); - ffi.Pointer _objc_msgSend_538( + ffi.Pointer _objc_msgSend_546( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer name, @@ -14842,7 +15404,7 @@ class PedometerBindings { ffi.Pointer subpath, ffi.Pointer bundleURL, ) { - return __objc_msgSend_538( + return __objc_msgSend_546( obj, sel, name, @@ -14852,7 +15414,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_538Ptr = _lookup< + late final __objc_msgSend_546Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -14861,7 +15423,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_538 = __objc_msgSend_538Ptr.asFunction< + late final __objc_msgSend_546 = __objc_msgSend_546Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -14873,14 +15435,14 @@ class PedometerBindings { late final _sel_URLsForResourcesWithExtension_subdirectory_inBundleWithURL_1 = _registerName1( "URLsForResourcesWithExtension:subdirectory:inBundleWithURL:"); - ffi.Pointer _objc_msgSend_539( + ffi.Pointer _objc_msgSend_547( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer ext, ffi.Pointer subpath, ffi.Pointer bundleURL, ) { - return __objc_msgSend_539( + return __objc_msgSend_547( obj, sel, ext, @@ -14889,300 +15451,35 @@ class PedometerBindings { ); } - late final __objc_msgSend_539Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_539 = __objc_msgSend_539Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_URLForResource_withExtension_1 = - _registerName1("URLForResource:withExtension:"); - ffi.Pointer _objc_msgSend_540( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ) { - return __objc_msgSend_540( - obj, - sel, - name, - ext, - ); - } - - late final __objc_msgSend_540Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_540 = __objc_msgSend_540Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_URLForResource_withExtension_subdirectory_1 = - _registerName1("URLForResource:withExtension:subdirectory:"); - ffi.Pointer _objc_msgSend_541( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer subpath, - ) { - return __objc_msgSend_541( - obj, - sel, - name, - ext, - subpath, - ); - } - - late final __objc_msgSend_541Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_541 = __objc_msgSend_541Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_URLForResource_withExtension_subdirectory_localization_1 = - _registerName1("URLForResource:withExtension:subdirectory:localization:"); - ffi.Pointer _objc_msgSend_542( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer localizationName, - ) { - return __objc_msgSend_542( - obj, - sel, - name, - ext, - subpath, - localizationName, - ); - } - - late final __objc_msgSend_542Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_542 = __objc_msgSend_542Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_URLsForResourcesWithExtension_subdirectory_1 = - _registerName1("URLsForResourcesWithExtension:subdirectory:"); - ffi.Pointer _objc_msgSend_543( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer ext, - ffi.Pointer subpath, - ) { - return __objc_msgSend_543( - obj, - sel, - ext, - subpath, - ); - } - - late final __objc_msgSend_543Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_543 = __objc_msgSend_543Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_URLsForResourcesWithExtension_subdirectory_localization_1 = - _registerName1( - "URLsForResourcesWithExtension:subdirectory:localization:"); - ffi.Pointer _objc_msgSend_544( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer localizationName, - ) { - return __objc_msgSend_544( - obj, - sel, - ext, - subpath, - localizationName, - ); - } - - late final __objc_msgSend_544Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_544 = __objc_msgSend_544Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_pathForResource_ofType_inDirectory_1 = - _registerName1("pathForResource:ofType:inDirectory:"); - ffi.Pointer _objc_msgSend_545( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer bundlePath, - ) { - return __objc_msgSend_545( - obj, - sel, - name, - ext, - bundlePath, - ); - } - - late final __objc_msgSend_545Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_545 = __objc_msgSend_545Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_pathsForResourcesOfType_inDirectory_1 = - _registerName1("pathsForResourcesOfType:inDirectory:"); - ffi.Pointer _objc_msgSend_546( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer ext, - ffi.Pointer bundlePath, - ) { - return __objc_msgSend_546( - obj, - sel, - ext, - bundlePath, - ); - } - - late final __objc_msgSend_546Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_546 = __objc_msgSend_546Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_pathForResource_ofType_1 = - _registerName1("pathForResource:ofType:"); - ffi.Pointer _objc_msgSend_547( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ) { - return __objc_msgSend_547( - obj, - sel, - name, - ext, - ); - } - late final __objc_msgSend_547Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_547 = __objc_msgSend_547Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); - late final _sel_pathForResource_ofType_inDirectory_forLocalization_1 = - _registerName1("pathForResource:ofType:inDirectory:forLocalization:"); + late final _sel_URLForResource_withExtension_1 = + _registerName1("URLForResource:withExtension:"); ffi.Pointer _objc_msgSend_548( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer name, ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer localizationName, ) { return __objc_msgSend_548( obj, sel, name, ext, - subpath, - localizationName, ); } @@ -15192,33 +15489,29 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_548 = __objc_msgSend_548Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, - ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - late final _sel_pathsForResourcesOfType_inDirectory_forLocalization_1 = - _registerName1("pathsForResourcesOfType:inDirectory:forLocalization:"); + late final _sel_URLForResource_withExtension_subdirectory_1 = + _registerName1("URLForResource:withExtension:subdirectory:"); ffi.Pointer _objc_msgSend_549( ffi.Pointer obj, ffi.Pointer sel, + ffi.Pointer name, ffi.Pointer ext, ffi.Pointer subpath, - ffi.Pointer localizationName, ) { return __objc_msgSend_549( obj, sel, + name, ext, subpath, - localizationName, ); } @@ -15238,21 +15531,23 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer)>(); - late final _sel_localizedStringForKey_value_table_1 = - _registerName1("localizedStringForKey:value:table:"); + late final _sel_URLForResource_withExtension_subdirectory_localization_1 = + _registerName1("URLForResource:withExtension:subdirectory:localization:"); ffi.Pointer _objc_msgSend_550( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer value, - ffi.Pointer tableName, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer localizationName, ) { return __objc_msgSend_550( obj, sel, - key, - value, - tableName, + name, + ext, + subpath, + localizationName, ); } @@ -15263,8 +15558,275 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_550 = __objc_msgSend_550Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_URLsForResourcesWithExtension_subdirectory_1 = + _registerName1("URLsForResourcesWithExtension:subdirectory:"); + ffi.Pointer _objc_msgSend_551( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ext, + ffi.Pointer subpath, + ) { + return __objc_msgSend_551( + obj, + sel, + ext, + subpath, + ); + } + + late final __objc_msgSend_551Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_551 = __objc_msgSend_551Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_URLsForResourcesWithExtension_subdirectory_localization_1 = + _registerName1( + "URLsForResourcesWithExtension:subdirectory:localization:"); + ffi.Pointer _objc_msgSend_552( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer localizationName, + ) { + return __objc_msgSend_552( + obj, + sel, + ext, + subpath, + localizationName, + ); + } + + late final __objc_msgSend_552Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_552 = __objc_msgSend_552Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_pathForResource_ofType_inDirectory_1 = + _registerName1("pathForResource:ofType:inDirectory:"); + ffi.Pointer _objc_msgSend_553( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer bundlePath, + ) { + return __objc_msgSend_553( + obj, + sel, + name, + ext, + bundlePath, + ); + } + + late final __objc_msgSend_553Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_553 = __objc_msgSend_553Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_pathsForResourcesOfType_inDirectory_1 = + _registerName1("pathsForResourcesOfType:inDirectory:"); + ffi.Pointer _objc_msgSend_554( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ext, + ffi.Pointer bundlePath, + ) { + return __objc_msgSend_554( + obj, + sel, + ext, + bundlePath, + ); + } + + late final __objc_msgSend_554Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_554 = __objc_msgSend_554Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_pathForResource_ofType_1 = + _registerName1("pathForResource:ofType:"); + ffi.Pointer _objc_msgSend_555( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ) { + return __objc_msgSend_555( + obj, + sel, + name, + ext, + ); + } + + late final __objc_msgSend_555Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_555 = __objc_msgSend_555Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_pathForResource_ofType_inDirectory_forLocalization_1 = + _registerName1("pathForResource:ofType:inDirectory:forLocalization:"); + ffi.Pointer _objc_msgSend_556( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer localizationName, + ) { + return __objc_msgSend_556( + obj, + sel, + name, + ext, + subpath, + localizationName, + ); + } + + late final __objc_msgSend_556Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_556 = __objc_msgSend_556Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_pathsForResourcesOfType_inDirectory_forLocalization_1 = + _registerName1("pathsForResourcesOfType:inDirectory:forLocalization:"); + ffi.Pointer _objc_msgSend_557( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer localizationName, + ) { + return __objc_msgSend_557( + obj, + sel, + ext, + subpath, + localizationName, + ); + } + + late final __objc_msgSend_557Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_557 = __objc_msgSend_557Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_localizedStringForKey_value_table_1 = + _registerName1("localizedStringForKey:value:table:"); + ffi.Pointer _objc_msgSend_558( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer value, + ffi.Pointer tableName, + ) { + return __objc_msgSend_558( + obj, + sel, + key, + value, + tableName, + ); + } + + late final __objc_msgSend_558Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_558 = __objc_msgSend_558Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -15275,13 +15837,13 @@ class PedometerBindings { late final _class_NSAttributedString1 = _getClass1("NSAttributedString"); late final _sel_attributesAtIndex_effectiveRange_1 = _registerName1("attributesAtIndex:effectiveRange:"); - ffi.Pointer _objc_msgSend_551( + ffi.Pointer _objc_msgSend_559( ffi.Pointer obj, ffi.Pointer sel, int location, ffi.Pointer<_NSRange> range, ) { - return __objc_msgSend_551( + return __objc_msgSend_559( obj, sel, location, @@ -15289,27 +15851,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_551Ptr = _lookup< + late final __objc_msgSend_559Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.UnsignedLong, ffi.Pointer<_NSRange>)>>('objc_msgSend'); - late final __objc_msgSend_551 = __objc_msgSend_551Ptr.asFunction< + late final __objc_msgSend_559 = __objc_msgSend_559Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_NSRange>)>(); late final _sel_attribute_atIndex_effectiveRange_1 = _registerName1("attribute:atIndex:effectiveRange:"); - ffi.Pointer _objc_msgSend_552( + ffi.Pointer _objc_msgSend_560( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer attrName, int location, ffi.Pointer<_NSRange> range, ) { - return __objc_msgSend_552( + return __objc_msgSend_560( obj, sel, attrName, @@ -15318,7 +15880,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_552Ptr = _lookup< + late final __objc_msgSend_560Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -15326,7 +15888,7 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Pointer<_NSRange>)>>('objc_msgSend'); - late final __objc_msgSend_552 = __objc_msgSend_552Ptr.asFunction< + late final __objc_msgSend_560 = __objc_msgSend_560Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -15336,36 +15898,36 @@ class PedometerBindings { late final _sel_attributedSubstringFromRange_1 = _registerName1("attributedSubstringFromRange:"); - ffi.Pointer _objc_msgSend_553( + ffi.Pointer _objc_msgSend_561( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ) { - return __objc_msgSend_553( + return __objc_msgSend_561( obj, sel, range, ); } - late final __objc_msgSend_553Ptr = _lookup< + late final __objc_msgSend_561Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_553 = __objc_msgSend_553Ptr.asFunction< + late final __objc_msgSend_561 = __objc_msgSend_561Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_attributesAtIndex_longestEffectiveRange_inRange_1 = _registerName1("attributesAtIndex:longestEffectiveRange:inRange:"); - ffi.Pointer _objc_msgSend_554( + ffi.Pointer _objc_msgSend_562( ffi.Pointer obj, ffi.Pointer sel, int location, ffi.Pointer<_NSRange> range, _NSRange rangeLimit, ) { - return __objc_msgSend_554( + return __objc_msgSend_562( obj, sel, location, @@ -15374,7 +15936,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_554Ptr = _lookup< + late final __objc_msgSend_562Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -15382,13 +15944,13 @@ class PedometerBindings { ffi.UnsignedLong, ffi.Pointer<_NSRange>, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_554 = __objc_msgSend_554Ptr.asFunction< + late final __objc_msgSend_562 = __objc_msgSend_562Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_NSRange>, _NSRange)>(); late final _sel_attribute_atIndex_longestEffectiveRange_inRange_1 = _registerName1("attribute:atIndex:longestEffectiveRange:inRange:"); - ffi.Pointer _objc_msgSend_555( + ffi.Pointer _objc_msgSend_563( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer attrName, @@ -15396,7 +15958,7 @@ class PedometerBindings { ffi.Pointer<_NSRange> range, _NSRange rangeLimit, ) { - return __objc_msgSend_555( + return __objc_msgSend_563( obj, sel, attrName, @@ -15406,7 +15968,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_555Ptr = _lookup< + late final __objc_msgSend_563Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -15415,7 +15977,7 @@ class PedometerBindings { ffi.UnsignedLong, ffi.Pointer<_NSRange>, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_555 = __objc_msgSend_555Ptr.asFunction< + late final __objc_msgSend_563 = __objc_msgSend_563Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -15426,35 +15988,35 @@ class PedometerBindings { late final _sel_isEqualToAttributedString_1 = _registerName1("isEqualToAttributedString:"); - bool _objc_msgSend_556( + bool _objc_msgSend_564( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer other, ) { - return __objc_msgSend_556( + return __objc_msgSend_564( obj, sel, other, ); } - late final __objc_msgSend_556Ptr = _lookup< + late final __objc_msgSend_564Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_556 = __objc_msgSend_556Ptr.asFunction< + late final __objc_msgSend_564 = __objc_msgSend_564Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithString_attributes_1 = _registerName1("initWithString:attributes:"); - instancetype _objc_msgSend_557( + instancetype _objc_msgSend_565( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer str, ffi.Pointer attrs, ) { - return __objc_msgSend_557( + return __objc_msgSend_565( obj, sel, str, @@ -15462,49 +16024,49 @@ class PedometerBindings { ); } - late final __objc_msgSend_557Ptr = _lookup< + late final __objc_msgSend_565Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_557 = __objc_msgSend_557Ptr.asFunction< + late final __objc_msgSend_565 = __objc_msgSend_565Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithAttributedString_1 = _registerName1("initWithAttributedString:"); - instancetype _objc_msgSend_558( + instancetype _objc_msgSend_566( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer attrStr, ) { - return __objc_msgSend_558( + return __objc_msgSend_566( obj, sel, attrStr, ); } - late final __objc_msgSend_558Ptr = _lookup< + late final __objc_msgSend_566Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_558 = __objc_msgSend_558Ptr.asFunction< + late final __objc_msgSend_566 = __objc_msgSend_566Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_enumerateAttributesInRange_options_usingBlock_1 = _registerName1("enumerateAttributesInRange:options:usingBlock:"); - void _objc_msgSend_559( + void _objc_msgSend_567( ffi.Pointer obj, ffi.Pointer sel, _NSRange enumerationRange, int opts, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_559( + return __objc_msgSend_567( obj, sel, enumerationRange, @@ -15513,17 +16075,17 @@ class PedometerBindings { ); } - late final __objc_msgSend_559Ptr = _lookup< + late final __objc_msgSend_567Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_559 = __objc_msgSend_559Ptr.asFunction< + late final __objc_msgSend_567 = __objc_msgSend_567Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateAttribute_inRange_options_usingBlock_1 = _registerName1("enumerateAttribute:inRange:options:usingBlock:"); - void _objc_msgSend_560( + void _objc_msgSend_568( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer attrName, @@ -15531,7 +16093,7 @@ class PedometerBindings { int opts, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_560( + return __objc_msgSend_568( obj, sel, attrName, @@ -15541,7 +16103,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_560Ptr = _lookup< + late final __objc_msgSend_568Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -15550,7 +16112,7 @@ class PedometerBindings { _NSRange, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_560 = __objc_msgSend_560Ptr.asFunction< + late final __objc_msgSend_568 = __objc_msgSend_568Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); @@ -15561,80 +16123,80 @@ class PedometerBindings { late final _sel_setAllowsExtendedAttributes_1 = _registerName1("setAllowsExtendedAttributes:"); late final _sel_interpretedSyntax1 = _registerName1("interpretedSyntax"); - int _objc_msgSend_561( + int _objc_msgSend_569( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_561( + return __objc_msgSend_569( obj, sel, ); } - late final __objc_msgSend_561Ptr = _lookup< + late final __objc_msgSend_569Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_561 = __objc_msgSend_561Ptr.asFunction< + late final __objc_msgSend_569 = __objc_msgSend_569Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setInterpretedSyntax_1 = _registerName1("setInterpretedSyntax:"); - void _objc_msgSend_562( + void _objc_msgSend_570( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_562( + return __objc_msgSend_570( obj, sel, value, ); } - late final __objc_msgSend_562Ptr = _lookup< + late final __objc_msgSend_570Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_562 = __objc_msgSend_562Ptr.asFunction< + late final __objc_msgSend_570 = __objc_msgSend_570Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_failurePolicy1 = _registerName1("failurePolicy"); - int _objc_msgSend_563( + int _objc_msgSend_571( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_563( + return __objc_msgSend_571( obj, sel, ); } - late final __objc_msgSend_563Ptr = _lookup< + late final __objc_msgSend_571Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_563 = __objc_msgSend_563Ptr.asFunction< + late final __objc_msgSend_571 = __objc_msgSend_571Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setFailurePolicy_1 = _registerName1("setFailurePolicy:"); - void _objc_msgSend_564( + void _objc_msgSend_572( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_564( + return __objc_msgSend_572( obj, sel, value, ); } - late final __objc_msgSend_564Ptr = _lookup< + late final __objc_msgSend_572Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_564 = __objc_msgSend_564Ptr.asFunction< + late final __objc_msgSend_572 = __objc_msgSend_572Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setLanguageCode_1 = _registerName1("setLanguageCode:"); @@ -15645,7 +16207,7 @@ class PedometerBindings { late final _sel_initWithContentsOfMarkdownFileAtURL_options_baseURL_error_1 = _registerName1( "initWithContentsOfMarkdownFileAtURL:options:baseURL:error:"); - instancetype _objc_msgSend_565( + instancetype _objc_msgSend_573( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer markdownFile, @@ -15653,7 +16215,7 @@ class PedometerBindings { ffi.Pointer baseURL, ffi.Pointer> error, ) { - return __objc_msgSend_565( + return __objc_msgSend_573( obj, sel, markdownFile, @@ -15663,7 +16225,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_565Ptr = _lookup< + late final __objc_msgSend_573Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -15672,7 +16234,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_565 = __objc_msgSend_565Ptr.asFunction< + late final __objc_msgSend_573 = __objc_msgSend_573Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -15683,7 +16245,7 @@ class PedometerBindings { late final _sel_initWithMarkdown_options_baseURL_error_1 = _registerName1("initWithMarkdown:options:baseURL:error:"); - instancetype _objc_msgSend_566( + instancetype _objc_msgSend_574( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer markdown, @@ -15691,7 +16253,7 @@ class PedometerBindings { ffi.Pointer baseURL, ffi.Pointer> error, ) { - return __objc_msgSend_566( + return __objc_msgSend_574( obj, sel, markdown, @@ -15701,7 +16263,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_566Ptr = _lookup< + late final __objc_msgSend_574Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -15710,7 +16272,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_566 = __objc_msgSend_566Ptr.asFunction< + late final __objc_msgSend_574 = __objc_msgSend_574Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -15721,7 +16283,7 @@ class PedometerBindings { late final _sel_initWithMarkdownString_options_baseURL_error_1 = _registerName1("initWithMarkdownString:options:baseURL:error:"); - instancetype _objc_msgSend_567( + instancetype _objc_msgSend_575( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer markdownString, @@ -15729,7 +16291,7 @@ class PedometerBindings { ffi.Pointer baseURL, ffi.Pointer> error, ) { - return __objc_msgSend_567( + return __objc_msgSend_575( obj, sel, markdownString, @@ -15739,7 +16301,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_567Ptr = _lookup< + late final __objc_msgSend_575Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -15748,7 +16310,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_567 = __objc_msgSend_567Ptr.asFunction< + late final __objc_msgSend_575 = __objc_msgSend_575Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -15759,14 +16321,14 @@ class PedometerBindings { late final _sel_initWithFormat_options_locale_1 = _registerName1("initWithFormat:options:locale:"); - instancetype _objc_msgSend_568( + instancetype _objc_msgSend_576( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer format, int options, ffi.Pointer locale, ) { - return __objc_msgSend_568( + return __objc_msgSend_576( obj, sel, format, @@ -15775,7 +16337,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_568Ptr = _lookup< + late final __objc_msgSend_576Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -15783,21 +16345,21 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_568 = __objc_msgSend_568Ptr.asFunction< + late final __objc_msgSend_576 = __objc_msgSend_576Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); late final _sel_initWithFormat_options_locale_arguments_1 = _registerName1("initWithFormat:options:locale:arguments:"); - instancetype _objc_msgSend_569( + instancetype _objc_msgSend_577( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer format, int options, ffi.Pointer locale, - ffi.Pointer<__va_list_tag> arguments, + ffi.Pointer arguments, ) { - return __objc_msgSend_569( + return __objc_msgSend_577( obj, sel, format, @@ -15807,7 +16369,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_569Ptr = _lookup< + late final __objc_msgSend_577Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -15815,27 +16377,27 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer, - ffi.Pointer<__va_list_tag>)>>('objc_msgSend'); - late final __objc_msgSend_569 = __objc_msgSend_569Ptr.asFunction< + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_577 = __objc_msgSend_577Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer, - ffi.Pointer<__va_list_tag>)>(); + ffi.Pointer)>(); late final _sel_localizedAttributedStringWithFormat_1 = _registerName1("localizedAttributedStringWithFormat:"); late final _sel_localizedAttributedStringWithFormat_options_1 = _registerName1("localizedAttributedStringWithFormat:options:"); - instancetype _objc_msgSend_570( + instancetype _objc_msgSend_578( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer format, int options, ) { - return __objc_msgSend_570( + return __objc_msgSend_578( obj, sel, format, @@ -15843,17 +16405,17 @@ class PedometerBindings { ); } - late final __objc_msgSend_570Ptr = _lookup< + late final __objc_msgSend_578Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_570 = __objc_msgSend_570Ptr.asFunction< + late final __objc_msgSend_578 = __objc_msgSend_578Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithFormat_options_locale_context_1 = _registerName1("initWithFormat:options:locale:context:"); - instancetype _objc_msgSend_571( + instancetype _objc_msgSend_579( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer format, @@ -15861,7 +16423,7 @@ class PedometerBindings { ffi.Pointer locale, ffi.Pointer context, ) { - return __objc_msgSend_571( + return __objc_msgSend_579( obj, sel, format, @@ -15871,7 +16433,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_571Ptr = _lookup< + late final __objc_msgSend_579Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -15880,7 +16442,7 @@ class PedometerBindings { ffi.Int32, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_571 = __objc_msgSend_571Ptr.asFunction< + late final __objc_msgSend_579 = __objc_msgSend_579Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -15891,16 +16453,16 @@ class PedometerBindings { late final _sel_initWithFormat_options_locale_context_arguments_1 = _registerName1("initWithFormat:options:locale:context:arguments:"); - instancetype _objc_msgSend_572( + instancetype _objc_msgSend_580( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer format, int options, ffi.Pointer locale, ffi.Pointer context, - ffi.Pointer<__va_list_tag> arguments, + ffi.Pointer arguments, ) { - return __objc_msgSend_572( + return __objc_msgSend_580( obj, sel, format, @@ -15911,7 +16473,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_572Ptr = _lookup< + late final __objc_msgSend_580Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -15920,8 +16482,8 @@ class PedometerBindings { ffi.Int32, ffi.Pointer, ffi.Pointer, - ffi.Pointer<__va_list_tag>)>>('objc_msgSend'); - late final __objc_msgSend_572 = __objc_msgSend_572Ptr.asFunction< + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_580 = __objc_msgSend_580Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -15929,17 +16491,17 @@ class PedometerBindings { int, ffi.Pointer, ffi.Pointer, - ffi.Pointer<__va_list_tag>)>(); + ffi.Pointer)>(); late final _sel_localizedAttributedStringWithFormat_context_1 = _registerName1("localizedAttributedStringWithFormat:context:"); - instancetype _objc_msgSend_573( + instancetype _objc_msgSend_581( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer format, ffi.Pointer context, ) { - return __objc_msgSend_573( + return __objc_msgSend_581( obj, sel, format, @@ -15947,27 +16509,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_573Ptr = _lookup< + late final __objc_msgSend_581Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_573 = __objc_msgSend_573Ptr.asFunction< + late final __objc_msgSend_581 = __objc_msgSend_581Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_localizedAttributedStringWithFormat_options_context_1 = _registerName1("localizedAttributedStringWithFormat:options:context:"); - instancetype _objc_msgSend_574( + instancetype _objc_msgSend_582( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer format, int options, ffi.Pointer context, ) { - return __objc_msgSend_574( + return __objc_msgSend_582( obj, sel, format, @@ -15976,7 +16538,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_574Ptr = _lookup< + late final __objc_msgSend_582Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -15984,40 +16546,40 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_574 = __objc_msgSend_574Ptr.asFunction< + late final __objc_msgSend_582 = __objc_msgSend_582Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); late final _sel_attributedStringByInflectingString1 = _registerName1("attributedStringByInflectingString"); - ffi.Pointer _objc_msgSend_575( + ffi.Pointer _objc_msgSend_583( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_575( + return __objc_msgSend_583( obj, sel, ); } - late final __objc_msgSend_575Ptr = _lookup< + late final __objc_msgSend_583Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_575 = __objc_msgSend_575Ptr.asFunction< + late final __objc_msgSend_583 = __objc_msgSend_583Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_localizedAttributedStringForKey_value_table_1 = _registerName1("localizedAttributedStringForKey:value:table:"); - ffi.Pointer _objc_msgSend_576( + ffi.Pointer _objc_msgSend_584( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ffi.Pointer value, ffi.Pointer tableName, ) { - return __objc_msgSend_576( + return __objc_msgSend_584( obj, sel, key, @@ -16026,7 +16588,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_576Ptr = _lookup< + late final __objc_msgSend_584Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -16034,7 +16596,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_576 = __objc_msgSend_576Ptr.asFunction< + late final __objc_msgSend_584 = __objc_msgSend_584Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -16059,13 +16621,13 @@ class PedometerBindings { _registerName1("preferredLocalizationsFromArray:"); late final _sel_preferredLocalizationsFromArray_forPreferences_1 = _registerName1("preferredLocalizationsFromArray:forPreferences:"); - ffi.Pointer _objc_msgSend_577( + ffi.Pointer _objc_msgSend_585( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer localizationsArray, ffi.Pointer preferencesArray, ) { - return __objc_msgSend_577( + return __objc_msgSend_585( obj, sel, localizationsArray, @@ -16073,14 +16635,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_577Ptr = _lookup< + late final __objc_msgSend_585Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_577 = __objc_msgSend_577Ptr.asFunction< + late final __objc_msgSend_585 = __objc_msgSend_585Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -16091,13 +16653,13 @@ class PedometerBindings { _registerName1("executableArchitectures"); late final _sel_setPreservationPriority_forTags_1 = _registerName1("setPreservationPriority:forTags:"); - void _objc_msgSend_578( + void _objc_msgSend_586( ffi.Pointer obj, ffi.Pointer sel, double priority, ffi.Pointer tags, ) { - return __objc_msgSend_578( + return __objc_msgSend_586( obj, sel, priority, @@ -16105,11 +16667,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_578Ptr = _lookup< + late final __objc_msgSend_586Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Double, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_578 = __objc_msgSend_578Ptr.asFunction< + late final __objc_msgSend_586 = __objc_msgSend_586Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, double, ffi.Pointer)>(); @@ -16119,13 +16681,13 @@ class PedometerBindings { _getClass1("NSMutableAttributedString"); late final _sel_setAttributes_range_1 = _registerName1("setAttributes:range:"); - void _objc_msgSend_579( + void _objc_msgSend_587( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer attrs, _NSRange range, ) { - return __objc_msgSend_579( + return __objc_msgSend_587( obj, sel, attrs, @@ -16133,43 +16695,43 @@ class PedometerBindings { ); } - late final __objc_msgSend_579Ptr = _lookup< + late final __objc_msgSend_587Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_579 = __objc_msgSend_579Ptr.asFunction< + late final __objc_msgSend_587 = __objc_msgSend_587Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_mutableString1 = _registerName1("mutableString"); - ffi.Pointer _objc_msgSend_580( + ffi.Pointer _objc_msgSend_588( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_580( + return __objc_msgSend_588( obj, sel, ); } - late final __objc_msgSend_580Ptr = _lookup< + late final __objc_msgSend_588Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_580 = __objc_msgSend_580Ptr.asFunction< + late final __objc_msgSend_588 = __objc_msgSend_588Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_addAttribute_value_range_1 = _registerName1("addAttribute:value:range:"); - void _objc_msgSend_581( + void _objc_msgSend_589( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer name, ffi.Pointer value, _NSRange range, ) { - return __objc_msgSend_581( + return __objc_msgSend_589( obj, sel, name, @@ -16178,7 +16740,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_581Ptr = _lookup< + late final __objc_msgSend_589Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -16186,19 +16748,19 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_581 = __objc_msgSend_581Ptr.asFunction< + late final __objc_msgSend_589 = __objc_msgSend_589Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_addAttributes_range_1 = _registerName1("addAttributes:range:"); - void _objc_msgSend_582( + void _objc_msgSend_590( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer attrs, _NSRange range, ) { - return __objc_msgSend_582( + return __objc_msgSend_590( obj, sel, attrs, @@ -16206,23 +16768,23 @@ class PedometerBindings { ); } - late final __objc_msgSend_582Ptr = _lookup< + late final __objc_msgSend_590Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_582 = __objc_msgSend_582Ptr.asFunction< + late final __objc_msgSend_590 = __objc_msgSend_590Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_removeAttribute_range_1 = _registerName1("removeAttribute:range:"); - void _objc_msgSend_583( + void _objc_msgSend_591( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer name, _NSRange range, ) { - return __objc_msgSend_583( + return __objc_msgSend_591( obj, sel, name, @@ -16230,23 +16792,23 @@ class PedometerBindings { ); } - late final __objc_msgSend_583Ptr = _lookup< + late final __objc_msgSend_591Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_583 = __objc_msgSend_583Ptr.asFunction< + late final __objc_msgSend_591 = __objc_msgSend_591Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_replaceCharactersInRange_withAttributedString_1 = _registerName1("replaceCharactersInRange:withAttributedString:"); - void _objc_msgSend_584( + void _objc_msgSend_592( ffi.Pointer obj, ffi.Pointer sel, _NSRange range, ffi.Pointer attrString, ) { - return __objc_msgSend_584( + return __objc_msgSend_592( obj, sel, range, @@ -16254,23 +16816,23 @@ class PedometerBindings { ); } - late final __objc_msgSend_584Ptr = _lookup< + late final __objc_msgSend_592Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_584 = __objc_msgSend_584Ptr.asFunction< + late final __objc_msgSend_592 = __objc_msgSend_592Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_insertAttributedString_atIndex_1 = _registerName1("insertAttributedString:atIndex:"); - void _objc_msgSend_585( + void _objc_msgSend_593( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer attrString, int loc, ) { - return __objc_msgSend_585( + return __objc_msgSend_593( obj, sel, attrString, @@ -16278,33 +16840,33 @@ class PedometerBindings { ); } - late final __objc_msgSend_585Ptr = _lookup< + late final __objc_msgSend_593Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_585 = __objc_msgSend_585Ptr.asFunction< + late final __objc_msgSend_593 = __objc_msgSend_593Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_appendAttributedString_1 = _registerName1("appendAttributedString:"); - void _objc_msgSend_586( + void _objc_msgSend_594( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer attrString, ) { - return __objc_msgSend_586( + return __objc_msgSend_594( obj, sel, attrString, ); } - late final __objc_msgSend_586Ptr = _lookup< + late final __objc_msgSend_594Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_586 = __objc_msgSend_586Ptr.asFunction< + late final __objc_msgSend_594 = __objc_msgSend_594Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -16318,256 +16880,15 @@ class PedometerBindings { late final _class_NSFormatter1 = _getClass1("NSFormatter"); late final _sel_stringForObjectValue_1 = _registerName1("stringForObjectValue:"); - ffi.Pointer _objc_msgSend_587( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer obj1, - ) { - return __objc_msgSend_587( - obj, - sel, - obj1, - ); - } - - late final __objc_msgSend_587Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_587 = __objc_msgSend_587Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_attributedStringForObjectValue_withDefaultAttributes_1 = - _registerName1("attributedStringForObjectValue:withDefaultAttributes:"); - ffi.Pointer _objc_msgSend_588( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer obj1, - ffi.Pointer attrs, - ) { - return __objc_msgSend_588( - obj, - sel, - obj1, - attrs, - ); - } - - late final __objc_msgSend_588Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_588 = __objc_msgSend_588Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_editingStringForObjectValue_1 = - _registerName1("editingStringForObjectValue:"); - late final _sel_getObjectValue_forString_errorDescription_1 = - _registerName1("getObjectValue:forString:errorDescription:"); - bool _objc_msgSend_589( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> obj1, - ffi.Pointer string, - ffi.Pointer> error, - ) { - return __objc_msgSend_589( - obj, - sel, - obj1, - string, - error, - ); - } - - late final __objc_msgSend_589Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>, - ffi.Pointer, - ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_589 = __objc_msgSend_589Ptr.asFunction< - bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>, - ffi.Pointer, - ffi.Pointer>)>(); - - late final _sel_isPartialStringValid_newEditingString_errorDescription_1 = - _registerName1("isPartialStringValid:newEditingString:errorDescription:"); - bool _objc_msgSend_590( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer partialString, - ffi.Pointer> newString, - ffi.Pointer> error, - ) { - return __objc_msgSend_590( - obj, - sel, - partialString, - newString, - error, - ); - } - - late final __objc_msgSend_590Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>, - ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_590 = __objc_msgSend_590Ptr.asFunction< - bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>, - ffi.Pointer>)>(); - - late final _sel_isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_1 = - _registerName1( - "isPartialStringValid:proposedSelectedRange:originalString:originalSelectedRange:errorDescription:"); - bool _objc_msgSend_591( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> partialStringPtr, - ffi.Pointer<_NSRange> proposedSelRangePtr, - ffi.Pointer origString, - _NSRange origSelRange, - ffi.Pointer> error, - ) { - return __objc_msgSend_591( - obj, - sel, - partialStringPtr, - proposedSelRangePtr, - origString, - origSelRange, - error, - ); - } - - late final __objc_msgSend_591Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>, - ffi.Pointer<_NSRange>, - ffi.Pointer, - _NSRange, - ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_591 = __objc_msgSend_591Ptr.asFunction< - bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>, - ffi.Pointer<_NSRange>, - ffi.Pointer, - _NSRange, - ffi.Pointer>)>(); - - late final _sel_formattingContext1 = _registerName1("formattingContext"); - int _objc_msgSend_592( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_592( - obj, - sel, - ); - } - - late final __objc_msgSend_592Ptr = _lookup< - ffi.NativeFunction< - ffi.Int32 Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_592 = __objc_msgSend_592Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer)>(); - - late final _sel_setFormattingContext_1 = - _registerName1("setFormattingContext:"); - void _objc_msgSend_593( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { - return __objc_msgSend_593( - obj, - sel, - value, - ); - } - - late final __objc_msgSend_593Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_593 = __objc_msgSend_593Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, int)>(); - - late final _sel_getObjectValue_forString_range_error_1 = - _registerName1("getObjectValue:forString:range:error:"); - bool _objc_msgSend_594( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> obj1, - ffi.Pointer string, - ffi.Pointer<_NSRange> rangep, - ffi.Pointer> error, - ) { - return __objc_msgSend_594( - obj, - sel, - obj1, - string, - rangep, - error, - ); - } - - late final __objc_msgSend_594Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>, - ffi.Pointer, - ffi.Pointer<_NSRange>, - ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_594 = __objc_msgSend_594Ptr.asFunction< - bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>, - ffi.Pointer, - ffi.Pointer<_NSRange>, - ffi.Pointer>)>(); - - late final _sel_stringFromDate_1 = _registerName1("stringFromDate:"); ffi.Pointer _objc_msgSend_595( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer date, + ffi.Pointer obj1, ) { return __objc_msgSend_595( obj, sel, - date, + obj1, ); } @@ -16579,37 +16900,278 @@ class PedometerBindings { ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); - late final _sel_dateFromString_1 = _registerName1("dateFromString:"); + late final _sel_attributedStringForObjectValue_withDefaultAttributes_1 = + _registerName1("attributedStringForObjectValue:withDefaultAttributes:"); ffi.Pointer _objc_msgSend_596( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer obj1, + ffi.Pointer attrs, + ) { + return __objc_msgSend_596( + obj, + sel, + obj1, + attrs, + ); + } + + late final __objc_msgSend_596Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_596 = __objc_msgSend_596Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_editingStringForObjectValue_1 = + _registerName1("editingStringForObjectValue:"); + late final _sel_getObjectValue_forString_errorDescription_1 = + _registerName1("getObjectValue:forString:errorDescription:"); + bool _objc_msgSend_597( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> obj1, + ffi.Pointer string, + ffi.Pointer> error, + ) { + return __objc_msgSend_597( + obj, + sel, + obj1, + string, + error, + ); + } + + late final __objc_msgSend_597Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>, + ffi.Pointer, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_597 = __objc_msgSend_597Ptr.asFunction< + bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>, + ffi.Pointer, + ffi.Pointer>)>(); + + late final _sel_isPartialStringValid_newEditingString_errorDescription_1 = + _registerName1("isPartialStringValid:newEditingString:errorDescription:"); + bool _objc_msgSend_598( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer partialString, + ffi.Pointer> newString, + ffi.Pointer> error, + ) { + return __objc_msgSend_598( + obj, + sel, + partialString, + newString, + error, + ); + } + + late final __objc_msgSend_598Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_598 = __objc_msgSend_598Ptr.asFunction< + bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>, + ffi.Pointer>)>(); + + late final _sel_isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_1 = + _registerName1( + "isPartialStringValid:proposedSelectedRange:originalString:originalSelectedRange:errorDescription:"); + bool _objc_msgSend_599( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> partialStringPtr, + ffi.Pointer<_NSRange> proposedSelRangePtr, + ffi.Pointer origString, + _NSRange origSelRange, + ffi.Pointer> error, + ) { + return __objc_msgSend_599( + obj, + sel, + partialStringPtr, + proposedSelRangePtr, + origString, + origSelRange, + error, + ); + } + + late final __objc_msgSend_599Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>, + ffi.Pointer<_NSRange>, + ffi.Pointer, + _NSRange, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_599 = __objc_msgSend_599Ptr.asFunction< + bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>, + ffi.Pointer<_NSRange>, + ffi.Pointer, + _NSRange, + ffi.Pointer>)>(); + + late final _sel_formattingContext1 = _registerName1("formattingContext"); + int _objc_msgSend_600( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_600( + obj, + sel, + ); + } + + late final __objc_msgSend_600Ptr = _lookup< + ffi.NativeFunction< + ffi.Int32 Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_600 = __objc_msgSend_600Ptr.asFunction< + int Function(ffi.Pointer, ffi.Pointer)>(); + + late final _sel_setFormattingContext_1 = + _registerName1("setFormattingContext:"); + void _objc_msgSend_601( + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { + return __objc_msgSend_601( + obj, + sel, + value, + ); + } + + late final __objc_msgSend_601Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Int32)>>('objc_msgSend'); + late final __objc_msgSend_601 = __objc_msgSend_601Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, int)>(); + + late final _sel_getObjectValue_forString_range_error_1 = + _registerName1("getObjectValue:forString:range:error:"); + bool _objc_msgSend_602( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> obj1, + ffi.Pointer string, + ffi.Pointer<_NSRange> rangep, + ffi.Pointer> error, + ) { + return __objc_msgSend_602( + obj, + sel, + obj1, + string, + rangep, + error, + ); + } + + late final __objc_msgSend_602Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>, + ffi.Pointer, + ffi.Pointer<_NSRange>, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_602 = __objc_msgSend_602Ptr.asFunction< + bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>, + ffi.Pointer, + ffi.Pointer<_NSRange>, + ffi.Pointer>)>(); + + late final _sel_stringFromDate_1 = _registerName1("stringFromDate:"); + ffi.Pointer _objc_msgSend_603( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + ) { + return __objc_msgSend_603( + obj, + sel, + date, + ); + } + + late final __objc_msgSend_603Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_603 = __objc_msgSend_603Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_dateFromString_1 = _registerName1("dateFromString:"); + ffi.Pointer _objc_msgSend_604( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, ) { - return __objc_msgSend_596( + return __objc_msgSend_604( obj, sel, string, ); } - late final __objc_msgSend_596Ptr = _lookup< + late final __objc_msgSend_604Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_596 = __objc_msgSend_596Ptr.asFunction< + late final __objc_msgSend_604 = __objc_msgSend_604Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_localizedStringFromDate_dateStyle_timeStyle_1 = _registerName1("localizedStringFromDate:dateStyle:timeStyle:"); - ffi.Pointer _objc_msgSend_597( + ffi.Pointer _objc_msgSend_605( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer date, int dstyle, int tstyle, ) { - return __objc_msgSend_597( + return __objc_msgSend_605( obj, sel, date, @@ -16618,7 +17180,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_597Ptr = _lookup< + late final __objc_msgSend_605Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -16626,20 +17188,20 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_597 = __objc_msgSend_597Ptr.asFunction< + late final __objc_msgSend_605 = __objc_msgSend_605Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, int)>(); late final _sel_dateFormatFromTemplate_options_locale_1 = _registerName1("dateFormatFromTemplate:options:locale:"); - ffi.Pointer _objc_msgSend_598( + ffi.Pointer _objc_msgSend_606( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer tmplate, int opts, ffi.Pointer locale, ) { - return __objc_msgSend_598( + return __objc_msgSend_606( obj, sel, tmplate, @@ -16648,7 +17210,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_598Ptr = _lookup< + late final __objc_msgSend_606Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -16656,7 +17218,7 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_598 = __objc_msgSend_598Ptr.asFunction< + late final __objc_msgSend_606 = __objc_msgSend_606Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -16666,42 +17228,42 @@ class PedometerBindings { late final _sel_defaultFormatterBehavior1 = _registerName1("defaultFormatterBehavior"); - int _objc_msgSend_599( + int _objc_msgSend_607( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_599( + return __objc_msgSend_607( obj, sel, ); } - late final __objc_msgSend_599Ptr = _lookup< + late final __objc_msgSend_607Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_599 = __objc_msgSend_599Ptr.asFunction< + late final __objc_msgSend_607 = __objc_msgSend_607Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setDefaultFormatterBehavior_1 = _registerName1("setDefaultFormatterBehavior:"); - void _objc_msgSend_600( + void _objc_msgSend_608( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_600( + return __objc_msgSend_608( obj, sel, value, ); } - late final __objc_msgSend_600Ptr = _lookup< + late final __objc_msgSend_608Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_600 = __objc_msgSend_600Ptr.asFunction< + late final __objc_msgSend_608 = __objc_msgSend_608Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setLocalizedDateFormatFromTemplate_1 = @@ -16709,64 +17271,64 @@ class PedometerBindings { late final _sel_dateFormat1 = _registerName1("dateFormat"); late final _sel_setDateFormat_1 = _registerName1("setDateFormat:"); late final _sel_dateStyle1 = _registerName1("dateStyle"); - int _objc_msgSend_601( + int _objc_msgSend_609( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_601( + return __objc_msgSend_609( obj, sel, ); } - late final __objc_msgSend_601Ptr = _lookup< + late final __objc_msgSend_609Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_601 = __objc_msgSend_601Ptr.asFunction< + late final __objc_msgSend_609 = __objc_msgSend_609Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setDateStyle_1 = _registerName1("setDateStyle:"); - void _objc_msgSend_602( + void _objc_msgSend_610( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_602( + return __objc_msgSend_610( obj, sel, value, ); } - late final __objc_msgSend_602Ptr = _lookup< + late final __objc_msgSend_610Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_602 = __objc_msgSend_602Ptr.asFunction< + late final __objc_msgSend_610 = __objc_msgSend_610Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_timeStyle1 = _registerName1("timeStyle"); late final _sel_setTimeStyle_1 = _registerName1("setTimeStyle:"); late final _sel_locale1 = _registerName1("locale"); late final _sel_setLocale_1 = _registerName1("setLocale:"); - void _objc_msgSend_603( + void _objc_msgSend_611( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_603( + return __objc_msgSend_611( obj, sel, value, ); } - late final __objc_msgSend_603Ptr = _lookup< + late final __objc_msgSend_611Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_603 = __objc_msgSend_603Ptr.asFunction< + late final __objc_msgSend_611 = __objc_msgSend_611Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -16780,45 +17342,45 @@ class PedometerBindings { late final _class_NSTimeZone1 = _getClass1("NSTimeZone"); late final _sel_secondsFromGMTForDate_1 = _registerName1("secondsFromGMTForDate:"); - int _objc_msgSend_604( + int _objc_msgSend_612( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aDate, ) { - return __objc_msgSend_604( + return __objc_msgSend_612( obj, sel, aDate, ); } - late final __objc_msgSend_604Ptr = _lookup< + late final __objc_msgSend_612Ptr = _lookup< ffi.NativeFunction< ffi.Long Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_604 = __objc_msgSend_604Ptr.asFunction< + late final __objc_msgSend_612 = __objc_msgSend_612Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_abbreviationForDate_1 = _registerName1("abbreviationForDate:"); - ffi.Pointer _objc_msgSend_605( + ffi.Pointer _objc_msgSend_613( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aDate, ) { - return __objc_msgSend_605( + return __objc_msgSend_613( obj, sel, aDate, ); } - late final __objc_msgSend_605Ptr = _lookup< + late final __objc_msgSend_613Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_605 = __objc_msgSend_605Ptr.asFunction< + late final __objc_msgSend_613 = __objc_msgSend_613Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -16828,65 +17390,65 @@ class PedometerBindings { _registerName1("daylightSavingTimeOffsetForDate:"); late final _sel_nextDaylightSavingTimeTransitionAfterDate_1 = _registerName1("nextDaylightSavingTimeTransitionAfterDate:"); - ffi.Pointer _objc_msgSend_606( + ffi.Pointer _objc_msgSend_614( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aDate, ) { - return __objc_msgSend_606( + return __objc_msgSend_614( obj, sel, aDate, ); } - late final __objc_msgSend_606Ptr = _lookup< + late final __objc_msgSend_614Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_606 = __objc_msgSend_606Ptr.asFunction< + late final __objc_msgSend_614 = __objc_msgSend_614Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_systemTimeZone1 = _registerName1("systemTimeZone"); - ffi.Pointer _objc_msgSend_607( + ffi.Pointer _objc_msgSend_615( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_607( + return __objc_msgSend_615( obj, sel, ); } - late final __objc_msgSend_607Ptr = _lookup< + late final __objc_msgSend_615Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_607 = __objc_msgSend_607Ptr.asFunction< + late final __objc_msgSend_615 = __objc_msgSend_615Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_resetSystemTimeZone1 = _registerName1("resetSystemTimeZone"); late final _sel_defaultTimeZone1 = _registerName1("defaultTimeZone"); late final _sel_setDefaultTimeZone_1 = _registerName1("setDefaultTimeZone:"); - void _objc_msgSend_608( + void _objc_msgSend_616( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_608( + return __objc_msgSend_616( obj, sel, value, ); } - late final __objc_msgSend_608Ptr = _lookup< + late final __objc_msgSend_616Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_608 = __objc_msgSend_608Ptr.asFunction< + late final __objc_msgSend_616 = __objc_msgSend_616Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -16896,203 +17458,6 @@ class PedometerBindings { _registerName1("abbreviationDictionary"); late final _sel_setAbbreviationDictionary_1 = _registerName1("setAbbreviationDictionary:"); - void _objc_msgSend_609( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { - return __objc_msgSend_609( - obj, - sel, - value, - ); - } - - late final __objc_msgSend_609Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_609 = __objc_msgSend_609Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_timeZoneDataVersion1 = _registerName1("timeZoneDataVersion"); - late final _sel_secondsFromGMT1 = _registerName1("secondsFromGMT"); - late final _sel_abbreviation1 = _registerName1("abbreviation"); - late final _sel_isDaylightSavingTime1 = - _registerName1("isDaylightSavingTime"); - late final _sel_daylightSavingTimeOffset1 = - _registerName1("daylightSavingTimeOffset"); - late final _sel_nextDaylightSavingTimeTransition1 = - _registerName1("nextDaylightSavingTimeTransition"); - late final _sel_isEqualToTimeZone_1 = _registerName1("isEqualToTimeZone:"); - bool _objc_msgSend_610( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aTimeZone, - ) { - return __objc_msgSend_610( - obj, - sel, - aTimeZone, - ); - } - - late final __objc_msgSend_610Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_610 = __objc_msgSend_610Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_localizedName_locale_1 = - _registerName1("localizedName:locale:"); - ffi.Pointer _objc_msgSend_611( - ffi.Pointer obj, - ffi.Pointer sel, - int style, - ffi.Pointer locale, - ) { - return __objc_msgSend_611( - obj, - sel, - style, - locale, - ); - } - - late final __objc_msgSend_611Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Int32, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_611 = __objc_msgSend_611Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, int, ffi.Pointer)>(); - - late final _sel_timeZoneWithName_1 = _registerName1("timeZoneWithName:"); - late final _sel_timeZoneWithName_data_1 = - _registerName1("timeZoneWithName:data:"); - instancetype _objc_msgSend_612( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer tzName, - ffi.Pointer aData, - ) { - return __objc_msgSend_612( - obj, - sel, - tzName, - aData, - ); - } - - late final __objc_msgSend_612Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_612 = __objc_msgSend_612Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_initWithName_1 = _registerName1("initWithName:"); - late final _sel_initWithName_data_1 = _registerName1("initWithName:data:"); - late final _sel_timeZoneForSecondsFromGMT_1 = - _registerName1("timeZoneForSecondsFromGMT:"); - instancetype _objc_msgSend_613( - ffi.Pointer obj, - ffi.Pointer sel, - int seconds, - ) { - return __objc_msgSend_613( - obj, - sel, - seconds, - ); - } - - late final __objc_msgSend_613Ptr = _lookup< - ffi.NativeFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Long)>>('objc_msgSend'); - late final __objc_msgSend_613 = __objc_msgSend_613Ptr.asFunction< - instancetype Function( - ffi.Pointer, ffi.Pointer, int)>(); - - late final _sel_timeZoneWithAbbreviation_1 = - _registerName1("timeZoneWithAbbreviation:"); - late final _sel_timeZone1 = _registerName1("timeZone"); - late final _sel_setTimeZone_1 = _registerName1("setTimeZone:"); - late final _class_NSCalendar1 = _getClass1("NSCalendar"); - late final _sel_currentCalendar1 = _registerName1("currentCalendar"); - ffi.Pointer _objc_msgSend_614( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_614( - obj, - sel, - ); - } - - late final __objc_msgSend_614Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_614 = __objc_msgSend_614Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_autoupdatingCurrentCalendar1 = - _registerName1("autoupdatingCurrentCalendar"); - late final _sel_calendarWithIdentifier_1 = - _registerName1("calendarWithIdentifier:"); - ffi.Pointer _objc_msgSend_615( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer calendarIdentifierConstant, - ) { - return __objc_msgSend_615( - obj, - sel, - calendarIdentifierConstant, - ); - } - - late final __objc_msgSend_615Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_615 = __objc_msgSend_615Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_initWithCalendarIdentifier_1 = - _registerName1("initWithCalendarIdentifier:"); - ffi.Pointer _objc_msgSend_616( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_616( - obj, - sel, - ); - } - - late final __objc_msgSend_616Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_616 = __objc_msgSend_616Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>(); - void _objc_msgSend_617( ffi.Pointer obj, ffi.Pointer sel, @@ -17113,6 +17478,203 @@ class PedometerBindings { void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); + late final _sel_timeZoneDataVersion1 = _registerName1("timeZoneDataVersion"); + late final _sel_secondsFromGMT1 = _registerName1("secondsFromGMT"); + late final _sel_abbreviation1 = _registerName1("abbreviation"); + late final _sel_isDaylightSavingTime1 = + _registerName1("isDaylightSavingTime"); + late final _sel_daylightSavingTimeOffset1 = + _registerName1("daylightSavingTimeOffset"); + late final _sel_nextDaylightSavingTimeTransition1 = + _registerName1("nextDaylightSavingTimeTransition"); + late final _sel_isEqualToTimeZone_1 = _registerName1("isEqualToTimeZone:"); + bool _objc_msgSend_618( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aTimeZone, + ) { + return __objc_msgSend_618( + obj, + sel, + aTimeZone, + ); + } + + late final __objc_msgSend_618Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_618 = __objc_msgSend_618Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_localizedName_locale_1 = + _registerName1("localizedName:locale:"); + ffi.Pointer _objc_msgSend_619( + ffi.Pointer obj, + ffi.Pointer sel, + int style, + ffi.Pointer locale, + ) { + return __objc_msgSend_619( + obj, + sel, + style, + locale, + ); + } + + late final __objc_msgSend_619Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Int32, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_619 = __objc_msgSend_619Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, int, ffi.Pointer)>(); + + late final _sel_timeZoneWithName_1 = _registerName1("timeZoneWithName:"); + late final _sel_timeZoneWithName_data_1 = + _registerName1("timeZoneWithName:data:"); + instancetype _objc_msgSend_620( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer tzName, + ffi.Pointer aData, + ) { + return __objc_msgSend_620( + obj, + sel, + tzName, + aData, + ); + } + + late final __objc_msgSend_620Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_620 = __objc_msgSend_620Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_initWithName_1 = _registerName1("initWithName:"); + late final _sel_initWithName_data_1 = _registerName1("initWithName:data:"); + late final _sel_timeZoneForSecondsFromGMT_1 = + _registerName1("timeZoneForSecondsFromGMT:"); + instancetype _objc_msgSend_621( + ffi.Pointer obj, + ffi.Pointer sel, + int seconds, + ) { + return __objc_msgSend_621( + obj, + sel, + seconds, + ); + } + + late final __objc_msgSend_621Ptr = _lookup< + ffi.NativeFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Long)>>('objc_msgSend'); + late final __objc_msgSend_621 = __objc_msgSend_621Ptr.asFunction< + instancetype Function( + ffi.Pointer, ffi.Pointer, int)>(); + + late final _sel_timeZoneWithAbbreviation_1 = + _registerName1("timeZoneWithAbbreviation:"); + late final _sel_timeZone1 = _registerName1("timeZone"); + late final _sel_setTimeZone_1 = _registerName1("setTimeZone:"); + late final _class_NSCalendar1 = _getClass1("NSCalendar"); + late final _sel_currentCalendar1 = _registerName1("currentCalendar"); + ffi.Pointer _objc_msgSend_622( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_622( + obj, + sel, + ); + } + + late final __objc_msgSend_622Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_622 = __objc_msgSend_622Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_autoupdatingCurrentCalendar1 = + _registerName1("autoupdatingCurrentCalendar"); + late final _sel_calendarWithIdentifier_1 = + _registerName1("calendarWithIdentifier:"); + ffi.Pointer _objc_msgSend_623( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer calendarIdentifierConstant, + ) { + return __objc_msgSend_623( + obj, + sel, + calendarIdentifierConstant, + ); + } + + late final __objc_msgSend_623Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_623 = __objc_msgSend_623Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_initWithCalendarIdentifier_1 = + _registerName1("initWithCalendarIdentifier:"); + ffi.Pointer _objc_msgSend_624( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_624( + obj, + sel, + ); + } + + late final __objc_msgSend_624Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_624 = __objc_msgSend_624Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); + + void _objc_msgSend_625( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { + return __objc_msgSend_625( + obj, + sel, + value, + ); + } + + late final __objc_msgSend_625Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_625 = __objc_msgSend_625Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + late final _sel_firstWeekday1 = _registerName1("firstWeekday"); late final _sel_setFirstWeekday_1 = _registerName1("setFirstWeekday:"); late final _sel_minimumDaysInFirstWeek1 = @@ -17150,13 +17712,32 @@ class PedometerBindings { late final _sel_AMSymbol1 = _registerName1("AMSymbol"); late final _sel_PMSymbol1 = _registerName1("PMSymbol"); late final _sel_minimumRangeOfUnit_1 = _registerName1("minimumRangeOfUnit:"); - void _objc_msgSend_618( + _NSRange _objc_msgSend_626( + ffi.Pointer obj, + ffi.Pointer sel, + int unit, + ) { + return __objc_msgSend_626( + obj, + sel, + unit, + ); + } + + late final __objc_msgSend_626Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Int32)>>('objc_msgSend'); + late final __objc_msgSend_626 = __objc_msgSend_626Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, int)>(); + + void _objc_msgSend_626_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, int unit, ) { - return __objc_msgSend_618( + return __objc_msgSend_626_stret( stret, obj, sel, @@ -17164,18 +17745,42 @@ class PedometerBindings { ); } - late final __objc_msgSend_618Ptr = _lookup< + late final __objc_msgSend_626_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend_stret'); - late final __objc_msgSend_618 = __objc_msgSend_618Ptr.asFunction< + late final __objc_msgSend_626_stret = __objc_msgSend_626_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_maximumRangeOfUnit_1 = _registerName1("maximumRangeOfUnit:"); late final _sel_rangeOfUnit_inUnit_forDate_1 = _registerName1("rangeOfUnit:inUnit:forDate:"); - void _objc_msgSend_619( + _NSRange _objc_msgSend_627( + ffi.Pointer obj, + ffi.Pointer sel, + int smaller, + int larger, + ffi.Pointer date, + ) { + return __objc_msgSend_627( + obj, + sel, + smaller, + larger, + date, + ); + } + + late final __objc_msgSend_627Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Int32, ffi.Int32, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_627 = __objc_msgSend_627Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, int, int, + ffi.Pointer)>(); + + void _objc_msgSend_627_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, @@ -17183,7 +17788,7 @@ class PedometerBindings { int larger, ffi.Pointer date, ) { - return __objc_msgSend_619( + return __objc_msgSend_627_stret( stret, obj, sel, @@ -17193,7 +17798,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_619Ptr = _lookup< + late final __objc_msgSend_627_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer<_NSRange>, @@ -17202,20 +17807,20 @@ class PedometerBindings { ffi.Int32, ffi.Int32, ffi.Pointer)>>('objc_msgSend_stret'); - late final __objc_msgSend_619 = __objc_msgSend_619Ptr.asFunction< + late final __objc_msgSend_627_stret = __objc_msgSend_627_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, int, int, ffi.Pointer)>(); late final _sel_ordinalityOfUnit_inUnit_forDate_1 = _registerName1("ordinalityOfUnit:inUnit:forDate:"); - int _objc_msgSend_620( + int _objc_msgSend_628( ffi.Pointer obj, ffi.Pointer sel, int smaller, int larger, ffi.Pointer date, ) { - return __objc_msgSend_620( + return __objc_msgSend_628( obj, sel, smaller, @@ -17224,7 +17829,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_620Ptr = _lookup< + late final __objc_msgSend_628Ptr = _lookup< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, @@ -17232,13 +17837,13 @@ class PedometerBindings { ffi.Int32, ffi.Int32, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_620 = __objc_msgSend_620Ptr.asFunction< + late final __objc_msgSend_628 = __objc_msgSend_628Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, int, int, ffi.Pointer)>(); late final _sel_rangeOfUnit_startDate_interval_forDate_1 = _registerName1("rangeOfUnit:startDate:interval:forDate:"); - bool _objc_msgSend_621( + bool _objc_msgSend_629( ffi.Pointer obj, ffi.Pointer sel, int unit, @@ -17246,7 +17851,7 @@ class PedometerBindings { ffi.Pointer tip, ffi.Pointer date, ) { - return __objc_msgSend_621( + return __objc_msgSend_629( obj, sel, unit, @@ -17256,7 +17861,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_621Ptr = _lookup< + late final __objc_msgSend_629Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -17265,7 +17870,7 @@ class PedometerBindings { ffi.Pointer>, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_621 = __objc_msgSend_621Ptr.asFunction< + late final __objc_msgSend_629 = __objc_msgSend_629Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -17276,102 +17881,102 @@ class PedometerBindings { late final _class_NSDateComponents1 = _getClass1("NSDateComponents"); late final _sel_calendar1 = _registerName1("calendar"); - ffi.Pointer _objc_msgSend_622( + ffi.Pointer _objc_msgSend_630( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_622( + return __objc_msgSend_630( obj, sel, ); } - late final __objc_msgSend_622Ptr = _lookup< + late final __objc_msgSend_630Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_622 = __objc_msgSend_622Ptr.asFunction< + late final __objc_msgSend_630 = __objc_msgSend_630Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_setCalendar_1 = _registerName1("setCalendar:"); - void _objc_msgSend_623( + void _objc_msgSend_631( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_623( + return __objc_msgSend_631( obj, sel, value, ); } - late final __objc_msgSend_623Ptr = _lookup< + late final __objc_msgSend_631Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_623 = __objc_msgSend_623Ptr.asFunction< + late final __objc_msgSend_631 = __objc_msgSend_631Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); - ffi.Pointer _objc_msgSend_624( + ffi.Pointer _objc_msgSend_632( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_624( + return __objc_msgSend_632( obj, sel, ); } - late final __objc_msgSend_624Ptr = _lookup< + late final __objc_msgSend_632Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_624 = __objc_msgSend_624Ptr.asFunction< + late final __objc_msgSend_632 = __objc_msgSend_632Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); - void _objc_msgSend_625( + void _objc_msgSend_633( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_625( + return __objc_msgSend_633( obj, sel, value, ); } - late final __objc_msgSend_625Ptr = _lookup< + late final __objc_msgSend_633Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_625 = __objc_msgSend_625Ptr.asFunction< + late final __objc_msgSend_633 = __objc_msgSend_633Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_era1 = _registerName1("era"); late final _sel_setEra_1 = _registerName1("setEra:"); - void _objc_msgSend_626( + void _objc_msgSend_634( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_626( + return __objc_msgSend_634( obj, sel, value, ); } - late final __objc_msgSend_626Ptr = _lookup< + late final __objc_msgSend_634Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Long)>>('objc_msgSend'); - late final __objc_msgSend_626 = __objc_msgSend_626Ptr.asFunction< + late final __objc_msgSend_634 = __objc_msgSend_634Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_year1 = _registerName1("year"); @@ -17407,13 +18012,13 @@ class PedometerBindings { late final _sel_setWeek_1 = _registerName1("setWeek:"); late final _sel_setValue_forComponent_1 = _registerName1("setValue:forComponent:"); - void _objc_msgSend_627( + void _objc_msgSend_635( ffi.Pointer obj, ffi.Pointer sel, int value, int unit, ) { - return __objc_msgSend_627( + return __objc_msgSend_635( obj, sel, value, @@ -17421,86 +18026,86 @@ class PedometerBindings { ); } - late final __objc_msgSend_627Ptr = _lookup< + late final __objc_msgSend_635Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Long, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_627 = __objc_msgSend_627Ptr.asFunction< + late final __objc_msgSend_635 = __objc_msgSend_635Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, int)>(); late final _sel_valueForComponent_1 = _registerName1("valueForComponent:"); - int _objc_msgSend_628( + int _objc_msgSend_636( ffi.Pointer obj, ffi.Pointer sel, int unit, ) { - return __objc_msgSend_628( + return __objc_msgSend_636( obj, sel, unit, ); } - late final __objc_msgSend_628Ptr = _lookup< + late final __objc_msgSend_636Ptr = _lookup< ffi.NativeFunction< ffi.Long Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_628 = __objc_msgSend_628Ptr.asFunction< + late final __objc_msgSend_636 = __objc_msgSend_636Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_isValidDate1 = _registerName1("isValidDate"); late final _sel_isValidDateInCalendar_1 = _registerName1("isValidDateInCalendar:"); - bool _objc_msgSend_629( + bool _objc_msgSend_637( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer calendar, ) { - return __objc_msgSend_629( + return __objc_msgSend_637( obj, sel, calendar, ); } - late final __objc_msgSend_629Ptr = _lookup< + late final __objc_msgSend_637Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_629 = __objc_msgSend_629Ptr.asFunction< + late final __objc_msgSend_637 = __objc_msgSend_637Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_dateFromComponents_1 = _registerName1("dateFromComponents:"); - ffi.Pointer _objc_msgSend_630( + ffi.Pointer _objc_msgSend_638( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer comps, ) { - return __objc_msgSend_630( + return __objc_msgSend_638( obj, sel, comps, ); } - late final __objc_msgSend_630Ptr = _lookup< + late final __objc_msgSend_638Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_630 = __objc_msgSend_630Ptr.asFunction< + late final __objc_msgSend_638 = __objc_msgSend_638Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_components_fromDate_1 = _registerName1("components:fromDate:"); - ffi.Pointer _objc_msgSend_631( + ffi.Pointer _objc_msgSend_639( ffi.Pointer obj, ffi.Pointer sel, int unitFlags, ffi.Pointer date, ) { - return __objc_msgSend_631( + return __objc_msgSend_639( obj, sel, unitFlags, @@ -17508,27 +18113,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_631Ptr = _lookup< + late final __objc_msgSend_639Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_631 = __objc_msgSend_631Ptr.asFunction< + late final __objc_msgSend_639 = __objc_msgSend_639Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); late final _sel_dateByAddingComponents_toDate_options_1 = _registerName1("dateByAddingComponents:toDate:options:"); - ffi.Pointer _objc_msgSend_632( + ffi.Pointer _objc_msgSend_640( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer comps, ffi.Pointer date, int opts, ) { - return __objc_msgSend_632( + return __objc_msgSend_640( obj, sel, comps, @@ -17537,7 +18142,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_632Ptr = _lookup< + late final __objc_msgSend_640Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -17545,7 +18150,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_632 = __objc_msgSend_632Ptr.asFunction< + late final __objc_msgSend_640 = __objc_msgSend_640Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -17555,7 +18160,7 @@ class PedometerBindings { late final _sel_components_fromDate_toDate_options_1 = _registerName1("components:fromDate:toDate:options:"); - ffi.Pointer _objc_msgSend_633( + ffi.Pointer _objc_msgSend_641( ffi.Pointer obj, ffi.Pointer sel, int unitFlags, @@ -17563,7 +18168,7 @@ class PedometerBindings { ffi.Pointer resultDate, int opts, ) { - return __objc_msgSend_633( + return __objc_msgSend_641( obj, sel, unitFlags, @@ -17573,7 +18178,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_633Ptr = _lookup< + late final __objc_msgSend_641Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -17582,7 +18187,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_633 = __objc_msgSend_633Ptr.asFunction< + late final __objc_msgSend_641 = __objc_msgSend_641Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -17593,7 +18198,7 @@ class PedometerBindings { late final _sel_getEra_year_month_day_fromDate_1 = _registerName1("getEra:year:month:day:fromDate:"); - void _objc_msgSend_634( + void _objc_msgSend_642( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer eraValuePointer, @@ -17602,7 +18207,7 @@ class PedometerBindings { ffi.Pointer dayValuePointer, ffi.Pointer date, ) { - return __objc_msgSend_634( + return __objc_msgSend_642( obj, sel, eraValuePointer, @@ -17613,7 +18218,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_634Ptr = _lookup< + late final __objc_msgSend_642Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -17623,7 +18228,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_634 = __objc_msgSend_634Ptr.asFunction< + late final __objc_msgSend_642 = __objc_msgSend_642Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -17638,13 +18243,13 @@ class PedometerBindings { late final _sel_getHour_minute_second_nanosecond_fromDate_1 = _registerName1("getHour:minute:second:nanosecond:fromDate:"); late final _sel_component_fromDate_1 = _registerName1("component:fromDate:"); - int _objc_msgSend_635( + int _objc_msgSend_643( ffi.Pointer obj, ffi.Pointer sel, int unit, ffi.Pointer date, ) { - return __objc_msgSend_635( + return __objc_msgSend_643( obj, sel, unit, @@ -17652,18 +18257,18 @@ class PedometerBindings { ); } - late final __objc_msgSend_635Ptr = _lookup< + late final __objc_msgSend_643Ptr = _lookup< ffi.NativeFunction< ffi.Long Function(ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_635 = __objc_msgSend_635Ptr.asFunction< + late final __objc_msgSend_643 = __objc_msgSend_643Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); late final _sel_dateWithEra_year_month_day_hour_minute_second_nanosecond_1 = _registerName1( "dateWithEra:year:month:day:hour:minute:second:nanosecond:"); - ffi.Pointer _objc_msgSend_636( + ffi.Pointer _objc_msgSend_644( ffi.Pointer obj, ffi.Pointer sel, int eraValue, @@ -17675,7 +18280,7 @@ class PedometerBindings { int secondValue, int nanosecondValue, ) { - return __objc_msgSend_636( + return __objc_msgSend_644( obj, sel, eraValue, @@ -17689,7 +18294,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_636Ptr = _lookup< + late final __objc_msgSend_644Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -17702,7 +18307,7 @@ class PedometerBindings { ffi.Long, ffi.Long, ffi.Long)>>('objc_msgSend'); - late final __objc_msgSend_636 = __objc_msgSend_636Ptr.asFunction< + late final __objc_msgSend_644 = __objc_msgSend_644Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, int, int, int, int, int, int, int)>(); @@ -17712,13 +18317,13 @@ class PedometerBindings { late final _sel_startOfDayForDate_1 = _registerName1("startOfDayForDate:"); late final _sel_componentsInTimeZone_fromDate_1 = _registerName1("componentsInTimeZone:fromDate:"); - ffi.Pointer _objc_msgSend_637( + ffi.Pointer _objc_msgSend_645( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer timezone, ffi.Pointer date, ) { - return __objc_msgSend_637( + return __objc_msgSend_645( obj, sel, timezone, @@ -17726,14 +18331,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_637Ptr = _lookup< + late final __objc_msgSend_645Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_637 = __objc_msgSend_637Ptr.asFunction< + late final __objc_msgSend_645 = __objc_msgSend_645Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -17742,14 +18347,14 @@ class PedometerBindings { late final _sel_compareDate_toDate_toUnitGranularity_1 = _registerName1("compareDate:toDate:toUnitGranularity:"); - int _objc_msgSend_638( + int _objc_msgSend_646( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer date1, ffi.Pointer date2, int unit, ) { - return __objc_msgSend_638( + return __objc_msgSend_646( obj, sel, date1, @@ -17758,7 +18363,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_638Ptr = _lookup< + late final __objc_msgSend_646Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, @@ -17766,20 +18371,20 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_638 = __objc_msgSend_638Ptr.asFunction< + late final __objc_msgSend_646 = __objc_msgSend_646Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_isDate_equalToDate_toUnitGranularity_1 = _registerName1("isDate:equalToDate:toUnitGranularity:"); - bool _objc_msgSend_639( + bool _objc_msgSend_647( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer date1, ffi.Pointer date2, int unit, ) { - return __objc_msgSend_639( + return __objc_msgSend_647( obj, sel, date1, @@ -17788,7 +18393,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_639Ptr = _lookup< + late final __objc_msgSend_647Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -17796,19 +18401,19 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_639 = __objc_msgSend_639Ptr.asFunction< + late final __objc_msgSend_647 = __objc_msgSend_647Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_isDate_inSameDayAsDate_1 = _registerName1("isDate:inSameDayAsDate:"); - bool _objc_msgSend_640( + bool _objc_msgSend_648( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer date1, ffi.Pointer date2, ) { - return __objc_msgSend_640( + return __objc_msgSend_648( obj, sel, date1, @@ -17816,14 +18421,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_640Ptr = _lookup< + late final __objc_msgSend_648Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_640 = __objc_msgSend_640Ptr.asFunction< + late final __objc_msgSend_648 = __objc_msgSend_648Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -17833,14 +18438,14 @@ class PedometerBindings { late final _sel_isDateInWeekend_1 = _registerName1("isDateInWeekend:"); late final _sel_rangeOfWeekendStartDate_interval_containingDate_1 = _registerName1("rangeOfWeekendStartDate:interval:containingDate:"); - bool _objc_msgSend_641( + bool _objc_msgSend_649( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> datep, ffi.Pointer tip, ffi.Pointer date, ) { - return __objc_msgSend_641( + return __objc_msgSend_649( obj, sel, datep, @@ -17849,7 +18454,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_641Ptr = _lookup< + late final __objc_msgSend_649Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -17857,7 +18462,7 @@ class PedometerBindings { ffi.Pointer>, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_641 = __objc_msgSend_641Ptr.asFunction< + late final __objc_msgSend_649 = __objc_msgSend_649Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -17867,7 +18472,7 @@ class PedometerBindings { late final _sel_nextWeekendStartDate_interval_options_afterDate_1 = _registerName1("nextWeekendStartDate:interval:options:afterDate:"); - bool _objc_msgSend_642( + bool _objc_msgSend_650( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> datep, @@ -17875,7 +18480,7 @@ class PedometerBindings { int options, ffi.Pointer date, ) { - return __objc_msgSend_642( + return __objc_msgSend_650( obj, sel, datep, @@ -17885,7 +18490,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_642Ptr = _lookup< + late final __objc_msgSend_650Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -17894,7 +18499,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_642 = __objc_msgSend_642Ptr.asFunction< + late final __objc_msgSend_650 = __objc_msgSend_650Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -17905,7 +18510,7 @@ class PedometerBindings { late final _sel_components_fromDateComponents_toDateComponents_options_1 = _registerName1("components:fromDateComponents:toDateComponents:options:"); - ffi.Pointer _objc_msgSend_643( + ffi.Pointer _objc_msgSend_651( ffi.Pointer obj, ffi.Pointer sel, int unitFlags, @@ -17913,7 +18518,7 @@ class PedometerBindings { ffi.Pointer resultDateComp, int options, ) { - return __objc_msgSend_643( + return __objc_msgSend_651( obj, sel, unitFlags, @@ -17923,7 +18528,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_643Ptr = _lookup< + late final __objc_msgSend_651Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -17932,7 +18537,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_643 = __objc_msgSend_643Ptr.asFunction< + late final __objc_msgSend_651 = __objc_msgSend_651Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -17943,7 +18548,7 @@ class PedometerBindings { late final _sel_dateByAddingUnit_value_toDate_options_1 = _registerName1("dateByAddingUnit:value:toDate:options:"); - ffi.Pointer _objc_msgSend_644( + ffi.Pointer _objc_msgSend_652( ffi.Pointer obj, ffi.Pointer sel, int unit, @@ -17951,7 +18556,7 @@ class PedometerBindings { ffi.Pointer date, int options, ) { - return __objc_msgSend_644( + return __objc_msgSend_652( obj, sel, unit, @@ -17961,7 +18566,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_644Ptr = _lookup< + late final __objc_msgSend_652Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -17970,14 +18575,14 @@ class PedometerBindings { ffi.Long, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_644 = __objc_msgSend_644Ptr.asFunction< + late final __objc_msgSend_652 = __objc_msgSend_652Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, int, ffi.Pointer, int)>(); late final _sel_enumerateDatesStartingAfterDate_matchingComponents_options_usingBlock_1 = _registerName1( "enumerateDatesStartingAfterDate:matchingComponents:options:usingBlock:"); - void _objc_msgSend_645( + void _objc_msgSend_653( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer start, @@ -17985,7 +18590,7 @@ class PedometerBindings { int opts, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_645( + return __objc_msgSend_653( obj, sel, start, @@ -17995,7 +18600,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_645Ptr = _lookup< + late final __objc_msgSend_653Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -18004,7 +18609,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_645 = __objc_msgSend_645Ptr.asFunction< + late final __objc_msgSend_653 = __objc_msgSend_653Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -18015,14 +18620,14 @@ class PedometerBindings { late final _sel_nextDateAfterDate_matchingComponents_options_1 = _registerName1("nextDateAfterDate:matchingComponents:options:"); - ffi.Pointer _objc_msgSend_646( + ffi.Pointer _objc_msgSend_654( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer date, ffi.Pointer comps, int options, ) { - return __objc_msgSend_646( + return __objc_msgSend_654( obj, sel, date, @@ -18031,7 +18636,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_646Ptr = _lookup< + late final __objc_msgSend_654Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -18039,7 +18644,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_646 = __objc_msgSend_646Ptr.asFunction< + late final __objc_msgSend_654 = __objc_msgSend_654Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -18049,7 +18654,7 @@ class PedometerBindings { late final _sel_nextDateAfterDate_matchingUnit_value_options_1 = _registerName1("nextDateAfterDate:matchingUnit:value:options:"); - ffi.Pointer _objc_msgSend_647( + ffi.Pointer _objc_msgSend_655( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer date, @@ -18057,7 +18662,7 @@ class PedometerBindings { int value, int options, ) { - return __objc_msgSend_647( + return __objc_msgSend_655( obj, sel, date, @@ -18067,7 +18672,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_647Ptr = _lookup< + late final __objc_msgSend_655Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -18076,13 +18681,13 @@ class PedometerBindings { ffi.Int32, ffi.Long, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_647 = __objc_msgSend_647Ptr.asFunction< + late final __objc_msgSend_655 = __objc_msgSend_655Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, int, int)>(); late final _sel_nextDateAfterDate_matchingHour_minute_second_options_1 = _registerName1("nextDateAfterDate:matchingHour:minute:second:options:"); - ffi.Pointer _objc_msgSend_648( + ffi.Pointer _objc_msgSend_656( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer date, @@ -18091,7 +18696,7 @@ class PedometerBindings { int secondValue, int options, ) { - return __objc_msgSend_648( + return __objc_msgSend_656( obj, sel, date, @@ -18102,7 +18707,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_648Ptr = _lookup< + late final __objc_msgSend_656Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -18112,7 +18717,7 @@ class PedometerBindings { ffi.Long, ffi.Long, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_648 = __objc_msgSend_648Ptr.asFunction< + late final __objc_msgSend_656 = __objc_msgSend_656Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, int, int, int)>(); @@ -18120,7 +18725,7 @@ class PedometerBindings { _registerName1("dateBySettingUnit:value:ofDate:options:"); late final _sel_dateBySettingHour_minute_second_ofDate_options_1 = _registerName1("dateBySettingHour:minute:second:ofDate:options:"); - ffi.Pointer _objc_msgSend_649( + ffi.Pointer _objc_msgSend_657( ffi.Pointer obj, ffi.Pointer sel, int h, @@ -18129,7 +18734,7 @@ class PedometerBindings { ffi.Pointer date, int opts, ) { - return __objc_msgSend_649( + return __objc_msgSend_657( obj, sel, h, @@ -18140,7 +18745,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_649Ptr = _lookup< + late final __objc_msgSend_657Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -18150,19 +18755,19 @@ class PedometerBindings { ffi.Long, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_649 = __objc_msgSend_649Ptr.asFunction< + late final __objc_msgSend_657 = __objc_msgSend_657Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, int, int, ffi.Pointer, int)>(); late final _sel_date_matchesComponents_1 = _registerName1("date:matchesComponents:"); - bool _objc_msgSend_650( + bool _objc_msgSend_658( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer date, ffi.Pointer components, ) { - return __objc_msgSend_650( + return __objc_msgSend_658( obj, sel, date, @@ -18170,34 +18775,34 @@ class PedometerBindings { ); } - late final __objc_msgSend_650Ptr = _lookup< + late final __objc_msgSend_658Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_650 = __objc_msgSend_650Ptr.asFunction< + late final __objc_msgSend_658 = __objc_msgSend_658Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); - void _objc_msgSend_651( + void _objc_msgSend_659( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_651( + return __objc_msgSend_659( obj, sel, value, ); } - late final __objc_msgSend_651Ptr = _lookup< + late final __objc_msgSend_659Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_651 = __objc_msgSend_651Ptr.asFunction< + late final __objc_msgSend_659 = __objc_msgSend_659Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -18206,46 +18811,46 @@ class PedometerBindings { late final _sel_twoDigitStartDate1 = _registerName1("twoDigitStartDate"); late final _sel_setTwoDigitStartDate_1 = _registerName1("setTwoDigitStartDate:"); - void _objc_msgSend_652( + void _objc_msgSend_660( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_652( + return __objc_msgSend_660( obj, sel, value, ); } - late final __objc_msgSend_652Ptr = _lookup< + late final __objc_msgSend_660Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_652 = __objc_msgSend_652Ptr.asFunction< + late final __objc_msgSend_660 = __objc_msgSend_660Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_defaultDate1 = _registerName1("defaultDate"); late final _sel_setDefaultDate_1 = _registerName1("setDefaultDate:"); late final _sel_setEraSymbols_1 = _registerName1("setEraSymbols:"); - void _objc_msgSend_653( + void _objc_msgSend_661( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_653( + return __objc_msgSend_661( obj, sel, value, ); } - late final __objc_msgSend_653Ptr = _lookup< + late final __objc_msgSend_661Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_653 = __objc_msgSend_653Ptr.asFunction< + late final __objc_msgSend_661 = __objc_msgSend_661Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -18288,442 +18893,301 @@ class PedometerBindings { _registerName1("doesRelativeDateFormatting"); late final _sel_setDoesRelativeDateFormatting_1 = _registerName1("setDoesRelativeDateFormatting:"); - late final _class_NSScanner1 = _getClass1("NSScanner"); - late final _sel_scanLocation1 = _registerName1("scanLocation"); - late final _sel_setScanLocation_1 = _registerName1("setScanLocation:"); - late final _sel_charactersToBeSkipped1 = - _registerName1("charactersToBeSkipped"); - ffi.Pointer _objc_msgSend_654( + late final _sel_initWithDateFormat_allowNaturalLanguage_1 = + _registerName1("initWithDateFormat:allowNaturalLanguage:"); + late final _sel_allowsNaturalLanguage1 = + _registerName1("allowsNaturalLanguage"); + late final _class_NSNumberFormatter1 = _getClass1("NSNumberFormatter"); + late final _sel_stringFromNumber_1 = _registerName1("stringFromNumber:"); + ffi.Pointer _objc_msgSend_662( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer number, + ) { + return __objc_msgSend_662( + obj, + sel, + number, + ); + } + + late final __objc_msgSend_662Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_662 = __objc_msgSend_662Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_numberFromString_1 = _registerName1("numberFromString:"); + ffi.Pointer _objc_msgSend_663( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ) { + return __objc_msgSend_663( + obj, + sel, + string, + ); + } + + late final __objc_msgSend_663Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_663 = __objc_msgSend_663Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_localizedStringFromNumber_numberStyle_1 = + _registerName1("localizedStringFromNumber:numberStyle:"); + ffi.Pointer _objc_msgSend_664( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer num, + int nstyle, + ) { + return __objc_msgSend_664( + obj, + sel, + num, + nstyle, + ); + } + + late final __objc_msgSend_664Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Int32)>>('objc_msgSend'); + late final __objc_msgSend_664 = __objc_msgSend_664Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer, int)>(); + + int _objc_msgSend_665( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_654( + return __objc_msgSend_665( obj, sel, ); } - late final __objc_msgSend_654Ptr = _lookup< + late final __objc_msgSend_665Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer Function( + ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_654 = __objc_msgSend_654Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>(); + late final __objc_msgSend_665 = __objc_msgSend_665Ptr.asFunction< + int Function(ffi.Pointer, ffi.Pointer)>(); - late final _sel_setCharactersToBeSkipped_1 = - _registerName1("setCharactersToBeSkipped:"); - void _objc_msgSend_655( + void _objc_msgSend_666( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer value, + int behavior, ) { - return __objc_msgSend_655( + return __objc_msgSend_666( + obj, + sel, + behavior, + ); + } + + late final __objc_msgSend_666Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Int32)>>('objc_msgSend'); + late final __objc_msgSend_666 = __objc_msgSend_666Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, int)>(); + + late final _sel_numberStyle1 = _registerName1("numberStyle"); + int _objc_msgSend_667( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_667( + obj, + sel, + ); + } + + late final __objc_msgSend_667Ptr = _lookup< + ffi.NativeFunction< + ffi.Int32 Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_667 = __objc_msgSend_667Ptr.asFunction< + int Function(ffi.Pointer, ffi.Pointer)>(); + + late final _sel_setNumberStyle_1 = _registerName1("setNumberStyle:"); + void _objc_msgSend_668( + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { + return __objc_msgSend_668( obj, sel, value, ); } - late final __objc_msgSend_655Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_655 = __objc_msgSend_655Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_caseSensitive1 = _registerName1("caseSensitive"); - late final _sel_setCaseSensitive_1 = _registerName1("setCaseSensitive:"); - late final _sel_scanInt_1 = _registerName1("scanInt:"); - bool _objc_msgSend_656( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { - return __objc_msgSend_656( - obj, - sel, - result, - ); - } - - late final __objc_msgSend_656Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_656 = __objc_msgSend_656Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_scanInteger_1 = _registerName1("scanInteger:"); - bool _objc_msgSend_657( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { - return __objc_msgSend_657( - obj, - sel, - result, - ); - } - - late final __objc_msgSend_657Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_657 = __objc_msgSend_657Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_scanLongLong_1 = _registerName1("scanLongLong:"); - bool _objc_msgSend_658( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { - return __objc_msgSend_658( - obj, - sel, - result, - ); - } - - late final __objc_msgSend_658Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_658 = __objc_msgSend_658Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_scanUnsignedLongLong_1 = - _registerName1("scanUnsignedLongLong:"); - bool _objc_msgSend_659( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { - return __objc_msgSend_659( - obj, - sel, - result, - ); - } - - late final __objc_msgSend_659Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_659 = __objc_msgSend_659Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_scanFloat_1 = _registerName1("scanFloat:"); - bool _objc_msgSend_660( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { - return __objc_msgSend_660( - obj, - sel, - result, - ); - } - - late final __objc_msgSend_660Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_660 = __objc_msgSend_660Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_scanDouble_1 = _registerName1("scanDouble:"); - bool _objc_msgSend_661( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { - return __objc_msgSend_661( - obj, - sel, - result, - ); - } - - late final __objc_msgSend_661Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_661 = __objc_msgSend_661Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_scanHexInt_1 = _registerName1("scanHexInt:"); - bool _objc_msgSend_662( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { - return __objc_msgSend_662( - obj, - sel, - result, - ); - } - - late final __objc_msgSend_662Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_662 = __objc_msgSend_662Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_scanHexLongLong_1 = _registerName1("scanHexLongLong:"); - late final _sel_scanHexFloat_1 = _registerName1("scanHexFloat:"); - late final _sel_scanHexDouble_1 = _registerName1("scanHexDouble:"); - late final _sel_scanString_intoString_1 = - _registerName1("scanString:intoString:"); - bool _objc_msgSend_663( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - ffi.Pointer> result, - ) { - return __objc_msgSend_663( - obj, - sel, - string, - result, - ); - } - - late final __objc_msgSend_663Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_663 = __objc_msgSend_663Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer>)>(); - - late final _sel_scanCharactersFromSet_intoString_1 = - _registerName1("scanCharactersFromSet:intoString:"); - bool _objc_msgSend_664( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - ffi.Pointer> result, - ) { - return __objc_msgSend_664( - obj, - sel, - set1, - result, - ); - } - - late final __objc_msgSend_664Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_664 = __objc_msgSend_664Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer>)>(); - - late final _sel_scanUpToString_intoString_1 = - _registerName1("scanUpToString:intoString:"); - late final _sel_scanUpToCharactersFromSet_intoString_1 = - _registerName1("scanUpToCharactersFromSet:intoString:"); - late final _sel_isAtEnd1 = _registerName1("isAtEnd"); - late final _sel_scannerWithString_1 = _registerName1("scannerWithString:"); - late final _sel_localizedScannerWithString_1 = - _registerName1("localizedScannerWithString:"); - late final _sel_scanDecimal_1 = _registerName1("scanDecimal:"); - bool _objc_msgSend_665( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dcm, - ) { - return __objc_msgSend_665( - obj, - sel, - dcm, - ); - } - - late final __objc_msgSend_665Ptr = _lookup< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_665 = __objc_msgSend_665Ptr.asFunction< - bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _class_NSException1 = _getClass1("NSException"); - late final _sel_exceptionWithName_reason_userInfo_1 = - _registerName1("exceptionWithName:reason:userInfo:"); - ffi.Pointer _objc_msgSend_666( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer reason, - ffi.Pointer userInfo, - ) { - return __objc_msgSend_666( - obj, - sel, - name, - reason, - userInfo, - ); - } - - late final __objc_msgSend_666Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_666 = __objc_msgSend_666Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_initWithName_reason_userInfo_1 = - _registerName1("initWithName:reason:userInfo:"); - instancetype _objc_msgSend_667( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aName, - ffi.Pointer aReason, - ffi.Pointer aUserInfo, - ) { - return __objc_msgSend_667( - obj, - sel, - aName, - aReason, - aUserInfo, - ); - } - - late final __objc_msgSend_667Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_667 = __objc_msgSend_667Ptr.asFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_reason1 = _registerName1("reason"); - late final _sel_raise1 = _registerName1("raise"); - late final _sel_raise_format_1 = _registerName1("raise:format:"); - void _objc_msgSend_668( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer format, - ) { - return __objc_msgSend_668( - obj, - sel, - name, - format, - ); - } - late final __objc_msgSend_668Ptr = _lookup< ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Int32)>>('objc_msgSend'); late final __objc_msgSend_668 = __objc_msgSend_668Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); + void Function(ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_raise_format_arguments_1 = - _registerName1("raise:format:arguments:"); + late final _sel_generatesDecimalNumbers1 = + _registerName1("generatesDecimalNumbers"); + late final _sel_setGeneratesDecimalNumbers_1 = + _registerName1("setGeneratesDecimalNumbers:"); void _objc_msgSend_669( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer format, - ffi.Pointer<__va_list_tag> argList, + int value, ) { return __objc_msgSend_669( obj, sel, - name, - format, - argList, + value, ); } late final __objc_msgSend_669Ptr = _lookup< ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<__va_list_tag>)>>('objc_msgSend'); + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Int32)>>('objc_msgSend'); late final __objc_msgSend_669 = __objc_msgSend_669Ptr.asFunction< - void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<__va_list_tag>)>(); + void Function(ffi.Pointer, ffi.Pointer, int)>(); - late final _class_NSRunLoop1 = _getClass1("NSRunLoop"); - late final _sel_currentRunLoop1 = _registerName1("currentRunLoop"); - ffi.Pointer _objc_msgSend_670( + late final _sel_negativeFormat1 = _registerName1("negativeFormat"); + late final _sel_setNegativeFormat_1 = _registerName1("setNegativeFormat:"); + late final _sel_textAttributesForNegativeValues1 = + _registerName1("textAttributesForNegativeValues"); + late final _sel_setTextAttributesForNegativeValues_1 = + _registerName1("setTextAttributesForNegativeValues:"); + void _objc_msgSend_670( ffi.Pointer obj, ffi.Pointer sel, + ffi.Pointer value, ) { return __objc_msgSend_670( obj, sel, + value, ); } late final __objc_msgSend_670Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_670 = __objc_msgSend_670Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>(); + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); - late final _sel_mainRunLoop1 = _registerName1("mainRunLoop"); - late final _sel_currentMode1 = _registerName1("currentMode"); - late final _sel_getCFRunLoop1 = _registerName1("getCFRunLoop"); - ffi.Pointer<__CFRunLoop> _objc_msgSend_671( + late final _sel_positiveFormat1 = _registerName1("positiveFormat"); + late final _sel_setPositiveFormat_1 = _registerName1("setPositiveFormat:"); + late final _sel_textAttributesForPositiveValues1 = + _registerName1("textAttributesForPositiveValues"); + late final _sel_setTextAttributesForPositiveValues_1 = + _registerName1("setTextAttributesForPositiveValues:"); + late final _sel_allowsFloats1 = _registerName1("allowsFloats"); + late final _sel_setAllowsFloats_1 = _registerName1("setAllowsFloats:"); + late final _sel_setDecimalSeparator_1 = + _registerName1("setDecimalSeparator:"); + late final _sel_alwaysShowsDecimalSeparator1 = + _registerName1("alwaysShowsDecimalSeparator"); + late final _sel_setAlwaysShowsDecimalSeparator_1 = + _registerName1("setAlwaysShowsDecimalSeparator:"); + late final _sel_currencyDecimalSeparator1 = + _registerName1("currencyDecimalSeparator"); + late final _sel_setCurrencyDecimalSeparator_1 = + _registerName1("setCurrencyDecimalSeparator:"); + late final _sel_usesGroupingSeparator1 = + _registerName1("usesGroupingSeparator"); + late final _sel_setUsesGroupingSeparator_1 = + _registerName1("setUsesGroupingSeparator:"); + late final _sel_setGroupingSeparator_1 = + _registerName1("setGroupingSeparator:"); + late final _sel_zeroSymbol1 = _registerName1("zeroSymbol"); + late final _sel_setZeroSymbol_1 = _registerName1("setZeroSymbol:"); + late final _sel_textAttributesForZero1 = + _registerName1("textAttributesForZero"); + late final _sel_setTextAttributesForZero_1 = + _registerName1("setTextAttributesForZero:"); + late final _sel_nilSymbol1 = _registerName1("nilSymbol"); + late final _sel_setNilSymbol_1 = _registerName1("setNilSymbol:"); + late final _sel_textAttributesForNil1 = + _registerName1("textAttributesForNil"); + late final _sel_setTextAttributesForNil_1 = + _registerName1("setTextAttributesForNil:"); + late final _sel_notANumberSymbol1 = _registerName1("notANumberSymbol"); + late final _sel_setNotANumberSymbol_1 = + _registerName1("setNotANumberSymbol:"); + late final _sel_textAttributesForNotANumber1 = + _registerName1("textAttributesForNotANumber"); + late final _sel_setTextAttributesForNotANumber_1 = + _registerName1("setTextAttributesForNotANumber:"); + late final _sel_positiveInfinitySymbol1 = + _registerName1("positiveInfinitySymbol"); + late final _sel_setPositiveInfinitySymbol_1 = + _registerName1("setPositiveInfinitySymbol:"); + late final _sel_textAttributesForPositiveInfinity1 = + _registerName1("textAttributesForPositiveInfinity"); + late final _sel_setTextAttributesForPositiveInfinity_1 = + _registerName1("setTextAttributesForPositiveInfinity:"); + late final _sel_negativeInfinitySymbol1 = + _registerName1("negativeInfinitySymbol"); + late final _sel_setNegativeInfinitySymbol_1 = + _registerName1("setNegativeInfinitySymbol:"); + late final _sel_textAttributesForNegativeInfinity1 = + _registerName1("textAttributesForNegativeInfinity"); + late final _sel_setTextAttributesForNegativeInfinity_1 = + _registerName1("setTextAttributesForNegativeInfinity:"); + late final _sel_positivePrefix1 = _registerName1("positivePrefix"); + late final _sel_setPositivePrefix_1 = _registerName1("setPositivePrefix:"); + late final _sel_positiveSuffix1 = _registerName1("positiveSuffix"); + late final _sel_setPositiveSuffix_1 = _registerName1("setPositiveSuffix:"); + late final _sel_negativePrefix1 = _registerName1("negativePrefix"); + late final _sel_setNegativePrefix_1 = _registerName1("setNegativePrefix:"); + late final _sel_negativeSuffix1 = _registerName1("negativeSuffix"); + late final _sel_setNegativeSuffix_1 = _registerName1("setNegativeSuffix:"); + late final _sel_setCurrencyCode_1 = _registerName1("setCurrencyCode:"); + late final _sel_setCurrencySymbol_1 = _registerName1("setCurrencySymbol:"); + late final _sel_internationalCurrencySymbol1 = + _registerName1("internationalCurrencySymbol"); + late final _sel_setInternationalCurrencySymbol_1 = + _registerName1("setInternationalCurrencySymbol:"); + late final _sel_percentSymbol1 = _registerName1("percentSymbol"); + late final _sel_setPercentSymbol_1 = _registerName1("setPercentSymbol:"); + late final _sel_perMillSymbol1 = _registerName1("perMillSymbol"); + late final _sel_setPerMillSymbol_1 = _registerName1("setPerMillSymbol:"); + late final _sel_minusSign1 = _registerName1("minusSign"); + late final _sel_setMinusSign_1 = _registerName1("setMinusSign:"); + late final _sel_plusSign1 = _registerName1("plusSign"); + late final _sel_setPlusSign_1 = _registerName1("setPlusSign:"); + late final _sel_exponentSymbol1 = _registerName1("exponentSymbol"); + late final _sel_setExponentSymbol_1 = _registerName1("setExponentSymbol:"); + late final _sel_groupingSize1 = _registerName1("groupingSize"); + late final _sel_setGroupingSize_1 = _registerName1("setGroupingSize:"); + late final _sel_secondaryGroupingSize1 = + _registerName1("secondaryGroupingSize"); + late final _sel_setSecondaryGroupingSize_1 = + _registerName1("setSecondaryGroupingSize:"); + late final _sel_multiplier1 = _registerName1("multiplier"); + late final _sel_setMultiplier_1 = _registerName1("setMultiplier:"); + late final _sel_formatWidth1 = _registerName1("formatWidth"); + late final _sel_setFormatWidth_1 = _registerName1("setFormatWidth:"); + late final _sel_paddingCharacter1 = _registerName1("paddingCharacter"); + late final _sel_setPaddingCharacter_1 = + _registerName1("setPaddingCharacter:"); + late final _sel_paddingPosition1 = _registerName1("paddingPosition"); + int _objc_msgSend_671( ffi.Pointer obj, ffi.Pointer sel, ) { @@ -18735,205 +19199,165 @@ class PedometerBindings { late final __objc_msgSend_671Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer<__CFRunLoop> Function( + ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_671 = __objc_msgSend_671Ptr.asFunction< - ffi.Pointer<__CFRunLoop> Function( - ffi.Pointer, ffi.Pointer)>(); + int Function(ffi.Pointer, ffi.Pointer)>(); - late final _class_NSTimer1 = _getClass1("NSTimer"); - late final _sel_timerWithTimeInterval_invocation_repeats_1 = - _registerName1("timerWithTimeInterval:invocation:repeats:"); - ffi.Pointer _objc_msgSend_672( + late final _sel_setPaddingPosition_1 = _registerName1("setPaddingPosition:"); + void _objc_msgSend_672( ffi.Pointer obj, ffi.Pointer sel, - double ti, - ffi.Pointer invocation, - bool yesOrNo, + int value, ) { return __objc_msgSend_672( obj, sel, - ti, - invocation, - yesOrNo, + value, ); } late final __objc_msgSend_672Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Double, - ffi.Pointer, - ffi.Bool)>>('objc_msgSend'); + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Int32)>>('objc_msgSend'); late final __objc_msgSend_672 = __objc_msgSend_672Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, double, ffi.Pointer, bool)>(); + void Function(ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_scheduledTimerWithTimeInterval_invocation_repeats_1 = - _registerName1("scheduledTimerWithTimeInterval:invocation:repeats:"); - late final _sel_timerWithTimeInterval_target_selector_userInfo_repeats_1 = - _registerName1("timerWithTimeInterval:target:selector:userInfo:repeats:"); - ffi.Pointer _objc_msgSend_673( + late final _sel_roundingMode1 = _registerName1("roundingMode"); + int _objc_msgSend_673( ffi.Pointer obj, ffi.Pointer sel, - double ti, - ffi.Pointer aTarget, - ffi.Pointer aSelector, - ffi.Pointer userInfo, - bool yesOrNo, ) { return __objc_msgSend_673( obj, sel, - ti, - aTarget, - aSelector, - userInfo, - yesOrNo, ); } late final __objc_msgSend_673Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Double, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Bool)>>('objc_msgSend'); + ffi.Int32 Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_673 = __objc_msgSend_673Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - double, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - bool)>(); + int Function(ffi.Pointer, ffi.Pointer)>(); - late final _sel_scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_1 = - _registerName1( - "scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:"); - late final _sel_timerWithTimeInterval_repeats_block_1 = - _registerName1("timerWithTimeInterval:repeats:block:"); - ffi.Pointer _objc_msgSend_674( + late final _sel_setRoundingMode_1 = _registerName1("setRoundingMode:"); + void _objc_msgSend_674( ffi.Pointer obj, ffi.Pointer sel, - double interval, - bool repeats, - ffi.Pointer<_ObjCBlock> block, + int value, ) { return __objc_msgSend_674( obj, sel, - interval, - repeats, - block, + value, ); } late final __objc_msgSend_674Ptr = _lookup< ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Double, - ffi.Bool, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Int32)>>('objc_msgSend'); late final __objc_msgSend_674 = __objc_msgSend_674Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, double, bool, ffi.Pointer<_ObjCBlock>)>(); + void Function(ffi.Pointer, ffi.Pointer, int)>(); - late final _sel_scheduledTimerWithTimeInterval_repeats_block_1 = - _registerName1("scheduledTimerWithTimeInterval:repeats:block:"); - late final _sel_initWithFireDate_interval_repeats_block_1 = - _registerName1("initWithFireDate:interval:repeats:block:"); - instancetype _objc_msgSend_675( + late final _sel_roundingIncrement1 = _registerName1("roundingIncrement"); + ffi.Pointer _objc_msgSend_675( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer date, - double interval, - bool repeats, - ffi.Pointer<_ObjCBlock> block, ) { return __objc_msgSend_675( obj, sel, - date, - interval, - repeats, - block, ); } late final __objc_msgSend_675Ptr = _lookup< ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Double, - ffi.Bool, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_675 = __objc_msgSend_675Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, double, bool, ffi.Pointer<_ObjCBlock>)>(); + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); - late final _sel_initWithFireDate_interval_target_selector_userInfo_repeats_1 = - _registerName1( - "initWithFireDate:interval:target:selector:userInfo:repeats:"); - instancetype _objc_msgSend_676( + late final _sel_setRoundingIncrement_1 = + _registerName1("setRoundingIncrement:"); + void _objc_msgSend_676( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer date, - double ti, - ffi.Pointer t, - ffi.Pointer s, - ffi.Pointer ui, - bool rep, + ffi.Pointer value, ) { return __objc_msgSend_676( obj, sel, - date, - ti, - t, - s, - ui, - rep, + value, ); } late final __objc_msgSend_676Ptr = _lookup< ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Double, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Bool)>>('objc_msgSend'); + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); late final __objc_msgSend_676 = __objc_msgSend_676Ptr.asFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - double, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - bool)>(); + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); - late final _sel_fire1 = _registerName1("fire"); - late final _sel_fireDate1 = _registerName1("fireDate"); - late final _sel_setFireDate_1 = _registerName1("setFireDate:"); + late final _sel_minimumIntegerDigits1 = + _registerName1("minimumIntegerDigits"); + late final _sel_setMinimumIntegerDigits_1 = + _registerName1("setMinimumIntegerDigits:"); + late final _sel_maximumIntegerDigits1 = + _registerName1("maximumIntegerDigits"); + late final _sel_setMaximumIntegerDigits_1 = + _registerName1("setMaximumIntegerDigits:"); + late final _sel_minimumFractionDigits1 = + _registerName1("minimumFractionDigits"); + late final _sel_setMinimumFractionDigits_1 = + _registerName1("setMinimumFractionDigits:"); + late final _sel_maximumFractionDigits1 = + _registerName1("maximumFractionDigits"); + late final _sel_setMaximumFractionDigits_1 = + _registerName1("setMaximumFractionDigits:"); + late final _sel_minimum1 = _registerName1("minimum"); + late final _sel_setMinimum_1 = _registerName1("setMinimum:"); + late final _sel_maximum1 = _registerName1("maximum"); + late final _sel_setMaximum_1 = _registerName1("setMaximum:"); + late final _sel_currencyGroupingSeparator1 = + _registerName1("currencyGroupingSeparator"); + late final _sel_setCurrencyGroupingSeparator_1 = + _registerName1("setCurrencyGroupingSeparator:"); + late final _sel_usesSignificantDigits1 = + _registerName1("usesSignificantDigits"); + late final _sel_setUsesSignificantDigits_1 = + _registerName1("setUsesSignificantDigits:"); + late final _sel_minimumSignificantDigits1 = + _registerName1("minimumSignificantDigits"); + late final _sel_setMinimumSignificantDigits_1 = + _registerName1("setMinimumSignificantDigits:"); + late final _sel_maximumSignificantDigits1 = + _registerName1("maximumSignificantDigits"); + late final _sel_setMaximumSignificantDigits_1 = + _registerName1("setMaximumSignificantDigits:"); + late final _sel_isPartialStringValidationEnabled1 = + _registerName1("isPartialStringValidationEnabled"); + late final _sel_setPartialStringValidationEnabled_1 = + _registerName1("setPartialStringValidationEnabled:"); + late final _sel_hasThousandSeparators1 = + _registerName1("hasThousandSeparators"); + late final _sel_setHasThousandSeparators_1 = + _registerName1("setHasThousandSeparators:"); + late final _sel_thousandSeparator1 = _registerName1("thousandSeparator"); + late final _sel_setThousandSeparator_1 = + _registerName1("setThousandSeparator:"); + late final _sel_localizesFormat1 = _registerName1("localizesFormat"); + late final _sel_setLocalizesFormat_1 = _registerName1("setLocalizesFormat:"); + late final _sel_format1 = _registerName1("format"); + late final _sel_setFormat_1 = _registerName1("setFormat:"); + late final _sel_attributedStringForZero1 = + _registerName1("attributedStringForZero"); + late final _sel_setAttributedStringForZero_1 = + _registerName1("setAttributedStringForZero:"); void _objc_msgSend_677( ffi.Pointer obj, ffi.Pointer sel, @@ -18954,19 +19378,781 @@ class PedometerBindings { void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); + late final _sel_attributedStringForNil1 = + _registerName1("attributedStringForNil"); + late final _sel_setAttributedStringForNil_1 = + _registerName1("setAttributedStringForNil:"); + late final _sel_attributedStringForNotANumber1 = + _registerName1("attributedStringForNotANumber"); + late final _sel_setAttributedStringForNotANumber_1 = + _registerName1("setAttributedStringForNotANumber:"); + late final _class_NSDecimalNumberHandler1 = + _getClass1("NSDecimalNumberHandler"); + late final _sel_defaultDecimalNumberHandler1 = + _registerName1("defaultDecimalNumberHandler"); + ffi.Pointer _objc_msgSend_678( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_678( + obj, + sel, + ); + } + + late final __objc_msgSend_678Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_678 = __objc_msgSend_678Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1 = + _registerName1( + "initWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:"); + instancetype _objc_msgSend_679( + ffi.Pointer obj, + ffi.Pointer sel, + int roundingMode, + int scale, + bool exact, + bool overflow, + bool underflow, + bool divideByZero, + ) { + return __objc_msgSend_679( + obj, + sel, + roundingMode, + scale, + exact, + overflow, + underflow, + divideByZero, + ); + } + + late final __objc_msgSend_679Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Int32, + ffi.Short, + ffi.Bool, + ffi.Bool, + ffi.Bool, + ffi.Bool)>>('objc_msgSend'); + late final __objc_msgSend_679 = __objc_msgSend_679Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, int, + int, bool, bool, bool, bool)>(); + + late final _sel_decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1 = + _registerName1( + "decimalNumberHandlerWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:"); + late final _sel_roundingBehavior1 = _registerName1("roundingBehavior"); + late final _sel_setRoundingBehavior_1 = + _registerName1("setRoundingBehavior:"); + void _objc_msgSend_680( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { + return __objc_msgSend_680( + obj, + sel, + value, + ); + } + + late final __objc_msgSend_680Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_680 = __objc_msgSend_680Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _class_NSScanner1 = _getClass1("NSScanner"); + late final _sel_scanLocation1 = _registerName1("scanLocation"); + late final _sel_setScanLocation_1 = _registerName1("setScanLocation:"); + late final _sel_charactersToBeSkipped1 = + _registerName1("charactersToBeSkipped"); + ffi.Pointer _objc_msgSend_681( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_681( + obj, + sel, + ); + } + + late final __objc_msgSend_681Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_681 = __objc_msgSend_681Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_setCharactersToBeSkipped_1 = + _registerName1("setCharactersToBeSkipped:"); + void _objc_msgSend_682( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { + return __objc_msgSend_682( + obj, + sel, + value, + ); + } + + late final __objc_msgSend_682Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_682 = __objc_msgSend_682Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_caseSensitive1 = _registerName1("caseSensitive"); + late final _sel_setCaseSensitive_1 = _registerName1("setCaseSensitive:"); + late final _sel_scanInt_1 = _registerName1("scanInt:"); + bool _objc_msgSend_683( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { + return __objc_msgSend_683( + obj, + sel, + result, + ); + } + + late final __objc_msgSend_683Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_683 = __objc_msgSend_683Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_scanInteger_1 = _registerName1("scanInteger:"); + bool _objc_msgSend_684( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { + return __objc_msgSend_684( + obj, + sel, + result, + ); + } + + late final __objc_msgSend_684Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_684 = __objc_msgSend_684Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_scanLongLong_1 = _registerName1("scanLongLong:"); + bool _objc_msgSend_685( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { + return __objc_msgSend_685( + obj, + sel, + result, + ); + } + + late final __objc_msgSend_685Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_685 = __objc_msgSend_685Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_scanUnsignedLongLong_1 = + _registerName1("scanUnsignedLongLong:"); + bool _objc_msgSend_686( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { + return __objc_msgSend_686( + obj, + sel, + result, + ); + } + + late final __objc_msgSend_686Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_686 = __objc_msgSend_686Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_scanFloat_1 = _registerName1("scanFloat:"); + bool _objc_msgSend_687( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { + return __objc_msgSend_687( + obj, + sel, + result, + ); + } + + late final __objc_msgSend_687Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_687 = __objc_msgSend_687Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_scanDouble_1 = _registerName1("scanDouble:"); + bool _objc_msgSend_688( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { + return __objc_msgSend_688( + obj, + sel, + result, + ); + } + + late final __objc_msgSend_688Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_688 = __objc_msgSend_688Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_scanHexInt_1 = _registerName1("scanHexInt:"); + bool _objc_msgSend_689( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { + return __objc_msgSend_689( + obj, + sel, + result, + ); + } + + late final __objc_msgSend_689Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_689 = __objc_msgSend_689Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_scanHexLongLong_1 = _registerName1("scanHexLongLong:"); + late final _sel_scanHexFloat_1 = _registerName1("scanHexFloat:"); + late final _sel_scanHexDouble_1 = _registerName1("scanHexDouble:"); + late final _sel_scanString_intoString_1 = + _registerName1("scanString:intoString:"); + bool _objc_msgSend_690( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ffi.Pointer> result, + ) { + return __objc_msgSend_690( + obj, + sel, + string, + result, + ); + } + + late final __objc_msgSend_690Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_690 = __objc_msgSend_690Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer>)>(); + + late final _sel_scanCharactersFromSet_intoString_1 = + _registerName1("scanCharactersFromSet:intoString:"); + bool _objc_msgSend_691( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + ffi.Pointer> result, + ) { + return __objc_msgSend_691( + obj, + sel, + set1, + result, + ); + } + + late final __objc_msgSend_691Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_691 = __objc_msgSend_691Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer>)>(); + + late final _sel_scanUpToString_intoString_1 = + _registerName1("scanUpToString:intoString:"); + late final _sel_scanUpToCharactersFromSet_intoString_1 = + _registerName1("scanUpToCharactersFromSet:intoString:"); + late final _sel_isAtEnd1 = _registerName1("isAtEnd"); + late final _sel_scannerWithString_1 = _registerName1("scannerWithString:"); + late final _sel_localizedScannerWithString_1 = + _registerName1("localizedScannerWithString:"); + late final _sel_scanDecimal_1 = _registerName1("scanDecimal:"); + bool _objc_msgSend_692( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dcm, + ) { + return __objc_msgSend_692( + obj, + sel, + dcm, + ); + } + + late final __objc_msgSend_692Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_692 = __objc_msgSend_692Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _class_NSException1 = _getClass1("NSException"); + late final _sel_exceptionWithName_reason_userInfo_1 = + _registerName1("exceptionWithName:reason:userInfo:"); + ffi.Pointer _objc_msgSend_693( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer reason, + ffi.Pointer userInfo, + ) { + return __objc_msgSend_693( + obj, + sel, + name, + reason, + userInfo, + ); + } + + late final __objc_msgSend_693Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_693 = __objc_msgSend_693Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_initWithName_reason_userInfo_1 = + _registerName1("initWithName:reason:userInfo:"); + instancetype _objc_msgSend_694( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aName, + ffi.Pointer aReason, + ffi.Pointer aUserInfo, + ) { + return __objc_msgSend_694( + obj, + sel, + aName, + aReason, + aUserInfo, + ); + } + + late final __objc_msgSend_694Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_694 = __objc_msgSend_694Ptr.asFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_reason1 = _registerName1("reason"); + late final _sel_raise1 = _registerName1("raise"); + late final _sel_raise_format_1 = _registerName1("raise:format:"); + void _objc_msgSend_695( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer format, + ) { + return __objc_msgSend_695( + obj, + sel, + name, + format, + ); + } + + late final __objc_msgSend_695Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_695 = __objc_msgSend_695Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_raise_format_arguments_1 = + _registerName1("raise:format:arguments:"); + void _objc_msgSend_696( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer format, + ffi.Pointer argList, + ) { + return __objc_msgSend_696( + obj, + sel, + name, + format, + argList, + ); + } + + late final __objc_msgSend_696Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_696 = __objc_msgSend_696Ptr.asFunction< + void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _class_NSRunLoop1 = _getClass1("NSRunLoop"); + late final _sel_currentRunLoop1 = _registerName1("currentRunLoop"); + ffi.Pointer _objc_msgSend_697( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_697( + obj, + sel, + ); + } + + late final __objc_msgSend_697Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_697 = __objc_msgSend_697Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_mainRunLoop1 = _registerName1("mainRunLoop"); + late final _sel_currentMode1 = _registerName1("currentMode"); + late final _sel_getCFRunLoop1 = _registerName1("getCFRunLoop"); + ffi.Pointer<__CFRunLoop> _objc_msgSend_698( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_698( + obj, + sel, + ); + } + + late final __objc_msgSend_698Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer<__CFRunLoop> Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_698 = __objc_msgSend_698Ptr.asFunction< + ffi.Pointer<__CFRunLoop> Function( + ffi.Pointer, ffi.Pointer)>(); + + late final _class_NSTimer1 = _getClass1("NSTimer"); + late final _sel_timerWithTimeInterval_invocation_repeats_1 = + _registerName1("timerWithTimeInterval:invocation:repeats:"); + ffi.Pointer _objc_msgSend_699( + ffi.Pointer obj, + ffi.Pointer sel, + double ti, + ffi.Pointer invocation, + bool yesOrNo, + ) { + return __objc_msgSend_699( + obj, + sel, + ti, + invocation, + yesOrNo, + ); + } + + late final __objc_msgSend_699Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Double, + ffi.Pointer, + ffi.Bool)>>('objc_msgSend'); + late final __objc_msgSend_699 = __objc_msgSend_699Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, double, ffi.Pointer, bool)>(); + + late final _sel_scheduledTimerWithTimeInterval_invocation_repeats_1 = + _registerName1("scheduledTimerWithTimeInterval:invocation:repeats:"); + late final _sel_timerWithTimeInterval_target_selector_userInfo_repeats_1 = + _registerName1("timerWithTimeInterval:target:selector:userInfo:repeats:"); + ffi.Pointer _objc_msgSend_700( + ffi.Pointer obj, + ffi.Pointer sel, + double ti, + ffi.Pointer aTarget, + ffi.Pointer aSelector, + ffi.Pointer userInfo, + bool yesOrNo, + ) { + return __objc_msgSend_700( + obj, + sel, + ti, + aTarget, + aSelector, + userInfo, + yesOrNo, + ); + } + + late final __objc_msgSend_700Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Double, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Bool)>>('objc_msgSend'); + late final __objc_msgSend_700 = __objc_msgSend_700Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + double, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + bool)>(); + + late final _sel_scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_1 = + _registerName1( + "scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:"); + late final _sel_timerWithTimeInterval_repeats_block_1 = + _registerName1("timerWithTimeInterval:repeats:block:"); + ffi.Pointer _objc_msgSend_701( + ffi.Pointer obj, + ffi.Pointer sel, + double interval, + bool repeats, + ffi.Pointer<_ObjCBlock> block, + ) { + return __objc_msgSend_701( + obj, + sel, + interval, + repeats, + block, + ); + } + + late final __objc_msgSend_701Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Double, + ffi.Bool, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_701 = __objc_msgSend_701Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, double, bool, ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_scheduledTimerWithTimeInterval_repeats_block_1 = + _registerName1("scheduledTimerWithTimeInterval:repeats:block:"); + late final _sel_initWithFireDate_interval_repeats_block_1 = + _registerName1("initWithFireDate:interval:repeats:block:"); + instancetype _objc_msgSend_702( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + double interval, + bool repeats, + ffi.Pointer<_ObjCBlock> block, + ) { + return __objc_msgSend_702( + obj, + sel, + date, + interval, + repeats, + block, + ); + } + + late final __objc_msgSend_702Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Double, + ffi.Bool, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_702 = __objc_msgSend_702Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, double, bool, ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_initWithFireDate_interval_target_selector_userInfo_repeats_1 = + _registerName1( + "initWithFireDate:interval:target:selector:userInfo:repeats:"); + instancetype _objc_msgSend_703( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + double ti, + ffi.Pointer t, + ffi.Pointer s, + ffi.Pointer ui, + bool rep, + ) { + return __objc_msgSend_703( + obj, + sel, + date, + ti, + t, + s, + ui, + rep, + ); + } + + late final __objc_msgSend_703Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Double, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Bool)>>('objc_msgSend'); + late final __objc_msgSend_703 = __objc_msgSend_703Ptr.asFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + double, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + bool)>(); + + late final _sel_fire1 = _registerName1("fire"); + late final _sel_fireDate1 = _registerName1("fireDate"); + late final _sel_setFireDate_1 = _registerName1("setFireDate:"); + void _objc_msgSend_704( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { + return __objc_msgSend_704( + obj, + sel, + value, + ); + } + + late final __objc_msgSend_704Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_704 = __objc_msgSend_704Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + late final _sel_timeInterval1 = _registerName1("timeInterval"); late final _sel_tolerance1 = _registerName1("tolerance"); late final _sel_setTolerance_1 = _registerName1("setTolerance:"); late final _sel_invalidate1 = _registerName1("invalidate"); late final _sel_isValid1 = _registerName1("isValid"); late final _sel_addTimer_forMode_1 = _registerName1("addTimer:forMode:"); - void _objc_msgSend_678( + void _objc_msgSend_705( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer timer, ffi.Pointer mode, ) { - return __objc_msgSend_678( + return __objc_msgSend_705( obj, sel, timer, @@ -18974,45 +20160,45 @@ class PedometerBindings { ); } - late final __objc_msgSend_678Ptr = _lookup< + late final __objc_msgSend_705Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_678 = __objc_msgSend_678Ptr.asFunction< + late final __objc_msgSend_705 = __objc_msgSend_705Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _class_NSPort1 = _getClass1("NSPort"); - ffi.Pointer _objc_msgSend_679( + ffi.Pointer _objc_msgSend_706( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_679( + return __objc_msgSend_706( obj, sel, ); } - late final __objc_msgSend_679Ptr = _lookup< + late final __objc_msgSend_706Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_679 = __objc_msgSend_679Ptr.asFunction< + late final __objc_msgSend_706 = __objc_msgSend_706Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_scheduleInRunLoop_forMode_1 = _registerName1("scheduleInRunLoop:forMode:"); - void _objc_msgSend_680( + void _objc_msgSend_707( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer runLoop, ffi.Pointer mode, ) { - return __objc_msgSend_680( + return __objc_msgSend_707( obj, sel, runLoop, @@ -19020,14 +20206,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_680Ptr = _lookup< + late final __objc_msgSend_707Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_680 = __objc_msgSend_680Ptr.asFunction< + late final __objc_msgSend_707 = __objc_msgSend_707Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -19036,7 +20222,7 @@ class PedometerBindings { late final _sel_reservedSpaceLength1 = _registerName1("reservedSpaceLength"); late final _sel_sendBeforeDate_components_from_reserved_1 = _registerName1("sendBeforeDate:components:from:reserved:"); - bool _objc_msgSend_681( + bool _objc_msgSend_708( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer limitDate, @@ -19044,7 +20230,7 @@ class PedometerBindings { ffi.Pointer receivePort, int headerSpaceReserved, ) { - return __objc_msgSend_681( + return __objc_msgSend_708( obj, sel, limitDate, @@ -19054,7 +20240,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_681Ptr = _lookup< + late final __objc_msgSend_708Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -19063,7 +20249,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_681 = __objc_msgSend_681Ptr.asFunction< + late final __objc_msgSend_708 = __objc_msgSend_708Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -19074,7 +20260,7 @@ class PedometerBindings { late final _sel_sendBeforeDate_msgid_components_from_reserved_1 = _registerName1("sendBeforeDate:msgid:components:from:reserved:"); - bool _objc_msgSend_682( + bool _objc_msgSend_709( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer limitDate, @@ -19083,7 +20269,7 @@ class PedometerBindings { ffi.Pointer receivePort, int headerSpaceReserved, ) { - return __objc_msgSend_682( + return __objc_msgSend_709( obj, sel, limitDate, @@ -19094,7 +20280,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_682Ptr = _lookup< + late final __objc_msgSend_709Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -19104,7 +20290,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_682 = __objc_msgSend_682Ptr.asFunction< + late final __objc_msgSend_709 = __objc_msgSend_709Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -19114,14 +20300,51 @@ class PedometerBindings { ffi.Pointer, int)>(); + late final _class_NSConnection1 = _getClass1("NSConnection"); + late final _sel_addConnection_toRunLoop_forMode_1 = + _registerName1("addConnection:toRunLoop:forMode:"); + void _objc_msgSend_710( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer conn, + ffi.Pointer runLoop, + ffi.Pointer mode, + ) { + return __objc_msgSend_710( + obj, + sel, + conn, + runLoop, + mode, + ); + } + + late final __objc_msgSend_710Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_710 = __objc_msgSend_710Ptr.asFunction< + void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_removeConnection_fromRunLoop_forMode_1 = + _registerName1("removeConnection:fromRunLoop:forMode:"); late final _sel_addPort_forMode_1 = _registerName1("addPort:forMode:"); - void _objc_msgSend_683( + void _objc_msgSend_711( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aPort, ffi.Pointer mode, ) { - return __objc_msgSend_683( + return __objc_msgSend_711( obj, sel, aPort, @@ -19129,14 +20352,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_683Ptr = _lookup< + late final __objc_msgSend_711Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_683 = __objc_msgSend_683Ptr.asFunction< + late final __objc_msgSend_711 = __objc_msgSend_711Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -19144,13 +20367,13 @@ class PedometerBindings { late final _sel_limitDateForMode_1 = _registerName1("limitDateForMode:"); late final _sel_acceptInputForMode_beforeDate_1 = _registerName1("acceptInputForMode:beforeDate:"); - void _objc_msgSend_684( + void _objc_msgSend_712( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer mode, ffi.Pointer limitDate, ) { - return __objc_msgSend_684( + return __objc_msgSend_712( obj, sel, mode, @@ -19158,27 +20381,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_684Ptr = _lookup< + late final __objc_msgSend_712Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_684 = __objc_msgSend_684Ptr.asFunction< + late final __objc_msgSend_712 = __objc_msgSend_712Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_run1 = _registerName1("run"); late final _sel_runUntilDate_1 = _registerName1("runUntilDate:"); late final _sel_runMode_beforeDate_1 = _registerName1("runMode:beforeDate:"); - bool _objc_msgSend_685( + bool _objc_msgSend_713( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer mode, ffi.Pointer limitDate, ) { - return __objc_msgSend_685( + return __objc_msgSend_713( obj, sel, mode, @@ -19186,26 +20409,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_685Ptr = _lookup< + late final __objc_msgSend_713Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_685 = __objc_msgSend_685Ptr.asFunction< + late final __objc_msgSend_713 = __objc_msgSend_713Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); + late final _sel_configureAsServer1 = _registerName1("configureAsServer"); late final _sel_performInModes_block_1 = _registerName1("performInModes:block:"); - void _objc_msgSend_686( + void _objc_msgSend_714( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer modes, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_686( + return __objc_msgSend_714( obj, sel, modes, @@ -19213,21 +20437,21 @@ class PedometerBindings { ); } - late final __objc_msgSend_686Ptr = _lookup< + late final __objc_msgSend_714Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_686 = __objc_msgSend_686Ptr.asFunction< + late final __objc_msgSend_714 = __objc_msgSend_714Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_performBlock_1 = _registerName1("performBlock:"); late final _sel_performSelector_target_argument_order_modes_1 = _registerName1("performSelector:target:argument:order:modes:"); - void _objc_msgSend_687( + void _objc_msgSend_715( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer aSelector, @@ -19236,7 +20460,7 @@ class PedometerBindings { int order, ffi.Pointer modes, ) { - return __objc_msgSend_687( + return __objc_msgSend_715( obj, sel, aSelector, @@ -19247,7 +20471,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_687Ptr = _lookup< + late final __objc_msgSend_715Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -19257,7 +20481,7 @@ class PedometerBindings { ffi.Pointer, ffi.UnsignedLong, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_687 = __objc_msgSend_687Ptr.asFunction< + late final __objc_msgSend_715 = __objc_msgSend_715Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -19275,13 +20499,13 @@ class PedometerBindings { late final _sel_availableData1 = _registerName1("availableData"); late final _sel_initWithFileDescriptor_closeOnDealloc_1 = _registerName1("initWithFileDescriptor:closeOnDealloc:"); - instancetype _objc_msgSend_688( + instancetype _objc_msgSend_716( ffi.Pointer obj, ffi.Pointer sel, int fd, bool closeopt, ) { - return __objc_msgSend_688( + return __objc_msgSend_716( obj, sel, fd, @@ -19289,47 +20513,47 @@ class PedometerBindings { ); } - late final __objc_msgSend_688Ptr = _lookup< + late final __objc_msgSend_716Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Int, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_688 = __objc_msgSend_688Ptr.asFunction< + late final __objc_msgSend_716 = __objc_msgSend_716Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, int, bool)>(); late final _sel_readDataToEndOfFileAndReturnError_1 = _registerName1("readDataToEndOfFileAndReturnError:"); - ffi.Pointer _objc_msgSend_689( + ffi.Pointer _objc_msgSend_717( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> error, ) { - return __objc_msgSend_689( + return __objc_msgSend_717( obj, sel, error, ); } - late final __objc_msgSend_689Ptr = _lookup< + late final __objc_msgSend_717Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_689 = __objc_msgSend_689Ptr.asFunction< + late final __objc_msgSend_717 = __objc_msgSend_717Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer>)>(); late final _sel_readDataUpToLength_error_1 = _registerName1("readDataUpToLength:error:"); - ffi.Pointer _objc_msgSend_690( + ffi.Pointer _objc_msgSend_718( ffi.Pointer obj, ffi.Pointer sel, int length, ffi.Pointer> error, ) { - return __objc_msgSend_690( + return __objc_msgSend_718( obj, sel, length, @@ -19337,25 +20561,25 @@ class PedometerBindings { ); } - late final __objc_msgSend_690Ptr = _lookup< + late final __objc_msgSend_718Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.UnsignedLong, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_690 = __objc_msgSend_690Ptr.asFunction< + late final __objc_msgSend_718 = __objc_msgSend_718Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer>)>(); late final _sel_writeData_error_1 = _registerName1("writeData:error:"); - bool _objc_msgSend_691( + bool _objc_msgSend_719( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer data, ffi.Pointer> error, ) { - return __objc_msgSend_691( + return __objc_msgSend_719( obj, sel, data, @@ -19363,25 +20587,25 @@ class PedometerBindings { ); } - late final __objc_msgSend_691Ptr = _lookup< + late final __objc_msgSend_719Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_691 = __objc_msgSend_691Ptr.asFunction< + late final __objc_msgSend_719 = __objc_msgSend_719Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>(); late final _sel_getOffset_error_1 = _registerName1("getOffset:error:"); - bool _objc_msgSend_692( + bool _objc_msgSend_720( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer offsetInFile, ffi.Pointer> error, ) { - return __objc_msgSend_692( + return __objc_msgSend_720( obj, sel, offsetInFile, @@ -19389,14 +20613,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_692Ptr = _lookup< + late final __objc_msgSend_720Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_692 = __objc_msgSend_692Ptr.asFunction< + late final __objc_msgSend_720 = __objc_msgSend_720Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -19406,13 +20630,13 @@ class PedometerBindings { late final _sel_seekToEndReturningOffset_error_1 = _registerName1("seekToEndReturningOffset:error:"); late final _sel_seekToOffset_error_1 = _registerName1("seekToOffset:error:"); - bool _objc_msgSend_693( + bool _objc_msgSend_721( ffi.Pointer obj, ffi.Pointer sel, int offset, ffi.Pointer> error, ) { - return __objc_msgSend_693( + return __objc_msgSend_721( obj, sel, offset, @@ -19420,14 +20644,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_693Ptr = _lookup< + late final __objc_msgSend_721Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.UnsignedLongLong, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_693 = __objc_msgSend_693Ptr.asFunction< + late final __objc_msgSend_721 = __objc_msgSend_721Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer>)>(); @@ -19439,21 +20663,21 @@ class PedometerBindings { _registerName1("closeAndReturnError:"); late final _sel_fileHandleWithStandardInput1 = _registerName1("fileHandleWithStandardInput"); - ffi.Pointer _objc_msgSend_694( + ffi.Pointer _objc_msgSend_722( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_694( + return __objc_msgSend_722( obj, sel, ); } - late final __objc_msgSend_694Ptr = _lookup< + late final __objc_msgSend_722Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_694 = __objc_msgSend_694Ptr.asFunction< + late final __objc_msgSend_722 = __objc_msgSend_722Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -19471,13 +20695,13 @@ class PedometerBindings { _registerName1("fileHandleForUpdatingAtPath:"); late final _sel_fileHandleForReadingFromURL_error_1 = _registerName1("fileHandleForReadingFromURL:error:"); - instancetype _objc_msgSend_695( + instancetype _objc_msgSend_723( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer> error, ) { - return __objc_msgSend_695( + return __objc_msgSend_723( obj, sel, url, @@ -19485,14 +20709,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_695Ptr = _lookup< + late final __objc_msgSend_723Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_695 = __objc_msgSend_695Ptr.asFunction< + late final __objc_msgSend_723 = __objc_msgSend_723Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer>)>(); @@ -19502,23 +20726,23 @@ class PedometerBindings { _registerName1("fileHandleForUpdatingURL:error:"); late final _sel_readInBackgroundAndNotifyForModes_1 = _registerName1("readInBackgroundAndNotifyForModes:"); - void _objc_msgSend_696( + void _objc_msgSend_724( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer modes, ) { - return __objc_msgSend_696( + return __objc_msgSend_724( obj, sel, modes, ); } - late final __objc_msgSend_696Ptr = _lookup< + late final __objc_msgSend_724Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_696 = __objc_msgSend_696Ptr.asFunction< + late final __objc_msgSend_724 = __objc_msgSend_724Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -19537,43 +20761,43 @@ class PedometerBindings { late final _sel_waitForDataInBackgroundAndNotify1 = _registerName1("waitForDataInBackgroundAndNotify"); late final _sel_readabilityHandler1 = _registerName1("readabilityHandler"); - ffi.Pointer<_ObjCBlock> _objc_msgSend_697( + ffi.Pointer<_ObjCBlock> _objc_msgSend_725( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_697( + return __objc_msgSend_725( obj, sel, ); } - late final __objc_msgSend_697Ptr = _lookup< + late final __objc_msgSend_725Ptr = _lookup< ffi.NativeFunction< ffi.Pointer<_ObjCBlock> Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_697 = __objc_msgSend_697Ptr.asFunction< + late final __objc_msgSend_725 = __objc_msgSend_725Ptr.asFunction< ffi.Pointer<_ObjCBlock> Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_setReadabilityHandler_1 = _registerName1("setReadabilityHandler:"); - void _objc_msgSend_698( + void _objc_msgSend_726( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> value, ) { - return __objc_msgSend_698( + return __objc_msgSend_726( obj, sel, value, ); } - late final __objc_msgSend_698Ptr = _lookup< + late final __objc_msgSend_726Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_698 = __objc_msgSend_698Ptr.asFunction< + late final __objc_msgSend_726 = __objc_msgSend_726Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); @@ -19582,46 +20806,46 @@ class PedometerBindings { _registerName1("setWriteabilityHandler:"); late final _sel_initWithFileDescriptor_1 = _registerName1("initWithFileDescriptor:"); - instancetype _objc_msgSend_699( + instancetype _objc_msgSend_727( ffi.Pointer obj, ffi.Pointer sel, int fd, ) { - return __objc_msgSend_699( + return __objc_msgSend_727( obj, sel, fd, ); } - late final __objc_msgSend_699Ptr = _lookup< + late final __objc_msgSend_727Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Int)>>('objc_msgSend'); - late final __objc_msgSend_699 = __objc_msgSend_699Ptr.asFunction< + late final __objc_msgSend_727 = __objc_msgSend_727Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, int)>(); late final _sel_fileDescriptor1 = _registerName1("fileDescriptor"); late final _sel_readDataToEndOfFile1 = _registerName1("readDataToEndOfFile"); late final _sel_readDataOfLength_1 = _registerName1("readDataOfLength:"); - ffi.Pointer _objc_msgSend_700( + ffi.Pointer _objc_msgSend_728( ffi.Pointer obj, ffi.Pointer sel, int length, ) { - return __objc_msgSend_700( + return __objc_msgSend_728( obj, sel, length, ); } - late final __objc_msgSend_700Ptr = _lookup< + late final __objc_msgSend_728Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_700 = __objc_msgSend_700Ptr.asFunction< + late final __objc_msgSend_728 = __objc_msgSend_728Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); @@ -19629,23 +20853,23 @@ class PedometerBindings { late final _sel_offsetInFile1 = _registerName1("offsetInFile"); late final _sel_seekToEndOfFile1 = _registerName1("seekToEndOfFile"); late final _sel_seekToFileOffset_1 = _registerName1("seekToFileOffset:"); - void _objc_msgSend_701( + void _objc_msgSend_729( ffi.Pointer obj, ffi.Pointer sel, int offset, ) { - return __objc_msgSend_701( + return __objc_msgSend_729( obj, sel, offset, ); } - late final __objc_msgSend_701Ptr = _lookup< + late final __objc_msgSend_729Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLongLong)>>('objc_msgSend'); - late final __objc_msgSend_701 = __objc_msgSend_701Ptr.asFunction< + late final __objc_msgSend_729 = __objc_msgSend_729Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_truncateFileAtOffset_1 = @@ -19655,88 +20879,88 @@ class PedometerBindings { late final _class_NSHTTPCookieStorage1 = _getClass1("NSHTTPCookieStorage"); late final _sel_sharedHTTPCookieStorage1 = _registerName1("sharedHTTPCookieStorage"); - ffi.Pointer _objc_msgSend_702( + ffi.Pointer _objc_msgSend_730( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_702( + return __objc_msgSend_730( obj, sel, ); } - late final __objc_msgSend_702Ptr = _lookup< + late final __objc_msgSend_730Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_702 = __objc_msgSend_702Ptr.asFunction< + late final __objc_msgSend_730 = __objc_msgSend_730Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_sharedCookieStorageForGroupContainerIdentifier_1 = _registerName1("sharedCookieStorageForGroupContainerIdentifier:"); - ffi.Pointer _objc_msgSend_703( + ffi.Pointer _objc_msgSend_731( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer identifier, ) { - return __objc_msgSend_703( + return __objc_msgSend_731( obj, sel, identifier, ); } - late final __objc_msgSend_703Ptr = _lookup< + late final __objc_msgSend_731Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_703 = __objc_msgSend_703Ptr.asFunction< + late final __objc_msgSend_731 = __objc_msgSend_731Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_cookies1 = _registerName1("cookies"); late final _class_NSHTTPCookie1 = _getClass1("NSHTTPCookie"); late final _sel_initWithProperties_1 = _registerName1("initWithProperties:"); - instancetype _objc_msgSend_704( + instancetype _objc_msgSend_732( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer properties, ) { - return __objc_msgSend_704( + return __objc_msgSend_732( obj, sel, properties, ); } - late final __objc_msgSend_704Ptr = _lookup< + late final __objc_msgSend_732Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_704 = __objc_msgSend_704Ptr.asFunction< + late final __objc_msgSend_732 = __objc_msgSend_732Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_cookieWithProperties_1 = _registerName1("cookieWithProperties:"); - ffi.Pointer _objc_msgSend_705( + ffi.Pointer _objc_msgSend_733( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer properties, ) { - return __objc_msgSend_705( + return __objc_msgSend_733( obj, sel, properties, ); } - late final __objc_msgSend_705Ptr = _lookup< + late final __objc_msgSend_733Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_705 = __objc_msgSend_705Ptr.asFunction< + late final __objc_msgSend_733 = __objc_msgSend_733Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -19744,13 +20968,13 @@ class PedometerBindings { _registerName1("requestHeaderFieldsWithCookies:"); late final _sel_cookiesWithResponseHeaderFields_forURL_1 = _registerName1("cookiesWithResponseHeaderFields:forURL:"); - ffi.Pointer _objc_msgSend_706( + ffi.Pointer _objc_msgSend_734( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer headerFields, ffi.Pointer URL, ) { - return __objc_msgSend_706( + return __objc_msgSend_734( obj, sel, headerFields, @@ -19758,14 +20982,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_706Ptr = _lookup< + late final __objc_msgSend_734Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_706 = __objc_msgSend_706Ptr.asFunction< + late final __objc_msgSend_734 = __objc_msgSend_734Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -19783,23 +21007,23 @@ class PedometerBindings { late final _sel_portList1 = _registerName1("portList"); late final _sel_sameSitePolicy1 = _registerName1("sameSitePolicy"); late final _sel_setCookie_1 = _registerName1("setCookie:"); - void _objc_msgSend_707( + void _objc_msgSend_735( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer cookie, ) { - return __objc_msgSend_707( + return __objc_msgSend_735( obj, sel, cookie, ); } - late final __objc_msgSend_707Ptr = _lookup< + late final __objc_msgSend_735Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_707 = __objc_msgSend_707Ptr.asFunction< + late final __objc_msgSend_735 = __objc_msgSend_735Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -19809,14 +21033,14 @@ class PedometerBindings { late final _sel_cookiesForURL_1 = _registerName1("cookiesForURL:"); late final _sel_setCookies_forURL_mainDocumentURL_1 = _registerName1("setCookies:forURL:mainDocumentURL:"); - void _objc_msgSend_708( + void _objc_msgSend_736( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer cookies, ffi.Pointer URL, ffi.Pointer mainDocumentURL, ) { - return __objc_msgSend_708( + return __objc_msgSend_736( obj, sel, cookies, @@ -19825,7 +21049,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_708Ptr = _lookup< + late final __objc_msgSend_736Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -19833,7 +21057,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_708 = __objc_msgSend_708Ptr.asFunction< + late final __objc_msgSend_736 = __objc_msgSend_736Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -19842,42 +21066,42 @@ class PedometerBindings { ffi.Pointer)>(); late final _sel_cookieAcceptPolicy1 = _registerName1("cookieAcceptPolicy"); - int _objc_msgSend_709( + int _objc_msgSend_737( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_709( + return __objc_msgSend_737( obj, sel, ); } - late final __objc_msgSend_709Ptr = _lookup< + late final __objc_msgSend_737Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_709 = __objc_msgSend_709Ptr.asFunction< + late final __objc_msgSend_737 = __objc_msgSend_737Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setCookieAcceptPolicy_1 = _registerName1("setCookieAcceptPolicy:"); - void _objc_msgSend_710( + void _objc_msgSend_738( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_710( + return __objc_msgSend_738( obj, sel, value, ); } - late final __objc_msgSend_710Ptr = _lookup< + late final __objc_msgSend_738Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_710 = __objc_msgSend_710Ptr.asFunction< + late final __objc_msgSend_738 = __objc_msgSend_738Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_sortedCookiesUsingDescriptors_1 = @@ -19886,23 +21110,23 @@ class PedometerBindings { late final _sel_taskIdentifier1 = _registerName1("taskIdentifier"); late final _class_NSURLRequest1 = _getClass1("NSURLRequest"); late final _sel_requestWithURL_1 = _registerName1("requestWithURL:"); - instancetype _objc_msgSend_711( + instancetype _objc_msgSend_739( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer URL, ) { - return __objc_msgSend_711( + return __objc_msgSend_739( obj, sel, URL, ); } - late final __objc_msgSend_711Ptr = _lookup< + late final __objc_msgSend_739Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_711 = __objc_msgSend_711Ptr.asFunction< + late final __objc_msgSend_739 = __objc_msgSend_739Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -19910,14 +21134,14 @@ class PedometerBindings { _registerName1("supportsSecureCoding"); late final _sel_requestWithURL_cachePolicy_timeoutInterval_1 = _registerName1("requestWithURL:cachePolicy:timeoutInterval:"); - instancetype _objc_msgSend_712( + instancetype _objc_msgSend_740( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer URL, int cachePolicy, double timeoutInterval, ) { - return __objc_msgSend_712( + return __objc_msgSend_740( obj, sel, URL, @@ -19926,11 +21150,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_712Ptr = _lookup< + late final __objc_msgSend_740Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Double)>>('objc_msgSend'); - late final __objc_msgSend_712 = __objc_msgSend_712Ptr.asFunction< + late final __objc_msgSend_740 = __objc_msgSend_740Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, double)>(); @@ -19938,41 +21162,41 @@ class PedometerBindings { _registerName1("initWithURL:cachePolicy:timeoutInterval:"); late final _sel_URL1 = _registerName1("URL"); late final _sel_cachePolicy1 = _registerName1("cachePolicy"); - int _objc_msgSend_713( + int _objc_msgSend_741( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_713( + return __objc_msgSend_741( obj, sel, ); } - late final __objc_msgSend_713Ptr = _lookup< + late final __objc_msgSend_741Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_713 = __objc_msgSend_713Ptr.asFunction< + late final __objc_msgSend_741 = __objc_msgSend_741Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_timeoutInterval1 = _registerName1("timeoutInterval"); late final _sel_mainDocumentURL1 = _registerName1("mainDocumentURL"); late final _sel_networkServiceType1 = _registerName1("networkServiceType"); - int _objc_msgSend_714( + int _objc_msgSend_742( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_714( + return __objc_msgSend_742( obj, sel, ); } - late final __objc_msgSend_714Ptr = _lookup< + late final __objc_msgSend_742Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_714 = __objc_msgSend_714Ptr.asFunction< + late final __objc_msgSend_742 = __objc_msgSend_742Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_allowsCellularAccess1 = @@ -19983,21 +21207,21 @@ class PedometerBindings { _registerName1("allowsConstrainedNetworkAccess"); late final _sel_assumesHTTP3Capable1 = _registerName1("assumesHTTP3Capable"); late final _sel_attribution1 = _registerName1("attribution"); - int _objc_msgSend_715( + int _objc_msgSend_743( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_715( + return __objc_msgSend_743( obj, sel, ); } - late final __objc_msgSend_715Ptr = _lookup< + late final __objc_msgSend_743Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_715 = __objc_msgSend_715Ptr.asFunction< + late final __objc_msgSend_743 = __objc_msgSend_743Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_requiresDNSSECValidation1 = @@ -20011,15 +21235,13 @@ class PedometerBindings { late final _class_NSStream1 = _getClass1("NSStream"); late final _sel_open1 = _registerName1("open"); late final _sel_close1 = _registerName1("close"); - late final _sel_propertyForKey_1 = _registerName1("propertyForKey:"); - late final _sel_setProperty_forKey_1 = _registerName1("setProperty:forKey:"); - bool _objc_msgSend_716( + bool _objc_msgSend_744( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer property, ffi.Pointer key, ) { - return __objc_msgSend_716( + return __objc_msgSend_744( obj, sel, property, @@ -20027,45 +21249,45 @@ class PedometerBindings { ); } - late final __objc_msgSend_716Ptr = _lookup< + late final __objc_msgSend_744Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_716 = __objc_msgSend_716Ptr.asFunction< + late final __objc_msgSend_744 = __objc_msgSend_744Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_streamStatus1 = _registerName1("streamStatus"); - int _objc_msgSend_717( + int _objc_msgSend_745( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_717( + return __objc_msgSend_745( obj, sel, ); } - late final __objc_msgSend_717Ptr = _lookup< + late final __objc_msgSend_745Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_717 = __objc_msgSend_717Ptr.asFunction< + late final __objc_msgSend_745 = __objc_msgSend_745Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_streamError1 = _registerName1("streamError"); late final _class_NSOutputStream1 = _getClass1("NSOutputStream"); late final _sel_write_maxLength_1 = _registerName1("write:maxLength:"); - int _objc_msgSend_718( + int _objc_msgSend_746( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer buffer, int len, ) { - return __objc_msgSend_718( + return __objc_msgSend_746( obj, sel, buffer, @@ -20073,11 +21295,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_718Ptr = _lookup< + late final __objc_msgSend_746Ptr = _lookup< ffi.NativeFunction< ffi.Long Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_718 = __objc_msgSend_718Ptr.asFunction< + late final __objc_msgSend_746 = __objc_msgSend_746Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); @@ -20085,13 +21307,13 @@ class PedometerBindings { late final _sel_initToMemory1 = _registerName1("initToMemory"); late final _sel_initToBuffer_capacity_1 = _registerName1("initToBuffer:capacity:"); - instancetype _objc_msgSend_719( + instancetype _objc_msgSend_747( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer buffer, int capacity, ) { - return __objc_msgSend_719( + return __objc_msgSend_747( obj, sel, buffer, @@ -20099,22 +21321,22 @@ class PedometerBindings { ); } - late final __objc_msgSend_719Ptr = _lookup< + late final __objc_msgSend_747Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_719 = __objc_msgSend_719Ptr.asFunction< + late final __objc_msgSend_747 = __objc_msgSend_747Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithURL_append_1 = _registerName1("initWithURL:append:"); - instancetype _objc_msgSend_720( + instancetype _objc_msgSend_748( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, bool shouldAppend, ) { - return __objc_msgSend_720( + return __objc_msgSend_748( obj, sel, url, @@ -20122,11 +21344,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_720Ptr = _lookup< + late final __objc_msgSend_748Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_720 = __objc_msgSend_720Ptr.asFunction< + late final __objc_msgSend_748 = __objc_msgSend_748Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, bool)>(); @@ -20142,7 +21364,7 @@ class PedometerBindings { _registerName1("outputStreamWithURL:append:"); late final _sel_getStreamsToHostWithName_port_inputStream_outputStream_1 = _registerName1("getStreamsToHostWithName:port:inputStream:outputStream:"); - void _objc_msgSend_721( + void _objc_msgSend_749( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer hostname, @@ -20150,7 +21372,7 @@ class PedometerBindings { ffi.Pointer> inputStream, ffi.Pointer> outputStream, ) { - return __objc_msgSend_721( + return __objc_msgSend_749( obj, sel, hostname, @@ -20160,7 +21382,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_721Ptr = _lookup< + late final __objc_msgSend_749Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -20169,7 +21391,46 @@ class PedometerBindings { ffi.Long, ffi.Pointer>, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_721 = __objc_msgSend_721Ptr.asFunction< + late final __objc_msgSend_749 = __objc_msgSend_749Ptr.asFunction< + void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + int, + ffi.Pointer>, + ffi.Pointer>)>(); + + late final _class_NSHost1 = _getClass1("NSHost"); + late final _sel_getStreamsToHost_port_inputStream_outputStream_1 = + _registerName1("getStreamsToHost:port:inputStream:outputStream:"); + void _objc_msgSend_750( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer host, + int port, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream, + ) { + return __objc_msgSend_750( + obj, + sel, + host, + port, + inputStream, + outputStream, + ); + } + + late final __objc_msgSend_750Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Long, + ffi.Pointer>, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_750 = __objc_msgSend_750Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -20180,14 +21441,14 @@ class PedometerBindings { late final _sel_getBoundStreamsWithBufferSize_inputStream_outputStream_1 = _registerName1("getBoundStreamsWithBufferSize:inputStream:outputStream:"); - void _objc_msgSend_722( + void _objc_msgSend_751( ffi.Pointer obj, ffi.Pointer sel, int bufferSize, ffi.Pointer> inputStream, ffi.Pointer> outputStream, ) { - return __objc_msgSend_722( + return __objc_msgSend_751( obj, sel, bufferSize, @@ -20196,7 +21457,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_722Ptr = _lookup< + late final __objc_msgSend_751Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -20204,7 +21465,7 @@ class PedometerBindings { ffi.UnsignedLong, ffi.Pointer>, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_722 = __objc_msgSend_722Ptr.asFunction< + late final __objc_msgSend_751 = __objc_msgSend_751Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -20214,13 +21475,13 @@ class PedometerBindings { late final _sel_read_maxLength_1 = _registerName1("read:maxLength:"); late final _sel_getBuffer_length_1 = _registerName1("getBuffer:length:"); - bool _objc_msgSend_723( + bool _objc_msgSend_752( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> buffer, ffi.Pointer len, ) { - return __objc_msgSend_723( + return __objc_msgSend_752( obj, sel, buffer, @@ -20228,14 +21489,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_723Ptr = _lookup< + late final __objc_msgSend_752Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer>, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_723 = __objc_msgSend_723Ptr.asFunction< + late final __objc_msgSend_752 = __objc_msgSend_752Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -20246,23 +21507,23 @@ class PedometerBindings { late final _sel_initWithFileAtPath_1 = _registerName1("initWithFileAtPath:"); late final _sel_inputStreamWithData_1 = _registerName1("inputStreamWithData:"); - instancetype _objc_msgSend_724( + instancetype _objc_msgSend_753( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer data, ) { - return __objc_msgSend_724( + return __objc_msgSend_753( obj, sel, data, ); } - late final __objc_msgSend_724Ptr = _lookup< + late final __objc_msgSend_753Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_724 = __objc_msgSend_724Ptr.asFunction< + late final __objc_msgSend_753 = __objc_msgSend_753Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -20270,21 +21531,21 @@ class PedometerBindings { _registerName1("inputStreamWithFileAtPath:"); late final _sel_inputStreamWithURL_1 = _registerName1("inputStreamWithURL:"); late final _sel_HTTPBodyStream1 = _registerName1("HTTPBodyStream"); - ffi.Pointer _objc_msgSend_725( + ffi.Pointer _objc_msgSend_754( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_725( + return __objc_msgSend_754( obj, sel, ); } - late final __objc_msgSend_725Ptr = _lookup< + late final __objc_msgSend_754Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_725 = __objc_msgSend_725Ptr.asFunction< + late final __objc_msgSend_754 = __objc_msgSend_754Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -20293,21 +21554,21 @@ class PedometerBindings { late final _sel_HTTPShouldUsePipelining1 = _registerName1("HTTPShouldUsePipelining"); late final _sel_originalRequest1 = _registerName1("originalRequest"); - ffi.Pointer _objc_msgSend_726( + ffi.Pointer _objc_msgSend_755( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_726( + return __objc_msgSend_755( obj, sel, ); } - late final __objc_msgSend_726Ptr = _lookup< + late final __objc_msgSend_755Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_726 = __objc_msgSend_726Ptr.asFunction< + late final __objc_msgSend_755 = __objc_msgSend_755Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -20316,7 +21577,7 @@ class PedometerBindings { late final _sel_initWithURL_MIMEType_expectedContentLength_textEncodingName_1 = _registerName1( "initWithURL:MIMEType:expectedContentLength:textEncodingName:"); - instancetype _objc_msgSend_727( + instancetype _objc_msgSend_756( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer URL, @@ -20324,7 +21585,7 @@ class PedometerBindings { int length, ffi.Pointer name, ) { - return __objc_msgSend_727( + return __objc_msgSend_756( obj, sel, URL, @@ -20334,7 +21595,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_727Ptr = _lookup< + late final __objc_msgSend_756Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -20343,7 +21604,7 @@ class PedometerBindings { ffi.Pointer, ffi.Long, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_727 = __objc_msgSend_727Ptr.asFunction< + late final __objc_msgSend_756 = __objc_msgSend_756Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -20358,40 +21619,40 @@ class PedometerBindings { late final _sel_textEncodingName1 = _registerName1("textEncodingName"); late final _sel_suggestedFilename1 = _registerName1("suggestedFilename"); late final _sel_response1 = _registerName1("response"); - ffi.Pointer _objc_msgSend_728( + ffi.Pointer _objc_msgSend_757( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_728( + return __objc_msgSend_757( obj, sel, ); } - late final __objc_msgSend_728Ptr = _lookup< + late final __objc_msgSend_757Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_728 = __objc_msgSend_728Ptr.asFunction< + late final __objc_msgSend_757 = __objc_msgSend_757Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_progress1 = _registerName1("progress"); - ffi.Pointer _objc_msgSend_729( + ffi.Pointer _objc_msgSend_758( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_729( + return __objc_msgSend_758( obj, sel, ); } - late final __objc_msgSend_729Ptr = _lookup< + late final __objc_msgSend_758Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_729 = __objc_msgSend_729Ptr.asFunction< + late final __objc_msgSend_758 = __objc_msgSend_758Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -20416,43 +21677,43 @@ class PedometerBindings { late final _sel_taskDescription1 = _registerName1("taskDescription"); late final _sel_setTaskDescription_1 = _registerName1("setTaskDescription:"); late final _sel_state1 = _registerName1("state"); - int _objc_msgSend_730( + int _objc_msgSend_759( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_730( + return __objc_msgSend_759( obj, sel, ); } - late final __objc_msgSend_730Ptr = _lookup< + late final __objc_msgSend_759Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_730 = __objc_msgSend_730Ptr.asFunction< + late final __objc_msgSend_759 = __objc_msgSend_759Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_suspend1 = _registerName1("suspend"); late final _sel_priority1 = _registerName1("priority"); late final _sel_setPriority_1 = _registerName1("setPriority:"); - void _objc_msgSend_731( + void _objc_msgSend_760( ffi.Pointer obj, ffi.Pointer sel, double value, ) { - return __objc_msgSend_731( + return __objc_msgSend_760( obj, sel, value, ); } - late final __objc_msgSend_731Ptr = _lookup< + late final __objc_msgSend_760Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Float)>>('objc_msgSend'); - late final __objc_msgSend_731 = __objc_msgSend_731Ptr.asFunction< + late final __objc_msgSend_760 = __objc_msgSend_760Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, double)>(); late final _sel_prefersIncrementalDelivery1 = @@ -20461,13 +21722,13 @@ class PedometerBindings { _registerName1("setPrefersIncrementalDelivery:"); late final _sel_storeCookies_forTask_1 = _registerName1("storeCookies:forTask:"); - void _objc_msgSend_732( + void _objc_msgSend_761( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer cookies, ffi.Pointer task, ) { - return __objc_msgSend_732( + return __objc_msgSend_761( obj, sel, cookies, @@ -20475,26 +21736,26 @@ class PedometerBindings { ); } - late final __objc_msgSend_732Ptr = _lookup< + late final __objc_msgSend_761Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_732 = __objc_msgSend_732Ptr.asFunction< + late final __objc_msgSend_761 = __objc_msgSend_761Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_getCookiesForTask_completionHandler_1 = _registerName1("getCookiesForTask:completionHandler:"); - void _objc_msgSend_733( + void _objc_msgSend_762( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer task, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_733( + return __objc_msgSend_762( obj, sel, task, @@ -20502,14 +21763,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_733Ptr = _lookup< + late final __objc_msgSend_762Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_733 = __objc_msgSend_733Ptr.asFunction< + late final __objc_msgSend_762 = __objc_msgSend_762Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); @@ -20517,13 +21778,13 @@ class PedometerBindings { late final _sel_indexPathWithIndex_1 = _registerName1("indexPathWithIndex:"); late final _sel_indexPathWithIndexes_length_1 = _registerName1("indexPathWithIndexes:length:"); - instancetype _objc_msgSend_734( + instancetype _objc_msgSend_763( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer indexes, int length, ) { - return __objc_msgSend_734( + return __objc_msgSend_763( obj, sel, indexes, @@ -20531,14 +21792,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_734Ptr = _lookup< + late final __objc_msgSend_763Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_734 = __objc_msgSend_734Ptr.asFunction< + late final __objc_msgSend_763 = __objc_msgSend_763Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); @@ -20546,55 +21807,55 @@ class PedometerBindings { _registerName1("initWithIndexes:length:"); late final _sel_indexPathByAddingIndex_1 = _registerName1("indexPathByAddingIndex:"); - ffi.Pointer _objc_msgSend_735( + ffi.Pointer _objc_msgSend_764( ffi.Pointer obj, ffi.Pointer sel, int index, ) { - return __objc_msgSend_735( + return __objc_msgSend_764( obj, sel, index, ); } - late final __objc_msgSend_735Ptr = _lookup< + late final __objc_msgSend_764Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_735 = __objc_msgSend_735Ptr.asFunction< + late final __objc_msgSend_764 = __objc_msgSend_764Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); late final _sel_indexPathByRemovingLastIndex1 = _registerName1("indexPathByRemovingLastIndex"); - ffi.Pointer _objc_msgSend_736( + ffi.Pointer _objc_msgSend_765( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_736( + return __objc_msgSend_765( obj, sel, ); } - late final __objc_msgSend_736Ptr = _lookup< + late final __objc_msgSend_765Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_736 = __objc_msgSend_736Ptr.asFunction< + late final __objc_msgSend_765 = __objc_msgSend_765Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_indexAtPosition_1 = _registerName1("indexAtPosition:"); late final _sel_getIndexes_range_1 = _registerName1("getIndexes:range:"); - void _objc_msgSend_737( + void _objc_msgSend_766( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer indexes, _NSRange positionRange, ) { - return __objc_msgSend_737( + return __objc_msgSend_766( obj, sel, indexes, @@ -20602,72 +21863,72 @@ class PedometerBindings { ); } - late final __objc_msgSend_737Ptr = _lookup< + late final __objc_msgSend_766Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_737 = __objc_msgSend_737Ptr.asFunction< + late final __objc_msgSend_766 = __objc_msgSend_766Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, _NSRange)>(); - int _objc_msgSend_738( + int _objc_msgSend_767( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer otherObject, ) { - return __objc_msgSend_738( + return __objc_msgSend_767( obj, sel, otherObject, ); } - late final __objc_msgSend_738Ptr = _lookup< + late final __objc_msgSend_767Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_738 = __objc_msgSend_738Ptr.asFunction< + late final __objc_msgSend_767 = __objc_msgSend_767Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_getIndexes_1 = _registerName1("getIndexes:"); - void _objc_msgSend_739( + void _objc_msgSend_768( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer indexes, ) { - return __objc_msgSend_739( + return __objc_msgSend_768( obj, sel, indexes, ); } - late final __objc_msgSend_739Ptr = _lookup< + late final __objc_msgSend_768Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_739 = __objc_msgSend_739Ptr.asFunction< + late final __objc_msgSend_768 = __objc_msgSend_768Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _class_NSInflectionRule1 = _getClass1("NSInflectionRule"); late final _sel_automaticRule1 = _registerName1("automaticRule"); - ffi.Pointer _objc_msgSend_740( + ffi.Pointer _objc_msgSend_769( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_740( + return __objc_msgSend_769( obj, sel, ); } - late final __objc_msgSend_740Ptr = _lookup< + late final __objc_msgSend_769Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_740 = __objc_msgSend_740Ptr.asFunction< + late final __objc_msgSend_769 = __objc_msgSend_769Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -20676,309 +21937,309 @@ class PedometerBindings { _registerName1("canInflectPreferredLocalization"); late final _class_NSMorphology1 = _getClass1("NSMorphology"); late final _sel_grammaticalGender1 = _registerName1("grammaticalGender"); - int _objc_msgSend_741( + int _objc_msgSend_770( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_741( + return __objc_msgSend_770( obj, sel, ); } - late final __objc_msgSend_741Ptr = _lookup< + late final __objc_msgSend_770Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_741 = __objc_msgSend_741Ptr.asFunction< + late final __objc_msgSend_770 = __objc_msgSend_770Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setGrammaticalGender_1 = _registerName1("setGrammaticalGender:"); - void _objc_msgSend_742( + void _objc_msgSend_771( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_742( + return __objc_msgSend_771( obj, sel, value, ); } - late final __objc_msgSend_742Ptr = _lookup< + late final __objc_msgSend_771Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_742 = __objc_msgSend_742Ptr.asFunction< + late final __objc_msgSend_771 = __objc_msgSend_771Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_partOfSpeech1 = _registerName1("partOfSpeech"); - int _objc_msgSend_743( + int _objc_msgSend_772( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_743( + return __objc_msgSend_772( obj, sel, ); } - late final __objc_msgSend_743Ptr = _lookup< + late final __objc_msgSend_772Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_743 = __objc_msgSend_743Ptr.asFunction< + late final __objc_msgSend_772 = __objc_msgSend_772Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setPartOfSpeech_1 = _registerName1("setPartOfSpeech:"); - void _objc_msgSend_744( + void _objc_msgSend_773( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_744( + return __objc_msgSend_773( obj, sel, value, ); } - late final __objc_msgSend_744Ptr = _lookup< + late final __objc_msgSend_773Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_744 = __objc_msgSend_744Ptr.asFunction< + late final __objc_msgSend_773 = __objc_msgSend_773Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_number1 = _registerName1("number"); - int _objc_msgSend_745( + int _objc_msgSend_774( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_745( + return __objc_msgSend_774( obj, sel, ); } - late final __objc_msgSend_745Ptr = _lookup< + late final __objc_msgSend_774Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_745 = __objc_msgSend_745Ptr.asFunction< + late final __objc_msgSend_774 = __objc_msgSend_774Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setNumber_1 = _registerName1("setNumber:"); - void _objc_msgSend_746( + void _objc_msgSend_775( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_746( + return __objc_msgSend_775( obj, sel, value, ); } - late final __objc_msgSend_746Ptr = _lookup< + late final __objc_msgSend_775Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_746 = __objc_msgSend_746Ptr.asFunction< + late final __objc_msgSend_775 = __objc_msgSend_775Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_grammaticalCase1 = _registerName1("grammaticalCase"); - int _objc_msgSend_747( + int _objc_msgSend_776( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_747( + return __objc_msgSend_776( obj, sel, ); } - late final __objc_msgSend_747Ptr = _lookup< + late final __objc_msgSend_776Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_747 = __objc_msgSend_747Ptr.asFunction< + late final __objc_msgSend_776 = __objc_msgSend_776Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setGrammaticalCase_1 = _registerName1("setGrammaticalCase:"); - void _objc_msgSend_748( + void _objc_msgSend_777( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_748( + return __objc_msgSend_777( obj, sel, value, ); } - late final __objc_msgSend_748Ptr = _lookup< + late final __objc_msgSend_777Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_748 = __objc_msgSend_748Ptr.asFunction< + late final __objc_msgSend_777 = __objc_msgSend_777Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_determination1 = _registerName1("determination"); - int _objc_msgSend_749( + int _objc_msgSend_778( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_749( + return __objc_msgSend_778( obj, sel, ); } - late final __objc_msgSend_749Ptr = _lookup< + late final __objc_msgSend_778Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_749 = __objc_msgSend_749Ptr.asFunction< + late final __objc_msgSend_778 = __objc_msgSend_778Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setDetermination_1 = _registerName1("setDetermination:"); - void _objc_msgSend_750( + void _objc_msgSend_779( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_750( + return __objc_msgSend_779( obj, sel, value, ); } - late final __objc_msgSend_750Ptr = _lookup< + late final __objc_msgSend_779Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_750 = __objc_msgSend_750Ptr.asFunction< + late final __objc_msgSend_779 = __objc_msgSend_779Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_grammaticalPerson1 = _registerName1("grammaticalPerson"); - int _objc_msgSend_751( + int _objc_msgSend_780( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_751( + return __objc_msgSend_780( obj, sel, ); } - late final __objc_msgSend_751Ptr = _lookup< + late final __objc_msgSend_780Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_751 = __objc_msgSend_751Ptr.asFunction< + late final __objc_msgSend_780 = __objc_msgSend_780Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setGrammaticalPerson_1 = _registerName1("setGrammaticalPerson:"); - void _objc_msgSend_752( + void _objc_msgSend_781( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_752( + return __objc_msgSend_781( obj, sel, value, ); } - late final __objc_msgSend_752Ptr = _lookup< + late final __objc_msgSend_781Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_752 = __objc_msgSend_752Ptr.asFunction< + late final __objc_msgSend_781 = __objc_msgSend_781Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_pronounType1 = _registerName1("pronounType"); - int _objc_msgSend_753( + int _objc_msgSend_782( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_753( + return __objc_msgSend_782( obj, sel, ); } - late final __objc_msgSend_753Ptr = _lookup< + late final __objc_msgSend_782Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_753 = __objc_msgSend_753Ptr.asFunction< + late final __objc_msgSend_782 = __objc_msgSend_782Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setPronounType_1 = _registerName1("setPronounType:"); - void _objc_msgSend_754( + void _objc_msgSend_783( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_754( + return __objc_msgSend_783( obj, sel, value, ); } - late final __objc_msgSend_754Ptr = _lookup< + late final __objc_msgSend_783Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_754 = __objc_msgSend_754Ptr.asFunction< + late final __objc_msgSend_783 = __objc_msgSend_783Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_definiteness1 = _registerName1("definiteness"); - int _objc_msgSend_755( + int _objc_msgSend_784( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_755( + return __objc_msgSend_784( obj, sel, ); } - late final __objc_msgSend_755Ptr = _lookup< + late final __objc_msgSend_784Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_755 = __objc_msgSend_755Ptr.asFunction< + late final __objc_msgSend_784 = __objc_msgSend_784Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setDefiniteness_1 = _registerName1("setDefiniteness:"); - void _objc_msgSend_756( + void _objc_msgSend_785( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_756( + return __objc_msgSend_785( obj, sel, value, ); } - late final __objc_msgSend_756Ptr = _lookup< + late final __objc_msgSend_785Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_756 = __objc_msgSend_756Ptr.asFunction< + late final __objc_msgSend_785 = __objc_msgSend_785Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _class_NSMorphologyCustomPronoun1 = @@ -21001,36 +22262,36 @@ class PedometerBindings { late final _sel_setReflexiveForm_1 = _registerName1("setReflexiveForm:"); late final _sel_customPronounForLanguage_1 = _registerName1("customPronounForLanguage:"); - ffi.Pointer _objc_msgSend_757( + ffi.Pointer _objc_msgSend_786( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer language, ) { - return __objc_msgSend_757( + return __objc_msgSend_786( obj, sel, language, ); } - late final __objc_msgSend_757Ptr = _lookup< + late final __objc_msgSend_786Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_757 = __objc_msgSend_757Ptr.asFunction< + late final __objc_msgSend_786 = __objc_msgSend_786Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_setCustomPronoun_forLanguage_error_1 = _registerName1("setCustomPronoun:forLanguage:error:"); - bool _objc_msgSend_758( + bool _objc_msgSend_787( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer features, ffi.Pointer language, ffi.Pointer> error, ) { - return __objc_msgSend_758( + return __objc_msgSend_787( obj, sel, features, @@ -21039,7 +22300,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_758Ptr = _lookup< + late final __objc_msgSend_787Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -21047,7 +22308,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_758 = __objc_msgSend_758Ptr.asFunction< + late final __objc_msgSend_787 = __objc_msgSend_787Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -21057,21 +22318,21 @@ class PedometerBindings { late final _sel_isUnspecified1 = _registerName1("isUnspecified"); late final _sel_userMorphology1 = _registerName1("userMorphology"); - ffi.Pointer _objc_msgSend_759( + ffi.Pointer _objc_msgSend_788( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_759( + return __objc_msgSend_788( obj, sel, ); } - late final __objc_msgSend_759Ptr = _lookup< + late final __objc_msgSend_788Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_759 = __objc_msgSend_759Ptr.asFunction< + late final __objc_msgSend_788 = __objc_msgSend_788Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -21081,64 +22342,64 @@ class PedometerBindings { late final _sel_isAsynchronous1 = _registerName1("isAsynchronous"); late final _sel_isReady1 = _registerName1("isReady"); late final _sel_addDependency_1 = _registerName1("addDependency:"); - void _objc_msgSend_760( + void _objc_msgSend_789( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer op, ) { - return __objc_msgSend_760( + return __objc_msgSend_789( obj, sel, op, ); } - late final __objc_msgSend_760Ptr = _lookup< + late final __objc_msgSend_789Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_760 = __objc_msgSend_760Ptr.asFunction< + late final __objc_msgSend_789 = __objc_msgSend_789Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_removeDependency_1 = _registerName1("removeDependency:"); late final _sel_dependencies1 = _registerName1("dependencies"); late final _sel_queuePriority1 = _registerName1("queuePriority"); - int _objc_msgSend_761( + int _objc_msgSend_790( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_761( + return __objc_msgSend_790( obj, sel, ); } - late final __objc_msgSend_761Ptr = _lookup< + late final __objc_msgSend_790Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_761 = __objc_msgSend_761Ptr.asFunction< + late final __objc_msgSend_790 = __objc_msgSend_790Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setQueuePriority_1 = _registerName1("setQueuePriority:"); - void _objc_msgSend_762( + void _objc_msgSend_791( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_762( + return __objc_msgSend_791( obj, sel, value, ); } - late final __objc_msgSend_762Ptr = _lookup< + late final __objc_msgSend_791Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_762 = __objc_msgSend_762Ptr.asFunction< + late final __objc_msgSend_791 = __objc_msgSend_791Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_completionBlock1 = _registerName1("completionBlock"); @@ -21147,13 +22408,13 @@ class PedometerBindings { late final _sel_addOperation_1 = _registerName1("addOperation:"); late final _sel_addOperations_waitUntilFinished_1 = _registerName1("addOperations:waitUntilFinished:"); - void _objc_msgSend_763( + void _objc_msgSend_792( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer ops, bool wait, ) { - return __objc_msgSend_763( + return __objc_msgSend_792( obj, sel, ops, @@ -21161,11 +22422,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_763Ptr = _lookup< + late final __objc_msgSend_792Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_763 = __objc_msgSend_763Ptr.asFunction< + late final __objc_msgSend_792 = __objc_msgSend_792Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, bool)>(); @@ -21179,42 +22440,42 @@ class PedometerBindings { late final _sel_isSuspended1 = _registerName1("isSuspended"); late final _sel_setSuspended_1 = _registerName1("setSuspended:"); late final _sel_underlyingQueue1 = _registerName1("underlyingQueue"); - ffi.Pointer _objc_msgSend_764( + ffi.Pointer _objc_msgSend_793( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_764( + return __objc_msgSend_793( obj, sel, ); } - late final __objc_msgSend_764Ptr = _lookup< + late final __objc_msgSend_793Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_764 = __objc_msgSend_764Ptr.asFunction< + late final __objc_msgSend_793 = __objc_msgSend_793Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_setUnderlyingQueue_1 = _registerName1("setUnderlyingQueue:"); - void _objc_msgSend_765( + void _objc_msgSend_794( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_765( + return __objc_msgSend_794( obj, sel, value, ); } - late final __objc_msgSend_765Ptr = _lookup< + late final __objc_msgSend_794Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_765 = __objc_msgSend_765Ptr.asFunction< + late final __objc_msgSend_794 = __objc_msgSend_794Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -21222,40 +22483,40 @@ class PedometerBindings { late final _sel_waitUntilAllOperationsAreFinished1 = _registerName1("waitUntilAllOperationsAreFinished"); late final _sel_currentQueue1 = _registerName1("currentQueue"); - ffi.Pointer _objc_msgSend_766( + ffi.Pointer _objc_msgSend_795( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_766( + return __objc_msgSend_795( obj, sel, ); } - late final __objc_msgSend_766Ptr = _lookup< + late final __objc_msgSend_795Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_766 = __objc_msgSend_766Ptr.asFunction< + late final __objc_msgSend_795 = __objc_msgSend_795Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_mainQueue1 = _registerName1("mainQueue"); - ffi.Pointer _objc_msgSend_767( + ffi.Pointer _objc_msgSend_796( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_767( + return __objc_msgSend_796( obj, sel, ); } - late final __objc_msgSend_767Ptr = _lookup< + late final __objc_msgSend_796Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_767 = __objc_msgSend_767Ptr.asFunction< + late final __objc_msgSend_796 = __objc_msgSend_796Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -21263,46 +22524,46 @@ class PedometerBindings { late final _sel_operationCount1 = _registerName1("operationCount"); late final _class_NSPointerArray1 = _getClass1("NSPointerArray"); late final _sel_initWithOptions_1 = _registerName1("initWithOptions:"); - instancetype _objc_msgSend_768( + instancetype _objc_msgSend_797( ffi.Pointer obj, ffi.Pointer sel, int options, ) { - return __objc_msgSend_768( + return __objc_msgSend_797( obj, sel, options, ); } - late final __objc_msgSend_768Ptr = _lookup< + late final __objc_msgSend_797Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_768 = __objc_msgSend_768Ptr.asFunction< + late final __objc_msgSend_797 = __objc_msgSend_797Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, int)>(); late final _class_NSPointerFunctions1 = _getClass1("NSPointerFunctions"); late final _sel_pointerFunctionsWithOptions_1 = _registerName1("pointerFunctionsWithOptions:"); - ffi.Pointer _objc_msgSend_769( + ffi.Pointer _objc_msgSend_798( ffi.Pointer obj, ffi.Pointer sel, int options, ) { - return __objc_msgSend_769( + return __objc_msgSend_798( obj, sel, options, ); } - late final __objc_msgSend_769Ptr = _lookup< + late final __objc_msgSend_798Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_769 = __objc_msgSend_769Ptr.asFunction< + late final __objc_msgSend_798 = __objc_msgSend_798Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); @@ -21314,17 +22575,17 @@ class PedometerBindings { ffi.Pointer< ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer)>>)>> - _objc_msgSend_770( + _objc_msgSend_799( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_770( + return __objc_msgSend_799( obj, sel, ); } - late final __objc_msgSend_770Ptr = _lookup< + late final __objc_msgSend_799Ptr = _lookup< ffi.NativeFunction< ffi.Pointer< ffi.NativeFunction< @@ -21336,7 +22597,7 @@ class PedometerBindings { ffi.Pointer)>>)>> Function(ffi.Pointer, ffi.Pointer)>>( 'objc_msgSend'); - late final __objc_msgSend_770 = __objc_msgSend_770Ptr.asFunction< + late final __objc_msgSend_799 = __objc_msgSend_799Ptr.asFunction< ffi.Pointer< ffi.NativeFunction< ffi.UnsignedLong Function( @@ -21348,7 +22609,7 @@ class PedometerBindings { Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setHashFunction_1 = _registerName1("setHashFunction:"); - void _objc_msgSend_771( + void _objc_msgSend_800( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer< @@ -21361,14 +22622,14 @@ class PedometerBindings { ffi.Pointer)>>)>> value, ) { - return __objc_msgSend_771( + return __objc_msgSend_800( obj, sel, value, ); } - late final __objc_msgSend_771Ptr = _lookup< + late final __objc_msgSend_800Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -21382,7 +22643,7 @@ class PedometerBindings { ffi.UnsignedLong Function( ffi.Pointer)>>)>>)>>( 'objc_msgSend'); - late final __objc_msgSend_771 = __objc_msgSend_771Ptr.asFunction< + late final __objc_msgSend_800 = __objc_msgSend_800Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -21404,17 +22665,17 @@ class PedometerBindings { ffi.Pointer< ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer)>>)>> - _objc_msgSend_772( + _objc_msgSend_801( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_772( + return __objc_msgSend_801( obj, sel, ); } - late final __objc_msgSend_772Ptr = _lookup< + late final __objc_msgSend_801Ptr = _lookup< ffi.NativeFunction< ffi.Pointer< ffi.NativeFunction< @@ -21427,7 +22688,7 @@ class PedometerBindings { ffi.Pointer)>>)>> Function(ffi.Pointer, ffi.Pointer)>>( 'objc_msgSend'); - late final __objc_msgSend_772 = __objc_msgSend_772Ptr.asFunction< + late final __objc_msgSend_801 = __objc_msgSend_801Ptr.asFunction< ffi.Pointer< ffi.NativeFunction< ffi.Bool Function( @@ -21440,7 +22701,7 @@ class PedometerBindings { Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setIsEqualFunction_1 = _registerName1("setIsEqualFunction:"); - void _objc_msgSend_773( + void _objc_msgSend_802( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer< @@ -21454,14 +22715,14 @@ class PedometerBindings { ffi.Pointer)>>)>> value, ) { - return __objc_msgSend_773( + return __objc_msgSend_802( obj, sel, value, ); } - late final __objc_msgSend_773Ptr = _lookup< + late final __objc_msgSend_802Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -21476,7 +22737,7 @@ class PedometerBindings { ffi.UnsignedLong Function( ffi.Pointer)>>)>>)>>( 'objc_msgSend'); - late final __objc_msgSend_773 = __objc_msgSend_773Ptr.asFunction< + late final __objc_msgSend_802 = __objc_msgSend_802Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -21493,31 +22754,31 @@ class PedometerBindings { late final _sel_sizeFunction1 = _registerName1("sizeFunction"); ffi.Pointer< ffi.NativeFunction)>> - _objc_msgSend_774( + _objc_msgSend_803( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_774( + return __objc_msgSend_803( obj, sel, ); } - late final __objc_msgSend_774Ptr = _lookup< + late final __objc_msgSend_803Ptr = _lookup< ffi.NativeFunction< ffi.Pointer< ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer)>> Function(ffi.Pointer, ffi.Pointer)>>( 'objc_msgSend'); - late final __objc_msgSend_774 = __objc_msgSend_774Ptr.asFunction< + late final __objc_msgSend_803 = __objc_msgSend_803Ptr.asFunction< ffi.Pointer< ffi .NativeFunction)>> Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setSizeFunction_1 = _registerName1("setSizeFunction:"); - void _objc_msgSend_775( + void _objc_msgSend_804( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer< @@ -21525,14 +22786,14 @@ class PedometerBindings { .NativeFunction)>> value, ) { - return __objc_msgSend_775( + return __objc_msgSend_804( obj, sel, value, ); } - late final __objc_msgSend_775Ptr = _lookup< + late final __objc_msgSend_804Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -21541,7 +22802,7 @@ class PedometerBindings { ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer)>>)>>('objc_msgSend'); - late final __objc_msgSend_775 = __objc_msgSend_775Ptr.asFunction< + late final __objc_msgSend_804 = __objc_msgSend_804Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -21553,17 +22814,17 @@ class PedometerBindings { ffi.Pointer< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer)>> - _objc_msgSend_776( + _objc_msgSend_805( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_776( + return __objc_msgSend_805( obj, sel, ); } - late final __objc_msgSend_776Ptr = + late final __objc_msgSend_805Ptr = _lookup< ffi.NativeFunction< ffi.Pointer< @@ -21572,7 +22833,7 @@ class PedometerBindings { ffi.Pointer)>> Function(ffi.Pointer, ffi.Pointer)>>( 'objc_msgSend'); - late final __objc_msgSend_776 = __objc_msgSend_776Ptr.asFunction< + late final __objc_msgSend_805 = __objc_msgSend_805Ptr.asFunction< ffi.Pointer< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer)>> @@ -21580,7 +22841,7 @@ class PedometerBindings { late final _sel_setDescriptionFunction_1 = _registerName1("setDescriptionFunction:"); - void _objc_msgSend_777( + void _objc_msgSend_806( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer< @@ -21588,14 +22849,14 @@ class PedometerBindings { ffi.Pointer Function(ffi.Pointer)>> value, ) { - return __objc_msgSend_777( + return __objc_msgSend_806( obj, sel, value, ); } - late final __objc_msgSend_777Ptr = _lookup< + late final __objc_msgSend_806Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -21604,7 +22865,7 @@ class PedometerBindings { ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer)>>)>>('objc_msgSend'); - late final __objc_msgSend_777 = __objc_msgSend_777Ptr.asFunction< + late final __objc_msgSend_806 = __objc_msgSend_806Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -21620,17 +22881,17 @@ class PedometerBindings { ffi.Pointer< ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer)>>)>> - _objc_msgSend_778( + _objc_msgSend_807( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_778( + return __objc_msgSend_807( obj, sel, ); } - late final __objc_msgSend_778Ptr = _lookup< + late final __objc_msgSend_807Ptr = _lookup< ffi.NativeFunction< ffi.Pointer< ffi.NativeFunction< @@ -21642,7 +22903,7 @@ class PedometerBindings { ffi.Pointer)>>)>> Function(ffi.Pointer, ffi.Pointer)>>( 'objc_msgSend'); - late final __objc_msgSend_778 = __objc_msgSend_778Ptr.asFunction< + late final __objc_msgSend_807 = __objc_msgSend_807Ptr.asFunction< ffi.Pointer< ffi.NativeFunction< ffi.Void Function( @@ -21655,7 +22916,7 @@ class PedometerBindings { late final _sel_setRelinquishFunction_1 = _registerName1("setRelinquishFunction:"); - void _objc_msgSend_779( + void _objc_msgSend_808( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer< @@ -21668,14 +22929,14 @@ class PedometerBindings { ffi.Pointer)>>)>> value, ) { - return __objc_msgSend_779( + return __objc_msgSend_808( obj, sel, value, ); } - late final __objc_msgSend_779Ptr = _lookup< + late final __objc_msgSend_808Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -21689,7 +22950,7 @@ class PedometerBindings { ffi.UnsignedLong Function( ffi.Pointer)>>)>>)>>( 'objc_msgSend'); - late final __objc_msgSend_779 = __objc_msgSend_779Ptr.asFunction< + late final __objc_msgSend_808 = __objc_msgSend_808Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -21710,17 +22971,17 @@ class PedometerBindings { ffi.Pointer< ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer)>>, - ffi.Bool)>> _objc_msgSend_780( + ffi.Bool)>> _objc_msgSend_809( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_780( + return __objc_msgSend_809( obj, sel, ); } - late final __objc_msgSend_780Ptr = _lookup< + late final __objc_msgSend_809Ptr = _lookup< ffi.NativeFunction< ffi.Pointer< ffi.NativeFunction< @@ -21733,7 +22994,7 @@ class PedometerBindings { ffi.Bool)>> Function(ffi.Pointer, ffi.Pointer)>>( 'objc_msgSend'); - late final __objc_msgSend_780 = __objc_msgSend_780Ptr.asFunction< + late final __objc_msgSend_809 = __objc_msgSend_809Ptr.asFunction< ffi.Pointer< ffi.NativeFunction< ffi.Pointer Function( @@ -21746,7 +23007,7 @@ class PedometerBindings { Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setAcquireFunction_1 = _registerName1("setAcquireFunction:"); - void _objc_msgSend_781( + void _objc_msgSend_810( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer< @@ -21759,14 +23020,14 @@ class PedometerBindings { ffi.Bool)>> value, ) { - return __objc_msgSend_781( + return __objc_msgSend_810( obj, sel, value, ); } - late final __objc_msgSend_781Ptr = _lookup< + late final __objc_msgSend_810Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -21780,7 +23041,7 @@ class PedometerBindings { ffi.UnsignedLong Function( ffi.Pointer)>>, ffi.Bool)>>)>>('objc_msgSend'); - late final __objc_msgSend_781 = __objc_msgSend_781Ptr.asFunction< + late final __objc_msgSend_810 = __objc_msgSend_810Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -21804,107 +23065,107 @@ class PedometerBindings { _registerName1("setUsesWeakReadAndWriteBarriers:"); late final _sel_initWithPointerFunctions_1 = _registerName1("initWithPointerFunctions:"); - instancetype _objc_msgSend_782( + instancetype _objc_msgSend_811( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer functions, ) { - return __objc_msgSend_782( + return __objc_msgSend_811( obj, sel, functions, ); } - late final __objc_msgSend_782Ptr = _lookup< + late final __objc_msgSend_811Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_782 = __objc_msgSend_782Ptr.asFunction< + late final __objc_msgSend_811 = __objc_msgSend_811Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_pointerArrayWithOptions_1 = _registerName1("pointerArrayWithOptions:"); - ffi.Pointer _objc_msgSend_783( + ffi.Pointer _objc_msgSend_812( ffi.Pointer obj, ffi.Pointer sel, int options, ) { - return __objc_msgSend_783( + return __objc_msgSend_812( obj, sel, options, ); } - late final __objc_msgSend_783Ptr = _lookup< + late final __objc_msgSend_812Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_783 = __objc_msgSend_783Ptr.asFunction< + late final __objc_msgSend_812 = __objc_msgSend_812Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); late final _sel_pointerArrayWithPointerFunctions_1 = _registerName1("pointerArrayWithPointerFunctions:"); - ffi.Pointer _objc_msgSend_784( + ffi.Pointer _objc_msgSend_813( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer functions, ) { - return __objc_msgSend_784( + return __objc_msgSend_813( obj, sel, functions, ); } - late final __objc_msgSend_784Ptr = _lookup< + late final __objc_msgSend_813Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_784 = __objc_msgSend_784Ptr.asFunction< + late final __objc_msgSend_813 = __objc_msgSend_813Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_pointerFunctions1 = _registerName1("pointerFunctions"); - ffi.Pointer _objc_msgSend_785( + ffi.Pointer _objc_msgSend_814( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_785( + return __objc_msgSend_814( obj, sel, ); } - late final __objc_msgSend_785Ptr = _lookup< + late final __objc_msgSend_814Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_785 = __objc_msgSend_785Ptr.asFunction< + late final __objc_msgSend_814 = __objc_msgSend_814Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_pointerAtIndex_1 = _registerName1("pointerAtIndex:"); - ffi.Pointer _objc_msgSend_786( + ffi.Pointer _objc_msgSend_815( ffi.Pointer obj, ffi.Pointer sel, int index, ) { - return __objc_msgSend_786( + return __objc_msgSend_815( obj, sel, index, ); } - late final __objc_msgSend_786Ptr = _lookup< + late final __objc_msgSend_815Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong)>>('objc_msgSend'); - late final __objc_msgSend_786 = __objc_msgSend_786Ptr.asFunction< + late final __objc_msgSend_815 = __objc_msgSend_815Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, int)>(); @@ -21915,13 +23176,13 @@ class PedometerBindings { _registerName1("insertPointer:atIndex:"); late final _sel_replacePointerAtIndex_withPointer_1 = _registerName1("replacePointerAtIndex:withPointer:"); - void _objc_msgSend_787( + void _objc_msgSend_816( ffi.Pointer obj, ffi.Pointer sel, int index, ffi.Pointer item, ) { - return __objc_msgSend_787( + return __objc_msgSend_816( obj, sel, index, @@ -21929,33 +23190,37 @@ class PedometerBindings { ); } - late final __objc_msgSend_787Ptr = _lookup< + late final __objc_msgSend_816Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.UnsignedLong, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_787 = __objc_msgSend_787Ptr.asFunction< + late final __objc_msgSend_816 = __objc_msgSend_816Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); late final _sel_compact1 = _registerName1("compact"); late final _sel_setCount_1 = _registerName1("setCount:"); + late final _sel_pointerArrayWithStrongObjects1 = + _registerName1("pointerArrayWithStrongObjects"); + late final _sel_pointerArrayWithWeakObjects1 = + _registerName1("pointerArrayWithWeakObjects"); late final _sel_strongObjectsPointerArray1 = _registerName1("strongObjectsPointerArray"); - ffi.Pointer _objc_msgSend_788( + ffi.Pointer _objc_msgSend_817( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_788( + return __objc_msgSend_817( obj, sel, ); } - late final __objc_msgSend_788Ptr = _lookup< + late final __objc_msgSend_817Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_788 = __objc_msgSend_788Ptr.asFunction< + late final __objc_msgSend_817 = __objc_msgSend_817Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -21963,21 +23228,21 @@ class PedometerBindings { _registerName1("weakObjectsPointerArray"); late final _class_NSProcessInfo1 = _getClass1("NSProcessInfo"); late final _sel_processInfo1 = _registerName1("processInfo"); - ffi.Pointer _objc_msgSend_789( + ffi.Pointer _objc_msgSend_818( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_789( + return __objc_msgSend_818( obj, sel, ); } - late final __objc_msgSend_789Ptr = _lookup< + late final __objc_msgSend_818Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_789 = __objc_msgSend_789Ptr.asFunction< + late final __objc_msgSend_818 = __objc_msgSend_818Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -21995,25 +23260,43 @@ class PedometerBindings { _registerName1("operatingSystemVersionString"); late final _sel_operatingSystemVersion1 = _registerName1("operatingSystemVersion"); - void _objc_msgSend_790( + NSOperatingSystemVersion _objc_msgSend_819( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_819( + obj, + sel, + ); + } + + late final __objc_msgSend_819Ptr = _lookup< + ffi.NativeFunction< + NSOperatingSystemVersion Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_819 = __objc_msgSend_819Ptr.asFunction< + NSOperatingSystemVersion Function( + ffi.Pointer, ffi.Pointer)>(); + + void _objc_msgSend_819_stret( ffi.Pointer stret, ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_790( + return __objc_msgSend_819_stret( stret, obj, sel, ); } - late final __objc_msgSend_790Ptr = _lookup< + late final __objc_msgSend_819_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend_stret'); - late final __objc_msgSend_790 = __objc_msgSend_790Ptr.asFunction< + late final __objc_msgSend_819_stret = __objc_msgSend_819_stretPtr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -22023,23 +23306,23 @@ class PedometerBindings { late final _sel_physicalMemory1 = _registerName1("physicalMemory"); late final _sel_isOperatingSystemAtLeastVersion_1 = _registerName1("isOperatingSystemAtLeastVersion:"); - bool _objc_msgSend_791( + bool _objc_msgSend_820( ffi.Pointer obj, ffi.Pointer sel, NSOperatingSystemVersion version, ) { - return __objc_msgSend_791( + return __objc_msgSend_820( obj, sel, version, ); } - late final __objc_msgSend_791Ptr = _lookup< + late final __objc_msgSend_820Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, NSOperatingSystemVersion)>>('objc_msgSend'); - late final __objc_msgSend_791 = __objc_msgSend_791Ptr.asFunction< + late final __objc_msgSend_820 = __objc_msgSend_820Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, NSOperatingSystemVersion)>(); @@ -22058,13 +23341,13 @@ class PedometerBindings { _registerName1("setAutomaticTerminationSupportEnabled:"); late final _sel_beginActivityWithOptions_reason_1 = _registerName1("beginActivityWithOptions:reason:"); - ffi.Pointer _objc_msgSend_792( + ffi.Pointer _objc_msgSend_821( ffi.Pointer obj, ffi.Pointer sel, int options, ffi.Pointer reason, ) { - return __objc_msgSend_792( + return __objc_msgSend_821( obj, sel, options, @@ -22072,28 +23355,28 @@ class PedometerBindings { ); } - late final __objc_msgSend_792Ptr = _lookup< + late final __objc_msgSend_821Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_792 = __objc_msgSend_792Ptr.asFunction< + late final __objc_msgSend_821 = __objc_msgSend_821Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); late final _sel_endActivity_1 = _registerName1("endActivity:"); late final _sel_performActivityWithOptions_reason_usingBlock_1 = _registerName1("performActivityWithOptions:reason:usingBlock:"); - void _objc_msgSend_793( + void _objc_msgSend_822( ffi.Pointer obj, ffi.Pointer sel, int options, ffi.Pointer reason, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_793( + return __objc_msgSend_822( obj, sel, options, @@ -22102,7 +23385,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_793Ptr = _lookup< + late final __objc_msgSend_822Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -22110,19 +23393,19 @@ class PedometerBindings { ffi.Int32, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_793 = __objc_msgSend_793Ptr.asFunction< + late final __objc_msgSend_822 = __objc_msgSend_822Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_performExpiringActivityWithReason_usingBlock_1 = _registerName1("performExpiringActivityWithReason:usingBlock:"); - void _objc_msgSend_794( + void _objc_msgSend_823( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer reason, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_794( + return __objc_msgSend_823( obj, sel, reason, @@ -22130,35 +23413,35 @@ class PedometerBindings { ); } - late final __objc_msgSend_794Ptr = _lookup< + late final __objc_msgSend_823Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_794 = __objc_msgSend_794Ptr.asFunction< + late final __objc_msgSend_823 = __objc_msgSend_823Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_userName1 = _registerName1("userName"); late final _sel_fullUserName1 = _registerName1("fullUserName"); late final _sel_thermalState1 = _registerName1("thermalState"); - int _objc_msgSend_795( + int _objc_msgSend_824( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_795( + return __objc_msgSend_824( obj, sel, ); } - late final __objc_msgSend_795Ptr = _lookup< + late final __objc_msgSend_824Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_795 = __objc_msgSend_795Ptr.asFunction< + late final __objc_msgSend_824 = __objc_msgSend_824Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_isLowPowerModeEnabled1 = @@ -22167,40 +23450,40 @@ class PedometerBindings { late final _sel_isiOSAppOnMac1 = _registerName1("isiOSAppOnMac"); late final _class_NSTextCheckingResult1 = _getClass1("NSTextCheckingResult"); late final _sel_resultType1 = _registerName1("resultType"); - int _objc_msgSend_796( + int _objc_msgSend_825( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_796( + return __objc_msgSend_825( obj, sel, ); } - late final __objc_msgSend_796Ptr = _lookup< + late final __objc_msgSend_825Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_796 = __objc_msgSend_796Ptr.asFunction< + late final __objc_msgSend_825 = __objc_msgSend_825Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_range1 = _registerName1("range"); late final _sel_orthography1 = _registerName1("orthography"); - ffi.Pointer _objc_msgSend_797( + ffi.Pointer _objc_msgSend_826( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_797( + return __objc_msgSend_826( obj, sel, ); } - late final __objc_msgSend_797Ptr = _lookup< + late final __objc_msgSend_826Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_797 = __objc_msgSend_797Ptr.asFunction< + late final __objc_msgSend_826 = __objc_msgSend_826Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -22212,14 +23495,14 @@ class PedometerBindings { late final _class_NSRegularExpression1 = _getClass1("NSRegularExpression"); late final _sel_regularExpressionWithPattern_options_error_1 = _registerName1("regularExpressionWithPattern:options:error:"); - ffi.Pointer _objc_msgSend_798( + ffi.Pointer _objc_msgSend_827( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer pattern, int options, ffi.Pointer> error, ) { - return __objc_msgSend_798( + return __objc_msgSend_827( obj, sel, pattern, @@ -22228,7 +23511,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_798Ptr = _lookup< + late final __objc_msgSend_827Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -22236,7 +23519,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_798 = __objc_msgSend_798Ptr.asFunction< + late final __objc_msgSend_827 = __objc_msgSend_827Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -22246,14 +23529,14 @@ class PedometerBindings { late final _sel_initWithPattern_options_error_1 = _registerName1("initWithPattern:options:error:"); - instancetype _objc_msgSend_799( + instancetype _objc_msgSend_828( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer pattern, int options, ffi.Pointer> error, ) { - return __objc_msgSend_799( + return __objc_msgSend_828( obj, sel, pattern, @@ -22262,7 +23545,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_799Ptr = _lookup< + late final __objc_msgSend_828Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -22270,7 +23553,7 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_799 = __objc_msgSend_799Ptr.asFunction< + late final __objc_msgSend_828 = __objc_msgSend_828Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -22280,21 +23563,21 @@ class PedometerBindings { late final _sel_pattern1 = _registerName1("pattern"); late final _sel_options1 = _registerName1("options"); - int _objc_msgSend_800( + int _objc_msgSend_829( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_800( + return __objc_msgSend_829( obj, sel, ); } - late final __objc_msgSend_800Ptr = _lookup< + late final __objc_msgSend_829Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_800 = __objc_msgSend_800Ptr.asFunction< + late final __objc_msgSend_829 = __objc_msgSend_829Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_numberOfCaptureGroups1 = @@ -22303,7 +23586,7 @@ class PedometerBindings { _registerName1("escapedPatternForString:"); late final _sel_enumerateMatchesInString_options_range_usingBlock_1 = _registerName1("enumerateMatchesInString:options:range:usingBlock:"); - void _objc_msgSend_801( + void _objc_msgSend_830( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, @@ -22311,7 +23594,7 @@ class PedometerBindings { _NSRange range, ffi.Pointer<_ObjCBlock> block, ) { - return __objc_msgSend_801( + return __objc_msgSend_830( obj, sel, string, @@ -22321,7 +23604,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_801Ptr = _lookup< + late final __objc_msgSend_830Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -22330,20 +23613,20 @@ class PedometerBindings { ffi.Int32, _NSRange, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_801 = __objc_msgSend_801Ptr.asFunction< + late final __objc_msgSend_830 = __objc_msgSend_830Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange, ffi.Pointer<_ObjCBlock>)>(); late final _sel_matchesInString_options_range_1 = _registerName1("matchesInString:options:range:"); - ffi.Pointer _objc_msgSend_802( + ffi.Pointer _objc_msgSend_831( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, int options, _NSRange range, ) { - return __objc_msgSend_802( + return __objc_msgSend_831( obj, sel, string, @@ -22352,7 +23635,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_802Ptr = _lookup< + late final __objc_msgSend_831Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -22360,20 +23643,20 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_802 = __objc_msgSend_802Ptr.asFunction< + late final __objc_msgSend_831 = __objc_msgSend_831Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_numberOfMatchesInString_options_range_1 = _registerName1("numberOfMatchesInString:options:range:"); - int _objc_msgSend_803( + int _objc_msgSend_832( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, int options, _NSRange range, ) { - return __objc_msgSend_803( + return __objc_msgSend_832( obj, sel, string, @@ -22382,7 +23665,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_803Ptr = _lookup< + late final __objc_msgSend_832Ptr = _lookup< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, @@ -22390,20 +23673,20 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_803 = __objc_msgSend_803Ptr.asFunction< + late final __objc_msgSend_832 = __objc_msgSend_832Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_firstMatchInString_options_range_1 = _registerName1("firstMatchInString:options:range:"); - ffi.Pointer _objc_msgSend_804( + ffi.Pointer _objc_msgSend_833( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, int options, _NSRange range, ) { - return __objc_msgSend_804( + return __objc_msgSend_833( obj, sel, string, @@ -22412,7 +23695,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_804Ptr = _lookup< + late final __objc_msgSend_833Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -22420,13 +23703,37 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_804 = __objc_msgSend_804Ptr.asFunction< + late final __objc_msgSend_833 = __objc_msgSend_833Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_rangeOfFirstMatchInString_options_range_1 = _registerName1("rangeOfFirstMatchInString:options:range:"); - void _objc_msgSend_805( + _NSRange _objc_msgSend_834( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ) { + return __objc_msgSend_834( + obj, + sel, + string, + options, + range, + ); + } + + late final __objc_msgSend_834Ptr = _lookup< + ffi.NativeFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend'); + late final __objc_msgSend_834 = __objc_msgSend_834Ptr.asFunction< + _NSRange Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, int, _NSRange)>(); + + void _objc_msgSend_834_stret( ffi.Pointer<_NSRange> stret, ffi.Pointer obj, ffi.Pointer sel, @@ -22434,7 +23741,7 @@ class PedometerBindings { int options, _NSRange range, ) { - return __objc_msgSend_805( + return __objc_msgSend_834_stret( stret, obj, sel, @@ -22444,7 +23751,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_805Ptr = _lookup< + late final __objc_msgSend_834_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer<_NSRange>, @@ -22453,14 +23760,14 @@ class PedometerBindings { ffi.Pointer, ffi.Int32, _NSRange)>>('objc_msgSend_stret'); - late final __objc_msgSend_805 = __objc_msgSend_805Ptr.asFunction< + late final __objc_msgSend_834_stret = __objc_msgSend_834_stretPtr.asFunction< void Function(ffi.Pointer<_NSRange>, ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_stringByReplacingMatchesInString_options_range_withTemplate_1 = _registerName1( "stringByReplacingMatchesInString:options:range:withTemplate:"); - ffi.Pointer _objc_msgSend_806( + ffi.Pointer _objc_msgSend_835( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, @@ -22468,7 +23775,7 @@ class PedometerBindings { _NSRange range, ffi.Pointer templ, ) { - return __objc_msgSend_806( + return __objc_msgSend_835( obj, sel, string, @@ -22478,7 +23785,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_806Ptr = _lookup< + late final __objc_msgSend_835Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -22487,7 +23794,7 @@ class PedometerBindings { ffi.Int32, _NSRange, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_806 = __objc_msgSend_806Ptr.asFunction< + late final __objc_msgSend_835 = __objc_msgSend_835Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -22498,7 +23805,7 @@ class PedometerBindings { late final _sel_replaceMatchesInString_options_range_withTemplate_1 = _registerName1("replaceMatchesInString:options:range:withTemplate:"); - int _objc_msgSend_807( + int _objc_msgSend_836( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer string, @@ -22506,7 +23813,7 @@ class PedometerBindings { _NSRange range, ffi.Pointer templ, ) { - return __objc_msgSend_807( + return __objc_msgSend_836( obj, sel, string, @@ -22516,7 +23823,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_807Ptr = _lookup< + late final __objc_msgSend_836Ptr = _lookup< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, @@ -22525,13 +23832,13 @@ class PedometerBindings { ffi.Int32, _NSRange, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_807 = __objc_msgSend_807Ptr.asFunction< + late final __objc_msgSend_836 = __objc_msgSend_836Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, _NSRange, ffi.Pointer)>(); late final _sel_replacementStringForResult_inString_offset_template_1 = _registerName1("replacementStringForResult:inString:offset:template:"); - ffi.Pointer _objc_msgSend_808( + ffi.Pointer _objc_msgSend_837( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer result, @@ -22539,7 +23846,7 @@ class PedometerBindings { int offset, ffi.Pointer templ, ) { - return __objc_msgSend_808( + return __objc_msgSend_837( obj, sel, result, @@ -22549,7 +23856,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_808Ptr = _lookup< + late final __objc_msgSend_837Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -22558,7 +23865,7 @@ class PedometerBindings { ffi.Pointer, ffi.Long, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_808 = __objc_msgSend_808Ptr.asFunction< + late final __objc_msgSend_837 = __objc_msgSend_837Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -22570,802 +23877,6 @@ class PedometerBindings { late final _sel_escapedTemplateForString_1 = _registerName1("escapedTemplateForString:"); late final _sel_regularExpression1 = _registerName1("regularExpression"); - ffi.Pointer _objc_msgSend_809( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_809( - obj, - sel, - ); - } - - late final __objc_msgSend_809Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_809 = __objc_msgSend_809Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_phoneNumber1 = _registerName1("phoneNumber"); - late final _sel_numberOfRanges1 = _registerName1("numberOfRanges"); - late final _sel_rangeAtIndex_1 = _registerName1("rangeAtIndex:"); - late final _sel_rangeWithName_1 = _registerName1("rangeWithName:"); - late final _sel_resultByAdjustingRangesWithOffset_1 = - _registerName1("resultByAdjustingRangesWithOffset:"); - ffi.Pointer _objc_msgSend_810( - ffi.Pointer obj, - ffi.Pointer sel, - int offset, - ) { - return __objc_msgSend_810( - obj, - sel, - offset, - ); - } - - late final __objc_msgSend_810Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Long)>>('objc_msgSend'); - late final __objc_msgSend_810 = __objc_msgSend_810Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer, int)>(); - - late final _sel_addressComponents1 = _registerName1("addressComponents"); - late final _sel_orthographyCheckingResultWithRange_orthography_1 = - _registerName1("orthographyCheckingResultWithRange:orthography:"); - ffi.Pointer _objc_msgSend_811( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer orthography, - ) { - return __objc_msgSend_811( - obj, - sel, - range, - orthography, - ); - } - - late final __objc_msgSend_811Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - _NSRange, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_811 = __objc_msgSend_811Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, _NSRange, ffi.Pointer)>(); - - late final _sel_spellCheckingResultWithRange_1 = - _registerName1("spellCheckingResultWithRange:"); - ffi.Pointer _objc_msgSend_812( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { - return __objc_msgSend_812( - obj, - sel, - range, - ); - } - - late final __objc_msgSend_812Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, _NSRange)>>('objc_msgSend'); - late final __objc_msgSend_812 = __objc_msgSend_812Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer, _NSRange)>(); - - late final _sel_grammarCheckingResultWithRange_details_1 = - _registerName1("grammarCheckingResultWithRange:details:"); - ffi.Pointer _objc_msgSend_813( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer details, - ) { - return __objc_msgSend_813( - obj, - sel, - range, - details, - ); - } - - late final __objc_msgSend_813Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - _NSRange, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_813 = __objc_msgSend_813Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, _NSRange, ffi.Pointer)>(); - - late final _sel_dateCheckingResultWithRange_date_1 = - _registerName1("dateCheckingResultWithRange:date:"); - ffi.Pointer _objc_msgSend_814( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer date, - ) { - return __objc_msgSend_814( - obj, - sel, - range, - date, - ); - } - - late final __objc_msgSend_814Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - _NSRange, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_814 = __objc_msgSend_814Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, _NSRange, ffi.Pointer)>(); - - late final _sel_dateCheckingResultWithRange_date_timeZone_duration_1 = - _registerName1("dateCheckingResultWithRange:date:timeZone:duration:"); - ffi.Pointer _objc_msgSend_815( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer date, - ffi.Pointer timeZone, - double duration, - ) { - return __objc_msgSend_815( - obj, - sel, - range, - date, - timeZone, - duration, - ); - } - - late final __objc_msgSend_815Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - _NSRange, - ffi.Pointer, - ffi.Pointer, - ffi.Double)>>('objc_msgSend'); - late final __objc_msgSend_815 = __objc_msgSend_815Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - _NSRange, - ffi.Pointer, - ffi.Pointer, - double)>(); - - late final _sel_addressCheckingResultWithRange_components_1 = - _registerName1("addressCheckingResultWithRange:components:"); - ffi.Pointer _objc_msgSend_816( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer components, - ) { - return __objc_msgSend_816( - obj, - sel, - range, - components, - ); - } - - late final __objc_msgSend_816Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - _NSRange, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_816 = __objc_msgSend_816Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, _NSRange, ffi.Pointer)>(); - - late final _sel_linkCheckingResultWithRange_URL_1 = - _registerName1("linkCheckingResultWithRange:URL:"); - ffi.Pointer _objc_msgSend_817( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer url, - ) { - return __objc_msgSend_817( - obj, - sel, - range, - url, - ); - } - - late final __objc_msgSend_817Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - _NSRange, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_817 = __objc_msgSend_817Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, _NSRange, ffi.Pointer)>(); - - late final _sel_quoteCheckingResultWithRange_replacementString_1 = - _registerName1("quoteCheckingResultWithRange:replacementString:"); - ffi.Pointer _objc_msgSend_818( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer replacementString, - ) { - return __objc_msgSend_818( - obj, - sel, - range, - replacementString, - ); - } - - late final __objc_msgSend_818Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - _NSRange, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_818 = __objc_msgSend_818Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, _NSRange, ffi.Pointer)>(); - - late final _sel_dashCheckingResultWithRange_replacementString_1 = - _registerName1("dashCheckingResultWithRange:replacementString:"); - late final _sel_replacementCheckingResultWithRange_replacementString_1 = - _registerName1("replacementCheckingResultWithRange:replacementString:"); - late final _sel_correctionCheckingResultWithRange_replacementString_1 = - _registerName1("correctionCheckingResultWithRange:replacementString:"); - late final _sel_correctionCheckingResultWithRange_replacementString_alternativeStrings_1 = - _registerName1( - "correctionCheckingResultWithRange:replacementString:alternativeStrings:"); - ffi.Pointer _objc_msgSend_819( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer replacementString, - ffi.Pointer alternativeStrings, - ) { - return __objc_msgSend_819( - obj, - sel, - range, - replacementString, - alternativeStrings, - ); - } - - late final __objc_msgSend_819Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - _NSRange, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_819 = __objc_msgSend_819Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - _NSRange, - ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_regularExpressionCheckingResultWithRanges_count_regularExpression_1 = - _registerName1( - "regularExpressionCheckingResultWithRanges:count:regularExpression:"); - ffi.Pointer _objc_msgSend_820( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_NSRange> ranges, - int count, - ffi.Pointer regularExpression, - ) { - return __objc_msgSend_820( - obj, - sel, - ranges, - count, - regularExpression, - ); - } - - late final __objc_msgSend_820Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<_NSRange>, - ffi.UnsignedLong, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_820 = __objc_msgSend_820Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<_NSRange>, - int, - ffi.Pointer)>(); - - late final _sel_phoneNumberCheckingResultWithRange_phoneNumber_1 = - _registerName1("phoneNumberCheckingResultWithRange:phoneNumber:"); - late final _sel_transitInformationCheckingResultWithRange_components_1 = - _registerName1("transitInformationCheckingResultWithRange:components:"); - late final _class_NSURLCache1 = _getClass1("NSURLCache"); - late final _sel_sharedURLCache1 = _registerName1("sharedURLCache"); - ffi.Pointer _objc_msgSend_821( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_821( - obj, - sel, - ); - } - - late final __objc_msgSend_821Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_821 = __objc_msgSend_821Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_setSharedURLCache_1 = _registerName1("setSharedURLCache:"); - void _objc_msgSend_822( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { - return __objc_msgSend_822( - obj, - sel, - value, - ); - } - - late final __objc_msgSend_822Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_822 = __objc_msgSend_822Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_initWithMemoryCapacity_diskCapacity_diskPath_1 = - _registerName1("initWithMemoryCapacity:diskCapacity:diskPath:"); - instancetype _objc_msgSend_823( - ffi.Pointer obj, - ffi.Pointer sel, - int memoryCapacity, - int diskCapacity, - ffi.Pointer path, - ) { - return __objc_msgSend_823( - obj, - sel, - memoryCapacity, - diskCapacity, - path, - ); - } - - late final __objc_msgSend_823Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.UnsignedLong, - ffi.UnsignedLong, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_823 = __objc_msgSend_823Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, int, - int, ffi.Pointer)>(); - - late final _sel_initWithMemoryCapacity_diskCapacity_directoryURL_1 = - _registerName1("initWithMemoryCapacity:diskCapacity:directoryURL:"); - instancetype _objc_msgSend_824( - ffi.Pointer obj, - ffi.Pointer sel, - int memoryCapacity, - int diskCapacity, - ffi.Pointer directoryURL, - ) { - return __objc_msgSend_824( - obj, - sel, - memoryCapacity, - diskCapacity, - directoryURL, - ); - } - - late final __objc_msgSend_824Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.UnsignedLong, - ffi.UnsignedLong, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_824 = __objc_msgSend_824Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, int, - int, ffi.Pointer)>(); - - late final _class_NSCachedURLResponse1 = _getClass1("NSCachedURLResponse"); - late final _sel_initWithResponse_data_1 = - _registerName1("initWithResponse:data:"); - instancetype _objc_msgSend_825( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer response, - ffi.Pointer data, - ) { - return __objc_msgSend_825( - obj, - sel, - response, - data, - ); - } - - late final __objc_msgSend_825Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_825 = __objc_msgSend_825Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_initWithResponse_data_userInfo_storagePolicy_1 = - _registerName1("initWithResponse:data:userInfo:storagePolicy:"); - instancetype _objc_msgSend_826( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer response, - ffi.Pointer data, - ffi.Pointer userInfo, - int storagePolicy, - ) { - return __objc_msgSend_826( - obj, - sel, - response, - data, - userInfo, - storagePolicy, - ); - } - - late final __objc_msgSend_826Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_826 = __objc_msgSend_826Ptr.asFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - int)>(); - - ffi.Pointer _objc_msgSend_827( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_827( - obj, - sel, - ); - } - - late final __objc_msgSend_827Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_827 = __objc_msgSend_827Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_storagePolicy1 = _registerName1("storagePolicy"); - int _objc_msgSend_828( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_828( - obj, - sel, - ); - } - - late final __objc_msgSend_828Ptr = _lookup< - ffi.NativeFunction< - ffi.Int32 Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_828 = __objc_msgSend_828Ptr.asFunction< - int Function(ffi.Pointer, ffi.Pointer)>(); - - late final _sel_cachedResponseForRequest_1 = - _registerName1("cachedResponseForRequest:"); - ffi.Pointer _objc_msgSend_829( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { - return __objc_msgSend_829( - obj, - sel, - request, - ); - } - - late final __objc_msgSend_829Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_829 = __objc_msgSend_829Ptr.asFunction< - ffi.Pointer Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_storeCachedResponse_forRequest_1 = - _registerName1("storeCachedResponse:forRequest:"); - void _objc_msgSend_830( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cachedResponse, - ffi.Pointer request, - ) { - return __objc_msgSend_830( - obj, - sel, - cachedResponse, - request, - ); - } - - late final __objc_msgSend_830Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_830 = __objc_msgSend_830Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_removeCachedResponseForRequest_1 = - _registerName1("removeCachedResponseForRequest:"); - void _objc_msgSend_831( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { - return __objc_msgSend_831( - obj, - sel, - request, - ); - } - - late final __objc_msgSend_831Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_831 = __objc_msgSend_831Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _sel_removeAllCachedResponses1 = - _registerName1("removeAllCachedResponses"); - late final _sel_removeCachedResponsesSinceDate_1 = - _registerName1("removeCachedResponsesSinceDate:"); - late final _sel_memoryCapacity1 = _registerName1("memoryCapacity"); - late final _sel_setMemoryCapacity_1 = _registerName1("setMemoryCapacity:"); - late final _sel_diskCapacity1 = _registerName1("diskCapacity"); - late final _sel_setDiskCapacity_1 = _registerName1("setDiskCapacity:"); - late final _sel_currentMemoryUsage1 = _registerName1("currentMemoryUsage"); - late final _sel_currentDiskUsage1 = _registerName1("currentDiskUsage"); - late final _class_NSURLSessionDataTask1 = _getClass1("NSURLSessionDataTask"); - late final _sel_storeCachedResponse_forDataTask_1 = - _registerName1("storeCachedResponse:forDataTask:"); - void _objc_msgSend_832( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cachedResponse, - ffi.Pointer dataTask, - ) { - return __objc_msgSend_832( - obj, - sel, - cachedResponse, - dataTask, - ); - } - - late final __objc_msgSend_832Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_832 = __objc_msgSend_832Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_getCachedResponseForDataTask_completionHandler_1 = - _registerName1("getCachedResponseForDataTask:completionHandler:"); - void _objc_msgSend_833( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dataTask, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { - return __objc_msgSend_833( - obj, - sel, - dataTask, - completionHandler, - ); - } - - late final __objc_msgSend_833Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_833 = __objc_msgSend_833Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); - - late final _sel_removeCachedResponseForDataTask_1 = - _registerName1("removeCachedResponseForDataTask:"); - void _objc_msgSend_834( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dataTask, - ) { - return __objc_msgSend_834( - obj, - sel, - dataTask, - ); - } - - late final __objc_msgSend_834Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_834 = __objc_msgSend_834Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - - late final _class_NSURLConnection1 = _getClass1("NSURLConnection"); - late final _sel_initWithRequest_delegate_startImmediately_1 = - _registerName1("initWithRequest:delegate:startImmediately:"); - instancetype _objc_msgSend_835( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer delegate, - bool startImmediately, - ) { - return __objc_msgSend_835( - obj, - sel, - request, - delegate, - startImmediately, - ); - } - - late final __objc_msgSend_835Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_835 = __objc_msgSend_835Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer, bool)>(); - - late final _sel_initWithRequest_delegate_1 = - _registerName1("initWithRequest:delegate:"); - instancetype _objc_msgSend_836( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer delegate, - ) { - return __objc_msgSend_836( - obj, - sel, - request, - delegate, - ); - } - - late final __objc_msgSend_836Ptr = _lookup< - ffi.NativeFunction< - instancetype Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_836 = __objc_msgSend_836Ptr.asFunction< - instancetype Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer, ffi.Pointer)>(); - - late final _sel_connectionWithRequest_delegate_1 = - _registerName1("connectionWithRequest:delegate:"); - ffi.Pointer _objc_msgSend_837( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer delegate, - ) { - return __objc_msgSend_837( - obj, - sel, - request, - delegate, - ); - } - - late final __objc_msgSend_837Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_837 = __objc_msgSend_837Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer, - ffi.Pointer)>(); - ffi.Pointer _objc_msgSend_838( ffi.Pointer obj, ffi.Pointer sel, @@ -23384,60 +23895,856 @@ class PedometerBindings { ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); - late final _sel_unscheduleFromRunLoop_forMode_1 = - _registerName1("unscheduleFromRunLoop:forMode:"); - late final _sel_setDelegateQueue_1 = _registerName1("setDelegateQueue:"); - void _objc_msgSend_839( + late final _sel_phoneNumber1 = _registerName1("phoneNumber"); + late final _sel_numberOfRanges1 = _registerName1("numberOfRanges"); + late final _sel_rangeAtIndex_1 = _registerName1("rangeAtIndex:"); + late final _sel_rangeWithName_1 = _registerName1("rangeWithName:"); + late final _sel_resultByAdjustingRangesWithOffset_1 = + _registerName1("resultByAdjustingRangesWithOffset:"); + ffi.Pointer _objc_msgSend_839( ffi.Pointer obj, ffi.Pointer sel, - ffi.Pointer queue, + int offset, ) { return __objc_msgSend_839( obj, sel, - queue, + offset, ); } late final __objc_msgSend_839Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Long)>>('objc_msgSend'); + late final __objc_msgSend_839 = __objc_msgSend_839Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer, int)>(); + + late final _sel_addressComponents1 = _registerName1("addressComponents"); + late final _sel_orthographyCheckingResultWithRange_orthography_1 = + _registerName1("orthographyCheckingResultWithRange:orthography:"); + ffi.Pointer _objc_msgSend_840( + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer orthography, + ) { + return __objc_msgSend_840( + obj, + sel, + range, + orthography, + ); + } + + late final __objc_msgSend_840Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_840 = __objc_msgSend_840Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, _NSRange, ffi.Pointer)>(); + + late final _sel_spellCheckingResultWithRange_1 = + _registerName1("spellCheckingResultWithRange:"); + ffi.Pointer _objc_msgSend_841( + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { + return __objc_msgSend_841( + obj, + sel, + range, + ); + } + + late final __objc_msgSend_841Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, _NSRange)>>('objc_msgSend'); + late final __objc_msgSend_841 = __objc_msgSend_841Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer, _NSRange)>(); + + late final _sel_grammarCheckingResultWithRange_details_1 = + _registerName1("grammarCheckingResultWithRange:details:"); + ffi.Pointer _objc_msgSend_842( + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer details, + ) { + return __objc_msgSend_842( + obj, + sel, + range, + details, + ); + } + + late final __objc_msgSend_842Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_842 = __objc_msgSend_842Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, _NSRange, ffi.Pointer)>(); + + late final _sel_dateCheckingResultWithRange_date_1 = + _registerName1("dateCheckingResultWithRange:date:"); + ffi.Pointer _objc_msgSend_843( + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer date, + ) { + return __objc_msgSend_843( + obj, + sel, + range, + date, + ); + } + + late final __objc_msgSend_843Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_843 = __objc_msgSend_843Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, _NSRange, ffi.Pointer)>(); + + late final _sel_dateCheckingResultWithRange_date_timeZone_duration_1 = + _registerName1("dateCheckingResultWithRange:date:timeZone:duration:"); + ffi.Pointer _objc_msgSend_844( + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer date, + ffi.Pointer timeZone, + double duration, + ) { + return __objc_msgSend_844( + obj, + sel, + range, + date, + timeZone, + duration, + ); + } + + late final __objc_msgSend_844Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Pointer, + ffi.Pointer, + ffi.Double)>>('objc_msgSend'); + late final __objc_msgSend_844 = __objc_msgSend_844Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Pointer, + ffi.Pointer, + double)>(); + + late final _sel_addressCheckingResultWithRange_components_1 = + _registerName1("addressCheckingResultWithRange:components:"); + ffi.Pointer _objc_msgSend_845( + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer components, + ) { + return __objc_msgSend_845( + obj, + sel, + range, + components, + ); + } + + late final __objc_msgSend_845Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_845 = __objc_msgSend_845Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, _NSRange, ffi.Pointer)>(); + + late final _sel_linkCheckingResultWithRange_URL_1 = + _registerName1("linkCheckingResultWithRange:URL:"); + ffi.Pointer _objc_msgSend_846( + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer url, + ) { + return __objc_msgSend_846( + obj, + sel, + range, + url, + ); + } + + late final __objc_msgSend_846Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_846 = __objc_msgSend_846Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, _NSRange, ffi.Pointer)>(); + + late final _sel_quoteCheckingResultWithRange_replacementString_1 = + _registerName1("quoteCheckingResultWithRange:replacementString:"); + ffi.Pointer _objc_msgSend_847( + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer replacementString, + ) { + return __objc_msgSend_847( + obj, + sel, + range, + replacementString, + ); + } + + late final __objc_msgSend_847Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_847 = __objc_msgSend_847Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, _NSRange, ffi.Pointer)>(); + + late final _sel_dashCheckingResultWithRange_replacementString_1 = + _registerName1("dashCheckingResultWithRange:replacementString:"); + late final _sel_replacementCheckingResultWithRange_replacementString_1 = + _registerName1("replacementCheckingResultWithRange:replacementString:"); + late final _sel_correctionCheckingResultWithRange_replacementString_1 = + _registerName1("correctionCheckingResultWithRange:replacementString:"); + late final _sel_correctionCheckingResultWithRange_replacementString_alternativeStrings_1 = + _registerName1( + "correctionCheckingResultWithRange:replacementString:alternativeStrings:"); + ffi.Pointer _objc_msgSend_848( + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer replacementString, + ffi.Pointer alternativeStrings, + ) { + return __objc_msgSend_848( + obj, + sel, + range, + replacementString, + alternativeStrings, + ); + } + + late final __objc_msgSend_848Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_848 = __objc_msgSend_848Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + _NSRange, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_regularExpressionCheckingResultWithRanges_count_regularExpression_1 = + _registerName1( + "regularExpressionCheckingResultWithRanges:count:regularExpression:"); + ffi.Pointer _objc_msgSend_849( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_NSRange> ranges, + int count, + ffi.Pointer regularExpression, + ) { + return __objc_msgSend_849( + obj, + sel, + ranges, + count, + regularExpression, + ); + } + + late final __objc_msgSend_849Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer<_NSRange>, + ffi.UnsignedLong, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_849 = __objc_msgSend_849Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer<_NSRange>, + int, + ffi.Pointer)>(); + + late final _sel_phoneNumberCheckingResultWithRange_phoneNumber_1 = + _registerName1("phoneNumberCheckingResultWithRange:phoneNumber:"); + late final _sel_transitInformationCheckingResultWithRange_components_1 = + _registerName1("transitInformationCheckingResultWithRange:components:"); + late final _class_NSURLCache1 = _getClass1("NSURLCache"); + late final _sel_sharedURLCache1 = _registerName1("sharedURLCache"); + ffi.Pointer _objc_msgSend_850( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_850( + obj, + sel, + ); + } + + late final __objc_msgSend_850Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_850 = __objc_msgSend_850Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_setSharedURLCache_1 = _registerName1("setSharedURLCache:"); + void _objc_msgSend_851( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { + return __objc_msgSend_851( + obj, + sel, + value, + ); + } + + late final __objc_msgSend_851Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_839 = __objc_msgSend_839Ptr.asFunction< + late final __objc_msgSend_851 = __objc_msgSend_851Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); - late final _sel_canHandleRequest_1 = _registerName1("canHandleRequest:"); - bool _objc_msgSend_840( + late final _sel_initWithMemoryCapacity_diskCapacity_diskPath_1 = + _registerName1("initWithMemoryCapacity:diskCapacity:diskPath:"); + instancetype _objc_msgSend_852( + ffi.Pointer obj, + ffi.Pointer sel, + int memoryCapacity, + int diskCapacity, + ffi.Pointer path, + ) { + return __objc_msgSend_852( + obj, + sel, + memoryCapacity, + diskCapacity, + path, + ); + } + + late final __objc_msgSend_852Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.UnsignedLong, + ffi.UnsignedLong, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_852 = __objc_msgSend_852Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, int, + int, ffi.Pointer)>(); + + late final _sel_initWithMemoryCapacity_diskCapacity_directoryURL_1 = + _registerName1("initWithMemoryCapacity:diskCapacity:directoryURL:"); + instancetype _objc_msgSend_853( + ffi.Pointer obj, + ffi.Pointer sel, + int memoryCapacity, + int diskCapacity, + ffi.Pointer directoryURL, + ) { + return __objc_msgSend_853( + obj, + sel, + memoryCapacity, + diskCapacity, + directoryURL, + ); + } + + late final __objc_msgSend_853Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.UnsignedLong, + ffi.UnsignedLong, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_853 = __objc_msgSend_853Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, int, + int, ffi.Pointer)>(); + + late final _class_NSCachedURLResponse1 = _getClass1("NSCachedURLResponse"); + late final _sel_initWithResponse_data_1 = + _registerName1("initWithResponse:data:"); + instancetype _objc_msgSend_854( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer response, + ffi.Pointer data, + ) { + return __objc_msgSend_854( + obj, + sel, + response, + data, + ); + } + + late final __objc_msgSend_854Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_854 = __objc_msgSend_854Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_initWithResponse_data_userInfo_storagePolicy_1 = + _registerName1("initWithResponse:data:userInfo:storagePolicy:"); + instancetype _objc_msgSend_855( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer response, + ffi.Pointer data, + ffi.Pointer userInfo, + int storagePolicy, + ) { + return __objc_msgSend_855( + obj, + sel, + response, + data, + userInfo, + storagePolicy, + ); + } + + late final __objc_msgSend_855Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Int32)>>('objc_msgSend'); + late final __objc_msgSend_855 = __objc_msgSend_855Ptr.asFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + int)>(); + + ffi.Pointer _objc_msgSend_856( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_856( + obj, + sel, + ); + } + + late final __objc_msgSend_856Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_856 = __objc_msgSend_856Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_storagePolicy1 = _registerName1("storagePolicy"); + int _objc_msgSend_857( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_857( + obj, + sel, + ); + } + + late final __objc_msgSend_857Ptr = _lookup< + ffi.NativeFunction< + ffi.Int32 Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_857 = __objc_msgSend_857Ptr.asFunction< + int Function(ffi.Pointer, ffi.Pointer)>(); + + late final _sel_cachedResponseForRequest_1 = + _registerName1("cachedResponseForRequest:"); + ffi.Pointer _objc_msgSend_858( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ) { - return __objc_msgSend_840( + return __objc_msgSend_858( obj, sel, request, ); } - late final __objc_msgSend_840Ptr = _lookup< + late final __objc_msgSend_858Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_858 = __objc_msgSend_858Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_storeCachedResponse_forRequest_1 = + _registerName1("storeCachedResponse:forRequest:"); + void _objc_msgSend_859( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cachedResponse, + ffi.Pointer request, + ) { + return __objc_msgSend_859( + obj, + sel, + cachedResponse, + request, + ); + } + + late final __objc_msgSend_859Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_859 = __objc_msgSend_859Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_removeCachedResponseForRequest_1 = + _registerName1("removeCachedResponseForRequest:"); + void _objc_msgSend_860( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { + return __objc_msgSend_860( + obj, + sel, + request, + ); + } + + late final __objc_msgSend_860Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_860 = __objc_msgSend_860Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_removeAllCachedResponses1 = + _registerName1("removeAllCachedResponses"); + late final _sel_removeCachedResponsesSinceDate_1 = + _registerName1("removeCachedResponsesSinceDate:"); + late final _sel_memoryCapacity1 = _registerName1("memoryCapacity"); + late final _sel_setMemoryCapacity_1 = _registerName1("setMemoryCapacity:"); + late final _sel_diskCapacity1 = _registerName1("diskCapacity"); + late final _sel_setDiskCapacity_1 = _registerName1("setDiskCapacity:"); + late final _sel_currentMemoryUsage1 = _registerName1("currentMemoryUsage"); + late final _sel_currentDiskUsage1 = _registerName1("currentDiskUsage"); + late final _class_NSURLSessionDataTask1 = _getClass1("NSURLSessionDataTask"); + late final _sel_storeCachedResponse_forDataTask_1 = + _registerName1("storeCachedResponse:forDataTask:"); + void _objc_msgSend_861( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cachedResponse, + ffi.Pointer dataTask, + ) { + return __objc_msgSend_861( + obj, + sel, + cachedResponse, + dataTask, + ); + } + + late final __objc_msgSend_861Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_861 = __objc_msgSend_861Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_getCachedResponseForDataTask_completionHandler_1 = + _registerName1("getCachedResponseForDataTask:completionHandler:"); + void _objc_msgSend_862( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dataTask, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { + return __objc_msgSend_862( + obj, + sel, + dataTask, + completionHandler, + ); + } + + late final __objc_msgSend_862Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); + late final __objc_msgSend_862 = __objc_msgSend_862Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); + + late final _sel_removeCachedResponseForDataTask_1 = + _registerName1("removeCachedResponseForDataTask:"); + void _objc_msgSend_863( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dataTask, + ) { + return __objc_msgSend_863( + obj, + sel, + dataTask, + ); + } + + late final __objc_msgSend_863Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_863 = __objc_msgSend_863Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _class_NSURLConnection1 = _getClass1("NSURLConnection"); + late final _sel_initWithRequest_delegate_startImmediately_1 = + _registerName1("initWithRequest:delegate:startImmediately:"); + instancetype _objc_msgSend_864( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer delegate, + bool startImmediately, + ) { + return __objc_msgSend_864( + obj, + sel, + request, + delegate, + startImmediately, + ); + } + + late final __objc_msgSend_864Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Bool)>>('objc_msgSend'); + late final __objc_msgSend_864 = __objc_msgSend_864Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer, bool)>(); + + late final _sel_initWithRequest_delegate_1 = + _registerName1("initWithRequest:delegate:"); + instancetype _objc_msgSend_865( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer delegate, + ) { + return __objc_msgSend_865( + obj, + sel, + request, + delegate, + ); + } + + late final __objc_msgSend_865Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_865 = __objc_msgSend_865Ptr.asFunction< + instancetype Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_connectionWithRequest_delegate_1 = + _registerName1("connectionWithRequest:delegate:"); + ffi.Pointer _objc_msgSend_866( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer delegate, + ) { + return __objc_msgSend_866( + obj, + sel, + request, + delegate, + ); + } + + late final __objc_msgSend_866Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_866 = __objc_msgSend_866Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + ffi.Pointer _objc_msgSend_867( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_867( + obj, + sel, + ); + } + + late final __objc_msgSend_867Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_867 = __objc_msgSend_867Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_unscheduleFromRunLoop_forMode_1 = + _registerName1("unscheduleFromRunLoop:forMode:"); + late final _sel_setDelegateQueue_1 = _registerName1("setDelegateQueue:"); + void _objc_msgSend_868( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer queue, + ) { + return __objc_msgSend_868( + obj, + sel, + queue, + ); + } + + late final __objc_msgSend_868Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_868 = __objc_msgSend_868Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_canHandleRequest_1 = _registerName1("canHandleRequest:"); + bool _objc_msgSend_869( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { + return __objc_msgSend_869( + obj, + sel, + request, + ); + } + + late final __objc_msgSend_869Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_840 = __objc_msgSend_840Ptr.asFunction< + late final __objc_msgSend_869 = __objc_msgSend_869Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_sendSynchronousRequest_returningResponse_error_1 = _registerName1("sendSynchronousRequest:returningResponse:error:"); - ffi.Pointer _objc_msgSend_841( + ffi.Pointer _objc_msgSend_870( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ffi.Pointer> response, ffi.Pointer> error, ) { - return __objc_msgSend_841( + return __objc_msgSend_870( obj, sel, request, @@ -23446,7 +24753,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_841Ptr = _lookup< + late final __objc_msgSend_870Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -23454,7 +24761,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer>, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_841 = __objc_msgSend_841Ptr.asFunction< + late final __objc_msgSend_870 = __objc_msgSend_870Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -23464,14 +24771,14 @@ class PedometerBindings { late final _sel_sendAsynchronousRequest_queue_completionHandler_1 = _registerName1("sendAsynchronousRequest:queue:completionHandler:"); - void _objc_msgSend_842( + void _objc_msgSend_871( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ffi.Pointer queue, ffi.Pointer<_ObjCBlock> handler, ) { - return __objc_msgSend_842( + return __objc_msgSend_871( obj, sel, request, @@ -23480,7 +24787,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_842Ptr = _lookup< + late final __objc_msgSend_871Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -23488,7 +24795,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_842 = __objc_msgSend_842Ptr.asFunction< + late final __objc_msgSend_871 = __objc_msgSend_871Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -23498,33 +24805,33 @@ class PedometerBindings { late final _class_NSURLCredential1 = _getClass1("NSURLCredential"); late final _sel_persistence1 = _registerName1("persistence"); - int _objc_msgSend_843( + int _objc_msgSend_872( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_843( + return __objc_msgSend_872( obj, sel, ); } - late final __objc_msgSend_843Ptr = _lookup< + late final __objc_msgSend_872Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_843 = __objc_msgSend_843Ptr.asFunction< + late final __objc_msgSend_872 = __objc_msgSend_872Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithUser_password_persistence_1 = _registerName1("initWithUser:password:persistence:"); - instancetype _objc_msgSend_844( + instancetype _objc_msgSend_873( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer user, ffi.Pointer password, int persistence, ) { - return __objc_msgSend_844( + return __objc_msgSend_873( obj, sel, user, @@ -23533,7 +24840,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_844Ptr = _lookup< + late final __objc_msgSend_873Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -23541,20 +24848,20 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_844 = __objc_msgSend_844Ptr.asFunction< + late final __objc_msgSend_873 = __objc_msgSend_873Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_credentialWithUser_password_persistence_1 = _registerName1("credentialWithUser:password:persistence:"); - ffi.Pointer _objc_msgSend_845( + ffi.Pointer _objc_msgSend_874( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer user, ffi.Pointer password, int persistence, ) { - return __objc_msgSend_845( + return __objc_msgSend_874( obj, sel, user, @@ -23563,7 +24870,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_845Ptr = _lookup< + late final __objc_msgSend_874Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -23571,7 +24878,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_845 = __objc_msgSend_845Ptr.asFunction< + late final __objc_msgSend_874 = __objc_msgSend_874Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -23582,14 +24889,14 @@ class PedometerBindings { late final _sel_hasPassword1 = _registerName1("hasPassword"); late final _sel_initWithIdentity_certificates_persistence_1 = _registerName1("initWithIdentity:certificates:persistence:"); - instancetype _objc_msgSend_846( + instancetype _objc_msgSend_875( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<__SecIdentity> identity, ffi.Pointer certArray, int persistence, ) { - return __objc_msgSend_846( + return __objc_msgSend_875( obj, sel, identity, @@ -23598,7 +24905,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_846Ptr = _lookup< + late final __objc_msgSend_875Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -23606,20 +24913,20 @@ class PedometerBindings { ffi.Pointer<__SecIdentity>, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_846 = __objc_msgSend_846Ptr.asFunction< + late final __objc_msgSend_875 = __objc_msgSend_875Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<__SecIdentity>, ffi.Pointer, int)>(); late final _sel_credentialWithIdentity_certificates_persistence_1 = _registerName1("credentialWithIdentity:certificates:persistence:"); - ffi.Pointer _objc_msgSend_847( + ffi.Pointer _objc_msgSend_876( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<__SecIdentity> identity, ffi.Pointer certArray, int persistence, ) { - return __objc_msgSend_847( + return __objc_msgSend_876( obj, sel, identity, @@ -23628,7 +24935,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_847Ptr = _lookup< + late final __objc_msgSend_876Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -23636,7 +24943,7 @@ class PedometerBindings { ffi.Pointer<__SecIdentity>, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_847 = __objc_msgSend_847Ptr.asFunction< + late final __objc_msgSend_876 = __objc_msgSend_876Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -23645,71 +24952,71 @@ class PedometerBindings { int)>(); late final _sel_identity1 = _registerName1("identity"); - ffi.Pointer<__SecIdentity> _objc_msgSend_848( + ffi.Pointer<__SecIdentity> _objc_msgSend_877( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_848( + return __objc_msgSend_877( obj, sel, ); } - late final __objc_msgSend_848Ptr = _lookup< + late final __objc_msgSend_877Ptr = _lookup< ffi.NativeFunction< ffi.Pointer<__SecIdentity> Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_848 = __objc_msgSend_848Ptr.asFunction< + late final __objc_msgSend_877 = __objc_msgSend_877Ptr.asFunction< ffi.Pointer<__SecIdentity> Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_certificates1 = _registerName1("certificates"); late final _sel_initWithTrust_1 = _registerName1("initWithTrust:"); - instancetype _objc_msgSend_849( + instancetype _objc_msgSend_878( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<__SecTrust> trust, ) { - return __objc_msgSend_849( + return __objc_msgSend_878( obj, sel, trust, ); } - late final __objc_msgSend_849Ptr = _lookup< + late final __objc_msgSend_878Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<__SecTrust>)>>('objc_msgSend'); - late final __objc_msgSend_849 = __objc_msgSend_849Ptr.asFunction< + late final __objc_msgSend_878 = __objc_msgSend_878Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<__SecTrust>)>(); late final _sel_credentialForTrust_1 = _registerName1("credentialForTrust:"); - ffi.Pointer _objc_msgSend_850( + ffi.Pointer _objc_msgSend_879( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<__SecTrust> trust, ) { - return __objc_msgSend_850( + return __objc_msgSend_879( obj, sel, trust, ); } - late final __objc_msgSend_850Ptr = _lookup< + late final __objc_msgSend_879Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<__SecTrust>)>>('objc_msgSend'); - late final __objc_msgSend_850 = __objc_msgSend_850Ptr.asFunction< + late final __objc_msgSend_879 = __objc_msgSend_879Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<__SecTrust>)>(); late final _class_NSURLProtectionSpace1 = _getClass1("NSURLProtectionSpace"); late final _sel_initWithHost_port_protocol_realm_authenticationMethod_1 = _registerName1("initWithHost:port:protocol:realm:authenticationMethod:"); - instancetype _objc_msgSend_851( + instancetype _objc_msgSend_880( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer host, @@ -23718,7 +25025,7 @@ class PedometerBindings { ffi.Pointer realm, ffi.Pointer authenticationMethod, ) { - return __objc_msgSend_851( + return __objc_msgSend_880( obj, sel, host, @@ -23729,7 +25036,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_851Ptr = _lookup< + late final __objc_msgSend_880Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -23739,7 +25046,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_851 = __objc_msgSend_851Ptr.asFunction< + late final __objc_msgSend_880 = __objc_msgSend_880Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -23761,21 +25068,21 @@ class PedometerBindings { _registerName1("authenticationMethod"); late final _sel_distinguishedNames1 = _registerName1("distinguishedNames"); late final _sel_serverTrust1 = _registerName1("serverTrust"); - ffi.Pointer<__SecTrust> _objc_msgSend_852( + ffi.Pointer<__SecTrust> _objc_msgSend_881( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_852( + return __objc_msgSend_881( obj, sel, ); } - late final __objc_msgSend_852Ptr = _lookup< + late final __objc_msgSend_881Ptr = _lookup< ffi.NativeFunction< ffi.Pointer<__SecTrust> Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_852 = __objc_msgSend_852Ptr.asFunction< + late final __objc_msgSend_881 = __objc_msgSend_881Ptr.asFunction< ffi.Pointer<__SecTrust> Function( ffi.Pointer, ffi.Pointer)>(); @@ -23783,56 +25090,56 @@ class PedometerBindings { _getClass1("NSURLCredentialStorage"); late final _sel_sharedCredentialStorage1 = _registerName1("sharedCredentialStorage"); - ffi.Pointer _objc_msgSend_853( + ffi.Pointer _objc_msgSend_882( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_853( + return __objc_msgSend_882( obj, sel, ); } - late final __objc_msgSend_853Ptr = _lookup< + late final __objc_msgSend_882Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_853 = __objc_msgSend_853Ptr.asFunction< + late final __objc_msgSend_882 = __objc_msgSend_882Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_credentialsForProtectionSpace_1 = _registerName1("credentialsForProtectionSpace:"); - ffi.Pointer _objc_msgSend_854( + ffi.Pointer _objc_msgSend_883( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer space, ) { - return __objc_msgSend_854( + return __objc_msgSend_883( obj, sel, space, ); } - late final __objc_msgSend_854Ptr = _lookup< + late final __objc_msgSend_883Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_854 = __objc_msgSend_854Ptr.asFunction< + late final __objc_msgSend_883 = __objc_msgSend_883Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_allCredentials1 = _registerName1("allCredentials"); late final _sel_setCredential_forProtectionSpace_1 = _registerName1("setCredential:forProtectionSpace:"); - void _objc_msgSend_855( + void _objc_msgSend_884( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer credential, ffi.Pointer space, ) { - return __objc_msgSend_855( + return __objc_msgSend_884( obj, sel, credential, @@ -23840,14 +25147,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_855Ptr = _lookup< + late final __objc_msgSend_884Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_855 = __objc_msgSend_855Ptr.asFunction< + late final __objc_msgSend_884 = __objc_msgSend_884Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -23855,14 +25162,14 @@ class PedometerBindings { _registerName1("removeCredential:forProtectionSpace:"); late final _sel_removeCredential_forProtectionSpace_options_1 = _registerName1("removeCredential:forProtectionSpace:options:"); - void _objc_msgSend_856( + void _objc_msgSend_885( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer credential, ffi.Pointer space, ffi.Pointer options, ) { - return __objc_msgSend_856( + return __objc_msgSend_885( obj, sel, credential, @@ -23871,7 +25178,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_856Ptr = _lookup< + late final __objc_msgSend_885Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -23879,7 +25186,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_856 = __objc_msgSend_856Ptr.asFunction< + late final __objc_msgSend_885 = __objc_msgSend_885Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -23889,23 +25196,23 @@ class PedometerBindings { late final _sel_defaultCredentialForProtectionSpace_1 = _registerName1("defaultCredentialForProtectionSpace:"); - ffi.Pointer _objc_msgSend_857( + ffi.Pointer _objc_msgSend_886( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer space, ) { - return __objc_msgSend_857( + return __objc_msgSend_886( obj, sel, space, ); } - late final __objc_msgSend_857Ptr = _lookup< + late final __objc_msgSend_886Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_857 = __objc_msgSend_857Ptr.asFunction< + late final __objc_msgSend_886 = __objc_msgSend_886Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -23914,14 +25221,14 @@ class PedometerBindings { late final _sel_getCredentialsForProtectionSpace_task_completionHandler_1 = _registerName1( "getCredentialsForProtectionSpace:task:completionHandler:"); - void _objc_msgSend_858( + void _objc_msgSend_887( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer protectionSpace, ffi.Pointer task, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_858( + return __objc_msgSend_887( obj, sel, protectionSpace, @@ -23930,7 +25237,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_858Ptr = _lookup< + late final __objc_msgSend_887Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -23938,7 +25245,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_858 = __objc_msgSend_858Ptr.asFunction< + late final __objc_msgSend_887 = __objc_msgSend_887Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -23948,14 +25255,14 @@ class PedometerBindings { late final _sel_setCredential_forProtectionSpace_task_1 = _registerName1("setCredential:forProtectionSpace:task:"); - void _objc_msgSend_859( + void _objc_msgSend_888( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer credential, ffi.Pointer protectionSpace, ffi.Pointer task, ) { - return __objc_msgSend_859( + return __objc_msgSend_888( obj, sel, credential, @@ -23964,7 +25271,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_859Ptr = _lookup< + late final __objc_msgSend_888Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -23972,7 +25279,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_859 = __objc_msgSend_859Ptr.asFunction< + late final __objc_msgSend_888 = __objc_msgSend_888Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -23982,7 +25289,7 @@ class PedometerBindings { late final _sel_removeCredential_forProtectionSpace_options_task_1 = _registerName1("removeCredential:forProtectionSpace:options:task:"); - void _objc_msgSend_860( + void _objc_msgSend_889( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer credential, @@ -23990,7 +25297,7 @@ class PedometerBindings { ffi.Pointer options, ffi.Pointer task, ) { - return __objc_msgSend_860( + return __objc_msgSend_889( obj, sel, credential, @@ -24000,7 +25307,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_860Ptr = _lookup< + late final __objc_msgSend_889Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -24009,7 +25316,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_860 = __objc_msgSend_860Ptr.asFunction< + late final __objc_msgSend_889 = __objc_msgSend_889Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -24021,14 +25328,14 @@ class PedometerBindings { late final _sel_getDefaultCredentialForProtectionSpace_task_completionHandler_1 = _registerName1( "getDefaultCredentialForProtectionSpace:task:completionHandler:"); - void _objc_msgSend_861( + void _objc_msgSend_890( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer space, ffi.Pointer task, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_861( + return __objc_msgSend_890( obj, sel, space, @@ -24037,7 +25344,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_861Ptr = _lookup< + late final __objc_msgSend_890Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -24045,7 +25352,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_861 = __objc_msgSend_861Ptr.asFunction< + late final __objc_msgSend_890 = __objc_msgSend_890Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -24058,14 +25365,14 @@ class PedometerBindings { late final _class_NSURLProtocol1 = _getClass1("NSURLProtocol"); late final _sel_initWithRequest_cachedResponse_client_1 = _registerName1("initWithRequest:cachedResponse:client:"); - instancetype _objc_msgSend_862( + instancetype _objc_msgSend_891( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ffi.Pointer cachedResponse, ffi.Pointer client, ) { - return __objc_msgSend_862( + return __objc_msgSend_891( obj, sel, request, @@ -24074,7 +25381,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_862Ptr = _lookup< + late final __objc_msgSend_891Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -24082,7 +25389,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_862 = __objc_msgSend_862Ptr.asFunction< + late final __objc_msgSend_891 = __objc_msgSend_891Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -24093,56 +25400,56 @@ class PedometerBindings { late final _sel_client1 = _registerName1("client"); late final _sel_request1 = _registerName1("request"); late final _sel_cachedResponse1 = _registerName1("cachedResponse"); - ffi.Pointer _objc_msgSend_863( + ffi.Pointer _objc_msgSend_892( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_863( + return __objc_msgSend_892( obj, sel, ); } - late final __objc_msgSend_863Ptr = _lookup< + late final __objc_msgSend_892Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_863 = __objc_msgSend_863Ptr.asFunction< + late final __objc_msgSend_892 = __objc_msgSend_892Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_canInitWithRequest_1 = _registerName1("canInitWithRequest:"); late final _sel_canonicalRequestForRequest_1 = _registerName1("canonicalRequestForRequest:"); - ffi.Pointer _objc_msgSend_864( + ffi.Pointer _objc_msgSend_893( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ) { - return __objc_msgSend_864( + return __objc_msgSend_893( obj, sel, request, ); } - late final __objc_msgSend_864Ptr = _lookup< + late final __objc_msgSend_893Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_864 = __objc_msgSend_864Ptr.asFunction< + late final __objc_msgSend_893 = __objc_msgSend_893Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_requestIsCacheEquivalent_toRequest_1 = _registerName1("requestIsCacheEquivalent:toRequest:"); - bool _objc_msgSend_865( + bool _objc_msgSend_894( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer a, ffi.Pointer b, ) { - return __objc_msgSend_865( + return __objc_msgSend_894( obj, sel, a, @@ -24150,14 +25457,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_865Ptr = _lookup< + late final __objc_msgSend_894Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_865 = __objc_msgSend_865Ptr.asFunction< + late final __objc_msgSend_894 = __objc_msgSend_894Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -24165,13 +25472,13 @@ class PedometerBindings { late final _sel_stopLoading1 = _registerName1("stopLoading"); late final _sel_propertyForKey_inRequest_1 = _registerName1("propertyForKey:inRequest:"); - ffi.Pointer _objc_msgSend_866( + ffi.Pointer _objc_msgSend_895( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ffi.Pointer request, ) { - return __objc_msgSend_866( + return __objc_msgSend_895( obj, sel, key, @@ -24179,14 +25486,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_866Ptr = _lookup< + late final __objc_msgSend_895Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_866 = __objc_msgSend_866Ptr.asFunction< + late final __objc_msgSend_895 = __objc_msgSend_895Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -24196,46 +25503,46 @@ class PedometerBindings { late final _class_NSMutableURLRequest1 = _getClass1("NSMutableURLRequest"); late final _sel_setURL_1 = _registerName1("setURL:"); late final _sel_setCachePolicy_1 = _registerName1("setCachePolicy:"); - void _objc_msgSend_867( + void _objc_msgSend_896( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_867( + return __objc_msgSend_896( obj, sel, value, ); } - late final __objc_msgSend_867Ptr = _lookup< + late final __objc_msgSend_896Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_867 = __objc_msgSend_867Ptr.asFunction< + late final __objc_msgSend_896 = __objc_msgSend_896Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setTimeoutInterval_1 = _registerName1("setTimeoutInterval:"); late final _sel_setMainDocumentURL_1 = _registerName1("setMainDocumentURL:"); late final _sel_setNetworkServiceType_1 = _registerName1("setNetworkServiceType:"); - void _objc_msgSend_868( + void _objc_msgSend_897( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_868( + return __objc_msgSend_897( obj, sel, value, ); } - late final __objc_msgSend_868Ptr = _lookup< + late final __objc_msgSend_897Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_868 = __objc_msgSend_868Ptr.asFunction< + late final __objc_msgSend_897 = __objc_msgSend_897Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setAllowsCellularAccess_1 = @@ -24247,23 +25554,23 @@ class PedometerBindings { late final _sel_setAssumesHTTP3Capable_1 = _registerName1("setAssumesHTTP3Capable:"); late final _sel_setAttribution_1 = _registerName1("setAttribution:"); - void _objc_msgSend_869( + void _objc_msgSend_898( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_869( + return __objc_msgSend_898( obj, sel, value, ); } - late final __objc_msgSend_869Ptr = _lookup< + late final __objc_msgSend_898Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_869 = __objc_msgSend_869Ptr.asFunction< + late final __objc_msgSend_898 = __objc_msgSend_898Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setRequiresDNSSECValidation_1 = @@ -24271,35 +25578,15 @@ class PedometerBindings { late final _sel_setHTTPMethod_1 = _registerName1("setHTTPMethod:"); late final _sel_setAllHTTPHeaderFields_1 = _registerName1("setAllHTTPHeaderFields:"); - void _objc_msgSend_870( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { - return __objc_msgSend_870( - obj, - sel, - value, - ); - } - - late final __objc_msgSend_870Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_870 = __objc_msgSend_870Ptr.asFunction< - void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer)>(); - late final _sel_setValue_forHTTPHeaderField_1 = _registerName1("setValue:forHTTPHeaderField:"); - void _objc_msgSend_871( + void _objc_msgSend_899( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ffi.Pointer field, ) { - return __objc_msgSend_871( + return __objc_msgSend_899( obj, sel, value, @@ -24307,58 +25594,58 @@ class PedometerBindings { ); } - late final __objc_msgSend_871Ptr = _lookup< + late final __objc_msgSend_899Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_871 = __objc_msgSend_871Ptr.asFunction< + late final __objc_msgSend_899 = __objc_msgSend_899Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_addValue_forHTTPHeaderField_1 = _registerName1("addValue:forHTTPHeaderField:"); late final _sel_setHTTPBody_1 = _registerName1("setHTTPBody:"); - void _objc_msgSend_872( + void _objc_msgSend_900( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_872( + return __objc_msgSend_900( obj, sel, value, ); } - late final __objc_msgSend_872Ptr = _lookup< + late final __objc_msgSend_900Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_872 = __objc_msgSend_872Ptr.asFunction< + late final __objc_msgSend_900 = __objc_msgSend_900Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_setHTTPBodyStream_1 = _registerName1("setHTTPBodyStream:"); - void _objc_msgSend_873( + void _objc_msgSend_901( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_873( + return __objc_msgSend_901( obj, sel, value, ); } - late final __objc_msgSend_873Ptr = _lookup< + late final __objc_msgSend_901Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_873 = __objc_msgSend_873Ptr.asFunction< + late final __objc_msgSend_901 = __objc_msgSend_901Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -24368,14 +25655,14 @@ class PedometerBindings { _registerName1("setHTTPShouldUsePipelining:"); late final _sel_setProperty_forKey_inRequest_1 = _registerName1("setProperty:forKey:inRequest:"); - void _objc_msgSend_874( + void _objc_msgSend_902( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ffi.Pointer key, ffi.Pointer request, ) { - return __objc_msgSend_874( + return __objc_msgSend_902( obj, sel, value, @@ -24384,7 +25671,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_874Ptr = _lookup< + late final __objc_msgSend_902Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -24392,7 +25679,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_874 = __objc_msgSend_874Ptr.asFunction< + late final __objc_msgSend_902 = __objc_msgSend_902Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -24402,13 +25689,13 @@ class PedometerBindings { late final _sel_removePropertyForKey_inRequest_1 = _registerName1("removePropertyForKey:inRequest:"); - void _objc_msgSend_875( + void _objc_msgSend_903( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer key, ffi.Pointer request, ) { - return __objc_msgSend_875( + return __objc_msgSend_903( obj, sel, key, @@ -24416,50 +25703,50 @@ class PedometerBindings { ); } - late final __objc_msgSend_875Ptr = _lookup< + late final __objc_msgSend_903Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_875 = __objc_msgSend_875Ptr.asFunction< + late final __objc_msgSend_903 = __objc_msgSend_903Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_registerClass_1 = _registerName1("registerClass:"); late final _sel_unregisterClass_1 = _registerName1("unregisterClass:"); late final _sel_canInitWithTask_1 = _registerName1("canInitWithTask:"); - bool _objc_msgSend_876( + bool _objc_msgSend_904( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer task, ) { - return __objc_msgSend_876( + return __objc_msgSend_904( obj, sel, task, ); } - late final __objc_msgSend_876Ptr = _lookup< + late final __objc_msgSend_904Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_876 = __objc_msgSend_876Ptr.asFunction< + late final __objc_msgSend_904 = __objc_msgSend_904Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithTask_cachedResponse_client_1 = _registerName1("initWithTask:cachedResponse:client:"); - instancetype _objc_msgSend_877( + instancetype _objc_msgSend_905( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer task, ffi.Pointer cachedResponse, ffi.Pointer client, ) { - return __objc_msgSend_877( + return __objc_msgSend_905( obj, sel, task, @@ -24468,7 +25755,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_877Ptr = _lookup< + late final __objc_msgSend_905Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -24476,7 +25763,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_877 = __objc_msgSend_877Ptr.asFunction< + late final __objc_msgSend_905 = __objc_msgSend_905Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -24485,43 +25772,43 @@ class PedometerBindings { ffi.Pointer)>(); late final _sel_task1 = _registerName1("task"); - ffi.Pointer _objc_msgSend_878( + ffi.Pointer _objc_msgSend_906( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_878( + return __objc_msgSend_906( obj, sel, ); } - late final __objc_msgSend_878Ptr = _lookup< + late final __objc_msgSend_906Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_878 = __objc_msgSend_878Ptr.asFunction< + late final __objc_msgSend_906 = __objc_msgSend_906Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _class_NSXMLParser1 = _getClass1("NSXMLParser"); late final _sel_initWithStream_1 = _registerName1("initWithStream:"); - instancetype _objc_msgSend_879( + instancetype _objc_msgSend_907( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer stream, ) { - return __objc_msgSend_879( + return __objc_msgSend_907( obj, sel, stream, ); } - late final __objc_msgSend_879Ptr = _lookup< + late final __objc_msgSend_907Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_879 = __objc_msgSend_879Ptr.asFunction< + late final __objc_msgSend_907 = __objc_msgSend_907Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -24535,65 +25822,65 @@ class PedometerBindings { _registerName1("setShouldReportNamespacePrefixes:"); late final _sel_externalEntityResolvingPolicy1 = _registerName1("externalEntityResolvingPolicy"); - int _objc_msgSend_880( + int _objc_msgSend_908( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_880( + return __objc_msgSend_908( obj, sel, ); } - late final __objc_msgSend_880Ptr = _lookup< + late final __objc_msgSend_908Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_880 = __objc_msgSend_880Ptr.asFunction< + late final __objc_msgSend_908 = __objc_msgSend_908Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setExternalEntityResolvingPolicy_1 = _registerName1("setExternalEntityResolvingPolicy:"); - void _objc_msgSend_881( + void _objc_msgSend_909( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_881( + return __objc_msgSend_909( obj, sel, value, ); } - late final __objc_msgSend_881Ptr = _lookup< + late final __objc_msgSend_909Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_881 = __objc_msgSend_881Ptr.asFunction< + late final __objc_msgSend_909 = __objc_msgSend_909Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_allowedExternalEntityURLs1 = _registerName1("allowedExternalEntityURLs"); late final _sel_setAllowedExternalEntityURLs_1 = _registerName1("setAllowedExternalEntityURLs:"); - void _objc_msgSend_882( + void _objc_msgSend_910( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_882( + return __objc_msgSend_910( obj, sel, value, ); } - late final __objc_msgSend_882Ptr = _lookup< + late final __objc_msgSend_910Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_882 = __objc_msgSend_882Ptr.asFunction< + late final __objc_msgSend_910 = __objc_msgSend_910Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -24608,23 +25895,285 @@ class PedometerBindings { late final _sel_systemID1 = _registerName1("systemID"); late final _sel_lineNumber1 = _registerName1("lineNumber"); late final _sel_columnNumber1 = _registerName1("columnNumber"); + late final _class_NSFileWrapper1 = _getClass1("NSFileWrapper"); + late final _sel_initWithURL_options_error_1 = + _registerName1("initWithURL:options:error:"); + instancetype _objc_msgSend_911( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int options, + ffi.Pointer> outError, + ) { + return __objc_msgSend_911( + obj, + sel, + url, + options, + outError, + ); + } + + late final __objc_msgSend_911Ptr = _lookup< + ffi.NativeFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Int32, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_911 = __objc_msgSend_911Ptr.asFunction< + instancetype Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + int, + ffi.Pointer>)>(); + + late final _sel_initDirectoryWithFileWrappers_1 = + _registerName1("initDirectoryWithFileWrappers:"); + late final _sel_initRegularFileWithContents_1 = + _registerName1("initRegularFileWithContents:"); + late final _sel_initSymbolicLinkWithDestinationURL_1 = + _registerName1("initSymbolicLinkWithDestinationURL:"); + late final _sel_initWithSerializedRepresentation_1 = + _registerName1("initWithSerializedRepresentation:"); + late final _sel_isDirectory1 = _registerName1("isDirectory"); + late final _sel_isRegularFile1 = _registerName1("isRegularFile"); + late final _sel_isSymbolicLink1 = _registerName1("isSymbolicLink"); + late final _sel_preferredFilename1 = _registerName1("preferredFilename"); + late final _sel_setPreferredFilename_1 = + _registerName1("setPreferredFilename:"); + late final _sel_filename1 = _registerName1("filename"); + late final _sel_setFilename_1 = _registerName1("setFilename:"); + late final _sel_fileAttributes1 = _registerName1("fileAttributes"); + late final _sel_setFileAttributes_1 = _registerName1("setFileAttributes:"); + late final _sel_matchesContentsOfURL_1 = + _registerName1("matchesContentsOfURL:"); + late final _sel_readFromURL_options_error_1 = + _registerName1("readFromURL:options:error:"); + bool _objc_msgSend_912( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int options, + ffi.Pointer> outError, + ) { + return __objc_msgSend_912( + obj, + sel, + url, + options, + outError, + ); + } + + late final __objc_msgSend_912Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Int32, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_912 = __objc_msgSend_912Ptr.asFunction< + bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + int, + ffi.Pointer>)>(); + + late final _sel_writeToURL_options_originalContentsURL_error_1 = + _registerName1("writeToURL:options:originalContentsURL:error:"); + bool _objc_msgSend_913( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int options, + ffi.Pointer originalContentsURL, + ffi.Pointer> outError, + ) { + return __objc_msgSend_913( + obj, + sel, + url, + options, + originalContentsURL, + outError, + ); + } + + late final __objc_msgSend_913Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Int32, + ffi.Pointer, + ffi.Pointer>)>>('objc_msgSend'); + late final __objc_msgSend_913 = __objc_msgSend_913Ptr.asFunction< + bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + int, + ffi.Pointer, + ffi.Pointer>)>(); + + late final _sel_serializedRepresentation1 = + _registerName1("serializedRepresentation"); + late final _sel_addFileWrapper_1 = _registerName1("addFileWrapper:"); + ffi.Pointer _objc_msgSend_914( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + ) { + return __objc_msgSend_914( + obj, + sel, + child, + ); + } + + late final __objc_msgSend_914Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_914 = __objc_msgSend_914Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_addRegularFileWithContents_preferredFilename_1 = + _registerName1("addRegularFileWithContents:preferredFilename:"); + ffi.Pointer _objc_msgSend_915( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ffi.Pointer fileName, + ) { + return __objc_msgSend_915( + obj, + sel, + data, + fileName, + ); + } + + late final __objc_msgSend_915Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_915 = __objc_msgSend_915Ptr.asFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_removeFileWrapper_1 = _registerName1("removeFileWrapper:"); + void _objc_msgSend_916( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + ) { + return __objc_msgSend_916( + obj, + sel, + child, + ); + } + + late final __objc_msgSend_916Ptr = _lookup< + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_916 = __objc_msgSend_916Ptr.asFunction< + void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + late final _sel_fileWrappers1 = _registerName1("fileWrappers"); + late final _sel_keyForFileWrapper_1 = _registerName1("keyForFileWrapper:"); + ffi.Pointer _objc_msgSend_917( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + ) { + return __objc_msgSend_917( + obj, + sel, + child, + ); + } + + late final __objc_msgSend_917Ptr = _lookup< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_917 = __objc_msgSend_917Ptr.asFunction< + ffi.Pointer Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>(); + + late final _sel_regularFileContents1 = _registerName1("regularFileContents"); + late final _sel_symbolicLinkDestinationURL1 = + _registerName1("symbolicLinkDestinationURL"); + late final _sel_initSymbolicLinkWithDestination_1 = + _registerName1("initSymbolicLinkWithDestination:"); + late final _sel_needsToBeUpdatedFromPath_1 = + _registerName1("needsToBeUpdatedFromPath:"); + late final _sel_updateFromPath_1 = _registerName1("updateFromPath:"); + late final _sel_writeToFile_atomically_updateFilenames_1 = + _registerName1("writeToFile:atomically:updateFilenames:"); + bool _objc_msgSend_918( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool atomicFlag, + bool updateFilenamesFlag, + ) { + return __objc_msgSend_918( + obj, + sel, + path, + atomicFlag, + updateFilenamesFlag, + ); + } + + late final __objc_msgSend_918Ptr = _lookup< + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, ffi.Bool, ffi.Bool)>>('objc_msgSend'); + late final __objc_msgSend_918 = __objc_msgSend_918Ptr.asFunction< + bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer, bool, bool)>(); + + late final _sel_addFileWithPath_1 = _registerName1("addFileWithPath:"); + late final _sel_addSymbolicLinkWithDestination_preferredFilename_1 = + _registerName1("addSymbolicLinkWithDestination:preferredFilename:"); + late final _sel_symbolicLinkDestination1 = + _registerName1("symbolicLinkDestination"); late final _class_NSURLSession1 = _getClass1("NSURLSession"); late final _sel_sharedSession1 = _registerName1("sharedSession"); - ffi.Pointer _objc_msgSend_883( + ffi.Pointer _objc_msgSend_919( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_883( + return __objc_msgSend_919( obj, sel, ); } - late final __objc_msgSend_883Ptr = _lookup< + late final __objc_msgSend_919Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_883 = __objc_msgSend_883Ptr.asFunction< + late final __objc_msgSend_919 = __objc_msgSend_919Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -24632,21 +26181,21 @@ class PedometerBindings { _getClass1("NSURLSessionConfiguration"); late final _sel_defaultSessionConfiguration1 = _registerName1("defaultSessionConfiguration"); - ffi.Pointer _objc_msgSend_884( + ffi.Pointer _objc_msgSend_920( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_884( + return __objc_msgSend_920( obj, sel, ); } - late final __objc_msgSend_884Ptr = _lookup< + late final __objc_msgSend_920Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_884 = __objc_msgSend_884Ptr.asFunction< + late final __objc_msgSend_920 = __objc_msgSend_920Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -24654,23 +26203,23 @@ class PedometerBindings { _registerName1("ephemeralSessionConfiguration"); late final _sel_backgroundSessionConfigurationWithIdentifier_1 = _registerName1("backgroundSessionConfigurationWithIdentifier:"); - ffi.Pointer _objc_msgSend_885( + ffi.Pointer _objc_msgSend_921( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer identifier, ) { - return __objc_msgSend_885( + return __objc_msgSend_921( obj, sel, identifier, ); } - late final __objc_msgSend_885Ptr = _lookup< + late final __objc_msgSend_921Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_885 = __objc_msgSend_885Ptr.asFunction< + late final __objc_msgSend_921 = __objc_msgSend_921Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -24706,42 +26255,42 @@ class PedometerBindings { _registerName1("setConnectionProxyDictionary:"); late final _sel_TLSMinimumSupportedProtocol1 = _registerName1("TLSMinimumSupportedProtocol"); - int _objc_msgSend_886( + int _objc_msgSend_922( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_886( + return __objc_msgSend_922( obj, sel, ); } - late final __objc_msgSend_886Ptr = _lookup< + late final __objc_msgSend_922Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_886 = __objc_msgSend_886Ptr.asFunction< + late final __objc_msgSend_922 = __objc_msgSend_922Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setTLSMinimumSupportedProtocol_1 = _registerName1("setTLSMinimumSupportedProtocol:"); - void _objc_msgSend_887( + void _objc_msgSend_923( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_887( + return __objc_msgSend_923( obj, sel, value, ); } - late final __objc_msgSend_887Ptr = _lookup< + late final __objc_msgSend_923Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_887 = __objc_msgSend_887Ptr.asFunction< + late final __objc_msgSend_923 = __objc_msgSend_923Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_TLSMaximumSupportedProtocol1 = @@ -24750,42 +26299,42 @@ class PedometerBindings { _registerName1("setTLSMaximumSupportedProtocol:"); late final _sel_TLSMinimumSupportedProtocolVersion1 = _registerName1("TLSMinimumSupportedProtocolVersion"); - int _objc_msgSend_888( + int _objc_msgSend_924( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_888( + return __objc_msgSend_924( obj, sel, ); } - late final __objc_msgSend_888Ptr = _lookup< + late final __objc_msgSend_924Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_888 = __objc_msgSend_888Ptr.asFunction< + late final __objc_msgSend_924 = __objc_msgSend_924Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setTLSMinimumSupportedProtocolVersion_1 = _registerName1("setTLSMinimumSupportedProtocolVersion:"); - void _objc_msgSend_889( + void _objc_msgSend_925( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_889( + return __objc_msgSend_925( obj, sel, value, ); } - late final __objc_msgSend_889Ptr = _lookup< + late final __objc_msgSend_925Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_889 = __objc_msgSend_889Ptr.asFunction< + late final __objc_msgSend_925 = __objc_msgSend_925Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_TLSMaximumSupportedProtocolVersion1 = @@ -24809,125 +26358,125 @@ class PedometerBindings { late final _sel_setHTTPMaximumConnectionsPerHost_1 = _registerName1("setHTTPMaximumConnectionsPerHost:"); late final _sel_HTTPCookieStorage1 = _registerName1("HTTPCookieStorage"); - ffi.Pointer _objc_msgSend_890( + ffi.Pointer _objc_msgSend_926( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_890( + return __objc_msgSend_926( obj, sel, ); } - late final __objc_msgSend_890Ptr = _lookup< + late final __objc_msgSend_926Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_890 = __objc_msgSend_890Ptr.asFunction< + late final __objc_msgSend_926 = __objc_msgSend_926Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_setHTTPCookieStorage_1 = _registerName1("setHTTPCookieStorage:"); - void _objc_msgSend_891( + void _objc_msgSend_927( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_891( + return __objc_msgSend_927( obj, sel, value, ); } - late final __objc_msgSend_891Ptr = _lookup< + late final __objc_msgSend_927Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_891 = __objc_msgSend_891Ptr.asFunction< + late final __objc_msgSend_927 = __objc_msgSend_927Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_URLCredentialStorage1 = _registerName1("URLCredentialStorage"); - ffi.Pointer _objc_msgSend_892( + ffi.Pointer _objc_msgSend_928( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_892( + return __objc_msgSend_928( obj, sel, ); } - late final __objc_msgSend_892Ptr = _lookup< + late final __objc_msgSend_928Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_892 = __objc_msgSend_892Ptr.asFunction< + late final __objc_msgSend_928 = __objc_msgSend_928Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_setURLCredentialStorage_1 = _registerName1("setURLCredentialStorage:"); - void _objc_msgSend_893( + void _objc_msgSend_929( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_893( + return __objc_msgSend_929( obj, sel, value, ); } - late final __objc_msgSend_893Ptr = _lookup< + late final __objc_msgSend_929Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_893 = __objc_msgSend_893Ptr.asFunction< + late final __objc_msgSend_929 = __objc_msgSend_929Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_URLCache1 = _registerName1("URLCache"); - ffi.Pointer _objc_msgSend_894( + ffi.Pointer _objc_msgSend_930( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_894( + return __objc_msgSend_930( obj, sel, ); } - late final __objc_msgSend_894Ptr = _lookup< + late final __objc_msgSend_930Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_894 = __objc_msgSend_894Ptr.asFunction< + late final __objc_msgSend_930 = __objc_msgSend_930Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_setURLCache_1 = _registerName1("setURLCache:"); - void _objc_msgSend_895( + void _objc_msgSend_931( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_895( + return __objc_msgSend_931( obj, sel, value, ); } - late final __objc_msgSend_895Ptr = _lookup< + late final __objc_msgSend_931Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_895 = __objc_msgSend_895Ptr.asFunction< + late final __objc_msgSend_931 = __objc_msgSend_931Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -24937,100 +26486,100 @@ class PedometerBindings { _registerName1("setShouldUseExtendedBackgroundIdleMode:"); late final _sel_protocolClasses1 = _registerName1("protocolClasses"); late final _sel_setProtocolClasses_1 = _registerName1("setProtocolClasses:"); - void _objc_msgSend_896( + void _objc_msgSend_932( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer value, ) { - return __objc_msgSend_896( + return __objc_msgSend_932( obj, sel, value, ); } - late final __objc_msgSend_896Ptr = _lookup< + late final __objc_msgSend_932Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_896 = __objc_msgSend_896Ptr.asFunction< + late final __objc_msgSend_932 = __objc_msgSend_932Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_multipathServiceType1 = _registerName1("multipathServiceType"); - int _objc_msgSend_897( + int _objc_msgSend_933( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_897( + return __objc_msgSend_933( obj, sel, ); } - late final __objc_msgSend_897Ptr = _lookup< + late final __objc_msgSend_933Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_897 = __objc_msgSend_897Ptr.asFunction< + late final __objc_msgSend_933 = __objc_msgSend_933Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setMultipathServiceType_1 = _registerName1("setMultipathServiceType:"); - void _objc_msgSend_898( + void _objc_msgSend_934( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_898( + return __objc_msgSend_934( obj, sel, value, ); } - late final __objc_msgSend_898Ptr = _lookup< + late final __objc_msgSend_934Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_898 = __objc_msgSend_898Ptr.asFunction< + late final __objc_msgSend_934 = __objc_msgSend_934Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_backgroundSessionConfiguration_1 = _registerName1("backgroundSessionConfiguration:"); late final _sel_sessionWithConfiguration_1 = _registerName1("sessionWithConfiguration:"); - ffi.Pointer _objc_msgSend_899( + ffi.Pointer _objc_msgSend_935( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer configuration, ) { - return __objc_msgSend_899( + return __objc_msgSend_935( obj, sel, configuration, ); } - late final __objc_msgSend_899Ptr = _lookup< + late final __objc_msgSend_935Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_899 = __objc_msgSend_899Ptr.asFunction< + late final __objc_msgSend_935 = __objc_msgSend_935Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_sessionWithConfiguration_delegate_delegateQueue_1 = _registerName1("sessionWithConfiguration:delegate:delegateQueue:"); - ffi.Pointer _objc_msgSend_900( + ffi.Pointer _objc_msgSend_936( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer configuration, ffi.Pointer delegate, ffi.Pointer queue, ) { - return __objc_msgSend_900( + return __objc_msgSend_936( obj, sel, configuration, @@ -25039,7 +26588,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_900Ptr = _lookup< + late final __objc_msgSend_936Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -25047,7 +26596,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_900 = __objc_msgSend_900Ptr.asFunction< + late final __objc_msgSend_936 = __objc_msgSend_936Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -25069,88 +26618,88 @@ class PedometerBindings { _registerName1("flushWithCompletionHandler:"); late final _sel_getTasksWithCompletionHandler_1 = _registerName1("getTasksWithCompletionHandler:"); - void _objc_msgSend_901( + void _objc_msgSend_937( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_901( + return __objc_msgSend_937( obj, sel, completionHandler, ); } - late final __objc_msgSend_901Ptr = _lookup< + late final __objc_msgSend_937Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_901 = __objc_msgSend_901Ptr.asFunction< + late final __objc_msgSend_937 = __objc_msgSend_937Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_getAllTasksWithCompletionHandler_1 = _registerName1("getAllTasksWithCompletionHandler:"); - void _objc_msgSend_902( + void _objc_msgSend_938( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_902( + return __objc_msgSend_938( obj, sel, completionHandler, ); } - late final __objc_msgSend_902Ptr = _lookup< + late final __objc_msgSend_938Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_902 = __objc_msgSend_902Ptr.asFunction< + late final __objc_msgSend_938 = __objc_msgSend_938Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_dataTaskWithRequest_1 = _registerName1("dataTaskWithRequest:"); - ffi.Pointer _objc_msgSend_903( + ffi.Pointer _objc_msgSend_939( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ) { - return __objc_msgSend_903( + return __objc_msgSend_939( obj, sel, request, ); } - late final __objc_msgSend_903Ptr = _lookup< + late final __objc_msgSend_939Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_903 = __objc_msgSend_903Ptr.asFunction< + late final __objc_msgSend_939 = __objc_msgSend_939Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_dataTaskWithURL_1 = _registerName1("dataTaskWithURL:"); - ffi.Pointer _objc_msgSend_904( + ffi.Pointer _objc_msgSend_940( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ) { - return __objc_msgSend_904( + return __objc_msgSend_940( obj, sel, url, ); } - late final __objc_msgSend_904Ptr = _lookup< + late final __objc_msgSend_940Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_904 = __objc_msgSend_904Ptr.asFunction< + late final __objc_msgSend_940 = __objc_msgSend_940Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -25158,35 +26707,35 @@ class PedometerBindings { _getClass1("NSURLSessionUploadTask"); late final _sel_cancelByProducingResumeData_1 = _registerName1("cancelByProducingResumeData:"); - void _objc_msgSend_905( + void _objc_msgSend_941( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_905( + return __objc_msgSend_941( obj, sel, completionHandler, ); } - late final __objc_msgSend_905Ptr = _lookup< + late final __objc_msgSend_941Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_905 = __objc_msgSend_905Ptr.asFunction< + late final __objc_msgSend_941 = __objc_msgSend_941Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_uploadTaskWithRequest_fromFile_1 = _registerName1("uploadTaskWithRequest:fromFile:"); - ffi.Pointer _objc_msgSend_906( + ffi.Pointer _objc_msgSend_942( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ffi.Pointer fileURL, ) { - return __objc_msgSend_906( + return __objc_msgSend_942( obj, sel, request, @@ -25194,14 +26743,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_906Ptr = _lookup< + late final __objc_msgSend_942Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_906 = __objc_msgSend_906Ptr.asFunction< + late final __objc_msgSend_942 = __objc_msgSend_942Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -25210,13 +26759,13 @@ class PedometerBindings { late final _sel_uploadTaskWithRequest_fromData_1 = _registerName1("uploadTaskWithRequest:fromData:"); - ffi.Pointer _objc_msgSend_907( + ffi.Pointer _objc_msgSend_943( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ffi.Pointer bodyData, ) { - return __objc_msgSend_907( + return __objc_msgSend_943( obj, sel, request, @@ -25224,14 +26773,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_907Ptr = _lookup< + late final __objc_msgSend_943Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_907 = __objc_msgSend_907Ptr.asFunction< + late final __objc_msgSend_943 = __objc_msgSend_943Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -25240,45 +26789,45 @@ class PedometerBindings { late final _sel_uploadTaskWithResumeData_1 = _registerName1("uploadTaskWithResumeData:"); - ffi.Pointer _objc_msgSend_908( + ffi.Pointer _objc_msgSend_944( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer resumeData, ) { - return __objc_msgSend_908( + return __objc_msgSend_944( obj, sel, resumeData, ); } - late final __objc_msgSend_908Ptr = _lookup< + late final __objc_msgSend_944Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_908 = __objc_msgSend_908Ptr.asFunction< + late final __objc_msgSend_944 = __objc_msgSend_944Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_uploadTaskWithStreamedRequest_1 = _registerName1("uploadTaskWithStreamedRequest:"); - ffi.Pointer _objc_msgSend_909( + ffi.Pointer _objc_msgSend_945( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ) { - return __objc_msgSend_909( + return __objc_msgSend_945( obj, sel, request, ); } - late final __objc_msgSend_909Ptr = _lookup< + late final __objc_msgSend_945Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_909 = __objc_msgSend_909Ptr.asFunction< + late final __objc_msgSend_945 = __objc_msgSend_945Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -25286,67 +26835,67 @@ class PedometerBindings { _getClass1("NSURLSessionDownloadTask"); late final _sel_downloadTaskWithRequest_1 = _registerName1("downloadTaskWithRequest:"); - ffi.Pointer _objc_msgSend_910( + ffi.Pointer _objc_msgSend_946( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ) { - return __objc_msgSend_910( + return __objc_msgSend_946( obj, sel, request, ); } - late final __objc_msgSend_910Ptr = _lookup< + late final __objc_msgSend_946Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_910 = __objc_msgSend_910Ptr.asFunction< + late final __objc_msgSend_946 = __objc_msgSend_946Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_downloadTaskWithURL_1 = _registerName1("downloadTaskWithURL:"); - ffi.Pointer _objc_msgSend_911( + ffi.Pointer _objc_msgSend_947( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ) { - return __objc_msgSend_911( + return __objc_msgSend_947( obj, sel, url, ); } - late final __objc_msgSend_911Ptr = _lookup< + late final __objc_msgSend_947Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_911 = __objc_msgSend_911Ptr.asFunction< + late final __objc_msgSend_947 = __objc_msgSend_947Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_downloadTaskWithResumeData_1 = _registerName1("downloadTaskWithResumeData:"); - ffi.Pointer _objc_msgSend_912( + ffi.Pointer _objc_msgSend_948( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer resumeData, ) { - return __objc_msgSend_912( + return __objc_msgSend_948( obj, sel, resumeData, ); } - late final __objc_msgSend_912Ptr = _lookup< + late final __objc_msgSend_948Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_912 = __objc_msgSend_912Ptr.asFunction< + late final __objc_msgSend_948 = __objc_msgSend_948Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -25355,7 +26904,7 @@ class PedometerBindings { late final _sel_readDataOfMinLength_maxLength_timeout_completionHandler_1 = _registerName1( "readDataOfMinLength:maxLength:timeout:completionHandler:"); - void _objc_msgSend_913( + void _objc_msgSend_949( ffi.Pointer obj, ffi.Pointer sel, int minBytes, @@ -25363,7 +26912,7 @@ class PedometerBindings { double timeout, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_913( + return __objc_msgSend_949( obj, sel, minBytes, @@ -25373,7 +26922,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_913Ptr = _lookup< + late final __objc_msgSend_949Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -25382,20 +26931,20 @@ class PedometerBindings { ffi.UnsignedLong, ffi.Double, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_913 = __objc_msgSend_913Ptr.asFunction< + late final __objc_msgSend_949 = __objc_msgSend_949Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, int, double, ffi.Pointer<_ObjCBlock>)>(); late final _sel_writeData_timeout_completionHandler_1 = _registerName1("writeData:timeout:completionHandler:"); - void _objc_msgSend_914( + void _objc_msgSend_950( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer data, double timeout, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_914( + return __objc_msgSend_950( obj, sel, data, @@ -25404,7 +26953,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_914Ptr = _lookup< + late final __objc_msgSend_950Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -25412,7 +26961,7 @@ class PedometerBindings { ffi.Pointer, ffi.Double, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_914 = __objc_msgSend_914Ptr.asFunction< + late final __objc_msgSend_950 = __objc_msgSend_950Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, double, ffi.Pointer<_ObjCBlock>)>(); @@ -25425,13 +26974,13 @@ class PedometerBindings { _registerName1("stopSecureConnection"); late final _sel_streamTaskWithHostName_port_1 = _registerName1("streamTaskWithHostName:port:"); - ffi.Pointer _objc_msgSend_915( + ffi.Pointer _objc_msgSend_951( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer hostname, int port, ) { - return __objc_msgSend_915( + return __objc_msgSend_951( obj, sel, hostname, @@ -25439,21 +26988,21 @@ class PedometerBindings { ); } - late final __objc_msgSend_915Ptr = _lookup< + late final __objc_msgSend_951Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Long)>>('objc_msgSend'); - late final __objc_msgSend_915 = __objc_msgSend_915Ptr.asFunction< + late final __objc_msgSend_951 = __objc_msgSend_951Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _class_NSNetService1 = _getClass1("NSNetService"); late final _sel_initWithDomain_type_name_port_1 = _registerName1("initWithDomain:type:name:port:"); - instancetype _objc_msgSend_916( + instancetype _objc_msgSend_952( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer domain, @@ -25461,7 +27010,7 @@ class PedometerBindings { ffi.Pointer name, int port, ) { - return __objc_msgSend_916( + return __objc_msgSend_952( obj, sel, domain, @@ -25471,7 +27020,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_916Ptr = _lookup< + late final __objc_msgSend_952Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -25480,7 +27029,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Int)>>('objc_msgSend'); - late final __objc_msgSend_916 = __objc_msgSend_916Ptr.asFunction< + late final __objc_msgSend_952 = __objc_msgSend_952Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -25491,14 +27040,14 @@ class PedometerBindings { late final _sel_initWithDomain_type_name_1 = _registerName1("initWithDomain:type:name:"); - instancetype _objc_msgSend_917( + instancetype _objc_msgSend_953( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer domain, ffi.Pointer type, ffi.Pointer name, ) { - return __objc_msgSend_917( + return __objc_msgSend_953( obj, sel, domain, @@ -25507,7 +27056,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_917Ptr = _lookup< + late final __objc_msgSend_953Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -25515,7 +27064,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_917 = __objc_msgSend_917Ptr.asFunction< + late final __objc_msgSend_953 = __objc_msgSend_953Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -25529,81 +27078,81 @@ class PedometerBindings { late final _sel_type1 = _registerName1("type"); late final _sel_addresses1 = _registerName1("addresses"); late final _sel_publishWithOptions_1 = _registerName1("publishWithOptions:"); - void _objc_msgSend_918( + void _objc_msgSend_954( ffi.Pointer obj, ffi.Pointer sel, int options, ) { - return __objc_msgSend_918( + return __objc_msgSend_954( obj, sel, options, ); } - late final __objc_msgSend_918Ptr = _lookup< + late final __objc_msgSend_954Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_918 = __objc_msgSend_918Ptr.asFunction< + late final __objc_msgSend_954 = __objc_msgSend_954Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_resolve1 = _registerName1("resolve"); late final _sel_stop1 = _registerName1("stop"); late final _sel_dictionaryFromTXTRecordData_1 = _registerName1("dictionaryFromTXTRecordData:"); - ffi.Pointer _objc_msgSend_919( + ffi.Pointer _objc_msgSend_955( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer txtData, ) { - return __objc_msgSend_919( + return __objc_msgSend_955( obj, sel, txtData, ); } - late final __objc_msgSend_919Ptr = _lookup< + late final __objc_msgSend_955Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_919 = __objc_msgSend_919Ptr.asFunction< + late final __objc_msgSend_955 = __objc_msgSend_955Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_dataFromTXTRecordDictionary_1 = _registerName1("dataFromTXTRecordDictionary:"); - ffi.Pointer _objc_msgSend_920( + ffi.Pointer _objc_msgSend_956( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer txtDictionary, ) { - return __objc_msgSend_920( + return __objc_msgSend_956( obj, sel, txtDictionary, ); } - late final __objc_msgSend_920Ptr = _lookup< + late final __objc_msgSend_956Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_920 = __objc_msgSend_920Ptr.asFunction< + late final __objc_msgSend_956 = __objc_msgSend_956Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_resolveWithTimeout_1 = _registerName1("resolveWithTimeout:"); late final _sel_getInputStream_outputStream_1 = _registerName1("getInputStream:outputStream:"); - bool _objc_msgSend_921( + bool _objc_msgSend_957( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer> inputStream, ffi.Pointer> outputStream, ) { - return __objc_msgSend_921( + return __objc_msgSend_957( obj, sel, inputStream, @@ -25611,14 +27160,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_921Ptr = _lookup< + late final __objc_msgSend_957Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer>, ffi.Pointer>)>>('objc_msgSend'); - late final __objc_msgSend_921 = __objc_msgSend_921Ptr.asFunction< + late final __objc_msgSend_957 = __objc_msgSend_957Ptr.asFunction< bool Function( ffi.Pointer, ffi.Pointer, @@ -25626,23 +27175,23 @@ class PedometerBindings { ffi.Pointer>)>(); late final _sel_setTXTRecordData_1 = _registerName1("setTXTRecordData:"); - bool _objc_msgSend_922( + bool _objc_msgSend_958( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer recordData, ) { - return __objc_msgSend_922( + return __objc_msgSend_958( obj, sel, recordData, ); } - late final __objc_msgSend_922Ptr = _lookup< + late final __objc_msgSend_958Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_922 = __objc_msgSend_922Ptr.asFunction< + late final __objc_msgSend_958 = __objc_msgSend_958Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -25651,23 +27200,23 @@ class PedometerBindings { late final _sel_stopMonitoring1 = _registerName1("stopMonitoring"); late final _sel_streamTaskWithNetService_1 = _registerName1("streamTaskWithNetService:"); - ffi.Pointer _objc_msgSend_923( + ffi.Pointer _objc_msgSend_959( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer service, ) { - return __objc_msgSend_923( + return __objc_msgSend_959( obj, sel, service, ); } - late final __objc_msgSend_923Ptr = _lookup< + late final __objc_msgSend_959Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_923 = __objc_msgSend_923Ptr.asFunction< + late final __objc_msgSend_959 = __objc_msgSend_959Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -25675,32 +27224,32 @@ class PedometerBindings { _getClass1("NSURLSessionWebSocketTask"); late final _class_NSURLSessionWebSocketMessage1 = _getClass1("NSURLSessionWebSocketMessage"); - int _objc_msgSend_924( + int _objc_msgSend_960( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_924( + return __objc_msgSend_960( obj, sel, ); } - late final __objc_msgSend_924Ptr = _lookup< + late final __objc_msgSend_960Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_924 = __objc_msgSend_924Ptr.asFunction< + late final __objc_msgSend_960 = __objc_msgSend_960Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_sendMessage_completionHandler_1 = _registerName1("sendMessage:completionHandler:"); - void _objc_msgSend_925( + void _objc_msgSend_961( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer message, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_925( + return __objc_msgSend_961( obj, sel, message, @@ -25708,70 +27257,70 @@ class PedometerBindings { ); } - late final __objc_msgSend_925Ptr = _lookup< + late final __objc_msgSend_961Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_925 = __objc_msgSend_925Ptr.asFunction< + late final __objc_msgSend_961 = __objc_msgSend_961Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_receiveMessageWithCompletionHandler_1 = _registerName1("receiveMessageWithCompletionHandler:"); - void _objc_msgSend_926( + void _objc_msgSend_962( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_926( + return __objc_msgSend_962( obj, sel, completionHandler, ); } - late final __objc_msgSend_926Ptr = _lookup< + late final __objc_msgSend_962Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_926 = __objc_msgSend_926Ptr.asFunction< + late final __objc_msgSend_962 = __objc_msgSend_962Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_sendPingWithPongReceiveHandler_1 = _registerName1("sendPingWithPongReceiveHandler:"); - void _objc_msgSend_927( + void _objc_msgSend_963( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> pongReceiveHandler, ) { - return __objc_msgSend_927( + return __objc_msgSend_963( obj, sel, pongReceiveHandler, ); } - late final __objc_msgSend_927Ptr = _lookup< + late final __objc_msgSend_963Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_927 = __objc_msgSend_927Ptr.asFunction< + late final __objc_msgSend_963 = __objc_msgSend_963Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_cancelWithCloseCode_reason_1 = _registerName1("cancelWithCloseCode:reason:"); - void _objc_msgSend_928( + void _objc_msgSend_964( ffi.Pointer obj, ffi.Pointer sel, int closeCode, ffi.Pointer reason, ) { - return __objc_msgSend_928( + return __objc_msgSend_964( obj, sel, closeCode, @@ -25779,11 +27328,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_928Ptr = _lookup< + late final __objc_msgSend_964Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_928 = __objc_msgSend_928Ptr.asFunction< + late final __objc_msgSend_964 = __objc_msgSend_964Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); @@ -25791,55 +27340,55 @@ class PedometerBindings { late final _sel_setMaximumMessageSize_1 = _registerName1("setMaximumMessageSize:"); late final _sel_closeCode1 = _registerName1("closeCode"); - int _objc_msgSend_929( + int _objc_msgSend_965( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_929( + return __objc_msgSend_965( obj, sel, ); } - late final __objc_msgSend_929Ptr = _lookup< + late final __objc_msgSend_965Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_929 = __objc_msgSend_929Ptr.asFunction< + late final __objc_msgSend_965 = __objc_msgSend_965Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_closeReason1 = _registerName1("closeReason"); late final _sel_webSocketTaskWithURL_1 = _registerName1("webSocketTaskWithURL:"); - ffi.Pointer _objc_msgSend_930( + ffi.Pointer _objc_msgSend_966( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ) { - return __objc_msgSend_930( + return __objc_msgSend_966( obj, sel, url, ); } - late final __objc_msgSend_930Ptr = _lookup< + late final __objc_msgSend_966Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_930 = __objc_msgSend_930Ptr.asFunction< + late final __objc_msgSend_966 = __objc_msgSend_966Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_webSocketTaskWithURL_protocols_1 = _registerName1("webSocketTaskWithURL:protocols:"); - ffi.Pointer _objc_msgSend_931( + ffi.Pointer _objc_msgSend_967( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer protocols, ) { - return __objc_msgSend_931( + return __objc_msgSend_967( obj, sel, url, @@ -25847,14 +27396,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_931Ptr = _lookup< + late final __objc_msgSend_967Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_931 = __objc_msgSend_931Ptr.asFunction< + late final __objc_msgSend_967 = __objc_msgSend_967Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -25863,35 +27412,35 @@ class PedometerBindings { late final _sel_webSocketTaskWithRequest_1 = _registerName1("webSocketTaskWithRequest:"); - ffi.Pointer _objc_msgSend_932( + ffi.Pointer _objc_msgSend_968( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ) { - return __objc_msgSend_932( + return __objc_msgSend_968( obj, sel, request, ); } - late final __objc_msgSend_932Ptr = _lookup< + late final __objc_msgSend_968Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_932 = __objc_msgSend_932Ptr.asFunction< + late final __objc_msgSend_968 = __objc_msgSend_968Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_dataTaskWithRequest_completionHandler_1 = _registerName1("dataTaskWithRequest:completionHandler:"); - ffi.Pointer _objc_msgSend_933( + ffi.Pointer _objc_msgSend_969( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_933( + return __objc_msgSend_969( obj, sel, request, @@ -25899,14 +27448,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_933Ptr = _lookup< + late final __objc_msgSend_969Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_933 = __objc_msgSend_933Ptr.asFunction< + late final __objc_msgSend_969 = __objc_msgSend_969Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -25915,13 +27464,13 @@ class PedometerBindings { late final _sel_dataTaskWithURL_completionHandler_1 = _registerName1("dataTaskWithURL:completionHandler:"); - ffi.Pointer _objc_msgSend_934( + ffi.Pointer _objc_msgSend_970( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_934( + return __objc_msgSend_970( obj, sel, url, @@ -25929,14 +27478,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_934Ptr = _lookup< + late final __objc_msgSend_970Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_934 = __objc_msgSend_934Ptr.asFunction< + late final __objc_msgSend_970 = __objc_msgSend_970Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -25945,14 +27494,14 @@ class PedometerBindings { late final _sel_uploadTaskWithRequest_fromFile_completionHandler_1 = _registerName1("uploadTaskWithRequest:fromFile:completionHandler:"); - ffi.Pointer _objc_msgSend_935( + ffi.Pointer _objc_msgSend_971( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ffi.Pointer fileURL, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_935( + return __objc_msgSend_971( obj, sel, request, @@ -25961,7 +27510,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_935Ptr = _lookup< + late final __objc_msgSend_971Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -25969,7 +27518,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_935 = __objc_msgSend_935Ptr.asFunction< + late final __objc_msgSend_971 = __objc_msgSend_971Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -25979,14 +27528,14 @@ class PedometerBindings { late final _sel_uploadTaskWithRequest_fromData_completionHandler_1 = _registerName1("uploadTaskWithRequest:fromData:completionHandler:"); - ffi.Pointer _objc_msgSend_936( + ffi.Pointer _objc_msgSend_972( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ffi.Pointer bodyData, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_936( + return __objc_msgSend_972( obj, sel, request, @@ -25995,7 +27544,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_936Ptr = _lookup< + late final __objc_msgSend_972Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -26003,7 +27552,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_936 = __objc_msgSend_936Ptr.asFunction< + late final __objc_msgSend_972 = __objc_msgSend_972Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -26013,13 +27562,13 @@ class PedometerBindings { late final _sel_uploadTaskWithResumeData_completionHandler_1 = _registerName1("uploadTaskWithResumeData:completionHandler:"); - ffi.Pointer _objc_msgSend_937( + ffi.Pointer _objc_msgSend_973( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer resumeData, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_937( + return __objc_msgSend_973( obj, sel, resumeData, @@ -26027,14 +27576,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_937Ptr = _lookup< + late final __objc_msgSend_973Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_937 = __objc_msgSend_937Ptr.asFunction< + late final __objc_msgSend_973 = __objc_msgSend_973Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -26043,13 +27592,13 @@ class PedometerBindings { late final _sel_downloadTaskWithRequest_completionHandler_1 = _registerName1("downloadTaskWithRequest:completionHandler:"); - ffi.Pointer _objc_msgSend_938( + ffi.Pointer _objc_msgSend_974( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer request, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_938( + return __objc_msgSend_974( obj, sel, request, @@ -26057,14 +27606,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_938Ptr = _lookup< + late final __objc_msgSend_974Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_938 = __objc_msgSend_938Ptr.asFunction< + late final __objc_msgSend_974 = __objc_msgSend_974Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -26073,13 +27622,13 @@ class PedometerBindings { late final _sel_downloadTaskWithURL_completionHandler_1 = _registerName1("downloadTaskWithURL:completionHandler:"); - ffi.Pointer _objc_msgSend_939( + ffi.Pointer _objc_msgSend_975( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer url, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_939( + return __objc_msgSend_975( obj, sel, url, @@ -26087,14 +27636,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_939Ptr = _lookup< + late final __objc_msgSend_975Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_939 = __objc_msgSend_939Ptr.asFunction< + late final __objc_msgSend_975 = __objc_msgSend_975Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -26103,13 +27652,13 @@ class PedometerBindings { late final _sel_downloadTaskWithResumeData_completionHandler_1 = _registerName1("downloadTaskWithResumeData:completionHandler:"); - ffi.Pointer _objc_msgSend_940( + ffi.Pointer _objc_msgSend_976( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer resumeData, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_940( + return __objc_msgSend_976( obj, sel, resumeData, @@ -26117,14 +27666,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_940Ptr = _lookup< + late final __objc_msgSend_976Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_940 = __objc_msgSend_940Ptr.asFunction< + late final __objc_msgSend_976 = __objc_msgSend_976Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer, @@ -26142,45 +27691,27 @@ class PedometerBindings { late final _sel_isPedometerEventTrackingAvailable1 = _registerName1("isPedometerEventTrackingAvailable"); late final _sel_authorizationStatus1 = _registerName1("authorizationStatus"); - int _objc_msgSend_941( + int _objc_msgSend_977( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_941( + return __objc_msgSend_977( obj, sel, ); } - late final __objc_msgSend_941Ptr = _lookup< + late final __objc_msgSend_977Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_941 = __objc_msgSend_941Ptr.asFunction< + late final __objc_msgSend_977 = __objc_msgSend_977Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _class_CMPedometerData1 = _getClass1("CMPedometerData"); late final _sel_startDate1 = _registerName1("startDate"); late final _sel_endDate1 = _registerName1("endDate"); late final _sel_numberOfSteps1 = _registerName1("numberOfSteps"); - ffi.Pointer _objc_msgSend_942( - ffi.Pointer obj, - ffi.Pointer sel, - ) { - return __objc_msgSend_942( - obj, - sel, - ); - } - - late final __objc_msgSend_942Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_942 = __objc_msgSend_942Ptr.asFunction< - ffi.Pointer Function( - ffi.Pointer, ffi.Pointer)>(); - late final _sel_distance1 = _registerName1("distance"); late final _sel_floorsAscended1 = _registerName1("floorsAscended"); late final _sel_floorsDescended1 = _registerName1("floorsDescended"); @@ -26189,14 +27720,14 @@ class PedometerBindings { late final _sel_averageActivePace1 = _registerName1("averageActivePace"); late final _sel_queryPedometerDataFromDate_toDate_withHandler_1 = _registerName1("queryPedometerDataFromDate:toDate:withHandler:"); - void _objc_msgSend_943( + void _objc_msgSend_978( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer start, ffi.Pointer end, ffi.Pointer<_ObjCBlock> handler, ) { - return __objc_msgSend_943( + return __objc_msgSend_978( obj, sel, start, @@ -26205,7 +27736,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_943Ptr = _lookup< + late final __objc_msgSend_978Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -26213,7 +27744,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_943 = __objc_msgSend_943Ptr.asFunction< + late final __objc_msgSend_978 = __objc_msgSend_978Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -26223,13 +27754,13 @@ class PedometerBindings { late final _sel_startPedometerUpdatesFromDate_withHandler_1 = _registerName1("startPedometerUpdatesFromDate:withHandler:"); - void _objc_msgSend_944( + void _objc_msgSend_979( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer start, ffi.Pointer<_ObjCBlock> handler, ) { - return __objc_msgSend_944( + return __objc_msgSend_979( obj, sel, start, @@ -26237,56 +27768,56 @@ class PedometerBindings { ); } - late final __objc_msgSend_944Ptr = _lookup< + late final __objc_msgSend_979Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_944 = __objc_msgSend_944Ptr.asFunction< + late final __objc_msgSend_979 = __objc_msgSend_979Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_stopPedometerUpdates1 = _registerName1("stopPedometerUpdates"); late final _class_CMPedometerEvent1 = _getClass1("CMPedometerEvent"); - int _objc_msgSend_945( + int _objc_msgSend_980( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_945( + return __objc_msgSend_980( obj, sel, ); } - late final __objc_msgSend_945Ptr = _lookup< + late final __objc_msgSend_980Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_945 = __objc_msgSend_945Ptr.asFunction< + late final __objc_msgSend_980 = __objc_msgSend_980Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_startPedometerEventUpdatesWithHandler_1 = _registerName1("startPedometerEventUpdatesWithHandler:"); - void _objc_msgSend_946( + void _objc_msgSend_981( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> handler, ) { - return __objc_msgSend_946( + return __objc_msgSend_981( obj, sel, handler, ); } - late final __objc_msgSend_946Ptr = _lookup< + late final __objc_msgSend_981Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_946 = __objc_msgSend_946Ptr.asFunction< + late final __objc_msgSend_981 = __objc_msgSend_981Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); @@ -26305,40 +27836,40 @@ class PedometerBindings { late final _sel_regionMonitoringEnabled1 = _registerName1("regionMonitoringEnabled"); late final _sel_isRangingAvailable1 = _registerName1("isRangingAvailable"); - int _objc_msgSend_947( + int _objc_msgSend_982( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_947( + return __objc_msgSend_982( obj, sel, ); } - late final __objc_msgSend_947Ptr = _lookup< + late final __objc_msgSend_982Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_947 = __objc_msgSend_947Ptr.asFunction< + late final __objc_msgSend_982 = __objc_msgSend_982Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_accuracyAuthorization1 = _registerName1("accuracyAuthorization"); - int _objc_msgSend_948( + int _objc_msgSend_983( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_948( + return __objc_msgSend_983( obj, sel, ); } - late final __objc_msgSend_948Ptr = _lookup< + late final __objc_msgSend_983Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_948 = __objc_msgSend_948Ptr.asFunction< + late final __objc_msgSend_983 = __objc_msgSend_983Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_isAuthorizedForWidgetUpdates1 = @@ -26346,41 +27877,41 @@ class PedometerBindings { late final _sel_purpose1 = _registerName1("purpose"); late final _sel_setPurpose_1 = _registerName1("setPurpose:"); late final _sel_activityType1 = _registerName1("activityType"); - int _objc_msgSend_949( + int _objc_msgSend_984( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_949( + return __objc_msgSend_984( obj, sel, ); } - late final __objc_msgSend_949Ptr = _lookup< + late final __objc_msgSend_984Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_949 = __objc_msgSend_949Ptr.asFunction< + late final __objc_msgSend_984 = __objc_msgSend_984Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setActivityType_1 = _registerName1("setActivityType:"); - void _objc_msgSend_950( + void _objc_msgSend_985( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_950( + return __objc_msgSend_985( obj, sel, value, ); } - late final __objc_msgSend_950Ptr = _lookup< + late final __objc_msgSend_985Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_950 = __objc_msgSend_950Ptr.asFunction< + late final __objc_msgSend_985 = __objc_msgSend_985Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_distanceFilter1 = _registerName1("distanceFilter"); @@ -26402,13 +27933,13 @@ class PedometerBindings { late final _class_CLLocation1 = _getClass1("CLLocation"); late final _sel_initWithLatitude_longitude_1 = _registerName1("initWithLatitude:longitude:"); - instancetype _objc_msgSend_951( + instancetype _objc_msgSend_986( ffi.Pointer obj, ffi.Pointer sel, double latitude, double longitude, ) { - return __objc_msgSend_951( + return __objc_msgSend_986( obj, sel, latitude, @@ -26416,18 +27947,18 @@ class PedometerBindings { ); } - late final __objc_msgSend_951Ptr = _lookup< + late final __objc_msgSend_986Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Double, ffi.Double)>>('objc_msgSend'); - late final __objc_msgSend_951 = __objc_msgSend_951Ptr.asFunction< + late final __objc_msgSend_986 = __objc_msgSend_986Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, double, double)>(); late final _sel_initWithCoordinate_altitude_horizontalAccuracy_verticalAccuracy_timestamp_1 = _registerName1( "initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:timestamp:"); - instancetype _objc_msgSend_952( + instancetype _objc_msgSend_987( ffi.Pointer obj, ffi.Pointer sel, CLLocationCoordinate2D coordinate, @@ -26436,7 +27967,7 @@ class PedometerBindings { double vAccuracy, ffi.Pointer timestamp, ) { - return __objc_msgSend_952( + return __objc_msgSend_987( obj, sel, coordinate, @@ -26447,7 +27978,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_952Ptr = _lookup< + late final __objc_msgSend_987Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -26457,7 +27988,7 @@ class PedometerBindings { ffi.Double, ffi.Double, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_952 = __objc_msgSend_952Ptr.asFunction< + late final __objc_msgSend_987 = __objc_msgSend_987Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -26470,7 +28001,7 @@ class PedometerBindings { late final _sel_initWithCoordinate_altitude_horizontalAccuracy_verticalAccuracy_course_speed_timestamp_1 = _registerName1( "initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:course:speed:timestamp:"); - instancetype _objc_msgSend_953( + instancetype _objc_msgSend_988( ffi.Pointer obj, ffi.Pointer sel, CLLocationCoordinate2D coordinate, @@ -26481,7 +28012,7 @@ class PedometerBindings { double speed, ffi.Pointer timestamp, ) { - return __objc_msgSend_953( + return __objc_msgSend_988( obj, sel, coordinate, @@ -26494,7 +28025,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_953Ptr = _lookup< + late final __objc_msgSend_988Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -26506,7 +28037,7 @@ class PedometerBindings { ffi.Double, ffi.Double, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_953 = __objc_msgSend_953Ptr.asFunction< + late final __objc_msgSend_988 = __objc_msgSend_988Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -26521,7 +28052,7 @@ class PedometerBindings { late final _sel_initWithCoordinate_altitude_horizontalAccuracy_verticalAccuracy_course_courseAccuracy_speed_speedAccuracy_timestamp_1 = _registerName1( "initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:course:courseAccuracy:speed:speedAccuracy:timestamp:"); - instancetype _objc_msgSend_954( + instancetype _objc_msgSend_989( ffi.Pointer obj, ffi.Pointer sel, CLLocationCoordinate2D coordinate, @@ -26534,7 +28065,7 @@ class PedometerBindings { double speedAccuracy, ffi.Pointer timestamp, ) { - return __objc_msgSend_954( + return __objc_msgSend_989( obj, sel, coordinate, @@ -26549,7 +28080,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_954Ptr = _lookup< + late final __objc_msgSend_989Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -26563,7 +28094,7 @@ class PedometerBindings { ffi.Double, ffi.Double, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_954 = __objc_msgSend_954Ptr.asFunction< + late final __objc_msgSend_989 = __objc_msgSend_989Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -26582,13 +28113,13 @@ class PedometerBindings { late final _sel_initWithSoftwareSimulationState_andExternalAccessoryState_1 = _registerName1( "initWithSoftwareSimulationState:andExternalAccessoryState:"); - instancetype _objc_msgSend_955( + instancetype _objc_msgSend_990( ffi.Pointer obj, ffi.Pointer sel, bool isSoftware, bool isAccessory, ) { - return __objc_msgSend_955( + return __objc_msgSend_990( obj, sel, isSoftware, @@ -26596,11 +28127,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_955Ptr = _lookup< + late final __objc_msgSend_990Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Bool, ffi.Bool)>>('objc_msgSend'); - late final __objc_msgSend_955 = __objc_msgSend_955Ptr.asFunction< + late final __objc_msgSend_990 = __objc_msgSend_990Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, bool, bool)>(); @@ -26611,7 +28142,7 @@ class PedometerBindings { late final _sel_initWithCoordinate_altitude_horizontalAccuracy_verticalAccuracy_course_courseAccuracy_speed_speedAccuracy_timestamp_sourceInfo_1 = _registerName1( "initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:course:courseAccuracy:speed:speedAccuracy:timestamp:sourceInfo:"); - instancetype _objc_msgSend_956( + instancetype _objc_msgSend_991( ffi.Pointer obj, ffi.Pointer sel, CLLocationCoordinate2D coordinate, @@ -26625,7 +28156,7 @@ class PedometerBindings { ffi.Pointer timestamp, ffi.Pointer sourceInfo, ) { - return __objc_msgSend_956( + return __objc_msgSend_991( obj, sel, coordinate, @@ -26641,7 +28172,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_956Ptr = _lookup< + late final __objc_msgSend_991Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -26656,7 +28187,7 @@ class PedometerBindings { ffi.Double, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_956 = __objc_msgSend_956Ptr.asFunction< + late final __objc_msgSend_991 = __objc_msgSend_991Ptr.asFunction< instancetype Function( ffi.Pointer, ffi.Pointer, @@ -26672,25 +28203,43 @@ class PedometerBindings { ffi.Pointer)>(); late final _sel_coordinate1 = _registerName1("coordinate"); - void _objc_msgSend_957( + CLLocationCoordinate2D _objc_msgSend_992( + ffi.Pointer obj, + ffi.Pointer sel, + ) { + return __objc_msgSend_992( + obj, + sel, + ); + } + + late final __objc_msgSend_992Ptr = _lookup< + ffi.NativeFunction< + CLLocationCoordinate2D Function( + ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_992 = __objc_msgSend_992Ptr.asFunction< + CLLocationCoordinate2D Function( + ffi.Pointer, ffi.Pointer)>(); + + void _objc_msgSend_992_stret( ffi.Pointer stret, ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_957( + return __objc_msgSend_992_stret( stret, obj, sel, ); } - late final __objc_msgSend_957Ptr = _lookup< + late final __objc_msgSend_992_stretPtr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend_stret'); - late final __objc_msgSend_957 = __objc_msgSend_957Ptr.asFunction< + late final __objc_msgSend_992_stret = __objc_msgSend_992_stretPtr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -26706,124 +28255,144 @@ class PedometerBindings { late final _class_CLFloor1 = _getClass1("CLFloor"); late final _sel_level1 = _registerName1("level"); late final _sel_floor1 = _registerName1("floor"); - ffi.Pointer _objc_msgSend_958( + ffi.Pointer _objc_msgSend_993( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_958( + return __objc_msgSend_993( obj, sel, ); } - late final __objc_msgSend_958Ptr = _lookup< + late final __objc_msgSend_993Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_958 = __objc_msgSend_958Ptr.asFunction< + late final __objc_msgSend_993 = __objc_msgSend_993Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_sourceInformation1 = _registerName1("sourceInformation"); - ffi.Pointer _objc_msgSend_959( + ffi.Pointer _objc_msgSend_994( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_959( + return __objc_msgSend_994( obj, sel, ); } - late final __objc_msgSend_959Ptr = _lookup< + late final __objc_msgSend_994Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_959 = __objc_msgSend_959Ptr.asFunction< + late final __objc_msgSend_994 = __objc_msgSend_994Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_getDistanceFrom_1 = _registerName1("getDistanceFrom:"); - double _objc_msgSend_960( + double _objc_msgSend_995( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer location, ) { - return __objc_msgSend_960( + return __objc_msgSend_995( obj, sel, location, ); } - late final __objc_msgSend_960Ptr = _lookup< + late final __objc_msgSend_995Ptr = _lookup< + ffi.NativeFunction< + ffi.Double Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>>('objc_msgSend'); + late final __objc_msgSend_995 = __objc_msgSend_995Ptr.asFunction< + double Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer)>(); + + double _objc_msgSend_995_fpret( + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer location, + ) { + return __objc_msgSend_995_fpret( + obj, + sel, + location, + ); + } + + late final __objc_msgSend_995_fpretPtr = _lookup< ffi.NativeFunction< ffi.Double Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend_fpret'); - late final __objc_msgSend_960 = __objc_msgSend_960Ptr.asFunction< + late final __objc_msgSend_995_fpret = __objc_msgSend_995_fpretPtr.asFunction< double Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_distanceFromLocation_1 = _registerName1("distanceFromLocation:"); late final _sel_location1 = _registerName1("location"); - ffi.Pointer _objc_msgSend_961( + ffi.Pointer _objc_msgSend_996( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_961( + return __objc_msgSend_996( obj, sel, ); } - late final __objc_msgSend_961Ptr = _lookup< + late final __objc_msgSend_996Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_961 = __objc_msgSend_961Ptr.asFunction< + late final __objc_msgSend_996 = __objc_msgSend_996Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_headingFilter1 = _registerName1("headingFilter"); late final _sel_setHeadingFilter_1 = _registerName1("setHeadingFilter:"); late final _sel_headingOrientation1 = _registerName1("headingOrientation"); - int _objc_msgSend_962( + int _objc_msgSend_997( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_962( + return __objc_msgSend_997( obj, sel, ); } - late final __objc_msgSend_962Ptr = _lookup< + late final __objc_msgSend_997Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_962 = __objc_msgSend_962Ptr.asFunction< + late final __objc_msgSend_997 = __objc_msgSend_997Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setHeadingOrientation_1 = _registerName1("setHeadingOrientation:"); - void _objc_msgSend_963( + void _objc_msgSend_998( ffi.Pointer obj, ffi.Pointer sel, int value, ) { - return __objc_msgSend_963( + return __objc_msgSend_998( obj, sel, value, ); } - late final __objc_msgSend_963Ptr = _lookup< + late final __objc_msgSend_998Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Int32)>>('objc_msgSend'); - late final __objc_msgSend_963 = __objc_msgSend_963Ptr.asFunction< + late final __objc_msgSend_998 = __objc_msgSend_998Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _class_CLHeading1 = _getClass1("CLHeading"); @@ -26834,21 +28403,21 @@ class PedometerBindings { late final _sel_y1 = _registerName1("y"); late final _sel_z1 = _registerName1("z"); late final _sel_heading1 = _registerName1("heading"); - ffi.Pointer _objc_msgSend_964( + ffi.Pointer _objc_msgSend_999( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_964( + return __objc_msgSend_999( obj, sel, ); } - late final __objc_msgSend_964Ptr = _lookup< + late final __objc_msgSend_999Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_964 = __objc_msgSend_964Ptr.asFunction< + late final __objc_msgSend_999 = __objc_msgSend_999Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -26865,13 +28434,13 @@ class PedometerBindings { late final _sel_requestTemporaryFullAccuracyAuthorizationWithPurposeKey_completion_1 = _registerName1( "requestTemporaryFullAccuracyAuthorizationWithPurposeKey:completion:"); - void _objc_msgSend_965( + void _objc_msgSend_1000( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer purposeKey, ffi.Pointer<_ObjCBlock> completion, ) { - return __objc_msgSend_965( + return __objc_msgSend_1000( obj, sel, purposeKey, @@ -26879,14 +28448,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_965Ptr = _lookup< + late final __objc_msgSend_1000Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_965 = __objc_msgSend_965Ptr.asFunction< + late final __objc_msgSend_1000 = __objc_msgSend_1000Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); @@ -26909,23 +28478,23 @@ class PedometerBindings { _registerName1("stopMonitoringSignificantLocationChanges"); late final _sel_startMonitoringLocationPushesWithCompletion_1 = _registerName1("startMonitoringLocationPushesWithCompletion:"); - void _objc_msgSend_966( + void _objc_msgSend_1001( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer<_ObjCBlock> completion, ) { - return __objc_msgSend_966( + return __objc_msgSend_1001( obj, sel, completion, ); } - late final __objc_msgSend_966Ptr = _lookup< + late final __objc_msgSend_1001Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_966 = __objc_msgSend_966Ptr.asFunction< + late final __objc_msgSend_1001 = __objc_msgSend_1001Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); @@ -26934,14 +28503,14 @@ class PedometerBindings { late final _class_CLRegion1 = _getClass1("CLRegion"); late final _sel_initCircularRegionWithCenter_radius_identifier_1 = _registerName1("initCircularRegionWithCenter:radius:identifier:"); - instancetype _objc_msgSend_967( + instancetype _objc_msgSend_1002( ffi.Pointer obj, ffi.Pointer sel, CLLocationCoordinate2D center, double radius, ffi.Pointer identifier, ) { - return __objc_msgSend_967( + return __objc_msgSend_1002( obj, sel, center, @@ -26950,7 +28519,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_967Ptr = _lookup< + late final __objc_msgSend_1002Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -26958,7 +28527,7 @@ class PedometerBindings { CLLocationCoordinate2D, ffi.Double, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_967 = __objc_msgSend_967Ptr.asFunction< + late final __objc_msgSend_1002 = __objc_msgSend_1002Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, CLLocationCoordinate2D, double, ffi.Pointer)>(); @@ -26969,35 +28538,35 @@ class PedometerBindings { late final _sel_notifyOnExit1 = _registerName1("notifyOnExit"); late final _sel_setNotifyOnExit_1 = _registerName1("setNotifyOnExit:"); late final _sel_containsCoordinate_1 = _registerName1("containsCoordinate:"); - bool _objc_msgSend_968( + bool _objc_msgSend_1003( ffi.Pointer obj, ffi.Pointer sel, CLLocationCoordinate2D coordinate, ) { - return __objc_msgSend_968( + return __objc_msgSend_1003( obj, sel, coordinate, ); } - late final __objc_msgSend_968Ptr = _lookup< + late final __objc_msgSend_1003Ptr = _lookup< ffi.NativeFunction< ffi.Bool Function(ffi.Pointer, ffi.Pointer, CLLocationCoordinate2D)>>('objc_msgSend'); - late final __objc_msgSend_968 = __objc_msgSend_968Ptr.asFunction< + late final __objc_msgSend_1003 = __objc_msgSend_1003Ptr.asFunction< bool Function(ffi.Pointer, ffi.Pointer, CLLocationCoordinate2D)>(); late final _sel_startMonitoringForRegion_desiredAccuracy_1 = _registerName1("startMonitoringForRegion:desiredAccuracy:"); - void _objc_msgSend_969( + void _objc_msgSend_1004( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer region, double accuracy, ) { - return __objc_msgSend_969( + return __objc_msgSend_1004( obj, sel, region, @@ -27005,33 +28574,33 @@ class PedometerBindings { ); } - late final __objc_msgSend_969Ptr = _lookup< + late final __objc_msgSend_1004Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Double)>>('objc_msgSend'); - late final __objc_msgSend_969 = __objc_msgSend_969Ptr.asFunction< + late final __objc_msgSend_1004 = __objc_msgSend_1004Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, double)>(); late final _sel_stopMonitoringForRegion_1 = _registerName1("stopMonitoringForRegion:"); - void _objc_msgSend_970( + void _objc_msgSend_1005( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer region, ) { - return __objc_msgSend_970( + return __objc_msgSend_1005( obj, sel, region, ); } - late final __objc_msgSend_970Ptr = _lookup< + late final __objc_msgSend_1005Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_970 = __objc_msgSend_970Ptr.asFunction< + late final __objc_msgSend_1005 = __objc_msgSend_1005Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -27044,77 +28613,77 @@ class PedometerBindings { late final _sel_UUID1 = _registerName1("UUID"); late final _sel_initWithUUIDString_1 = _registerName1("initWithUUIDString:"); late final _sel_initWithUUIDBytes_1 = _registerName1("initWithUUIDBytes:"); - instancetype _objc_msgSend_971( + instancetype _objc_msgSend_1006( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer bytes, ) { - return __objc_msgSend_971( + return __objc_msgSend_1006( obj, sel, bytes, ); } - late final __objc_msgSend_971Ptr = _lookup< + late final __objc_msgSend_1006Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_971 = __objc_msgSend_971Ptr.asFunction< + late final __objc_msgSend_1006 = __objc_msgSend_1006Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_getUUIDBytes_1 = _registerName1("getUUIDBytes:"); - void _objc_msgSend_972( + void _objc_msgSend_1007( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer uuid, ) { - return __objc_msgSend_972( + return __objc_msgSend_1007( obj, sel, uuid, ); } - late final __objc_msgSend_972Ptr = _lookup< + late final __objc_msgSend_1007Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_972 = __objc_msgSend_972Ptr.asFunction< + late final __objc_msgSend_1007 = __objc_msgSend_1007Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); - int _objc_msgSend_973( + int _objc_msgSend_1008( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer otherUUID, ) { - return __objc_msgSend_973( + return __objc_msgSend_1008( obj, sel, otherUUID, ); } - late final __objc_msgSend_973Ptr = _lookup< + late final __objc_msgSend_1008Ptr = _lookup< ffi.NativeFunction< ffi.Int32 Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_973 = __objc_msgSend_973Ptr.asFunction< + late final __objc_msgSend_1008 = __objc_msgSend_1008Ptr.asFunction< int Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_UUIDString1 = _registerName1("UUIDString"); late final _sel_initWithUUID_identifier_1 = _registerName1("initWithUUID:identifier:"); - instancetype _objc_msgSend_974( + instancetype _objc_msgSend_1009( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer uuid, ffi.Pointer identifier, ) { - return __objc_msgSend_974( + return __objc_msgSend_1009( obj, sel, uuid, @@ -27122,14 +28691,14 @@ class PedometerBindings { ); } - late final __objc_msgSend_974Ptr = _lookup< + late final __objc_msgSend_1009Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_974 = __objc_msgSend_974Ptr.asFunction< + late final __objc_msgSend_1009 = __objc_msgSend_1009Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -27137,14 +28706,14 @@ class PedometerBindings { _registerName1("initWithProximityUUID:identifier:"); late final _sel_initWithUUID_major_identifier_1 = _registerName1("initWithUUID:major:identifier:"); - instancetype _objc_msgSend_975( + instancetype _objc_msgSend_1010( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer uuid, int major, ffi.Pointer identifier, ) { - return __objc_msgSend_975( + return __objc_msgSend_1010( obj, sel, uuid, @@ -27153,7 +28722,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_975Ptr = _lookup< + late final __objc_msgSend_1010Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -27161,7 +28730,7 @@ class PedometerBindings { ffi.Pointer, ffi.Uint16, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_975 = __objc_msgSend_975Ptr.asFunction< + late final __objc_msgSend_1010 = __objc_msgSend_1010Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer)>(); @@ -27169,7 +28738,7 @@ class PedometerBindings { _registerName1("initWithProximityUUID:major:identifier:"); late final _sel_initWithUUID_major_minor_identifier_1 = _registerName1("initWithUUID:major:minor:identifier:"); - instancetype _objc_msgSend_976( + instancetype _objc_msgSend_1011( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer uuid, @@ -27177,7 +28746,7 @@ class PedometerBindings { int minor, ffi.Pointer identifier, ) { - return __objc_msgSend_976( + return __objc_msgSend_1011( obj, sel, uuid, @@ -27187,7 +28756,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_976Ptr = _lookup< + late final __objc_msgSend_1011Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -27196,7 +28765,7 @@ class PedometerBindings { ffi.Uint16, ffi.Uint16, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_976 = __objc_msgSend_976Ptr.asFunction< + late final __objc_msgSend_1011 = __objc_msgSend_1011Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, int, ffi.Pointer)>(); @@ -27207,55 +28776,55 @@ class PedometerBindings { late final _class_CLBeaconIdentityCondition1 = _getClass1("CLBeaconIdentityCondition"); late final _class_CLCondition1 = _getClass1("CLCondition"); - ffi.Pointer _objc_msgSend_977( + ffi.Pointer _objc_msgSend_1012( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_977( + return __objc_msgSend_1012( obj, sel, ); } - late final __objc_msgSend_977Ptr = _lookup< + late final __objc_msgSend_1012Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_977 = __objc_msgSend_977Ptr.asFunction< + late final __objc_msgSend_1012 = __objc_msgSend_1012Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); late final _sel_major1 = _registerName1("major"); late final _sel_minor1 = _registerName1("minor"); late final _sel_initWithUUID_1 = _registerName1("initWithUUID:"); - instancetype _objc_msgSend_978( + instancetype _objc_msgSend_1013( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer uuid, ) { - return __objc_msgSend_978( + return __objc_msgSend_1013( obj, sel, uuid, ); } - late final __objc_msgSend_978Ptr = _lookup< + late final __objc_msgSend_1013Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_978 = __objc_msgSend_978Ptr.asFunction< + late final __objc_msgSend_1013 = __objc_msgSend_1013Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithUUID_major_1 = _registerName1("initWithUUID:major:"); - instancetype _objc_msgSend_979( + instancetype _objc_msgSend_1014( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer uuid, int major, ) { - return __objc_msgSend_979( + return __objc_msgSend_1014( obj, sel, uuid, @@ -27263,24 +28832,24 @@ class PedometerBindings { ); } - late final __objc_msgSend_979Ptr = _lookup< + late final __objc_msgSend_1014Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Uint16)>>('objc_msgSend'); - late final __objc_msgSend_979 = __objc_msgSend_979Ptr.asFunction< + late final __objc_msgSend_1014 = __objc_msgSend_1014Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithUUID_major_minor_1 = _registerName1("initWithUUID:major:minor:"); - instancetype _objc_msgSend_980( + instancetype _objc_msgSend_1015( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer uuid, int major, int minor, ) { - return __objc_msgSend_980( + return __objc_msgSend_1015( obj, sel, uuid, @@ -27289,7 +28858,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_980Ptr = _lookup< + late final __objc_msgSend_1015Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, @@ -27297,19 +28866,19 @@ class PedometerBindings { ffi.Pointer, ffi.Uint16, ffi.Uint16)>>('objc_msgSend'); - late final __objc_msgSend_980 = __objc_msgSend_980Ptr.asFunction< + late final __objc_msgSend_1015 = __objc_msgSend_1015Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, int)>(); late final _sel_initWithBeaconIdentityConstraint_identifier_1 = _registerName1("initWithBeaconIdentityConstraint:identifier:"); - instancetype _objc_msgSend_981( + instancetype _objc_msgSend_1016( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer beaconIdentityConstraint, ffi.Pointer identifier, ) { - return __objc_msgSend_981( + return __objc_msgSend_1016( obj, sel, beaconIdentityConstraint, @@ -27317,56 +28886,56 @@ class PedometerBindings { ); } - late final __objc_msgSend_981Ptr = _lookup< + late final __objc_msgSend_1016Ptr = _lookup< ffi.NativeFunction< instancetype Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_981 = __objc_msgSend_981Ptr.asFunction< + late final __objc_msgSend_1016 = __objc_msgSend_1016Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_peripheralDataWithMeasuredPower_1 = _registerName1("peripheralDataWithMeasuredPower:"); - ffi.Pointer _objc_msgSend_982( + ffi.Pointer _objc_msgSend_1017( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer measuredPower, ) { - return __objc_msgSend_982( + return __objc_msgSend_1017( obj, sel, measuredPower, ); } - late final __objc_msgSend_982Ptr = _lookup< + late final __objc_msgSend_1017Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_982 = __objc_msgSend_982Ptr.asFunction< + late final __objc_msgSend_1017 = __objc_msgSend_1017Ptr.asFunction< ffi.Pointer Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_beaconIdentityConstraint1 = _registerName1("beaconIdentityConstraint"); - ffi.Pointer _objc_msgSend_983( + ffi.Pointer _objc_msgSend_1018( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_983( + return __objc_msgSend_1018( obj, sel, ); } - late final __objc_msgSend_983Ptr = _lookup< + late final __objc_msgSend_1018Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_983 = __objc_msgSend_983Ptr.asFunction< + late final __objc_msgSend_1018 = __objc_msgSend_1018Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -27377,23 +28946,23 @@ class PedometerBindings { _registerName1("setNotifyEntryStateOnDisplay:"); late final _sel_startRangingBeaconsInRegion_1 = _registerName1("startRangingBeaconsInRegion:"); - void _objc_msgSend_984( + void _objc_msgSend_1019( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer region, ) { - return __objc_msgSend_984( + return __objc_msgSend_1019( obj, sel, region, ); } - late final __objc_msgSend_984Ptr = _lookup< + late final __objc_msgSend_1019Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_984 = __objc_msgSend_984Ptr.asFunction< + late final __objc_msgSend_1019 = __objc_msgSend_1019Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -27401,23 +28970,23 @@ class PedometerBindings { _registerName1("stopRangingBeaconsInRegion:"); late final _sel_startRangingBeaconsSatisfyingConstraint_1 = _registerName1("startRangingBeaconsSatisfyingConstraint:"); - void _objc_msgSend_985( + void _objc_msgSend_1020( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer constraint, ) { - return __objc_msgSend_985( + return __objc_msgSend_1020( obj, sel, constraint, ); } - late final __objc_msgSend_985Ptr = _lookup< + late final __objc_msgSend_1020Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_985 = __objc_msgSend_985Ptr.asFunction< + late final __objc_msgSend_1020 = __objc_msgSend_1020Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); @@ -27425,13 +28994,13 @@ class PedometerBindings { _registerName1("stopRangingBeaconsSatisfyingConstraint:"); late final _sel_allowDeferredLocationUpdatesUntilTraveled_timeout_1 = _registerName1("allowDeferredLocationUpdatesUntilTraveled:timeout:"); - void _objc_msgSend_986( + void _objc_msgSend_1021( ffi.Pointer obj, ffi.Pointer sel, double distance, double timeout, ) { - return __objc_msgSend_986( + return __objc_msgSend_1021( obj, sel, distance, @@ -27439,11 +29008,11 @@ class PedometerBindings { ); } - late final __objc_msgSend_986Ptr = _lookup< + late final __objc_msgSend_1021Ptr = _lookup< ffi.NativeFunction< ffi.Void Function(ffi.Pointer, ffi.Pointer, ffi.Double, ffi.Double)>>('objc_msgSend'); - late final __objc_msgSend_986 = __objc_msgSend_986Ptr.asFunction< + late final __objc_msgSend_1021 = __objc_msgSend_1021Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, double, double)>(); @@ -27454,14 +29023,14 @@ class PedometerBindings { late final _sel_requestHistoricalLocationsWithPurposeKey_sampleCount_completionHandler_1 = _registerName1( "requestHistoricalLocationsWithPurposeKey:sampleCount:completionHandler:"); - void _objc_msgSend_987( + void _objc_msgSend_1022( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer purposeKey, int sampleCount, ffi.Pointer<_ObjCBlock> handler, ) { - return __objc_msgSend_987( + return __objc_msgSend_1022( obj, sel, purposeKey, @@ -27470,7 +29039,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_987Ptr = _lookup< + late final __objc_msgSend_1022Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -27478,7 +29047,7 @@ class PedometerBindings { ffi.Pointer, ffi.Long, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_987 = __objc_msgSend_987Ptr.asFunction< + late final __objc_msgSend_1022 = __objc_msgSend_1022Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); @@ -27488,42 +29057,42 @@ class PedometerBindings { _registerName1("stopMonitoringVisits"); late final _class_CLPlacemark1 = _getClass1("CLPlacemark"); late final _sel_initWithPlacemark_1 = _registerName1("initWithPlacemark:"); - instancetype _objc_msgSend_988( + instancetype _objc_msgSend_1023( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer placemark, ) { - return __objc_msgSend_988( + return __objc_msgSend_1023( obj, sel, placemark, ); } - late final __objc_msgSend_988Ptr = _lookup< + late final __objc_msgSend_1023Ptr = _lookup< ffi.NativeFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_988 = __objc_msgSend_988Ptr.asFunction< + late final __objc_msgSend_1023 = __objc_msgSend_1023Ptr.asFunction< instancetype Function(ffi.Pointer, ffi.Pointer, ffi.Pointer)>(); late final _sel_region1 = _registerName1("region"); - ffi.Pointer _objc_msgSend_989( + ffi.Pointer _objc_msgSend_1024( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_989( + return __objc_msgSend_1024( obj, sel, ); } - late final __objc_msgSend_989Ptr = _lookup< + late final __objc_msgSend_1024Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_989 = __objc_msgSend_989Ptr.asFunction< + late final __objc_msgSend_1024 = __objc_msgSend_1024Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -27543,21 +29112,21 @@ class PedometerBindings { late final _sel_areasOfInterest1 = _registerName1("areasOfInterest"); late final _class_CNPostalAddress1 = _getClass1("CNPostalAddress"); late final _sel_postalAddress1 = _registerName1("postalAddress"); - ffi.Pointer _objc_msgSend_990( + ffi.Pointer _objc_msgSend_1025( ffi.Pointer obj, ffi.Pointer sel, ) { - return __objc_msgSend_990( + return __objc_msgSend_1025( obj, sel, ); } - late final __objc_msgSend_990Ptr = _lookup< + late final __objc_msgSend_1025Ptr = _lookup< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>>('objc_msgSend'); - late final __objc_msgSend_990 = __objc_msgSend_990Ptr.asFunction< + late final __objc_msgSend_1025 = __objc_msgSend_1025Ptr.asFunction< ffi.Pointer Function( ffi.Pointer, ffi.Pointer)>(); @@ -27565,13 +29134,13 @@ class PedometerBindings { late final _sel_isGeocoding1 = _registerName1("isGeocoding"); late final _sel_reverseGeocodeLocation_completionHandler_1 = _registerName1("reverseGeocodeLocation:completionHandler:"); - void _objc_msgSend_991( + void _objc_msgSend_1026( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer location, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_991( + return __objc_msgSend_1026( obj, sel, location, @@ -27579,28 +29148,28 @@ class PedometerBindings { ); } - late final __objc_msgSend_991Ptr = _lookup< + late final __objc_msgSend_1026Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_991 = __objc_msgSend_991Ptr.asFunction< + late final __objc_msgSend_1026 = __objc_msgSend_1026Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_reverseGeocodeLocation_preferredLocale_completionHandler_1 = _registerName1( "reverseGeocodeLocation:preferredLocale:completionHandler:"); - void _objc_msgSend_992( + void _objc_msgSend_1027( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer location, ffi.Pointer locale, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_992( + return __objc_msgSend_1027( obj, sel, location, @@ -27609,7 +29178,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_992Ptr = _lookup< + late final __objc_msgSend_1027Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -27617,7 +29186,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_992 = __objc_msgSend_992Ptr.asFunction< + late final __objc_msgSend_1027 = __objc_msgSend_1027Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -27627,13 +29196,13 @@ class PedometerBindings { late final _sel_geocodeAddressDictionary_completionHandler_1 = _registerName1("geocodeAddressDictionary:completionHandler:"); - void _objc_msgSend_993( + void _objc_msgSend_1028( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer addressDictionary, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_993( + return __objc_msgSend_1028( obj, sel, addressDictionary, @@ -27641,27 +29210,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_993Ptr = _lookup< + late final __objc_msgSend_1028Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_993 = __objc_msgSend_993Ptr.asFunction< + late final __objc_msgSend_1028 = __objc_msgSend_1028Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_geocodeAddressString_inRegion_completionHandler_1 = _registerName1("geocodeAddressString:inRegion:completionHandler:"); - void _objc_msgSend_994( + void _objc_msgSend_1029( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer addressString, ffi.Pointer region, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_994( + return __objc_msgSend_1029( obj, sel, addressString, @@ -27670,7 +29239,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_994Ptr = _lookup< + late final __objc_msgSend_1029Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -27678,7 +29247,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_994 = __objc_msgSend_994Ptr.asFunction< + late final __objc_msgSend_1029 = __objc_msgSend_1029Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -27689,7 +29258,7 @@ class PedometerBindings { late final _sel_geocodeAddressString_inRegion_preferredLocale_completionHandler_1 = _registerName1( "geocodeAddressString:inRegion:preferredLocale:completionHandler:"); - void _objc_msgSend_995( + void _objc_msgSend_1030( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer addressString, @@ -27697,7 +29266,7 @@ class PedometerBindings { ffi.Pointer locale, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_995( + return __objc_msgSend_1030( obj, sel, addressString, @@ -27707,7 +29276,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_995Ptr = _lookup< + late final __objc_msgSend_1030Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -27716,7 +29285,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_995 = __objc_msgSend_995Ptr.asFunction< + late final __objc_msgSend_1030 = __objc_msgSend_1030Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -27727,13 +29296,13 @@ class PedometerBindings { late final _sel_geocodeAddressString_completionHandler_1 = _registerName1("geocodeAddressString:completionHandler:"); - void _objc_msgSend_996( + void _objc_msgSend_1031( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer addressString, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_996( + return __objc_msgSend_1031( obj, sel, addressString, @@ -27741,27 +29310,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_996Ptr = _lookup< + late final __objc_msgSend_1031Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_996 = __objc_msgSend_996Ptr.asFunction< + late final __objc_msgSend_1031 = __objc_msgSend_1031Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_cancelGeocode1 = _registerName1("cancelGeocode"); late final _sel_geocodePostalAddress_completionHandler_1 = _registerName1("geocodePostalAddress:completionHandler:"); - void _objc_msgSend_997( + void _objc_msgSend_1032( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer postalAddress, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_997( + return __objc_msgSend_1032( obj, sel, postalAddress, @@ -27769,27 +29338,27 @@ class PedometerBindings { ); } - late final __objc_msgSend_997Ptr = _lookup< + late final __objc_msgSend_1032Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_997 = __objc_msgSend_997Ptr.asFunction< + late final __objc_msgSend_1032 = __objc_msgSend_1032Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_geocodePostalAddress_preferredLocale_completionHandler_1 = _registerName1("geocodePostalAddress:preferredLocale:completionHandler:"); - void _objc_msgSend_998( + void _objc_msgSend_1033( ffi.Pointer obj, ffi.Pointer sel, ffi.Pointer postalAddress, ffi.Pointer locale, ffi.Pointer<_ObjCBlock> completionHandler, ) { - return __objc_msgSend_998( + return __objc_msgSend_1033( obj, sel, postalAddress, @@ -27798,7 +29367,7 @@ class PedometerBindings { ); } - late final __objc_msgSend_998Ptr = _lookup< + late final __objc_msgSend_1033Ptr = _lookup< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -27806,7 +29375,7 @@ class PedometerBindings { ffi.Pointer, ffi.Pointer, ffi.Pointer<_ObjCBlock>)>>('objc_msgSend'); - late final __objc_msgSend_998 = __objc_msgSend_998Ptr.asFunction< + late final __objc_msgSend_1033 = __objc_msgSend_1033Ptr.asFunction< void Function( ffi.Pointer, ffi.Pointer, @@ -27999,20 +29568,20 @@ class NSObject extends _ObjCWrapper { } void forwardInvocation_(NSInvocation anInvocation) { - _lib._objc_msgSend_372( + _lib._objc_msgSend_377( _id, _lib._sel_forwardInvocation_1, anInvocation._id); } NSMethodSignature methodSignatureForSelector_( ffi.Pointer aSelector) { - final _ret = _lib._objc_msgSend_373( + final _ret = _lib._objc_msgSend_378( _id, _lib._sel_methodSignatureForSelector_1, aSelector); return NSMethodSignature._(_ret, _lib, retain: true, release: true); } static NSMethodSignature instanceMethodSignatureForSelector_( PedometerBindings _lib, ffi.Pointer aSelector) { - final _ret = _lib._objc_msgSend_373(_lib._class_NSObject1, + final _ret = _lib._objc_msgSend_378(_lib._class_NSObject1, _lib._sel_instanceMethodSignatureForSelector_1, aSelector); return NSMethodSignature._(_ret, _lib, retain: true, release: true); } @@ -28074,7 +29643,7 @@ class NSObject extends _ObjCWrapper { } static void setVersion_(PedometerBindings _lib, int aVersion) { - _lib._objc_msgSend_374( + _lib._objc_msgSend_379( _lib._class_NSObject1, _lib._sel_setVersion_1, aVersion); } @@ -28099,6 +29668,11 @@ class NSObject extends _ObjCWrapper { : NSObject._(_ret, _lib, retain: false, release: true); } + static void poseAsClass_(PedometerBindings _lib, NSObject aClass) { + _lib._objc_msgSend_15( + _lib._class_NSObject1, _lib._sel_poseAsClass_1, aClass._id); + } + NSObject get autoContentAccessingProxy { final _ret = _lib._objc_msgSend_2(_id, _lib._sel_autoContentAccessingProxy1); @@ -28112,7 +29686,7 @@ class NSObject extends _ObjCWrapper { NSObject? delegate, ffi.Pointer didRecoverSelector, ffi.Pointer contextInfo) { - _lib._objc_msgSend_375( + _lib._objc_msgSend_380( _id, _lib._sel_attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_1, error._id, @@ -28124,7 +29698,7 @@ class NSObject extends _ObjCWrapper { bool attemptRecoveryFromError_optionIndex_( NSError error, int recoveryOptionIndex) { - return _lib._objc_msgSend_376( + return _lib._objc_msgSend_381( _id, _lib._sel_attemptRecoveryFromError_optionIndex_1, error._id, @@ -28136,7 +29710,7 @@ class NSObject extends _ObjCWrapper { NSObject? anArgument, double delay, NSArray modes) { - _lib._objc_msgSend_377( + _lib._objc_msgSend_382( _id, _lib._sel_performSelector_withObject_afterDelay_inModes_1, aSelector, @@ -28147,7 +29721,7 @@ class NSObject extends _ObjCWrapper { void performSelector_withObject_afterDelay_( ffi.Pointer aSelector, NSObject? anArgument, double delay) { - _lib._objc_msgSend_378( + _lib._objc_msgSend_383( _id, _lib._sel_performSelector_withObject_afterDelay_1, aSelector, @@ -28174,14 +29748,37 @@ class NSObject extends _ObjCWrapper { _lib._sel_cancelPreviousPerformRequestsWithTarget_1, aTarget._id); } + void URL_resourceDataDidBecomeAvailable_(NSURL sender, NSData newBytes) { + _lib._objc_msgSend_384(_id, _lib._sel_URL_resourceDataDidBecomeAvailable_1, + sender._id, newBytes._id); + } + + void URLResourceDidFinishLoading_(NSURL sender) { + _lib._objc_msgSend_385( + _id, _lib._sel_URLResourceDidFinishLoading_1, sender._id); + } + + void URLResourceDidCancelLoading_(NSURL sender) { + _lib._objc_msgSend_385( + _id, _lib._sel_URLResourceDidCancelLoading_1, sender._id); + } + + void URL_resourceDidFailLoadingWithReason_(NSURL sender, NSString reason) { + _lib._objc_msgSend_386( + _id, + _lib._sel_URL_resourceDidFailLoadingWithReason_1, + sender._id, + reason._id); + } + bool fileManager_shouldProceedAfterError_( NSFileManager fm, NSDictionary errorInfo) { - return _lib._objc_msgSend_414(_id, + return _lib._objc_msgSend_424(_id, _lib._sel_fileManager_shouldProceedAfterError_1, fm._id, errorInfo._id); } void fileManager_willProcessPath_(NSFileManager fm, NSString path) { - _lib._objc_msgSend_415( + _lib._objc_msgSend_425( _id, _lib._sel_fileManager_willProcessPath_1, fm._id, path._id); } @@ -28198,31 +29795,31 @@ class NSObject extends _ObjCWrapper { } void setValue_forKey_(NSObject? value, NSString key) { - _lib._objc_msgSend_126( + _lib._objc_msgSend_127( _id, _lib._sel_setValue_forKey_1, value?._id ?? ffi.nullptr, key._id); } bool validateValue_forKey_error_(ffi.Pointer> ioValue, NSString inKey, ffi.Pointer> outError) { - return _lib._objc_msgSend_195(_id, _lib._sel_validateValue_forKey_error_1, + return _lib._objc_msgSend_196(_id, _lib._sel_validateValue_forKey_error_1, ioValue, inKey._id, outError); } NSMutableArray mutableArrayValueForKey_(NSString key) { - final _ret = _lib._objc_msgSend_435( + final _ret = _lib._objc_msgSend_445( _id, _lib._sel_mutableArrayValueForKey_1, key._id); return NSMutableArray._(_ret, _lib, retain: true, release: true); } NSMutableOrderedSet mutableOrderedSetValueForKey_(NSString key) { - final _ret = _lib._objc_msgSend_453( + final _ret = _lib._objc_msgSend_463( _id, _lib._sel_mutableOrderedSetValueForKey_1, key._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } NSMutableSet mutableSetValueForKey_(NSString key) { final _ret = - _lib._objc_msgSend_454(_id, _lib._sel_mutableSetValueForKey_1, key._id); + _lib._objc_msgSend_464(_id, _lib._sel_mutableSetValueForKey_1, key._id); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @@ -28235,7 +29832,7 @@ class NSObject extends _ObjCWrapper { } void setValue_forKeyPath_(NSObject? value, NSString keyPath) { - _lib._objc_msgSend_126(_id, _lib._sel_setValue_forKeyPath_1, + _lib._objc_msgSend_127(_id, _lib._sel_setValue_forKeyPath_1, value?._id ?? ffi.nullptr, keyPath._id); } @@ -28243,7 +29840,7 @@ class NSObject extends _ObjCWrapper { ffi.Pointer> ioValue, NSString inKeyPath, ffi.Pointer> outError) { - return _lib._objc_msgSend_195( + return _lib._objc_msgSend_196( _id, _lib._sel_validateValue_forKeyPath_error_1, ioValue, @@ -28252,19 +29849,19 @@ class NSObject extends _ObjCWrapper { } NSMutableArray mutableArrayValueForKeyPath_(NSString keyPath) { - final _ret = _lib._objc_msgSend_435( + final _ret = _lib._objc_msgSend_445( _id, _lib._sel_mutableArrayValueForKeyPath_1, keyPath._id); return NSMutableArray._(_ret, _lib, retain: true, release: true); } NSMutableOrderedSet mutableOrderedSetValueForKeyPath_(NSString keyPath) { - final _ret = _lib._objc_msgSend_453( + final _ret = _lib._objc_msgSend_463( _id, _lib._sel_mutableOrderedSetValueForKeyPath_1, keyPath._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } NSMutableSet mutableSetValueForKeyPath_(NSString keyPath) { - final _ret = _lib._objc_msgSend_454( + final _ret = _lib._objc_msgSend_464( _id, _lib._sel_mutableSetValueForKeyPath_1, keyPath._id); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @@ -28278,22 +29875,22 @@ class NSObject extends _ObjCWrapper { } void setValue_forUndefinedKey_(NSObject? value, NSString key) { - _lib._objc_msgSend_126(_id, _lib._sel_setValue_forUndefinedKey_1, + _lib._objc_msgSend_127(_id, _lib._sel_setValue_forUndefinedKey_1, value?._id ?? ffi.nullptr, key._id); } void setNilValueForKey_(NSString key) { - _lib._objc_msgSend_199(_id, _lib._sel_setNilValueForKey_1, key._id); + _lib._objc_msgSend_200(_id, _lib._sel_setNilValueForKey_1, key._id); } NSDictionary dictionaryWithValuesForKeys_(NSArray keys) { - final _ret = _lib._objc_msgSend_455( + final _ret = _lib._objc_msgSend_465( _id, _lib._sel_dictionaryWithValuesForKeys_1, keys._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } void setValuesForKeysWithDictionary_(NSDictionary keyedValues) { - _lib._objc_msgSend_456( + _lib._objc_msgSend_466( _id, _lib._sel_setValuesForKeysWithDictionary_1, keyedValues._id); } @@ -28311,17 +29908,17 @@ class NSObject extends _ObjCWrapper { } void takeStoredValue_forKey_(NSObject? value, NSString key) { - _lib._objc_msgSend_126(_id, _lib._sel_takeStoredValue_forKey_1, + _lib._objc_msgSend_127(_id, _lib._sel_takeStoredValue_forKey_1, value?._id ?? ffi.nullptr, key._id); } void takeValue_forKey_(NSObject? value, NSString key) { - _lib._objc_msgSend_126( + _lib._objc_msgSend_127( _id, _lib._sel_takeValue_forKey_1, value?._id ?? ffi.nullptr, key._id); } void takeValue_forKeyPath_(NSObject? value, NSString keyPath) { - _lib._objc_msgSend_126(_id, _lib._sel_takeValue_forKeyPath_1, + _lib._objc_msgSend_127(_id, _lib._sel_takeValue_forKeyPath_1, value?._id ?? ffi.nullptr, keyPath._id); } @@ -28334,28 +29931,28 @@ class NSObject extends _ObjCWrapper { } void handleTakeValue_forUnboundKey_(NSObject? value, NSString key) { - _lib._objc_msgSend_126(_id, _lib._sel_handleTakeValue_forUnboundKey_1, + _lib._objc_msgSend_127(_id, _lib._sel_handleTakeValue_forUnboundKey_1, value?._id ?? ffi.nullptr, key._id); } void unableToSetNilForKey_(NSString key) { - _lib._objc_msgSend_199(_id, _lib._sel_unableToSetNilForKey_1, key._id); + _lib._objc_msgSend_200(_id, _lib._sel_unableToSetNilForKey_1, key._id); } NSDictionary valuesForKeys_(NSArray keys) { final _ret = - _lib._objc_msgSend_455(_id, _lib._sel_valuesForKeys_1, keys._id); + _lib._objc_msgSend_465(_id, _lib._sel_valuesForKeys_1, keys._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } void takeValuesFromDictionary_(NSDictionary properties) { - _lib._objc_msgSend_456( + _lib._objc_msgSend_466( _id, _lib._sel_takeValuesFromDictionary_1, properties._id); } void observeValueForKeyPath_ofObject_change_context_(NSString? keyPath, NSObject? object, NSDictionary? change, ffi.Pointer context) { - _lib._objc_msgSend_457( + _lib._objc_msgSend_467( _id, _lib._sel_observeValueForKeyPath_ofObject_change_context_1, keyPath?._id ?? ffi.nullptr, @@ -28366,7 +29963,7 @@ class NSObject extends _ObjCWrapper { void addObserver_forKeyPath_options_context_(NSObject observer, NSString keyPath, int options, ffi.Pointer context) { - _lib._objc_msgSend_130( + _lib._objc_msgSend_131( _id, _lib._sel_addObserver_forKeyPath_options_context_1, observer._id, @@ -28377,38 +29974,38 @@ class NSObject extends _ObjCWrapper { void removeObserver_forKeyPath_context_( NSObject observer, NSString keyPath, ffi.Pointer context) { - _lib._objc_msgSend_131(_id, _lib._sel_removeObserver_forKeyPath_context_1, + _lib._objc_msgSend_132(_id, _lib._sel_removeObserver_forKeyPath_context_1, observer._id, keyPath._id, context); } void removeObserver_forKeyPath_(NSObject observer, NSString keyPath) { - _lib._objc_msgSend_132( + _lib._objc_msgSend_133( _id, _lib._sel_removeObserver_forKeyPath_1, observer._id, keyPath._id); } void willChangeValueForKey_(NSString key) { - _lib._objc_msgSend_199(_id, _lib._sel_willChangeValueForKey_1, key._id); + _lib._objc_msgSend_200(_id, _lib._sel_willChangeValueForKey_1, key._id); } void didChangeValueForKey_(NSString key) { - _lib._objc_msgSend_199(_id, _lib._sel_didChangeValueForKey_1, key._id); + _lib._objc_msgSend_200(_id, _lib._sel_didChangeValueForKey_1, key._id); } void willChange_valuesAtIndexes_forKey_( int changeKind, NSIndexSet indexes, NSString key) { - _lib._objc_msgSend_458(_id, _lib._sel_willChange_valuesAtIndexes_forKey_1, + _lib._objc_msgSend_468(_id, _lib._sel_willChange_valuesAtIndexes_forKey_1, changeKind, indexes._id, key._id); } void didChange_valuesAtIndexes_forKey_( int changeKind, NSIndexSet indexes, NSString key) { - _lib._objc_msgSend_458(_id, _lib._sel_didChange_valuesAtIndexes_forKey_1, + _lib._objc_msgSend_468(_id, _lib._sel_didChange_valuesAtIndexes_forKey_1, changeKind, indexes._id, key._id); } void willChangeValueForKey_withSetMutation_usingObjects_( NSString key, int mutationKind, NSSet objects) { - _lib._objc_msgSend_459( + _lib._objc_msgSend_469( _id, _lib._sel_willChangeValueForKey_withSetMutation_usingObjects_1, key._id, @@ -28418,7 +30015,7 @@ class NSObject extends _ObjCWrapper { void didChangeValueForKey_withSetMutation_usingObjects_( NSString key, int mutationKind, NSSet objects) { - _lib._objc_msgSend_459( + _lib._objc_msgSend_469( _id, _lib._sel_didChangeValueForKey_withSetMutation_usingObjects_1, key._id, @@ -28444,7 +30041,16 @@ class NSObject extends _ObjCWrapper { } set observationInfo(ffi.Pointer value) { - return _lib._objc_msgSend_460(_id, _lib._sel_setObservationInfo_1, value); + return _lib._objc_msgSend_470(_id, _lib._sel_setObservationInfo_1, value); + } + + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSObject1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); } NSObject? get classForKeyedArchiver { @@ -28455,7 +30061,7 @@ class NSObject extends _ObjCWrapper { } NSObject? replacementObjectForKeyedArchiver_(NSKeyedArchiver archiver) { - final _ret = _lib._objc_msgSend_476( + final _ret = _lib._objc_msgSend_484( _id, _lib._sel_replacementObjectForKeyedArchiver_1, archiver._id); return _ret.address == 0 ? null @@ -28479,7 +30085,7 @@ class NSObject extends _ObjCWrapper { NSObject? arg, bool wait, NSArray? array) { - _lib._objc_msgSend_477( + _lib._objc_msgSend_485( _id, _lib._sel_performSelectorOnMainThread_withObject_waitUntilDone_modes_1, aSelector, @@ -28490,7 +30096,7 @@ class NSObject extends _ObjCWrapper { void performSelectorOnMainThread_withObject_waitUntilDone_( ffi.Pointer aSelector, NSObject? arg, bool wait) { - _lib._objc_msgSend_478( + _lib._objc_msgSend_486( _id, _lib._sel_performSelectorOnMainThread_withObject_waitUntilDone_1, aSelector, @@ -28504,7 +30110,7 @@ class NSObject extends _ObjCWrapper { NSObject? arg, bool wait, NSArray? array) { - _lib._objc_msgSend_496( + _lib._objc_msgSend_504( _id, _lib._sel_performSelector_onThread_withObject_waitUntilDone_modes_1, aSelector, @@ -28516,7 +30122,7 @@ class NSObject extends _ObjCWrapper { void performSelector_onThread_withObject_waitUntilDone_( ffi.Pointer aSelector, NSThread thr, NSObject? arg, bool wait) { - _lib._objc_msgSend_497( + _lib._objc_msgSend_505( _id, _lib._sel_performSelector_onThread_withObject_waitUntilDone_1, aSelector, @@ -28527,7 +30133,7 @@ class NSObject extends _ObjCWrapper { void performSelectorInBackground_withObject_( ffi.Pointer aSelector, NSObject? arg) { - _lib._objc_msgSend_81( + _lib._objc_msgSend_82( _id, _lib._sel_performSelectorInBackground_withObject_1, aSelector, @@ -28593,13 +30199,13 @@ class NSInvocation extends NSObject { static NSInvocation invocationWithMethodSignature_( PedometerBindings _lib, NSMethodSignature sig) { - final _ret = _lib._objc_msgSend_365(_lib._class_NSInvocation1, + final _ret = _lib._objc_msgSend_370(_lib._class_NSInvocation1, _lib._sel_invocationWithMethodSignature_1, sig._id); return NSInvocation._(_ret, _lib, retain: true, release: true); } NSMethodSignature get methodSignature { - final _ret = _lib._objc_msgSend_366(_id, _lib._sel_methodSignature1); + final _ret = _lib._objc_msgSend_371(_id, _lib._sel_methodSignature1); return NSMethodSignature._(_ret, _lib, retain: true, release: true); } @@ -28619,16 +30225,16 @@ class NSInvocation extends NSObject { } set target(NSObject? value) { - return _lib._objc_msgSend_367( + return _lib._objc_msgSend_372( _id, _lib._sel_setTarget_1, value?._id ?? ffi.nullptr); } ffi.Pointer get selector { - return _lib._objc_msgSend_368(_id, _lib._sel_selector1); + return _lib._objc_msgSend_373(_id, _lib._sel_selector1); } set selector(ffi.Pointer value) { - return _lib._objc_msgSend_369(_id, _lib._sel_setSelector_1, value); + return _lib._objc_msgSend_374(_id, _lib._sel_setSelector_1, value); } void getReturnValue_(ffi.Pointer retLoc) { @@ -28640,12 +30246,12 @@ class NSInvocation extends NSObject { } void getArgument_atIndex_(ffi.Pointer argumentLocation, int idx) { - _lib._objc_msgSend_370( + _lib._objc_msgSend_375( _id, _lib._sel_getArgument_atIndex_1, argumentLocation, idx); } void setArgument_atIndex_(ffi.Pointer argumentLocation, int idx) { - _lib._objc_msgSend_370( + _lib._objc_msgSend_375( _id, _lib._sel_setArgument_atIndex_1, argumentLocation, idx); } @@ -28659,7 +30265,7 @@ class NSInvocation extends NSObject { void invokeUsingIMP_( ffi.Pointer> imp) { - _lib._objc_msgSend_371(_id, _lib._sel_invokeUsingIMP_1, imp); + _lib._objc_msgSend_376(_id, _lib._sel_invokeUsingIMP_1, imp); } @override @@ -28729,6 +30335,15 @@ class NSInvocation extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSInvocation1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSInvocation1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -28866,6 +30481,15 @@ class NSMethodSignature extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSMethodSignature1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSMethodSignature1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -28968,15 +30592,15 @@ class NSSet extends NSObject { } bool intersectsSet_(NSSet otherSet) { - return _lib._objc_msgSend_354(_id, _lib._sel_intersectsSet_1, otherSet._id); + return _lib._objc_msgSend_359(_id, _lib._sel_intersectsSet_1, otherSet._id); } bool isEqualToSet_(NSSet otherSet) { - return _lib._objc_msgSend_354(_id, _lib._sel_isEqualToSet_1, otherSet._id); + return _lib._objc_msgSend_359(_id, _lib._sel_isEqualToSet_1, otherSet._id); } bool isSubsetOfSet_(NSSet otherSet) { - return _lib._objc_msgSend_354(_id, _lib._sel_isSubsetOfSet_1, otherSet._id); + return _lib._objc_msgSend_359(_id, _lib._sel_isSubsetOfSet_1, otherSet._id); } void makeObjectsPerformSelector_(ffi.Pointer aSelector) { @@ -28986,7 +30610,7 @@ class NSSet extends NSObject { void makeObjectsPerformSelector_withObject_( ffi.Pointer aSelector, NSObject? argument) { - _lib._objc_msgSend_81( + _lib._objc_msgSend_82( _id, _lib._sel_makeObjectsPerformSelector_withObject_1, aSelector, @@ -28994,43 +30618,43 @@ class NSSet extends NSObject { } NSSet setByAddingObject_(NSObject anObject) { - final _ret = _lib._objc_msgSend_355( + final _ret = _lib._objc_msgSend_360( _id, _lib._sel_setByAddingObject_1, anObject._id); return NSSet._(_ret, _lib, retain: true, release: true); } NSSet setByAddingObjectsFromSet_(NSSet other) { - final _ret = _lib._objc_msgSend_356( + final _ret = _lib._objc_msgSend_361( _id, _lib._sel_setByAddingObjectsFromSet_1, other._id); return NSSet._(_ret, _lib, retain: true, release: true); } NSSet setByAddingObjectsFromArray_(NSArray other) { - final _ret = _lib._objc_msgSend_357( + final _ret = _lib._objc_msgSend_362( _id, _lib._sel_setByAddingObjectsFromArray_1, other._id); return NSSet._(_ret, _lib, retain: true, release: true); } void enumerateObjectsUsingBlock_(ObjCBlock_ffiVoid_ObjCObject_bool block) { - _lib._objc_msgSend_358( + _lib._objc_msgSend_363( _id, _lib._sel_enumerateObjectsUsingBlock_1, block._id); } void enumerateObjectsWithOptions_usingBlock_( int opts, ObjCBlock_ffiVoid_ObjCObject_bool block) { - _lib._objc_msgSend_359(_id, + _lib._objc_msgSend_364(_id, _lib._sel_enumerateObjectsWithOptions_usingBlock_1, opts, block._id); } NSSet objectsPassingTest_(ObjCBlock_bool_ObjCObject_bool predicate) { - final _ret = _lib._objc_msgSend_360( + final _ret = _lib._objc_msgSend_365( _id, _lib._sel_objectsPassingTest_1, predicate._id); return NSSet._(_ret, _lib, retain: true, release: true); } NSSet objectsWithOptions_passingTest_( int opts, ObjCBlock_bool_ObjCObject_bool predicate) { - final _ret = _lib._objc_msgSend_361( + final _ret = _lib._objc_msgSend_366( _id, _lib._sel_objectsWithOptions_passingTest_1, opts, predicate._id); return NSSet._(_ret, _lib, retain: true, release: true); } @@ -29041,7 +30665,7 @@ class NSSet extends NSObject { } static NSSet setWithObject_(PedometerBindings _lib, NSObject object) { - final _ret = _lib._objc_msgSend_115( + final _ret = _lib._objc_msgSend_116( _lib._class_NSSet1, _lib._sel_setWithObject_1, object._id); return NSSet._(_ret, _lib, retain: true, release: true); } @@ -29054,43 +30678,43 @@ class NSSet extends NSObject { } static NSSet setWithObjects_(PedometerBindings _lib, NSObject firstObj) { - final _ret = _lib._objc_msgSend_115( + final _ret = _lib._objc_msgSend_116( _lib._class_NSSet1, _lib._sel_setWithObjects_1, firstObj._id); return NSSet._(_ret, _lib, retain: true, release: true); } static NSSet setWithSet_(PedometerBindings _lib, NSSet set) { - final _ret = _lib._objc_msgSend_362( + final _ret = _lib._objc_msgSend_367( _lib._class_NSSet1, _lib._sel_setWithSet_1, set._id); return NSSet._(_ret, _lib, retain: true, release: true); } static NSSet setWithArray_(PedometerBindings _lib, NSArray array) { - final _ret = _lib._objc_msgSend_116( + final _ret = _lib._objc_msgSend_117( _lib._class_NSSet1, _lib._sel_setWithArray_1, array._id); return NSSet._(_ret, _lib, retain: true, release: true); } NSSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_115(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_116(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSSet._(_ret, _lib, retain: true, release: true); } NSSet initWithSet_(NSSet set) { - final _ret = _lib._objc_msgSend_362(_id, _lib._sel_initWithSet_1, set._id); + final _ret = _lib._objc_msgSend_367(_id, _lib._sel_initWithSet_1, set._id); return NSSet._(_ret, _lib, retain: true, release: true); } NSSet initWithSet_copyItems_(NSSet set, bool flag) { - final _ret = _lib._objc_msgSend_363( + final _ret = _lib._objc_msgSend_368( _id, _lib._sel_initWithSet_copyItems_1, set._id, flag); return NSSet._(_ret, _lib, retain: false, release: true); } NSSet initWithArray_(NSArray array) { final _ret = - _lib._objc_msgSend_116(_id, _lib._sel_initWithArray_1, array._id); + _lib._objc_msgSend_117(_id, _lib._sel_initWithArray_1, array._id); return NSSet._(_ret, _lib, retain: true, release: true); } @@ -29101,14 +30725,14 @@ class NSSet extends NSObject { @override void setValue_forKey_(NSObject? value, NSString key) { - _lib._objc_msgSend_126( + _lib._objc_msgSend_127( _id, _lib._sel_setValue_forKey_1, value?._id ?? ffi.nullptr, key._id); } @override void addObserver_forKeyPath_options_context_(NSObject observer, NSString keyPath, int options, ffi.Pointer context) { - _lib._objc_msgSend_130( + _lib._objc_msgSend_131( _id, _lib._sel_addObserver_forKeyPath_options_context_1, observer._id, @@ -29120,13 +30744,13 @@ class NSSet extends NSObject { @override void removeObserver_forKeyPath_context_( NSObject observer, NSString keyPath, ffi.Pointer context) { - _lib._objc_msgSend_131(_id, _lib._sel_removeObserver_forKeyPath_context_1, + _lib._objc_msgSend_132(_id, _lib._sel_removeObserver_forKeyPath_context_1, observer._id, keyPath._id, context); } @override void removeObserver_forKeyPath_(NSObject observer, NSString keyPath) { - _lib._objc_msgSend_132( + _lib._objc_msgSend_133( _id, _lib._sel_removeObserver_forKeyPath_1, observer._id, keyPath._id); } @@ -29137,7 +30761,7 @@ class NSSet extends NSObject { } NSSet filteredSetUsingPredicate_(NSPredicate predicate) { - final _ret = _lib._objc_msgSend_364( + final _ret = _lib._objc_msgSend_369( _id, _lib._sel_filteredSetUsingPredicate_1, predicate._id); return NSSet._(_ret, _lib, retain: true, release: true); } @@ -29201,6 +30825,15 @@ class NSSet extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSSet1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSSet1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -29316,6 +30949,15 @@ class NSEnumerator extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSEnumerator1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSEnumerator1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -29390,64 +31032,64 @@ class NSString extends NSObject { NSString substringFromIndex_(int from) { final _ret = - _lib._objc_msgSend_264(_id, _lib._sel_substringFromIndex_1, from); + _lib._objc_msgSend_269(_id, _lib._sel_substringFromIndex_1, from); return NSString._(_ret, _lib, retain: true, release: true); } NSString substringToIndex_(int to) { - final _ret = _lib._objc_msgSend_264(_id, _lib._sel_substringToIndex_1, to); + final _ret = _lib._objc_msgSend_269(_id, _lib._sel_substringToIndex_1, to); return NSString._(_ret, _lib, retain: true, release: true); } NSString substringWithRange_(_NSRange range) { final _ret = - _lib._objc_msgSend_265(_id, _lib._sel_substringWithRange_1, range); + _lib._objc_msgSend_270(_id, _lib._sel_substringWithRange_1, range); return NSString._(_ret, _lib, retain: true, release: true); } void getCharacters_range_( ffi.Pointer buffer, _NSRange range) { - _lib._objc_msgSend_266(_id, _lib._sel_getCharacters_range_1, buffer, range); + _lib._objc_msgSend_271(_id, _lib._sel_getCharacters_range_1, buffer, range); } int compare_(NSString string) { - return _lib._objc_msgSend_267(_id, _lib._sel_compare_1, string._id); + return _lib._objc_msgSend_272(_id, _lib._sel_compare_1, string._id); } int compare_options_(NSString string, int mask) { - return _lib._objc_msgSend_268( + return _lib._objc_msgSend_273( _id, _lib._sel_compare_options_1, string._id, mask); } int compare_options_range_( NSString string, int mask, _NSRange rangeOfReceiverToCompare) { - return _lib._objc_msgSend_269(_id, _lib._sel_compare_options_range_1, + return _lib._objc_msgSend_274(_id, _lib._sel_compare_options_range_1, string._id, mask, rangeOfReceiverToCompare); } int compare_options_range_locale_(NSString string, int mask, _NSRange rangeOfReceiverToCompare, NSObject? locale) { - return _lib._objc_msgSend_270(_id, _lib._sel_compare_options_range_locale_1, + return _lib._objc_msgSend_275(_id, _lib._sel_compare_options_range_locale_1, string._id, mask, rangeOfReceiverToCompare, locale?._id ?? ffi.nullptr); } int caseInsensitiveCompare_(NSString string) { - return _lib._objc_msgSend_267( + return _lib._objc_msgSend_272( _id, _lib._sel_caseInsensitiveCompare_1, string._id); } int localizedCompare_(NSString string) { - return _lib._objc_msgSend_267( + return _lib._objc_msgSend_272( _id, _lib._sel_localizedCompare_1, string._id); } int localizedCaseInsensitiveCompare_(NSString string) { - return _lib._objc_msgSend_267( + return _lib._objc_msgSend_272( _id, _lib._sel_localizedCaseInsensitiveCompare_1, string._id); } int localizedStandardCompare_(NSString string) { - return _lib._objc_msgSend_267( + return _lib._objc_msgSend_272( _id, _lib._sel_localizedStandardCompare_1, string._id); } @@ -29464,7 +31106,7 @@ class NSString extends NSObject { } NSString commonPrefixWithString_options_(NSString str, int mask) { - final _ret = _lib._objc_msgSend_271( + final _ret = _lib._objc_msgSend_276( _id, _lib._sel_commonPrefixWithString_options_1, str._id, mask); return NSString._(_ret, _lib, retain: true, release: true); } @@ -29485,25 +31127,46 @@ class NSString extends NSObject { void localizedStandardRangeOfString_( ffi.Pointer<_NSRange> stret, NSString str) { - _lib._objc_msgSend_272( - stret, _id, _lib._sel_localizedStandardRangeOfString_1, str._id); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_277_stret( + stret, _id, _lib._sel_localizedStandardRangeOfString_1, str._id) + : stret.ref = _lib._objc_msgSend_277( + _id, _lib._sel_localizedStandardRangeOfString_1, str._id); } void rangeOfString_(ffi.Pointer<_NSRange> stret, NSString searchString) { - _lib._objc_msgSend_272( - stret, _id, _lib._sel_rangeOfString_1, searchString._id); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_277_stret( + stret, _id, _lib._sel_rangeOfString_1, searchString._id) + : stret.ref = _lib._objc_msgSend_277( + _id, _lib._sel_rangeOfString_1, searchString._id); } void rangeOfString_options_( ffi.Pointer<_NSRange> stret, NSString searchString, int mask) { - _lib._objc_msgSend_273( - stret, _id, _lib._sel_rangeOfString_options_1, searchString._id, mask); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_278_stret(stret, _id, + _lib._sel_rangeOfString_options_1, searchString._id, mask) + : stret.ref = _lib._objc_msgSend_278( + _id, _lib._sel_rangeOfString_options_1, searchString._id, mask); } void rangeOfString_options_range_(ffi.Pointer<_NSRange> stret, NSString searchString, int mask, _NSRange rangeOfReceiverToSearch) { - _lib._objc_msgSend_274(stret, _id, _lib._sel_rangeOfString_options_range_1, - searchString._id, mask, rangeOfReceiverToSearch); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_279_stret( + stret, + _id, + _lib._sel_rangeOfString_options_range_1, + searchString._id, + mask, + rangeOfReceiverToSearch) + : stret.ref = _lib._objc_msgSend_279( + _id, + _lib._sel_rangeOfString_options_range_1, + searchString._id, + mask, + rangeOfReceiverToSearch); } void rangeOfString_options_range_locale_( @@ -29512,49 +31175,76 @@ class NSString extends NSObject { int mask, _NSRange rangeOfReceiverToSearch, NSLocale? locale) { - _lib._objc_msgSend_293( - stret, - _id, - _lib._sel_rangeOfString_options_range_locale_1, - searchString._id, - mask, - rangeOfReceiverToSearch, - locale?._id ?? ffi.nullptr); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_298_stret( + stret, + _id, + _lib._sel_rangeOfString_options_range_locale_1, + searchString._id, + mask, + rangeOfReceiverToSearch, + locale?._id ?? ffi.nullptr) + : stret.ref = _lib._objc_msgSend_298( + _id, + _lib._sel_rangeOfString_options_range_locale_1, + searchString._id, + mask, + rangeOfReceiverToSearch, + locale?._id ?? ffi.nullptr); } void rangeOfCharacterFromSet_( ffi.Pointer<_NSRange> stret, NSCharacterSet searchSet) { - _lib._objc_msgSend_294( - stret, _id, _lib._sel_rangeOfCharacterFromSet_1, searchSet._id); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_299_stret( + stret, _id, _lib._sel_rangeOfCharacterFromSet_1, searchSet._id) + : stret.ref = _lib._objc_msgSend_299( + _id, _lib._sel_rangeOfCharacterFromSet_1, searchSet._id); } void rangeOfCharacterFromSet_options_( ffi.Pointer<_NSRange> stret, NSCharacterSet searchSet, int mask) { - _lib._objc_msgSend_295(stret, _id, - _lib._sel_rangeOfCharacterFromSet_options_1, searchSet._id, mask); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_300_stret(stret, _id, + _lib._sel_rangeOfCharacterFromSet_options_1, searchSet._id, mask) + : stret.ref = _lib._objc_msgSend_300(_id, + _lib._sel_rangeOfCharacterFromSet_options_1, searchSet._id, mask); } void rangeOfCharacterFromSet_options_range_(ffi.Pointer<_NSRange> stret, NSCharacterSet searchSet, int mask, _NSRange rangeOfReceiverToSearch) { - _lib._objc_msgSend_296( - stret, - _id, - _lib._sel_rangeOfCharacterFromSet_options_range_1, - searchSet._id, - mask, - rangeOfReceiverToSearch); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_301_stret( + stret, + _id, + _lib._sel_rangeOfCharacterFromSet_options_range_1, + searchSet._id, + mask, + rangeOfReceiverToSearch) + : stret.ref = _lib._objc_msgSend_301( + _id, + _lib._sel_rangeOfCharacterFromSet_options_range_1, + searchSet._id, + mask, + rangeOfReceiverToSearch); } void rangeOfComposedCharacterSequenceAtIndex_( ffi.Pointer<_NSRange> stret, int index) { - _lib._objc_msgSend_297( - stret, _id, _lib._sel_rangeOfComposedCharacterSequenceAtIndex_1, index); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_302_stret(stret, _id, + _lib._sel_rangeOfComposedCharacterSequenceAtIndex_1, index) + : stret.ref = _lib._objc_msgSend_302( + _id, _lib._sel_rangeOfComposedCharacterSequenceAtIndex_1, index); } void rangeOfComposedCharacterSequencesForRange_( ffi.Pointer<_NSRange> stret, _NSRange range) { - _lib._objc_msgSend_298(stret, _id, - _lib._sel_rangeOfComposedCharacterSequencesForRange_1, range); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_303_stret(stret, _id, + _lib._sel_rangeOfComposedCharacterSequencesForRange_1, range) + : stret.ref = _lib._objc_msgSend_303( + _id, _lib._sel_rangeOfComposedCharacterSequencesForRange_1, range); } NSString stringByAppendingString_(NSString aString) { @@ -29570,15 +31260,19 @@ class NSString extends NSObject { } double get doubleValue { - return _lib._objc_msgSend_156(_id, _lib._sel_doubleValue1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_doubleValue1) + : _lib._objc_msgSend_157(_id, _lib._sel_doubleValue1); } double get floatValue { - return _lib._objc_msgSend_190(_id, _lib._sel_floatValue1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_191_fpret(_id, _lib._sel_floatValue1) + : _lib._objc_msgSend_191(_id, _lib._sel_floatValue1); } int get intValue { - return _lib._objc_msgSend_188(_id, _lib._sel_intValue1); + return _lib._objc_msgSend_189(_id, _lib._sel_intValue1); } int get integerValue { @@ -29586,7 +31280,7 @@ class NSString extends NSObject { } int get longLongValue { - return _lib._objc_msgSend_189(_id, _lib._sel_longLongValue1); + return _lib._objc_msgSend_190(_id, _lib._sel_longLongValue1); } bool get boolValue { @@ -29627,19 +31321,19 @@ class NSString extends NSObject { } NSString uppercaseStringWithLocale_(NSLocale? locale) { - final _ret = _lib._objc_msgSend_299( + final _ret = _lib._objc_msgSend_304( _id, _lib._sel_uppercaseStringWithLocale_1, locale?._id ?? ffi.nullptr); return NSString._(_ret, _lib, retain: true, release: true); } NSString lowercaseStringWithLocale_(NSLocale? locale) { - final _ret = _lib._objc_msgSend_299( + final _ret = _lib._objc_msgSend_304( _id, _lib._sel_lowercaseStringWithLocale_1, locale?._id ?? ffi.nullptr); return NSString._(_ret, _lib, retain: true, release: true); } NSString capitalizedStringWithLocale_(NSLocale? locale) { - final _ret = _lib._objc_msgSend_299(_id, + final _ret = _lib._objc_msgSend_304(_id, _lib._sel_capitalizedStringWithLocale_1, locale?._id ?? ffi.nullptr); return NSString._(_ret, _lib, retain: true, release: true); } @@ -29649,7 +31343,7 @@ class NSString extends NSObject { ffi.Pointer lineEndPtr, ffi.Pointer contentsEndPtr, _NSRange range) { - _lib._objc_msgSend_300( + _lib._objc_msgSend_305( _id, _lib._sel_getLineStart_end_contentsEnd_forRange_1, startPtr, @@ -29659,7 +31353,11 @@ class NSString extends NSObject { } void lineRangeForRange_(ffi.Pointer<_NSRange> stret, _NSRange range) { - _lib._objc_msgSend_298(stret, _id, _lib._sel_lineRangeForRange_1, range); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_303_stret( + stret, _id, _lib._sel_lineRangeForRange_1, range) + : stret.ref = + _lib._objc_msgSend_303(_id, _lib._sel_lineRangeForRange_1, range); } void getParagraphStart_end_contentsEnd_forRange_( @@ -29667,7 +31365,7 @@ class NSString extends NSObject { ffi.Pointer parEndPtr, ffi.Pointer contentsEndPtr, _NSRange range) { - _lib._objc_msgSend_300( + _lib._objc_msgSend_305( _id, _lib._sel_getParagraphStart_end_contentsEnd_forRange_1, startPtr, @@ -29677,13 +31375,16 @@ class NSString extends NSObject { } void paragraphRangeForRange_(ffi.Pointer<_NSRange> stret, _NSRange range) { - _lib._objc_msgSend_298( - stret, _id, _lib._sel_paragraphRangeForRange_1, range); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_303_stret( + stret, _id, _lib._sel_paragraphRangeForRange_1, range) + : stret.ref = _lib._objc_msgSend_303( + _id, _lib._sel_paragraphRangeForRange_1, range); } void enumerateSubstringsInRange_options_usingBlock_(_NSRange range, int opts, ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool block) { - _lib._objc_msgSend_301( + _lib._objc_msgSend_306( _id, _lib._sel_enumerateSubstringsInRange_options_usingBlock_1, range, @@ -29692,7 +31393,7 @@ class NSString extends NSObject { } void enumerateLinesUsingBlock_(ObjCBlock_ffiVoid_NSString_bool block) { - _lib._objc_msgSend_302( + _lib._objc_msgSend_307( _id, _lib._sel_enumerateLinesUsingBlock_1, block._id); } @@ -29709,7 +31410,7 @@ class NSString extends NSObject { } NSData? dataUsingEncoding_allowLossyConversion_(int encoding, bool lossy) { - final _ret = _lib._objc_msgSend_303(_id, + final _ret = _lib._objc_msgSend_308(_id, _lib._sel_dataUsingEncoding_allowLossyConversion_1, encoding, lossy); return _ret.address == 0 ? null @@ -29718,14 +31419,14 @@ class NSString extends NSObject { NSData? dataUsingEncoding_(int encoding) { final _ret = - _lib._objc_msgSend_304(_id, _lib._sel_dataUsingEncoding_1, encoding); + _lib._objc_msgSend_309(_id, _lib._sel_dataUsingEncoding_1, encoding); return _ret.address == 0 ? null : NSData._(_ret, _lib, retain: true, release: true); } bool canBeConvertedToEncoding_(int encoding) { - return _lib._objc_msgSend_88( + return _lib._objc_msgSend_89( _id, _lib._sel_canBeConvertedToEncoding_1, encoding); } @@ -29736,7 +31437,7 @@ class NSString extends NSObject { bool getCString_maxLength_encoding_( ffi.Pointer buffer, int maxBufferCount, int encoding) { - return _lib._objc_msgSend_305( + return _lib._objc_msgSend_310( _id, _lib._sel_getCString_maxLength_encoding_1, buffer, @@ -29752,7 +31453,7 @@ class NSString extends NSObject { int options, _NSRange range, ffi.Pointer<_NSRange> leftover) { - return _lib._objc_msgSend_306( + return _lib._objc_msgSend_311( _id, _lib._sel_getBytes_maxLength_usedLength_encoding_options_range_remainingRange_1, buffer, @@ -29765,24 +31466,24 @@ class NSString extends NSObject { } int maximumLengthOfBytesUsingEncoding_(int enc) { - return _lib._objc_msgSend_85( + return _lib._objc_msgSend_86( _id, _lib._sel_maximumLengthOfBytesUsingEncoding_1, enc); } int lengthOfBytesUsingEncoding_(int enc) { - return _lib._objc_msgSend_85( + return _lib._objc_msgSend_86( _id, _lib._sel_lengthOfBytesUsingEncoding_1, enc); } static ffi.Pointer getAvailableStringEncodings( PedometerBindings _lib) { - return _lib._objc_msgSend_307( + return _lib._objc_msgSend_312( _lib._class_NSString1, _lib._sel_availableStringEncodings1); } static NSString localizedNameOfStringEncoding_( PedometerBindings _lib, int encoding) { - final _ret = _lib._objc_msgSend_264(_lib._class_NSString1, + final _ret = _lib._objc_msgSend_269(_lib._class_NSString1, _lib._sel_localizedNameOfStringEncoding_1, encoding); return NSString._(_ret, _lib, retain: true, release: true); } @@ -29817,26 +31518,26 @@ class NSString extends NSObject { } NSArray componentsSeparatedByString_(NSString separator) { - final _ret = _lib._objc_msgSend_308( + final _ret = _lib._objc_msgSend_313( _id, _lib._sel_componentsSeparatedByString_1, separator._id); return NSArray._(_ret, _lib, retain: true, release: true); } NSArray componentsSeparatedByCharactersInSet_(NSCharacterSet separator) { - final _ret = _lib._objc_msgSend_309( + final _ret = _lib._objc_msgSend_314( _id, _lib._sel_componentsSeparatedByCharactersInSet_1, separator._id); return NSArray._(_ret, _lib, retain: true, release: true); } NSString stringByTrimmingCharactersInSet_(NSCharacterSet set) { - final _ret = _lib._objc_msgSend_310( + final _ret = _lib._objc_msgSend_315( _id, _lib._sel_stringByTrimmingCharactersInSet_1, set._id); return NSString._(_ret, _lib, retain: true, release: true); } NSString stringByPaddingToLength_withString_startingAtIndex_( int newLength, NSString padString, int padIndex) { - final _ret = _lib._objc_msgSend_311( + final _ret = _lib._objc_msgSend_316( _id, _lib._sel_stringByPaddingToLength_withString_startingAtIndex_1, newLength, @@ -29846,7 +31547,7 @@ class NSString extends NSObject { } NSString stringByFoldingWithOptions_locale_(int options, NSLocale? locale) { - final _ret = _lib._objc_msgSend_312( + final _ret = _lib._objc_msgSend_317( _id, _lib._sel_stringByFoldingWithOptions_locale_1, options, @@ -29859,7 +31560,7 @@ class NSString extends NSObject { NSString replacement, int options, _NSRange searchRange) { - final _ret = _lib._objc_msgSend_313( + final _ret = _lib._objc_msgSend_318( _id, _lib._sel_stringByReplacingOccurrencesOfString_withString_options_range_1, target._id, @@ -29871,7 +31572,7 @@ class NSString extends NSObject { NSString stringByReplacingOccurrencesOfString_withString_( NSString target, NSString replacement) { - final _ret = _lib._objc_msgSend_314( + final _ret = _lib._objc_msgSend_319( _id, _lib._sel_stringByReplacingOccurrencesOfString_withString_1, target._id, @@ -29881,7 +31582,7 @@ class NSString extends NSObject { NSString stringByReplacingCharactersInRange_withString_( _NSRange range, NSString replacement) { - final _ret = _lib._objc_msgSend_315( + final _ret = _lib._objc_msgSend_320( _id, _lib._sel_stringByReplacingCharactersInRange_withString_1, range, @@ -29891,7 +31592,7 @@ class NSString extends NSObject { NSString? stringByApplyingTransform_reverse_( NSString transform, bool reverse) { - final _ret = _lib._objc_msgSend_316(_id, + final _ret = _lib._objc_msgSend_321(_id, _lib._sel_stringByApplyingTransform_reverse_1, transform._id, reverse); return _ret.address == 0 ? null @@ -29900,7 +31601,7 @@ class NSString extends NSObject { bool writeToURL_atomically_encoding_error_(NSURL url, bool useAuxiliaryFile, int enc, ffi.Pointer> error) { - return _lib._objc_msgSend_317( + return _lib._objc_msgSend_322( _id, _lib._sel_writeToURL_atomically_encoding_error_1, url._id, @@ -29914,7 +31615,7 @@ class NSString extends NSObject { bool useAuxiliaryFile, int enc, ffi.Pointer> error) { - return _lib._objc_msgSend_318( + return _lib._objc_msgSend_323( _id, _lib._sel_writeToFile_atomically_encoding_error_1, path._id, @@ -29934,7 +31635,7 @@ class NSString extends NSObject { NSString initWithCharactersNoCopy_length_freeWhenDone_( ffi.Pointer characters, int length, bool freeBuffer) { - final _ret = _lib._objc_msgSend_319( + final _ret = _lib._objc_msgSend_324( _id, _lib._sel_initWithCharactersNoCopy_length_freeWhenDone_1, characters, @@ -29947,7 +31648,7 @@ class NSString extends NSObject { ffi.Pointer chars, int len, ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong? deallocator) { - final _ret = _lib._objc_msgSend_320( + final _ret = _lib._objc_msgSend_325( _id, _lib._sel_initWithCharactersNoCopy_length_deallocator_1, chars, @@ -29958,13 +31659,13 @@ class NSString extends NSObject { NSString initWithCharacters_length_( ffi.Pointer characters, int length) { - final _ret = _lib._objc_msgSend_321( + final _ret = _lib._objc_msgSend_326( _id, _lib._sel_initWithCharacters_length_1, characters, length); return NSString._(_ret, _lib, retain: true, release: true); } NSString? initWithUTF8String_(ffi.Pointer nullTerminatedCString) { - final _ret = _lib._objc_msgSend_322( + final _ret = _lib._objc_msgSend_327( _id, _lib._sel_initWithUTF8String_1, nullTerminatedCString); return _ret.address == 0 ? null @@ -29984,21 +31685,21 @@ class NSString extends NSObject { } NSString initWithFormat_arguments_( - NSString format, ffi.Pointer<__va_list_tag> argList) { - final _ret = _lib._objc_msgSend_323( + NSString format, ffi.Pointer argList) { + final _ret = _lib._objc_msgSend_328( _id, _lib._sel_initWithFormat_arguments_1, format._id, argList); return NSString._(_ret, _lib, retain: true, release: true); } NSString initWithFormat_locale_(NSString format, NSObject? locale) { - final _ret = _lib._objc_msgSend_324(_id, _lib._sel_initWithFormat_locale_1, + final _ret = _lib._objc_msgSend_329(_id, _lib._sel_initWithFormat_locale_1, format._id, locale?._id ?? ffi.nullptr); return NSString._(_ret, _lib, retain: true, release: true); } NSString initWithFormat_locale_arguments_( - NSString format, NSObject? locale, ffi.Pointer<__va_list_tag> argList) { - final _ret = _lib._objc_msgSend_325( + NSString format, NSObject? locale, ffi.Pointer argList) { + final _ret = _lib._objc_msgSend_330( _id, _lib._sel_initWithFormat_locale_arguments_1, format._id, @@ -30011,7 +31712,7 @@ class NSString extends NSObject { NSString format, NSString validFormatSpecifiers, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_326( + final _ret = _lib._objc_msgSend_331( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_error_1, format._id, @@ -30027,7 +31728,7 @@ class NSString extends NSObject { NSString validFormatSpecifiers, NSObject? locale, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_327( + final _ret = _lib._objc_msgSend_332( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_locale_error_1, format._id, @@ -30042,9 +31743,9 @@ class NSString extends NSObject { NSString? initWithValidatedFormat_validFormatSpecifiers_arguments_error_( NSString format, NSString validFormatSpecifiers, - ffi.Pointer<__va_list_tag> argList, + ffi.Pointer argList, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_328( + final _ret = _lib._objc_msgSend_333( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_arguments_error_1, format._id, @@ -30061,9 +31762,9 @@ class NSString extends NSObject { NSString format, NSString validFormatSpecifiers, NSObject? locale, - ffi.Pointer<__va_list_tag> argList, + ffi.Pointer argList, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_329( + final _ret = _lib._objc_msgSend_334( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_1, format._id, @@ -30077,7 +31778,7 @@ class NSString extends NSObject { } NSString? initWithData_encoding_(NSData data, int encoding) { - final _ret = _lib._objc_msgSend_330( + final _ret = _lib._objc_msgSend_335( _id, _lib._sel_initWithData_encoding_1, data._id, encoding); return _ret.address == 0 ? null @@ -30086,7 +31787,7 @@ class NSString extends NSObject { NSString? initWithBytes_length_encoding_( ffi.Pointer bytes, int len, int encoding) { - final _ret = _lib._objc_msgSend_331( + final _ret = _lib._objc_msgSend_336( _id, _lib._sel_initWithBytes_length_encoding_1, bytes, len, encoding); return _ret.address == 0 ? null @@ -30095,7 +31796,7 @@ class NSString extends NSObject { NSString? initWithBytesNoCopy_length_encoding_freeWhenDone_( ffi.Pointer bytes, int len, int encoding, bool freeBuffer) { - final _ret = _lib._objc_msgSend_332( + final _ret = _lib._objc_msgSend_337( _id, _lib._sel_initWithBytesNoCopy_length_encoding_freeWhenDone_1, bytes, @@ -30112,7 +31813,7 @@ class NSString extends NSObject { int len, int encoding, ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong? deallocator) { - final _ret = _lib._objc_msgSend_333( + final _ret = _lib._objc_msgSend_338( _id, _lib._sel_initWithBytesNoCopy_length_encoding_deallocator_1, bytes, @@ -30137,14 +31838,14 @@ class NSString extends NSObject { static NSString stringWithCharacters_length_(PedometerBindings _lib, ffi.Pointer characters, int length) { - final _ret = _lib._objc_msgSend_321(_lib._class_NSString1, + final _ret = _lib._objc_msgSend_326(_lib._class_NSString1, _lib._sel_stringWithCharacters_length_1, characters, length); return NSString._(_ret, _lib, retain: true, release: true); } static NSString? stringWithUTF8String_( PedometerBindings _lib, ffi.Pointer nullTerminatedCString) { - final _ret = _lib._objc_msgSend_322(_lib._class_NSString1, + final _ret = _lib._objc_msgSend_327(_lib._class_NSString1, _lib._sel_stringWithUTF8String_1, nullTerminatedCString); return _ret.address == 0 ? null @@ -30169,7 +31870,7 @@ class NSString extends NSObject { NSString format, NSString validFormatSpecifiers, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_326( + final _ret = _lib._objc_msgSend_331( _lib._class_NSString1, _lib._sel_stringWithValidatedFormat_validFormatSpecifiers_error_1, format._id, @@ -30186,7 +31887,7 @@ class NSString extends NSObject { NSString format, NSString validFormatSpecifiers, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_326( + final _ret = _lib._objc_msgSend_331( _lib._class_NSString1, _lib._sel_localizedStringWithValidatedFormat_validFormatSpecifiers_error_1, format._id, @@ -30199,7 +31900,7 @@ class NSString extends NSObject { NSString? initWithCString_encoding_( ffi.Pointer nullTerminatedCString, int encoding) { - final _ret = _lib._objc_msgSend_334(_id, + final _ret = _lib._objc_msgSend_339(_id, _lib._sel_initWithCString_encoding_1, nullTerminatedCString, encoding); return _ret.address == 0 ? null @@ -30208,7 +31909,7 @@ class NSString extends NSObject { static NSString? stringWithCString_encoding_( PedometerBindings _lib, ffi.Pointer cString, int enc) { - final _ret = _lib._objc_msgSend_334(_lib._class_NSString1, + final _ret = _lib._objc_msgSend_339(_lib._class_NSString1, _lib._sel_stringWithCString_encoding_1, cString, enc); return _ret.address == 0 ? null @@ -30217,7 +31918,7 @@ class NSString extends NSObject { NSString? initWithContentsOfURL_encoding_error_( NSURL url, int enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_335(_id, + final _ret = _lib._objc_msgSend_340(_id, _lib._sel_initWithContentsOfURL_encoding_error_1, url._id, enc, error); return _ret.address == 0 ? null @@ -30226,7 +31927,7 @@ class NSString extends NSObject { NSString? initWithContentsOfFile_encoding_error_( NSString path, int enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_336( + final _ret = _lib._objc_msgSend_341( _id, _lib._sel_initWithContentsOfFile_encoding_error_1, path._id, @@ -30242,7 +31943,7 @@ class NSString extends NSObject { NSURL url, int enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_335( + final _ret = _lib._objc_msgSend_340( _lib._class_NSString1, _lib._sel_stringWithContentsOfURL_encoding_error_1, url._id, @@ -30258,7 +31959,7 @@ class NSString extends NSObject { NSString path, int enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_336( + final _ret = _lib._objc_msgSend_341( _lib._class_NSString1, _lib._sel_stringWithContentsOfFile_encoding_error_1, path._id, @@ -30273,7 +31974,7 @@ class NSString extends NSObject { NSURL url, ffi.Pointer enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_337( + final _ret = _lib._objc_msgSend_342( _id, _lib._sel_initWithContentsOfURL_usedEncoding_error_1, url._id, @@ -30288,7 +31989,7 @@ class NSString extends NSObject { NSString path, ffi.Pointer enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_338( + final _ret = _lib._objc_msgSend_343( _id, _lib._sel_initWithContentsOfFile_usedEncoding_error_1, path._id, @@ -30304,7 +32005,7 @@ class NSString extends NSObject { NSURL url, ffi.Pointer enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_337( + final _ret = _lib._objc_msgSend_342( _lib._class_NSString1, _lib._sel_stringWithContentsOfURL_usedEncoding_error_1, url._id, @@ -30320,7 +32021,7 @@ class NSString extends NSObject { NSString path, ffi.Pointer enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_338( + final _ret = _lib._objc_msgSend_343( _lib._class_NSString1, _lib._sel_stringWithContentsOfFile_usedEncoding_error_1, path._id, @@ -30338,7 +32039,7 @@ class NSString extends NSObject { NSDictionary? opts, ffi.Pointer> string, ffi.Pointer usedLossyConversion) { - return _lib._objc_msgSend_339( + return _lib._objc_msgSend_344( _lib._class_NSString1, _lib._sel_stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_1, data._id, @@ -30353,7 +32054,7 @@ class NSString extends NSObject { } NSDictionary? propertyListFromStringsFileFormat() { - final _ret = _lib._objc_msgSend_340( + final _ret = _lib._objc_msgSend_345( _id, _lib._sel_propertyListFromStringsFileFormat1); return _ret.address == 0 ? null @@ -30373,17 +32074,17 @@ class NSString extends NSObject { } void getCString_(ffi.Pointer bytes) { - _lib._objc_msgSend_231(_id, _lib._sel_getCString_1, bytes); + _lib._objc_msgSend_236(_id, _lib._sel_getCString_1, bytes); } void getCString_maxLength_(ffi.Pointer bytes, int maxLength) { - _lib._objc_msgSend_341( + _lib._objc_msgSend_346( _id, _lib._sel_getCString_maxLength_1, bytes, maxLength); } void getCString_maxLength_range_remainingRange_(ffi.Pointer bytes, int maxLength, _NSRange aRange, ffi.Pointer<_NSRange> leftoverRange) { - _lib._objc_msgSend_342( + _lib._objc_msgSend_347( _id, _lib._sel_getCString_maxLength_range_remainingRange_1, bytes, @@ -30398,7 +32099,7 @@ class NSString extends NSObject { } bool writeToURL_atomically_(NSURL url, bool atomically) { - return _lib._objc_msgSend_125( + return _lib._objc_msgSend_126( _id, _lib._sel_writeToURL_atomically_1, url._id, atomically); } @@ -30412,7 +32113,7 @@ class NSString extends NSObject { NSObject? initWithContentsOfURL_(NSURL url) { final _ret = - _lib._objc_msgSend_218(_id, _lib._sel_initWithContentsOfURL_1, url._id); + _lib._objc_msgSend_223(_id, _lib._sel_initWithContentsOfURL_1, url._id); return _ret.address == 0 ? null : NSObject._(_ret, _lib, retain: true, release: true); @@ -30428,7 +32129,7 @@ class NSString extends NSObject { } static NSObject? stringWithContentsOfURL_(PedometerBindings _lib, NSURL url) { - final _ret = _lib._objc_msgSend_218( + final _ret = _lib._objc_msgSend_223( _lib._class_NSString1, _lib._sel_stringWithContentsOfURL_1, url._id); return _ret.address == 0 ? null @@ -30437,7 +32138,7 @@ class NSString extends NSObject { NSObject? initWithCStringNoCopy_length_freeWhenDone_( ffi.Pointer bytes, int length, bool freeBuffer) { - final _ret = _lib._objc_msgSend_343( + final _ret = _lib._objc_msgSend_348( _id, _lib._sel_initWithCStringNoCopy_length_freeWhenDone_1, bytes, @@ -30449,7 +32150,7 @@ class NSString extends NSObject { } NSObject? initWithCString_length_(ffi.Pointer bytes, int length) { - final _ret = _lib._objc_msgSend_334( + final _ret = _lib._objc_msgSend_339( _id, _lib._sel_initWithCString_length_1, bytes, length); return _ret.address == 0 ? null @@ -30458,7 +32159,7 @@ class NSString extends NSObject { NSObject? initWithCString_(ffi.Pointer bytes) { final _ret = - _lib._objc_msgSend_322(_id, _lib._sel_initWithCString_1, bytes); + _lib._objc_msgSend_327(_id, _lib._sel_initWithCString_1, bytes); return _ret.address == 0 ? null : NSObject._(_ret, _lib, retain: true, release: true); @@ -30466,7 +32167,7 @@ class NSString extends NSObject { static NSObject? stringWithCString_length_( PedometerBindings _lib, ffi.Pointer bytes, int length) { - final _ret = _lib._objc_msgSend_334(_lib._class_NSString1, + final _ret = _lib._objc_msgSend_339(_lib._class_NSString1, _lib._sel_stringWithCString_length_1, bytes, length); return _ret.address == 0 ? null @@ -30475,7 +32176,7 @@ class NSString extends NSObject { static NSObject? stringWithCString_( PedometerBindings _lib, ffi.Pointer bytes) { - final _ret = _lib._objc_msgSend_322( + final _ret = _lib._objc_msgSend_327( _lib._class_NSString1, _lib._sel_stringWithCString_1, bytes); return _ret.address == 0 ? null @@ -30483,18 +32184,18 @@ class NSString extends NSObject { } void getCharacters_(ffi.Pointer buffer) { - _lib._objc_msgSend_344(_id, _lib._sel_getCharacters_1, buffer); + _lib._objc_msgSend_349(_id, _lib._sel_getCharacters_1, buffer); } NSString variantFittingPresentationWidth_(int width) { - final _ret = _lib._objc_msgSend_345( + final _ret = _lib._objc_msgSend_350( _id, _lib._sel_variantFittingPresentationWidth_1, width); return NSString._(_ret, _lib, retain: true, release: true); } static NSString pathWithComponents_( PedometerBindings _lib, NSArray components) { - final _ret = _lib._objc_msgSend_346( + final _ret = _lib._objc_msgSend_351( _lib._class_NSString1, _lib._sel_pathWithComponents_1, components._id); return NSString._(_ret, _lib, retain: true, release: true); } @@ -30537,7 +32238,7 @@ class NSString extends NSObject { } NSString? stringByAppendingPathExtension_(NSString str) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_stringByAppendingPathExtension_1, str._id); return _ret.address == 0 ? null @@ -30579,7 +32280,7 @@ class NSString extends NSObject { bool flag, ffi.Pointer> outputArray, NSArray? filterTypes) { - return _lib._objc_msgSend_347( + return _lib._objc_msgSend_352( _id, _lib._sel_completePathIntoString_caseSensitive_matchesIntoArray_filterTypes_1, outputName, @@ -30594,13 +32295,13 @@ class NSString extends NSObject { bool getFileSystemRepresentation_maxLength_( ffi.Pointer cname, int max) { - return _lib._objc_msgSend_193( + return _lib._objc_msgSend_194( _id, _lib._sel_getFileSystemRepresentation_maxLength_1, cname, max); } NSString? stringByAddingPercentEncodingWithAllowedCharacters_( NSCharacterSet allowedCharacters) { - final _ret = _lib._objc_msgSend_348( + final _ret = _lib._objc_msgSend_353( _id, _lib._sel_stringByAddingPercentEncodingWithAllowedCharacters_1, allowedCharacters._id); @@ -30618,7 +32319,7 @@ class NSString extends NSObject { } NSString? stringByAddingPercentEscapesUsingEncoding_(int enc) { - final _ret = _lib._objc_msgSend_349( + final _ret = _lib._objc_msgSend_354( _id, _lib._sel_stringByAddingPercentEscapesUsingEncoding_1, enc); return _ret.address == 0 ? null @@ -30626,7 +32327,7 @@ class NSString extends NSObject { } NSString? stringByReplacingPercentEscapesUsingEncoding_(int enc) { - final _ret = _lib._objc_msgSend_349( + final _ret = _lib._objc_msgSend_354( _id, _lib._sel_stringByReplacingPercentEscapesUsingEncoding_1, enc); return _ret.address == 0 ? null @@ -30639,7 +32340,7 @@ class NSString extends NSObject { int options, NSOrthography? orthography, ffi.Pointer> tokenRanges) { - final _ret = _lib._objc_msgSend_352( + final _ret = _lib._objc_msgSend_357( _id, _lib._sel_linguisticTagsInRange_scheme_options_orthography_tokenRanges_1, range, @@ -30656,7 +32357,7 @@ class NSString extends NSObject { int options, NSOrthography? orthography, ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool block) { - _lib._objc_msgSend_353( + _lib._objc_msgSend_358( _id, _lib._sel_enumerateLinguisticTagsInRange_scheme_options_orthography_usingBlock_1, range, @@ -30725,6 +32426,15 @@ class NSString extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSString1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSString1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -30772,11 +32482,11 @@ class NSCoder extends NSObject { } void encodeDataObject_(NSData data) { - _lib._objc_msgSend_226(_id, _lib._sel_encodeDataObject_1, data._id); + _lib._objc_msgSend_231(_id, _lib._sel_encodeDataObject_1, data._id); } NSData? decodeDataObject() { - final _ret = _lib._objc_msgSend_227(_id, _lib._sel_decodeDataObject1); + final _ret = _lib._objc_msgSend_232(_id, _lib._sel_decodeDataObject1); return _ret.address == 0 ? null : NSData._(_ret, _lib, retain: true, release: true); @@ -30784,17 +32494,17 @@ class NSCoder extends NSObject { void decodeValueOfObjCType_at_size_( ffi.Pointer type, ffi.Pointer data, int size) { - _lib._objc_msgSend_228( + _lib._objc_msgSend_233( _id, _lib._sel_decodeValueOfObjCType_at_size_1, type, data, size); } int versionForClassName_(NSString className) { - return _lib._objc_msgSend_229( + return _lib._objc_msgSend_234( _id, _lib._sel_versionForClassName_1, className._id); } void encodeObject_(NSObject? object) { - _lib._objc_msgSend_230( + _lib._objc_msgSend_235( _id, _lib._sel_encodeObject_1, object?._id ?? ffi.nullptr); } @@ -30803,27 +32513,27 @@ class NSCoder extends NSObject { } void encodeBycopyObject_(NSObject? anObject) { - _lib._objc_msgSend_230( + _lib._objc_msgSend_235( _id, _lib._sel_encodeBycopyObject_1, anObject?._id ?? ffi.nullptr); } void encodeByrefObject_(NSObject? anObject) { - _lib._objc_msgSend_230( + _lib._objc_msgSend_235( _id, _lib._sel_encodeByrefObject_1, anObject?._id ?? ffi.nullptr); } void encodeConditionalObject_(NSObject? object) { - _lib._objc_msgSend_230( + _lib._objc_msgSend_235( _id, _lib._sel_encodeConditionalObject_1, object?._id ?? ffi.nullptr); } void encodeValuesOfObjCTypes_(ffi.Pointer types) { - _lib._objc_msgSend_231(_id, _lib._sel_encodeValuesOfObjCTypes_1, types); + _lib._objc_msgSend_236(_id, _lib._sel_encodeValuesOfObjCTypes_1, types); } void encodeArrayOfObjCType_count_at_( ffi.Pointer type, int count, ffi.Pointer array) { - _lib._objc_msgSend_232( + _lib._objc_msgSend_237( _id, _lib._sel_encodeArrayOfObjCType_count_at_1, type, count, array); } @@ -30841,7 +32551,7 @@ class NSCoder extends NSObject { NSObject? decodeTopLevelObjectAndReturnError_( ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_233( + final _ret = _lib._objc_msgSend_238( _id, _lib._sel_decodeTopLevelObjectAndReturnError_1, error); return _ret.address == 0 ? null @@ -30849,31 +32559,43 @@ class NSCoder extends NSObject { } void decodeValuesOfObjCTypes_(ffi.Pointer types) { - _lib._objc_msgSend_231(_id, _lib._sel_decodeValuesOfObjCTypes_1, types); + _lib._objc_msgSend_236(_id, _lib._sel_decodeValuesOfObjCTypes_1, types); } void decodeArrayOfObjCType_count_at_( ffi.Pointer itemType, int count, ffi.Pointer array) { - _lib._objc_msgSend_232(_id, _lib._sel_decodeArrayOfObjCType_count_at_1, + _lib._objc_msgSend_237(_id, _lib._sel_decodeArrayOfObjCType_count_at_1, itemType, count, array); } ffi.Pointer decodeBytesWithReturnedLength_( ffi.Pointer lengthp) { - return _lib._objc_msgSend_234( + return _lib._objc_msgSend_239( _id, _lib._sel_decodeBytesWithReturnedLength_1, lengthp); } + void encodePropertyList_(NSObject aPropertyList) { + _lib._objc_msgSend_15( + _id, _lib._sel_encodePropertyList_1, aPropertyList._id); + } + + NSObject? decodePropertyList() { + final _ret = _lib._objc_msgSend_17(_id, _lib._sel_decodePropertyList1); + return _ret.address == 0 + ? null + : NSObject._(_ret, _lib, retain: true, release: true); + } + void setObjectZone_(ffi.Pointer<_NSZone> zone) { - _lib._objc_msgSend_235(_id, _lib._sel_setObjectZone_1, zone); + _lib._objc_msgSend_240(_id, _lib._sel_setObjectZone_1, zone); } ffi.Pointer<_NSZone> objectZone() { - return _lib._objc_msgSend_236(_id, _lib._sel_objectZone1); + return _lib._objc_msgSend_241(_id, _lib._sel_objectZone1); } int get systemVersion { - return _lib._objc_msgSend_165(_id, _lib._sel_systemVersion1); + return _lib._objc_msgSend_166(_id, _lib._sel_systemVersion1); } bool get allowsKeyedCoding { @@ -30881,43 +32603,43 @@ class NSCoder extends NSObject { } void encodeObject_forKey_(NSObject? object, NSString key) { - _lib._objc_msgSend_126(_id, _lib._sel_encodeObject_forKey_1, + _lib._objc_msgSend_127(_id, _lib._sel_encodeObject_forKey_1, object?._id ?? ffi.nullptr, key._id); } void encodeConditionalObject_forKey_(NSObject? object, NSString key) { - _lib._objc_msgSend_126(_id, _lib._sel_encodeConditionalObject_forKey_1, + _lib._objc_msgSend_127(_id, _lib._sel_encodeConditionalObject_forKey_1, object?._id ?? ffi.nullptr, key._id); } void encodeBool_forKey_(bool value, NSString key) { - _lib._objc_msgSend_237(_id, _lib._sel_encodeBool_forKey_1, value, key._id); + _lib._objc_msgSend_242(_id, _lib._sel_encodeBool_forKey_1, value, key._id); } void encodeInt_forKey_(int value, NSString key) { - _lib._objc_msgSend_238(_id, _lib._sel_encodeInt_forKey_1, value, key._id); + _lib._objc_msgSend_243(_id, _lib._sel_encodeInt_forKey_1, value, key._id); } void encodeInt32_forKey_(int value, NSString key) { - _lib._objc_msgSend_239(_id, _lib._sel_encodeInt32_forKey_1, value, key._id); + _lib._objc_msgSend_244(_id, _lib._sel_encodeInt32_forKey_1, value, key._id); } void encodeInt64_forKey_(int value, NSString key) { - _lib._objc_msgSend_240(_id, _lib._sel_encodeInt64_forKey_1, value, key._id); + _lib._objc_msgSend_245(_id, _lib._sel_encodeInt64_forKey_1, value, key._id); } void encodeFloat_forKey_(double value, NSString key) { - _lib._objc_msgSend_241(_id, _lib._sel_encodeFloat_forKey_1, value, key._id); + _lib._objc_msgSend_246(_id, _lib._sel_encodeFloat_forKey_1, value, key._id); } void encodeDouble_forKey_(double value, NSString key) { - _lib._objc_msgSend_242( + _lib._objc_msgSend_247( _id, _lib._sel_encodeDouble_forKey_1, value, key._id); } void encodeBytes_length_forKey_( ffi.Pointer bytes, int length, NSString key) { - _lib._objc_msgSend_243( + _lib._objc_msgSend_248( _id, _lib._sel_encodeBytes_length_forKey_1, bytes, length, key._id); } @@ -30935,7 +32657,7 @@ class NSCoder extends NSObject { NSObject? decodeTopLevelObjectForKey_error_( NSString key, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_244( + final _ret = _lib._objc_msgSend_249( _id, _lib._sel_decodeTopLevelObjectForKey_error_1, key._id, error); return _ret.address == 0 ? null @@ -30947,38 +32669,44 @@ class NSCoder extends NSObject { } int decodeIntForKey_(NSString key) { - return _lib._objc_msgSend_245(_id, _lib._sel_decodeIntForKey_1, key._id); + return _lib._objc_msgSend_250(_id, _lib._sel_decodeIntForKey_1, key._id); } int decodeInt32ForKey_(NSString key) { - return _lib._objc_msgSend_246(_id, _lib._sel_decodeInt32ForKey_1, key._id); + return _lib._objc_msgSend_251(_id, _lib._sel_decodeInt32ForKey_1, key._id); } int decodeInt64ForKey_(NSString key) { - return _lib._objc_msgSend_247(_id, _lib._sel_decodeInt64ForKey_1, key._id); + return _lib._objc_msgSend_252(_id, _lib._sel_decodeInt64ForKey_1, key._id); } double decodeFloatForKey_(NSString key) { - return _lib._objc_msgSend_248(_id, _lib._sel_decodeFloatForKey_1, key._id); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_253_fpret( + _id, _lib._sel_decodeFloatForKey_1, key._id) + : _lib._objc_msgSend_253(_id, _lib._sel_decodeFloatForKey_1, key._id); } double decodeDoubleForKey_(NSString key) { - return _lib._objc_msgSend_249(_id, _lib._sel_decodeDoubleForKey_1, key._id); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_254_fpret( + _id, _lib._sel_decodeDoubleForKey_1, key._id) + : _lib._objc_msgSend_254(_id, _lib._sel_decodeDoubleForKey_1, key._id); } ffi.Pointer decodeBytesForKey_returnedLength_( NSString key, ffi.Pointer lengthp) { - return _lib._objc_msgSend_250( + return _lib._objc_msgSend_255( _id, _lib._sel_decodeBytesForKey_returnedLength_1, key._id, lengthp); } void encodeInteger_forKey_(int value, NSString key) { - _lib._objc_msgSend_251( + _lib._objc_msgSend_256( _id, _lib._sel_encodeInteger_forKey_1, value, key._id); } int decodeIntegerForKey_(NSString key) { - return _lib._objc_msgSend_229( + return _lib._objc_msgSend_234( _id, _lib._sel_decodeIntegerForKey_1, key._id); } @@ -30987,7 +32715,7 @@ class NSCoder extends NSObject { } NSObject? decodeObjectOfClass_forKey_(NSObject aClass, NSString key) { - final _ret = _lib._objc_msgSend_252( + final _ret = _lib._objc_msgSend_257( _id, _lib._sel_decodeObjectOfClass_forKey_1, aClass._id, key._id); return _ret.address == 0 ? null @@ -30996,7 +32724,7 @@ class NSCoder extends NSObject { NSObject? decodeTopLevelObjectOfClass_forKey_error_(NSObject aClass, NSString key, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_253( + final _ret = _lib._objc_msgSend_258( _id, _lib._sel_decodeTopLevelObjectOfClass_forKey_error_1, aClass._id, @@ -31013,7 +32741,7 @@ class NSCoder extends NSObject { /// /// Returns \c nil if the object for \c key is not of the expected types, or cannot be decoded, and sets the \c error on the decoder. NSArray? decodeArrayOfObjectsOfClass_forKey_(NSObject cls, NSString key) { - final _ret = _lib._objc_msgSend_254( + final _ret = _lib._objc_msgSend_259( _id, _lib._sel_decodeArrayOfObjectsOfClass_forKey_1, cls._id, key._id); return _ret.address == 0 ? null @@ -31027,7 +32755,7 @@ class NSCoder extends NSObject { /// Returns \c nil if the object for \c key is not of the expected types, or cannot be decoded, and sets the \c error on the decoder. NSDictionary? decodeDictionaryWithKeysOfClass_objectsOfClass_forKey_( NSObject keyCls, NSObject objectCls, NSString key) { - final _ret = _lib._objc_msgSend_255( + final _ret = _lib._objc_msgSend_260( _id, _lib._sel_decodeDictionaryWithKeysOfClass_objectsOfClass_forKey_1, keyCls._id, @@ -31039,7 +32767,7 @@ class NSCoder extends NSObject { } NSObject? decodeObjectOfClasses_forKey_(NSSet? classes, NSString key) { - final _ret = _lib._objc_msgSend_256( + final _ret = _lib._objc_msgSend_261( _id, _lib._sel_decodeObjectOfClasses_forKey_1, classes?._id ?? ffi.nullptr, @@ -31051,7 +32779,7 @@ class NSCoder extends NSObject { NSObject? decodeTopLevelObjectOfClasses_forKey_error_(NSSet? classes, NSString key, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_257( + final _ret = _lib._objc_msgSend_262( _id, _lib._sel_decodeTopLevelObjectOfClasses_forKey_error_1, classes?._id ?? ffi.nullptr, @@ -31068,7 +32796,7 @@ class NSCoder extends NSObject { /// /// Returns \c nil if the object for \c key is not of the expected types, or cannot be decoded, and sets the \c error on the decoder. NSArray? decodeArrayOfObjectsOfClasses_forKey_(NSSet classes, NSString key) { - final _ret = _lib._objc_msgSend_258(_id, + final _ret = _lib._objc_msgSend_263(_id, _lib._sel_decodeArrayOfObjectsOfClasses_forKey_1, classes._id, key._id); return _ret.address == 0 ? null @@ -31082,7 +32810,7 @@ class NSCoder extends NSObject { /// Returns \c nil if the object for \c key is not of the expected types, or cannot be decoded, and sets the \c error on the decoder. NSDictionary? decodeDictionaryWithKeysOfClasses_objectsOfClasses_forKey_( NSSet keyClasses, NSSet objectClasses, NSString key) { - final _ret = _lib._objc_msgSend_259( + final _ret = _lib._objc_msgSend_264( _id, _lib._sel_decodeDictionaryWithKeysOfClasses_objectsOfClasses_forKey_1, keyClasses._id, @@ -31102,7 +32830,7 @@ class NSCoder extends NSObject { } NSSet? get allowedClasses { - final _ret = _lib._objc_msgSend_260(_id, _lib._sel_allowedClasses1); + final _ret = _lib._objc_msgSend_265(_id, _lib._sel_allowedClasses1); return _ret.address == 0 ? null : NSSet._(_ret, _lib, retain: true, release: true); @@ -31139,7 +32867,7 @@ class NSCoder extends NSObject { /// /// The kind of unwinding you get is determined by the decodingFailurePolicy property of this NSCoder (which defaults to NSDecodingFailurePolicyRaiseException to match historical behavior). void failWithError_(NSError error) { - _lib._objc_msgSend_261(_id, _lib._sel_failWithError_1, error._id); + _lib._objc_msgSend_266(_id, _lib._sel_failWithError_1, error._id); } /// ! @@ -31147,7 +32875,7 @@ class NSCoder extends NSObject { /// @discussion /// The default result of this property is NSDecodingFailurePolicyRaiseException, subclasses can change this to an alternative policy. int get decodingFailurePolicy { - return _lib._objc_msgSend_262(_id, _lib._sel_decodingFailurePolicy1); + return _lib._objc_msgSend_267(_id, _lib._sel_decodingFailurePolicy1); } /// ! @@ -31161,12 +32889,23 @@ class NSCoder extends NSObject { /// /// This error is consumed by a TopLevel decode API (which resets this coder back to a being able to potentially decode data). NSError? get error { - final _ret = _lib._objc_msgSend_263(_id, _lib._sel_error1); + final _ret = _lib._objc_msgSend_268(_id, _lib._sel_error1); return _ret.address == 0 ? null : NSError._(_ret, _lib, retain: true, release: true); } + void encodeNXObject_(NSObject object) { + _lib._objc_msgSend_15(_id, _lib._sel_encodeNXObject_1, object._id); + } + + NSObject? decodeNXObject() { + final _ret = _lib._objc_msgSend_17(_id, _lib._sel_decodeNXObject1); + return _ret.address == 0 + ? null + : NSObject._(_ret, _lib, retain: true, release: true); + } + void decodeValueOfObjCType_at_( ffi.Pointer type, ffi.Pointer data) { _lib._objc_msgSend_19( @@ -31238,6 +32977,15 @@ class NSCoder extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSCoder1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSCoder1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -31312,31 +33060,43 @@ class NSData extends NSObject { } bool writeToURL_atomically_(NSURL url, bool atomically) { - return _lib._objc_msgSend_125( + return _lib._objc_msgSend_126( _id, _lib._sel_writeToURL_atomically_1, url._id, atomically); } bool writeToFile_options_error_(NSString path, int writeOptionsMask, ffi.Pointer> errorPtr) { - return _lib._objc_msgSend_210(_id, _lib._sel_writeToFile_options_error_1, + return _lib._objc_msgSend_215(_id, _lib._sel_writeToFile_options_error_1, path._id, writeOptionsMask, errorPtr); } bool writeToURL_options_error_(NSURL url, int writeOptionsMask, ffi.Pointer> errorPtr) { - return _lib._objc_msgSend_211(_id, _lib._sel_writeToURL_options_error_1, + return _lib._objc_msgSend_216(_id, _lib._sel_writeToURL_options_error_1, url._id, writeOptionsMask, errorPtr); } void rangeOfData_options_range_(ffi.Pointer<_NSRange> stret, NSData dataToFind, int mask, _NSRange searchRange) { - _lib._objc_msgSend_212(stret, _id, _lib._sel_rangeOfData_options_range_1, - dataToFind._id, mask, searchRange); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_217_stret( + stret, + _id, + _lib._sel_rangeOfData_options_range_1, + dataToFind._id, + mask, + searchRange) + : stret.ref = _lib._objc_msgSend_217( + _id, + _lib._sel_rangeOfData_options_range_1, + dataToFind._id, + mask, + searchRange); } void enumerateByteRangesUsingBlock_( ObjCBlock_ffiVoid_ffiVoid_NSRange_bool block) { - _lib._objc_msgSend_213( + _lib._objc_msgSend_218( _id, _lib._sel_enumerateByteRangesUsingBlock_1, block._id); } @@ -31347,21 +33107,21 @@ class NSData extends NSObject { static NSData dataWithBytes_length_( PedometerBindings _lib, ffi.Pointer bytes, int length) { - final _ret = _lib._objc_msgSend_214( + final _ret = _lib._objc_msgSend_219( _lib._class_NSData1, _lib._sel_dataWithBytes_length_1, bytes, length); return NSData._(_ret, _lib, retain: true, release: true); } static NSData dataWithBytesNoCopy_length_( PedometerBindings _lib, ffi.Pointer bytes, int length) { - final _ret = _lib._objc_msgSend_214(_lib._class_NSData1, + final _ret = _lib._objc_msgSend_219(_lib._class_NSData1, _lib._sel_dataWithBytesNoCopy_length_1, bytes, length); return NSData._(_ret, _lib, retain: false, release: true); } static NSData dataWithBytesNoCopy_length_freeWhenDone_( PedometerBindings _lib, ffi.Pointer bytes, int length, bool b) { - final _ret = _lib._objc_msgSend_215(_lib._class_NSData1, + final _ret = _lib._objc_msgSend_220(_lib._class_NSData1, _lib._sel_dataWithBytesNoCopy_length_freeWhenDone_1, bytes, length, b); return NSData._(_ret, _lib, retain: false, release: true); } @@ -31371,7 +33131,7 @@ class NSData extends NSObject { NSString path, int readOptionsMask, ffi.Pointer> errorPtr) { - final _ret = _lib._objc_msgSend_216( + final _ret = _lib._objc_msgSend_221( _lib._class_NSData1, _lib._sel_dataWithContentsOfFile_options_error_1, path._id, @@ -31387,7 +33147,7 @@ class NSData extends NSObject { NSURL url, int readOptionsMask, ffi.Pointer> errorPtr) { - final _ret = _lib._objc_msgSend_217( + final _ret = _lib._objc_msgSend_222( _lib._class_NSData1, _lib._sel_dataWithContentsOfURL_options_error_1, url._id, @@ -31408,7 +33168,7 @@ class NSData extends NSObject { } static NSData? dataWithContentsOfURL_(PedometerBindings _lib, NSURL url) { - final _ret = _lib._objc_msgSend_218( + final _ret = _lib._objc_msgSend_223( _lib._class_NSData1, _lib._sel_dataWithContentsOfURL_1, url._id); return _ret.address == 0 ? null @@ -31416,27 +33176,27 @@ class NSData extends NSObject { } NSData initWithBytes_length_(ffi.Pointer bytes, int length) { - final _ret = _lib._objc_msgSend_214( + final _ret = _lib._objc_msgSend_219( _id, _lib._sel_initWithBytes_length_1, bytes, length); return NSData._(_ret, _lib, retain: true, release: true); } NSData initWithBytesNoCopy_length_(ffi.Pointer bytes, int length) { - final _ret = _lib._objc_msgSend_214( + final _ret = _lib._objc_msgSend_219( _id, _lib._sel_initWithBytesNoCopy_length_1, bytes, length); return NSData._(_ret, _lib, retain: false, release: true); } NSData initWithBytesNoCopy_length_freeWhenDone_( ffi.Pointer bytes, int length, bool b) { - final _ret = _lib._objc_msgSend_215(_id, + final _ret = _lib._objc_msgSend_220(_id, _lib._sel_initWithBytesNoCopy_length_freeWhenDone_1, bytes, length, b); return NSData._(_ret, _lib, retain: false, release: true); } NSData initWithBytesNoCopy_length_deallocator_(ffi.Pointer bytes, int length, ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong? deallocator) { - final _ret = _lib._objc_msgSend_219( + final _ret = _lib._objc_msgSend_224( _id, _lib._sel_initWithBytesNoCopy_length_deallocator_1, bytes, @@ -31447,7 +33207,7 @@ class NSData extends NSObject { NSData? initWithContentsOfFile_options_error_(NSString path, int readOptionsMask, ffi.Pointer> errorPtr) { - final _ret = _lib._objc_msgSend_216( + final _ret = _lib._objc_msgSend_221( _id, _lib._sel_initWithContentsOfFile_options_error_1, path._id, @@ -31460,7 +33220,7 @@ class NSData extends NSObject { NSData? initWithContentsOfURL_options_error_(NSURL url, int readOptionsMask, ffi.Pointer> errorPtr) { - final _ret = _lib._objc_msgSend_217( + final _ret = _lib._objc_msgSend_222( _id, _lib._sel_initWithContentsOfURL_options_error_1, url._id, @@ -31481,7 +33241,7 @@ class NSData extends NSObject { NSData? initWithContentsOfURL_(NSURL url) { final _ret = - _lib._objc_msgSend_218(_id, _lib._sel_initWithContentsOfURL_1, url._id); + _lib._objc_msgSend_223(_id, _lib._sel_initWithContentsOfURL_1, url._id); return _ret.address == 0 ? null : NSData._(_ret, _lib, retain: true, release: true); @@ -31489,19 +33249,19 @@ class NSData extends NSObject { NSData initWithData_(NSData data) { final _ret = - _lib._objc_msgSend_220(_id, _lib._sel_initWithData_1, data._id); + _lib._objc_msgSend_225(_id, _lib._sel_initWithData_1, data._id); return NSData._(_ret, _lib, retain: true, release: true); } static NSData dataWithData_(PedometerBindings _lib, NSData data) { - final _ret = _lib._objc_msgSend_220( + final _ret = _lib._objc_msgSend_225( _lib._class_NSData1, _lib._sel_dataWithData_1, data._id); return NSData._(_ret, _lib, retain: true, release: true); } NSData? initWithBase64EncodedString_options_( NSString base64String, int options) { - final _ret = _lib._objc_msgSend_221( + final _ret = _lib._objc_msgSend_226( _id, _lib._sel_initWithBase64EncodedString_options_1, base64String._id, @@ -31512,13 +33272,13 @@ class NSData extends NSObject { } NSString base64EncodedStringWithOptions_(int options) { - final _ret = _lib._objc_msgSend_222( + final _ret = _lib._objc_msgSend_227( _id, _lib._sel_base64EncodedStringWithOptions_1, options); return NSString._(_ret, _lib, retain: true, release: true); } NSData? initWithBase64EncodedData_options_(NSData base64Data, int options) { - final _ret = _lib._objc_msgSend_223(_id, + final _ret = _lib._objc_msgSend_228(_id, _lib._sel_initWithBase64EncodedData_options_1, base64Data._id, options); return _ret.address == 0 ? null @@ -31526,14 +33286,14 @@ class NSData extends NSObject { } NSData base64EncodedDataWithOptions_(int options) { - final _ret = _lib._objc_msgSend_224( + final _ret = _lib._objc_msgSend_229( _id, _lib._sel_base64EncodedDataWithOptions_1, options); return NSData._(_ret, _lib, retain: true, release: true); } NSData? decompressedDataUsingAlgorithm_error_( int algorithm, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_225(_id, + final _ret = _lib._objc_msgSend_230(_id, _lib._sel_decompressedDataUsingAlgorithm_error_1, algorithm, error); return _ret.address == 0 ? null @@ -31542,7 +33302,7 @@ class NSData extends NSObject { NSData? compressedDataUsingAlgorithm_error_( int algorithm, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_225( + final _ret = _lib._objc_msgSend_230( _id, _lib._sel_compressedDataUsingAlgorithm_error_1, algorithm, error); return _ret.address == 0 ? null @@ -31648,6 +33408,15 @@ class NSData extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSData1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSData1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -31967,7 +33736,7 @@ class NSURL extends NSObject { } NSNumber? get port { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_port1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_port1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); @@ -32028,7 +33797,7 @@ class NSURL extends NSObject { bool getFileSystemRepresentation_maxLength_( ffi.Pointer buffer, int maxBufferLength) { - return _lib._objc_msgSend_193( + return _lib._objc_msgSend_194( _id, _lib._sel_getFileSystemRepresentation_maxLength_1, buffer, @@ -32052,7 +33821,7 @@ class NSURL extends NSObject { bool checkResourceIsReachableAndReturnError_( ffi.Pointer> error) { - return _lib._objc_msgSend_194( + return _lib._objc_msgSend_195( _id, _lib._sel_checkResourceIsReachableAndReturnError_1, error); } @@ -32078,13 +33847,13 @@ class NSURL extends NSObject { ffi.Pointer> value, NSString key, ffi.Pointer> error) { - return _lib._objc_msgSend_195( + return _lib._objc_msgSend_196( _id, _lib._sel_getResourceValue_forKey_error_1, value, key._id, error); } NSObject? resourceValuesForKeys_error_( NSArray keys, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_196( + final _ret = _lib._objc_msgSend_197( _id, _lib._sel_resourceValuesForKeys_error_1, keys._id, error); return _ret.address == 0 ? null @@ -32093,7 +33862,7 @@ class NSURL extends NSObject { bool setResourceValue_forKey_error_(NSObject? value, NSString key, ffi.Pointer> error) { - return _lib._objc_msgSend_197( + return _lib._objc_msgSend_198( _id, _lib._sel_setResourceValue_forKey_error_1, value?._id ?? ffi.nullptr, @@ -32103,12 +33872,12 @@ class NSURL extends NSObject { bool setResourceValues_error_( NSObject keyedValues, ffi.Pointer> error) { - return _lib._objc_msgSend_198( + return _lib._objc_msgSend_199( _id, _lib._sel_setResourceValues_error_1, keyedValues._id, error); } void removeCachedResourceValueForKey_(NSString key) { - _lib._objc_msgSend_199( + _lib._objc_msgSend_200( _id, _lib._sel_removeCachedResourceValueForKey_1, key._id); } @@ -32117,7 +33886,7 @@ class NSURL extends NSObject { } void setTemporaryResourceValue_forKey_(NSObject? value, NSString key) { - _lib._objc_msgSend_126(_id, _lib._sel_setTemporaryResourceValue_forKey_1, + _lib._objc_msgSend_127(_id, _lib._sel_setTemporaryResourceValue_forKey_1, value?._id ?? ffi.nullptr, key._id); } @@ -32127,7 +33896,7 @@ class NSURL extends NSObject { NSArray? keys, NSURL? relativeURL, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_200( + final _ret = _lib._objc_msgSend_201( _id, _lib._sel_bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_1, options, @@ -32146,7 +33915,7 @@ class NSURL extends NSObject { NSURL? relativeURL, ffi.Pointer isStale, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_201( + final _ret = _lib._objc_msgSend_202( _id, _lib._sel_initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_1, bookmarkData._id, @@ -32167,7 +33936,7 @@ class NSURL extends NSObject { NSURL? relativeURL, ffi.Pointer isStale, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_201( + final _ret = _lib._objc_msgSend_202( _lib._class_NSURL1, _lib._sel_URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_1, bookmarkData._id, @@ -32182,7 +33951,7 @@ class NSURL extends NSObject { static NSObject? resourceValuesForKeys_fromBookmarkData_( PedometerBindings _lib, NSArray keys, NSData bookmarkData) { - final _ret = _lib._objc_msgSend_202( + final _ret = _lib._objc_msgSend_203( _lib._class_NSURL1, _lib._sel_resourceValuesForKeys_fromBookmarkData_1, keys._id, @@ -32198,7 +33967,7 @@ class NSURL extends NSObject { NSURL bookmarkFileURL, int options, ffi.Pointer> error) { - return _lib._objc_msgSend_203( + return _lib._objc_msgSend_204( _lib._class_NSURL1, _lib._sel_writeBookmarkData_toURL_options_error_1, bookmarkData._id, @@ -32209,7 +33978,7 @@ class NSURL extends NSObject { static NSData? bookmarkDataWithContentsOfURL_error_(PedometerBindings _lib, NSURL bookmarkFileURL, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_204( + final _ret = _lib._objc_msgSend_205( _lib._class_NSURL1, _lib._sel_bookmarkDataWithContentsOfURL_error_1, bookmarkFileURL._id, @@ -32224,7 +33993,7 @@ class NSURL extends NSObject { NSURL url, int options, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_205( + final _ret = _lib._objc_msgSend_206( _lib._class_NSURL1, _lib._sel_URLByResolvingAliasFileAtURL_options_error_1, url._id, @@ -32248,7 +34017,7 @@ class NSURL extends NSObject { ffi.Pointer> value, NSString key, ffi.Pointer> error) { - return _lib._objc_msgSend_195( + return _lib._objc_msgSend_196( _id, _lib._sel_getPromisedItemResourceValue_forKey_error_1, value, @@ -32258,7 +34027,7 @@ class NSURL extends NSObject { NSDictionary? promisedItemResourceValuesForKeys_error_( NSArray keys, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_206(_id, + final _ret = _lib._objc_msgSend_207(_id, _lib._sel_promisedItemResourceValuesForKeys_error_1, keys._id, error); return _ret.address == 0 ? null @@ -32267,13 +34036,13 @@ class NSURL extends NSObject { bool checkPromisedItemIsReachableAndReturnError_( ffi.Pointer> error) { - return _lib._objc_msgSend_194( + return _lib._objc_msgSend_195( _id, _lib._sel_checkPromisedItemIsReachableAndReturnError_1, error); } static NSURL? fileURLWithPathComponents_( PedometerBindings _lib, NSArray components) { - final _ret = _lib._objc_msgSend_207(_lib._class_NSURL1, + final _ret = _lib._objc_msgSend_208(_lib._class_NSURL1, _lib._sel_fileURLWithPathComponents_1, components._id); return _ret.address == 0 ? null @@ -32302,7 +34071,7 @@ class NSURL extends NSObject { } NSURL? URLByAppendingPathComponent_(NSString pathComponent) { - final _ret = _lib._objc_msgSend_208( + final _ret = _lib._objc_msgSend_209( _id, _lib._sel_URLByAppendingPathComponent_1, pathComponent._id); return _ret.address == 0 ? null @@ -32311,7 +34080,7 @@ class NSURL extends NSObject { NSURL? URLByAppendingPathComponent_isDirectory_( NSString pathComponent, bool isDirectory) { - final _ret = _lib._objc_msgSend_209( + final _ret = _lib._objc_msgSend_210( _id, _lib._sel_URLByAppendingPathComponent_isDirectory_1, pathComponent._id, @@ -32330,7 +34099,7 @@ class NSURL extends NSObject { } NSURL? URLByAppendingPathExtension_(NSString pathExtension) { - final _ret = _lib._objc_msgSend_208( + final _ret = _lib._objc_msgSend_209( _id, _lib._sel_URLByAppendingPathExtension_1, pathExtension._id); return _ret.address == 0 ? null @@ -32360,6 +34129,46 @@ class NSURL extends NSObject { : NSURL._(_ret, _lib, retain: true, release: true); } + NSData? resourceDataUsingCache_(bool shouldUseCache) { + final _ret = _lib._objc_msgSend_211( + _id, _lib._sel_resourceDataUsingCache_1, shouldUseCache); + return _ret.address == 0 + ? null + : NSData._(_ret, _lib, retain: true, release: true); + } + + void loadResourceDataNotifyingClient_usingCache_( + NSObject client, bool shouldUseCache) { + _lib._objc_msgSend_212( + _id, + _lib._sel_loadResourceDataNotifyingClient_usingCache_1, + client._id, + shouldUseCache); + } + + NSObject? propertyForKey_(NSString propertyKey) { + final _ret = + _lib._objc_msgSend_38(_id, _lib._sel_propertyForKey_1, propertyKey._id); + return _ret.address == 0 + ? null + : NSObject._(_ret, _lib, retain: true, release: true); + } + + bool setResourceData_(NSData data) { + return _lib._objc_msgSend_24(_id, _lib._sel_setResourceData_1, data._id); + } + + bool setProperty_forKey_(NSObject property, NSString propertyKey) { + return _lib._objc_msgSend_213( + _id, _lib._sel_setProperty_forKey_1, property._id, propertyKey._id); + } + + NSObject URLHandleUsingCache_(bool shouldUseCache) { + final _ret = _lib._objc_msgSend_214( + _id, _lib._sel_URLHandleUsingCache_1, shouldUseCache); + return NSObject._(_ret, _lib, retain: true, release: true); + } + @override NSURL init() { final _ret = _lib._objc_msgSend_2(_id, _lib._sel_init1); @@ -32425,6 +34234,15 @@ class NSURL extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURL1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSURL1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -32471,110 +34289,110 @@ class NSNumber extends NSValue { } NSNumber initWithChar_(int value) { - final _ret = _lib._objc_msgSend_171(_id, _lib._sel_initWithChar_1, value); + final _ret = _lib._objc_msgSend_172(_id, _lib._sel_initWithChar_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithUnsignedChar_(int value) { final _ret = - _lib._objc_msgSend_172(_id, _lib._sel_initWithUnsignedChar_1, value); + _lib._objc_msgSend_173(_id, _lib._sel_initWithUnsignedChar_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithShort_(int value) { - final _ret = _lib._objc_msgSend_173(_id, _lib._sel_initWithShort_1, value); + final _ret = _lib._objc_msgSend_174(_id, _lib._sel_initWithShort_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithUnsignedShort_(int value) { final _ret = - _lib._objc_msgSend_174(_id, _lib._sel_initWithUnsignedShort_1, value); + _lib._objc_msgSend_175(_id, _lib._sel_initWithUnsignedShort_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithInt_(int value) { - final _ret = _lib._objc_msgSend_175(_id, _lib._sel_initWithInt_1, value); + final _ret = _lib._objc_msgSend_176(_id, _lib._sel_initWithInt_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithUnsignedInt_(int value) { final _ret = - _lib._objc_msgSend_176(_id, _lib._sel_initWithUnsignedInt_1, value); + _lib._objc_msgSend_177(_id, _lib._sel_initWithUnsignedInt_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithLong_(int value) { - final _ret = _lib._objc_msgSend_177(_id, _lib._sel_initWithLong_1, value); + final _ret = _lib._objc_msgSend_178(_id, _lib._sel_initWithLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithUnsignedLong_(int value) { final _ret = - _lib._objc_msgSend_178(_id, _lib._sel_initWithUnsignedLong_1, value); + _lib._objc_msgSend_179(_id, _lib._sel_initWithUnsignedLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithLongLong_(int value) { final _ret = - _lib._objc_msgSend_179(_id, _lib._sel_initWithLongLong_1, value); + _lib._objc_msgSend_180(_id, _lib._sel_initWithLongLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithUnsignedLongLong_(int value) { - final _ret = _lib._objc_msgSend_180( + final _ret = _lib._objc_msgSend_181( _id, _lib._sel_initWithUnsignedLongLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithFloat_(double value) { - final _ret = _lib._objc_msgSend_181(_id, _lib._sel_initWithFloat_1, value); + final _ret = _lib._objc_msgSend_182(_id, _lib._sel_initWithFloat_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithDouble_(double value) { - final _ret = _lib._objc_msgSend_182(_id, _lib._sel_initWithDouble_1, value); + final _ret = _lib._objc_msgSend_183(_id, _lib._sel_initWithDouble_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithBool_(bool value) { - final _ret = _lib._objc_msgSend_183(_id, _lib._sel_initWithBool_1, value); + final _ret = _lib._objc_msgSend_184(_id, _lib._sel_initWithBool_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithInteger_(int value) { final _ret = - _lib._objc_msgSend_177(_id, _lib._sel_initWithInteger_1, value); + _lib._objc_msgSend_178(_id, _lib._sel_initWithInteger_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithUnsignedInteger_(int value) { final _ret = - _lib._objc_msgSend_178(_id, _lib._sel_initWithUnsignedInteger_1, value); + _lib._objc_msgSend_179(_id, _lib._sel_initWithUnsignedInteger_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } int get charValue { - return _lib._objc_msgSend_184(_id, _lib._sel_charValue1); + return _lib._objc_msgSend_185(_id, _lib._sel_charValue1); } int get unsignedCharValue { - return _lib._objc_msgSend_185(_id, _lib._sel_unsignedCharValue1); + return _lib._objc_msgSend_186(_id, _lib._sel_unsignedCharValue1); } int get shortValue { - return _lib._objc_msgSend_186(_id, _lib._sel_shortValue1); + return _lib._objc_msgSend_187(_id, _lib._sel_shortValue1); } int get unsignedShortValue { - return _lib._objc_msgSend_187(_id, _lib._sel_unsignedShortValue1); + return _lib._objc_msgSend_188(_id, _lib._sel_unsignedShortValue1); } int get intValue { - return _lib._objc_msgSend_188(_id, _lib._sel_intValue1); + return _lib._objc_msgSend_189(_id, _lib._sel_intValue1); } int get unsignedIntValue { - return _lib._objc_msgSend_165(_id, _lib._sel_unsignedIntValue1); + return _lib._objc_msgSend_166(_id, _lib._sel_unsignedIntValue1); } int get longValue { @@ -32586,19 +34404,23 @@ class NSNumber extends NSValue { } int get longLongValue { - return _lib._objc_msgSend_189(_id, _lib._sel_longLongValue1); + return _lib._objc_msgSend_190(_id, _lib._sel_longLongValue1); } int get unsignedLongLongValue { - return _lib._objc_msgSend_155(_id, _lib._sel_unsignedLongLongValue1); + return _lib._objc_msgSend_156(_id, _lib._sel_unsignedLongLongValue1); } double get floatValue { - return _lib._objc_msgSend_190(_id, _lib._sel_floatValue1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_191_fpret(_id, _lib._sel_floatValue1) + : _lib._objc_msgSend_191(_id, _lib._sel_floatValue1); } double get doubleValue { - return _lib._objc_msgSend_156(_id, _lib._sel_doubleValue1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_doubleValue1) + : _lib._objc_msgSend_157(_id, _lib._sel_doubleValue1); } bool get boolValue { @@ -32619,11 +34441,11 @@ class NSNumber extends NSValue { } int compare_(NSNumber otherNumber) { - return _lib._objc_msgSend_191(_id, _lib._sel_compare_1, otherNumber._id); + return _lib._objc_msgSend_192(_id, _lib._sel_compare_1, otherNumber._id); } bool isEqualToNumber_(NSNumber number) { - return _lib._objc_msgSend_192(_id, _lib._sel_isEqualToNumber_1, number._id); + return _lib._objc_msgSend_193(_id, _lib._sel_isEqualToNumber_1, number._id); } NSString descriptionWithLocale_(NSObject? locale) { @@ -32633,93 +34455,93 @@ class NSNumber extends NSValue { } static NSNumber numberWithChar_(PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_171( + final _ret = _lib._objc_msgSend_172( _lib._class_NSNumber1, _lib._sel_numberWithChar_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithUnsignedChar_(PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_172( + final _ret = _lib._objc_msgSend_173( _lib._class_NSNumber1, _lib._sel_numberWithUnsignedChar_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithShort_(PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_173( + final _ret = _lib._objc_msgSend_174( _lib._class_NSNumber1, _lib._sel_numberWithShort_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithUnsignedShort_(PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_174( + final _ret = _lib._objc_msgSend_175( _lib._class_NSNumber1, _lib._sel_numberWithUnsignedShort_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithInt_(PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_175( + final _ret = _lib._objc_msgSend_176( _lib._class_NSNumber1, _lib._sel_numberWithInt_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithUnsignedInt_(PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_176( + final _ret = _lib._objc_msgSend_177( _lib._class_NSNumber1, _lib._sel_numberWithUnsignedInt_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithLong_(PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_177( + final _ret = _lib._objc_msgSend_178( _lib._class_NSNumber1, _lib._sel_numberWithLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithUnsignedLong_(PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_178( + final _ret = _lib._objc_msgSend_179( _lib._class_NSNumber1, _lib._sel_numberWithUnsignedLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithLongLong_(PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_179( + final _ret = _lib._objc_msgSend_180( _lib._class_NSNumber1, _lib._sel_numberWithLongLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithUnsignedLongLong_( PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_180( + final _ret = _lib._objc_msgSend_181( _lib._class_NSNumber1, _lib._sel_numberWithUnsignedLongLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithFloat_(PedometerBindings _lib, double value) { - final _ret = _lib._objc_msgSend_181( + final _ret = _lib._objc_msgSend_182( _lib._class_NSNumber1, _lib._sel_numberWithFloat_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithDouble_(PedometerBindings _lib, double value) { - final _ret = _lib._objc_msgSend_182( + final _ret = _lib._objc_msgSend_183( _lib._class_NSNumber1, _lib._sel_numberWithDouble_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithBool_(PedometerBindings _lib, bool value) { - final _ret = _lib._objc_msgSend_183( + final _ret = _lib._objc_msgSend_184( _lib._class_NSNumber1, _lib._sel_numberWithBool_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithInteger_(PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_177( + final _ret = _lib._objc_msgSend_178( _lib._class_NSNumber1, _lib._sel_numberWithInteger_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } static NSNumber numberWithUnsignedInteger_( PedometerBindings _lib, int value) { - final _ret = _lib._objc_msgSend_178( + final _ret = _lib._objc_msgSend_179( _lib._class_NSNumber1, _lib._sel_numberWithUnsignedInteger_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -32831,6 +34653,15 @@ class NSNumber extends NSValue { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSNumber1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSNumber1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -32944,7 +34775,9 @@ class NSValue extends NSObject { } void getRangeValue(ffi.Pointer<_NSRange> stret) { - _lib._objc_msgSend_54(stret, _id, _lib._sel_rangeValue1); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_54_stret(stret, _id, _lib._sel_rangeValue1) + : stret.ref = _lib._objc_msgSend_54(_id, _lib._sel_rangeValue1); } @override @@ -33012,6 +34845,15 @@ class NSValue extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSValue1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSValue1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -33230,7 +35072,7 @@ class NSArray extends NSObject { bool writeToURL_error_( NSURL url, ffi.Pointer> error) { - return _lib._objc_msgSend_80( + return _lib._objc_msgSend_81( _id, _lib._sel_writeToURL_error_1, url._id, error); } @@ -33241,7 +35083,7 @@ class NSArray extends NSObject { void makeObjectsPerformSelector_withObject_( ffi.Pointer aSelector, NSObject? argument) { - _lib._objc_msgSend_81( + _lib._objc_msgSend_82( _id, _lib._sel_makeObjectsPerformSelector_withObject_1, aSelector, @@ -33250,7 +35092,7 @@ class NSArray extends NSObject { NSArray objectsAtIndexes_(NSIndexSet indexes) { final _ret = - _lib._objc_msgSend_102(_id, _lib._sel_objectsAtIndexes_1, indexes._id); + _lib._objc_msgSend_103(_id, _lib._sel_objectsAtIndexes_1, indexes._id); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -33262,19 +35104,19 @@ class NSArray extends NSObject { void enumerateObjectsUsingBlock_( ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool block) { - _lib._objc_msgSend_103( + _lib._objc_msgSend_104( _id, _lib._sel_enumerateObjectsUsingBlock_1, block._id); } void enumerateObjectsWithOptions_usingBlock_( int opts, ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool block) { - _lib._objc_msgSend_104(_id, + _lib._objc_msgSend_105(_id, _lib._sel_enumerateObjectsWithOptions_usingBlock_1, opts, block._id); } void enumerateObjectsAtIndexes_options_usingBlock_(NSIndexSet s, int opts, ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool block) { - _lib._objc_msgSend_105( + _lib._objc_msgSend_106( _id, _lib._sel_enumerateObjectsAtIndexes_options_usingBlock_1, s._id, @@ -33284,19 +35126,19 @@ class NSArray extends NSObject { int indexOfObjectPassingTest_( ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - return _lib._objc_msgSend_106( + return _lib._objc_msgSend_107( _id, _lib._sel_indexOfObjectPassingTest_1, predicate._id); } int indexOfObjectWithOptions_passingTest_( int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - return _lib._objc_msgSend_107(_id, + return _lib._objc_msgSend_108(_id, _lib._sel_indexOfObjectWithOptions_passingTest_1, opts, predicate._id); } int indexOfObjectAtIndexes_options_passingTest_(NSIndexSet s, int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - return _lib._objc_msgSend_108( + return _lib._objc_msgSend_109( _id, _lib._sel_indexOfObjectAtIndexes_options_passingTest_1, s._id, @@ -33306,14 +35148,14 @@ class NSArray extends NSObject { NSIndexSet indexesOfObjectsPassingTest_( ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - final _ret = _lib._objc_msgSend_109( + final _ret = _lib._objc_msgSend_110( _id, _lib._sel_indexesOfObjectsPassingTest_1, predicate._id); return NSIndexSet._(_ret, _lib, retain: true, release: true); } NSIndexSet indexesOfObjectsWithOptions_passingTest_( int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - final _ret = _lib._objc_msgSend_110( + final _ret = _lib._objc_msgSend_111( _id, _lib._sel_indexesOfObjectsWithOptions_passingTest_1, opts, @@ -33323,7 +35165,7 @@ class NSArray extends NSObject { NSIndexSet indexesOfObjectsAtIndexes_options_passingTest_(NSIndexSet s, int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - final _ret = _lib._objc_msgSend_111( + final _ret = _lib._objc_msgSend_112( _id, _lib._sel_indexesOfObjectsAtIndexes_options_passingTest_1, s._id, @@ -33334,14 +35176,14 @@ class NSArray extends NSObject { NSArray sortedArrayUsingComparator_( ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) { - final _ret = _lib._objc_msgSend_112( + final _ret = _lib._objc_msgSend_113( _id, _lib._sel_sortedArrayUsingComparator_1, cmptr._id); return NSArray._(_ret, _lib, retain: true, release: true); } NSArray sortedArrayWithOptions_usingComparator_( int opts, ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) { - final _ret = _lib._objc_msgSend_113(_id, + final _ret = _lib._objc_msgSend_114(_id, _lib._sel_sortedArrayWithOptions_usingComparator_1, opts, cmptr._id); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -33351,7 +35193,7 @@ class NSArray extends NSObject { _NSRange r, int opts, ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmp) { - return _lib._objc_msgSend_114( + return _lib._objc_msgSend_115( _id, _lib._sel_indexOfObject_inSortedRange_options_usingComparator_1, obj._id, @@ -33366,7 +35208,7 @@ class NSArray extends NSObject { } static NSArray arrayWithObject_(PedometerBindings _lib, NSObject anObject) { - final _ret = _lib._objc_msgSend_115( + final _ret = _lib._objc_msgSend_116( _lib._class_NSArray1, _lib._sel_arrayWithObject_1, anObject._id); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -33379,38 +35221,38 @@ class NSArray extends NSObject { } static NSArray arrayWithObjects_(PedometerBindings _lib, NSObject firstObj) { - final _ret = _lib._objc_msgSend_115( + final _ret = _lib._objc_msgSend_116( _lib._class_NSArray1, _lib._sel_arrayWithObjects_1, firstObj._id); return NSArray._(_ret, _lib, retain: true, release: true); } static NSArray arrayWithArray_(PedometerBindings _lib, NSArray array) { - final _ret = _lib._objc_msgSend_116( + final _ret = _lib._objc_msgSend_117( _lib._class_NSArray1, _lib._sel_arrayWithArray_1, array._id); return NSArray._(_ret, _lib, retain: true, release: true); } NSArray initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_115(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_116(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSArray._(_ret, _lib, retain: true, release: true); } NSArray initWithArray_(NSArray array) { final _ret = - _lib._objc_msgSend_116(_id, _lib._sel_initWithArray_1, array._id); + _lib._objc_msgSend_117(_id, _lib._sel_initWithArray_1, array._id); return NSArray._(_ret, _lib, retain: true, release: true); } NSArray initWithArray_copyItems_(NSArray array, bool flag) { - final _ret = _lib._objc_msgSend_117( + final _ret = _lib._objc_msgSend_118( _id, _lib._sel_initWithArray_copyItems_1, array._id, flag); return NSArray._(_ret, _lib, retain: false, release: true); } NSArray? initWithContentsOfURL_error_( NSURL url, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_118( + final _ret = _lib._objc_msgSend_119( _id, _lib._sel_initWithContentsOfURL_error_1, url._id, error); return _ret.address == 0 ? null @@ -33419,7 +35261,7 @@ class NSArray extends NSObject { static NSArray? arrayWithContentsOfURL_error_(PedometerBindings _lib, NSURL url, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_118(_lib._class_NSArray1, + final _ret = _lib._objc_msgSend_119(_lib._class_NSArray1, _lib._sel_arrayWithContentsOfURL_error_1, url._id, error); return _ret.address == 0 ? null @@ -33428,7 +35270,7 @@ class NSArray extends NSObject { NSObject differenceFromArray_withOptions_usingEquivalenceTest_( NSArray other, int options, ObjCBlock_bool_ObjCObject_ObjCObject block) { - final _ret = _lib._objc_msgSend_119( + final _ret = _lib._objc_msgSend_120( _id, _lib._sel_differenceFromArray_withOptions_usingEquivalenceTest_1, other._id, @@ -33438,19 +35280,19 @@ class NSArray extends NSObject { } NSObject differenceFromArray_withOptions_(NSArray other, int options) { - final _ret = _lib._objc_msgSend_120( + final _ret = _lib._objc_msgSend_121( _id, _lib._sel_differenceFromArray_withOptions_1, other._id, options); return NSObject._(_ret, _lib, retain: true, release: true); } NSObject differenceFromArray_(NSArray other) { final _ret = - _lib._objc_msgSend_116(_id, _lib._sel_differenceFromArray_1, other._id); + _lib._objc_msgSend_117(_id, _lib._sel_differenceFromArray_1, other._id); return NSObject._(_ret, _lib, retain: true, release: true); } NSArray? arrayByApplyingDifference_(NSObject difference) { - final _ret = _lib._objc_msgSend_121( + final _ret = _lib._objc_msgSend_122( _id, _lib._sel_arrayByApplyingDifference_1, difference._id); return _ret.address == 0 ? null @@ -33458,12 +35300,12 @@ class NSArray extends NSObject { } void getObjects_(ffi.Pointer> objects) { - _lib._objc_msgSend_122(_id, _lib._sel_getObjects_1, objects); + _lib._objc_msgSend_123(_id, _lib._sel_getObjects_1, objects); } static NSArray? arrayWithContentsOfFile_( PedometerBindings _lib, NSString path) { - final _ret = _lib._objc_msgSend_123( + final _ret = _lib._objc_msgSend_124( _lib._class_NSArray1, _lib._sel_arrayWithContentsOfFile_1, path._id); return _ret.address == 0 ? null @@ -33471,7 +35313,7 @@ class NSArray extends NSObject { } static NSArray? arrayWithContentsOfURL_(PedometerBindings _lib, NSURL url) { - final _ret = _lib._objc_msgSend_124( + final _ret = _lib._objc_msgSend_125( _lib._class_NSArray1, _lib._sel_arrayWithContentsOfURL_1, url._id); return _ret.address == 0 ? null @@ -33479,7 +35321,7 @@ class NSArray extends NSObject { } NSArray? initWithContentsOfFile_(NSString path) { - final _ret = _lib._objc_msgSend_123( + final _ret = _lib._objc_msgSend_124( _id, _lib._sel_initWithContentsOfFile_1, path._id); return _ret.address == 0 ? null @@ -33488,7 +35330,7 @@ class NSArray extends NSObject { NSArray? initWithContentsOfURL_(NSURL url) { final _ret = - _lib._objc_msgSend_124(_id, _lib._sel_initWithContentsOfURL_1, url._id); + _lib._objc_msgSend_125(_id, _lib._sel_initWithContentsOfURL_1, url._id); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -33500,7 +35342,7 @@ class NSArray extends NSObject { } bool writeToURL_atomically_(NSURL url, bool atomically) { - return _lib._objc_msgSend_125( + return _lib._objc_msgSend_126( _id, _lib._sel_writeToURL_atomically_1, url._id, atomically); } @@ -33517,7 +35359,7 @@ class NSArray extends NSObject { @override void setValue_forKey_(NSObject? value, NSString key) { - _lib._objc_msgSend_126( + _lib._objc_msgSend_127( _id, _lib._sel_setValue_forKey_1, value?._id ?? ffi.nullptr, key._id); } @@ -33527,7 +35369,7 @@ class NSArray extends NSObject { NSString keyPath, int options, ffi.Pointer context) { - _lib._objc_msgSend_127( + _lib._objc_msgSend_128( _id, _lib._sel_addObserver_toObjectsAtIndexes_forKeyPath_options_context_1, observer._id, @@ -33542,7 +35384,7 @@ class NSArray extends NSObject { NSIndexSet indexes, NSString keyPath, ffi.Pointer context) { - _lib._objc_msgSend_128( + _lib._objc_msgSend_129( _id, _lib._sel_removeObserver_fromObjectsAtIndexes_forKeyPath_context_1, observer._id, @@ -33553,7 +35395,7 @@ class NSArray extends NSObject { void removeObserver_fromObjectsAtIndexes_forKeyPath_( NSObject observer, NSIndexSet indexes, NSString keyPath) { - _lib._objc_msgSend_129( + _lib._objc_msgSend_130( _id, _lib._sel_removeObserver_fromObjectsAtIndexes_forKeyPath_1, observer._id, @@ -33564,7 +35406,7 @@ class NSArray extends NSObject { @override void addObserver_forKeyPath_options_context_(NSObject observer, NSString keyPath, int options, ffi.Pointer context) { - _lib._objc_msgSend_130( + _lib._objc_msgSend_131( _id, _lib._sel_addObserver_forKeyPath_options_context_1, observer._id, @@ -33576,13 +35418,13 @@ class NSArray extends NSObject { @override void removeObserver_forKeyPath_context_( NSObject observer, NSString keyPath, ffi.Pointer context) { - _lib._objc_msgSend_131(_id, _lib._sel_removeObserver_forKeyPath_context_1, + _lib._objc_msgSend_132(_id, _lib._sel_removeObserver_forKeyPath_context_1, observer._id, keyPath._id, context); } @override void removeObserver_forKeyPath_(NSObject observer, NSString keyPath) { - _lib._objc_msgSend_132( + _lib._objc_msgSend_133( _id, _lib._sel_removeObserver_forKeyPath_1, observer._id, keyPath._id); } @@ -33593,7 +35435,7 @@ class NSArray extends NSObject { } NSArray filteredArrayUsingPredicate_(NSPredicate predicate) { - final _ret = _lib._objc_msgSend_170( + final _ret = _lib._objc_msgSend_171( _id, _lib._sel_filteredArrayUsingPredicate_1, predicate._id); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -33657,6 +35499,15 @@ class NSArray extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSArray1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSArray1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -33869,6 +35720,15 @@ class NSError extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSError1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSError1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -34104,20 +35964,20 @@ class NSIndexSet extends NSObject { static NSIndexSet indexSetWithIndexesInRange_( PedometerBindings _lib, _NSRange range) { - final _ret = _lib._objc_msgSend_82( + final _ret = _lib._objc_msgSend_83( _lib._class_NSIndexSet1, _lib._sel_indexSetWithIndexesInRange_1, range); return NSIndexSet._(_ret, _lib, retain: true, release: true); } NSIndexSet initWithIndexesInRange_(_NSRange range) { final _ret = - _lib._objc_msgSend_82(_id, _lib._sel_initWithIndexesInRange_1, range); + _lib._objc_msgSend_83(_id, _lib._sel_initWithIndexesInRange_1, range); return NSIndexSet._(_ret, _lib, retain: true, release: true); } NSIndexSet initWithIndexSet_(NSIndexSet indexSet) { final _ret = - _lib._objc_msgSend_83(_id, _lib._sel_initWithIndexSet_1, indexSet._id); + _lib._objc_msgSend_84(_id, _lib._sel_initWithIndexSet_1, indexSet._id); return NSIndexSet._(_ret, _lib, retain: true, release: true); } @@ -34127,7 +35987,7 @@ class NSIndexSet extends NSObject { } bool isEqualToIndexSet_(NSIndexSet indexSet) { - return _lib._objc_msgSend_84( + return _lib._objc_msgSend_85( _id, _lib._sel_isEqualToIndexSet_1, indexSet._id); } @@ -34144,20 +36004,20 @@ class NSIndexSet extends NSObject { } int indexGreaterThanIndex_(int value) { - return _lib._objc_msgSend_85(_id, _lib._sel_indexGreaterThanIndex_1, value); + return _lib._objc_msgSend_86(_id, _lib._sel_indexGreaterThanIndex_1, value); } int indexLessThanIndex_(int value) { - return _lib._objc_msgSend_85(_id, _lib._sel_indexLessThanIndex_1, value); + return _lib._objc_msgSend_86(_id, _lib._sel_indexLessThanIndex_1, value); } int indexGreaterThanOrEqualToIndex_(int value) { - return _lib._objc_msgSend_85( + return _lib._objc_msgSend_86( _id, _lib._sel_indexGreaterThanOrEqualToIndex_1, value); } int indexLessThanOrEqualToIndex_(int value) { - return _lib._objc_msgSend_85( + return _lib._objc_msgSend_86( _id, _lib._sel_indexLessThanOrEqualToIndex_1, value); } @@ -34165,7 +36025,7 @@ class NSIndexSet extends NSObject { ffi.Pointer indexBuffer, int bufferSize, ffi.Pointer<_NSRange> range) { - return _lib._objc_msgSend_86( + return _lib._objc_msgSend_87( _id, _lib._sel_getIndexes_maxCount_inIndexRange_1, indexBuffer, @@ -34174,43 +36034,43 @@ class NSIndexSet extends NSObject { } int countOfIndexesInRange_(_NSRange range) { - return _lib._objc_msgSend_87(_id, _lib._sel_countOfIndexesInRange_1, range); + return _lib._objc_msgSend_88(_id, _lib._sel_countOfIndexesInRange_1, range); } bool containsIndex_(int value) { - return _lib._objc_msgSend_88(_id, _lib._sel_containsIndex_1, value); + return _lib._objc_msgSend_89(_id, _lib._sel_containsIndex_1, value); } bool containsIndexesInRange_(_NSRange range) { - return _lib._objc_msgSend_89( + return _lib._objc_msgSend_90( _id, _lib._sel_containsIndexesInRange_1, range); } bool containsIndexes_(NSIndexSet indexSet) { - return _lib._objc_msgSend_84( + return _lib._objc_msgSend_85( _id, _lib._sel_containsIndexes_1, indexSet._id); } bool intersectsIndexesInRange_(_NSRange range) { - return _lib._objc_msgSend_89( + return _lib._objc_msgSend_90( _id, _lib._sel_intersectsIndexesInRange_1, range); } void enumerateIndexesUsingBlock_( ObjCBlock_ffiVoid_ffiUnsignedLong_bool block) { - _lib._objc_msgSend_90( + _lib._objc_msgSend_91( _id, _lib._sel_enumerateIndexesUsingBlock_1, block._id); } void enumerateIndexesWithOptions_usingBlock_( int opts, ObjCBlock_ffiVoid_ffiUnsignedLong_bool block) { - _lib._objc_msgSend_91(_id, + _lib._objc_msgSend_92(_id, _lib._sel_enumerateIndexesWithOptions_usingBlock_1, opts, block._id); } void enumerateIndexesInRange_options_usingBlock_( _NSRange range, int opts, ObjCBlock_ffiVoid_ffiUnsignedLong_bool block) { - _lib._objc_msgSend_92( + _lib._objc_msgSend_93( _id, _lib._sel_enumerateIndexesInRange_options_usingBlock_1, range, @@ -34219,19 +36079,19 @@ class NSIndexSet extends NSObject { } int indexPassingTest_(ObjCBlock_bool_ffiUnsignedLong_bool predicate) { - return _lib._objc_msgSend_93( + return _lib._objc_msgSend_94( _id, _lib._sel_indexPassingTest_1, predicate._id); } int indexWithOptions_passingTest_( int opts, ObjCBlock_bool_ffiUnsignedLong_bool predicate) { - return _lib._objc_msgSend_94( + return _lib._objc_msgSend_95( _id, _lib._sel_indexWithOptions_passingTest_1, opts, predicate._id); } int indexInRange_options_passingTest_( _NSRange range, int opts, ObjCBlock_bool_ffiUnsignedLong_bool predicate) { - return _lib._objc_msgSend_95( + return _lib._objc_msgSend_96( _id, _lib._sel_indexInRange_options_passingTest_1, range, @@ -34241,21 +36101,21 @@ class NSIndexSet extends NSObject { NSIndexSet indexesPassingTest_( ObjCBlock_bool_ffiUnsignedLong_bool predicate) { - final _ret = _lib._objc_msgSend_96( + final _ret = _lib._objc_msgSend_97( _id, _lib._sel_indexesPassingTest_1, predicate._id); return NSIndexSet._(_ret, _lib, retain: true, release: true); } NSIndexSet indexesWithOptions_passingTest_( int opts, ObjCBlock_bool_ffiUnsignedLong_bool predicate) { - final _ret = _lib._objc_msgSend_97( + final _ret = _lib._objc_msgSend_98( _id, _lib._sel_indexesWithOptions_passingTest_1, opts, predicate._id); return NSIndexSet._(_ret, _lib, retain: true, release: true); } NSIndexSet indexesInRange_options_passingTest_( _NSRange range, int opts, ObjCBlock_bool_ffiUnsignedLong_bool predicate) { - final _ret = _lib._objc_msgSend_98( + final _ret = _lib._objc_msgSend_99( _id, _lib._sel_indexesInRange_options_passingTest_1, range, @@ -34265,19 +36125,19 @@ class NSIndexSet extends NSObject { } void enumerateRangesUsingBlock_(ObjCBlock_ffiVoid_NSRange_bool block) { - _lib._objc_msgSend_99( + _lib._objc_msgSend_100( _id, _lib._sel_enumerateRangesUsingBlock_1, block._id); } void enumerateRangesWithOptions_usingBlock_( int opts, ObjCBlock_ffiVoid_NSRange_bool block) { - _lib._objc_msgSend_100(_id, + _lib._objc_msgSend_101(_id, _lib._sel_enumerateRangesWithOptions_usingBlock_1, opts, block._id); } void enumerateRangesInRange_options_usingBlock_( _NSRange range, int opts, ObjCBlock_ffiVoid_NSRange_bool block) { - _lib._objc_msgSend_101( + _lib._objc_msgSend_102( _id, _lib._sel_enumerateRangesInRange_options_usingBlock_1, range, @@ -34351,6 +36211,15 @@ class NSIndexSet extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSIndexSet1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSIndexSet1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -35179,7 +37048,7 @@ class NSPredicate extends NSObject { static NSPredicate predicateWithFormat_argumentArray_( PedometerBindings _lib, NSString predicateFormat, NSArray? arguments) { - final _ret = _lib._objc_msgSend_133( + final _ret = _lib._objc_msgSend_134( _lib._class_NSPredicate1, _lib._sel_predicateWithFormat_argumentArray_1, predicateFormat._id, @@ -35189,14 +37058,14 @@ class NSPredicate extends NSObject { static NSPredicate predicateWithFormat_( PedometerBindings _lib, NSString predicateFormat) { - final _ret = _lib._objc_msgSend_134(_lib._class_NSPredicate1, + final _ret = _lib._objc_msgSend_135(_lib._class_NSPredicate1, _lib._sel_predicateWithFormat_1, predicateFormat._id); return NSPredicate._(_ret, _lib, retain: true, release: true); } static NSPredicate predicateWithFormat_arguments_(PedometerBindings _lib, - NSString predicateFormat, ffi.Pointer<__va_list_tag> argList) { - final _ret = _lib._objc_msgSend_135( + NSString predicateFormat, ffi.Pointer argList) { + final _ret = _lib._objc_msgSend_136( _lib._class_NSPredicate1, _lib._sel_predicateWithFormat_arguments_1, predicateFormat._id, @@ -35206,7 +37075,7 @@ class NSPredicate extends NSObject { static NSPredicate? predicateFromMetadataQueryString_( PedometerBindings _lib, NSString queryString) { - final _ret = _lib._objc_msgSend_136(_lib._class_NSPredicate1, + final _ret = _lib._objc_msgSend_137(_lib._class_NSPredicate1, _lib._sel_predicateFromMetadataQueryString_1, queryString._id); return _ret.address == 0 ? null @@ -35214,14 +37083,14 @@ class NSPredicate extends NSObject { } static NSPredicate predicateWithValue_(PedometerBindings _lib, bool value) { - final _ret = _lib._objc_msgSend_137( + final _ret = _lib._objc_msgSend_138( _lib._class_NSPredicate1, _lib._sel_predicateWithValue_1, value); return NSPredicate._(_ret, _lib, retain: true, release: true); } static NSPredicate predicateWithBlock_( PedometerBindings _lib, ObjCBlock_bool_ObjCObject_NSDictionary block) { - final _ret = _lib._objc_msgSend_167( + final _ret = _lib._objc_msgSend_168( _lib._class_NSPredicate1, _lib._sel_predicateWithBlock_1, block._id); return NSPredicate._(_ret, _lib, retain: true, release: true); } @@ -35232,19 +37101,19 @@ class NSPredicate extends NSObject { } NSPredicate predicateWithSubstitutionVariables_(NSDictionary variables) { - final _ret = _lib._objc_msgSend_150( + final _ret = _lib._objc_msgSend_151( _id, _lib._sel_predicateWithSubstitutionVariables_1, variables._id); return NSPredicate._(_ret, _lib, retain: true, release: true); } bool evaluateWithObject_(NSObject? object) { - return _lib._objc_msgSend_168( + return _lib._objc_msgSend_169( _id, _lib._sel_evaluateWithObject_1, object?._id ?? ffi.nullptr); } bool evaluateWithObject_substitutionVariables_( NSObject? object, NSDictionary? bindings) { - return _lib._objc_msgSend_169( + return _lib._objc_msgSend_170( _id, _lib._sel_evaluateWithObject_substitutionVariables_1, object?._id ?? ffi.nullptr, @@ -35321,6 +37190,15 @@ class NSPredicate extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSPredicate1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSPredicate1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -35334,18 +37212,6 @@ class NSPredicate extends NSObject { } } -final class __va_list_tag extends ffi.Struct { - @ffi.UnsignedInt() - external int gp_offset; - - @ffi.UnsignedInt() - external int fp_offset; - - external ffi.Pointer overflow_arg_area; - - external ffi.Pointer reg_save_area; -} - bool _ObjCBlock_bool_ObjCObject_NSDictionary_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, @@ -35492,7 +37358,7 @@ class NSDictionary extends NSObject { ffi.Pointer> objects, ffi.Pointer> keys, int cnt) { - final _ret = _lib._objc_msgSend_138( + final _ret = _lib._objc_msgSend_139( _id, _lib._sel_initWithObjects_forKeys_count_1, objects, keys, cnt); return NSDictionary._(_ret, _lib, retain: true, release: true); } @@ -35548,7 +37414,7 @@ class NSDictionary extends NSObject { } bool isEqualToDictionary_(NSDictionary otherDictionary) { - return _lib._objc_msgSend_139( + return _lib._objc_msgSend_140( _id, _lib._sel_isEqualToDictionary_1, otherDictionary._id); } @@ -35558,14 +37424,14 @@ class NSDictionary extends NSObject { } NSArray objectsForKeys_notFoundMarker_(NSArray keys, NSObject marker) { - final _ret = _lib._objc_msgSend_140( + final _ret = _lib._objc_msgSend_141( _id, _lib._sel_objectsForKeys_notFoundMarker_1, keys._id, marker._id); return NSArray._(_ret, _lib, retain: true, release: true); } bool writeToURL_error_( NSURL url, ffi.Pointer> error) { - return _lib._objc_msgSend_80( + return _lib._objc_msgSend_81( _id, _lib._sel_writeToURL_error_1, url._id, error); } @@ -35577,7 +37443,7 @@ class NSDictionary extends NSObject { void getObjects_andKeys_count_(ffi.Pointer> objects, ffi.Pointer> keys, int count) { - _lib._objc_msgSend_141( + _lib._objc_msgSend_142( _id, _lib._sel_getObjects_andKeys_count_1, objects, keys, count); } @@ -35591,13 +37457,13 @@ class NSDictionary extends NSObject { void enumerateKeysAndObjectsUsingBlock_( ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool block) { - _lib._objc_msgSend_142( + _lib._objc_msgSend_143( _id, _lib._sel_enumerateKeysAndObjectsUsingBlock_1, block._id); } void enumerateKeysAndObjectsWithOptions_usingBlock_( int opts, ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool block) { - _lib._objc_msgSend_143( + _lib._objc_msgSend_144( _id, _lib._sel_enumerateKeysAndObjectsWithOptions_usingBlock_1, opts, @@ -35606,14 +37472,14 @@ class NSDictionary extends NSObject { NSArray keysSortedByValueUsingComparator_( ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) { - final _ret = _lib._objc_msgSend_112( + final _ret = _lib._objc_msgSend_113( _id, _lib._sel_keysSortedByValueUsingComparator_1, cmptr._id); return NSArray._(_ret, _lib, retain: true, release: true); } NSArray keysSortedByValueWithOptions_usingComparator_( int opts, ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) { - final _ret = _lib._objc_msgSend_113( + final _ret = _lib._objc_msgSend_114( _id, _lib._sel_keysSortedByValueWithOptions_usingComparator_1, opts, @@ -35623,14 +37489,14 @@ class NSDictionary extends NSObject { NSObject keysOfEntriesPassingTest_( ObjCBlock_bool_ObjCObject_ObjCObject_bool predicate) { - final _ret = _lib._objc_msgSend_144( + final _ret = _lib._objc_msgSend_145( _id, _lib._sel_keysOfEntriesPassingTest_1, predicate._id); return NSObject._(_ret, _lib, retain: true, release: true); } NSObject keysOfEntriesWithOptions_passingTest_( int opts, ObjCBlock_bool_ObjCObject_ObjCObject_bool predicate) { - final _ret = _lib._objc_msgSend_145(_id, + final _ret = _lib._objc_msgSend_146(_id, _lib._sel_keysOfEntriesWithOptions_passingTest_1, opts, predicate._id); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -35638,12 +37504,12 @@ class NSDictionary extends NSObject { /// This method is unsafe because it could potentially cause buffer overruns. You should use -getObjects:andKeys:count: void getObjects_andKeys_(ffi.Pointer> objects, ffi.Pointer> keys) { - _lib._objc_msgSend_146(_id, _lib._sel_getObjects_andKeys_1, objects, keys); + _lib._objc_msgSend_147(_id, _lib._sel_getObjects_andKeys_1, objects, keys); } static NSDictionary? dictionaryWithContentsOfFile_( PedometerBindings _lib, NSString path) { - final _ret = _lib._objc_msgSend_147(_lib._class_NSDictionary1, + final _ret = _lib._objc_msgSend_148(_lib._class_NSDictionary1, _lib._sel_dictionaryWithContentsOfFile_1, path._id); return _ret.address == 0 ? null @@ -35652,7 +37518,7 @@ class NSDictionary extends NSObject { static NSDictionary? dictionaryWithContentsOfURL_( PedometerBindings _lib, NSURL url) { - final _ret = _lib._objc_msgSend_148(_lib._class_NSDictionary1, + final _ret = _lib._objc_msgSend_149(_lib._class_NSDictionary1, _lib._sel_dictionaryWithContentsOfURL_1, url._id); return _ret.address == 0 ? null @@ -35660,7 +37526,7 @@ class NSDictionary extends NSObject { } NSDictionary? initWithContentsOfFile_(NSString path) { - final _ret = _lib._objc_msgSend_147( + final _ret = _lib._objc_msgSend_148( _id, _lib._sel_initWithContentsOfFile_1, path._id); return _ret.address == 0 ? null @@ -35669,7 +37535,7 @@ class NSDictionary extends NSObject { NSDictionary? initWithContentsOfURL_(NSURL url) { final _ret = - _lib._objc_msgSend_148(_id, _lib._sel_initWithContentsOfURL_1, url._id); + _lib._objc_msgSend_149(_id, _lib._sel_initWithContentsOfURL_1, url._id); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -35681,7 +37547,7 @@ class NSDictionary extends NSObject { } bool writeToURL_atomically_(NSURL url, bool atomically) { - return _lib._objc_msgSend_125( + return _lib._objc_msgSend_126( _id, _lib._sel_writeToURL_atomically_1, url._id, atomically); } @@ -35693,7 +37559,7 @@ class NSDictionary extends NSObject { static NSDictionary dictionaryWithObject_forKey_( PedometerBindings _lib, NSObject object, NSObject key) { - final _ret = _lib._objc_msgSend_149(_lib._class_NSDictionary1, + final _ret = _lib._objc_msgSend_150(_lib._class_NSDictionary1, _lib._sel_dictionaryWithObject_forKey_1, object._id, key._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } @@ -35703,60 +37569,60 @@ class NSDictionary extends NSObject { ffi.Pointer> objects, ffi.Pointer> keys, int cnt) { - final _ret = _lib._objc_msgSend_138(_lib._class_NSDictionary1, + final _ret = _lib._objc_msgSend_139(_lib._class_NSDictionary1, _lib._sel_dictionaryWithObjects_forKeys_count_1, objects, keys, cnt); return NSDictionary._(_ret, _lib, retain: true, release: true); } static NSDictionary dictionaryWithObjectsAndKeys_( PedometerBindings _lib, NSObject firstObject) { - final _ret = _lib._objc_msgSend_115(_lib._class_NSDictionary1, + final _ret = _lib._objc_msgSend_116(_lib._class_NSDictionary1, _lib._sel_dictionaryWithObjectsAndKeys_1, firstObject._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } static NSDictionary dictionaryWithDictionary_( PedometerBindings _lib, NSDictionary dict) { - final _ret = _lib._objc_msgSend_150(_lib._class_NSDictionary1, + final _ret = _lib._objc_msgSend_151(_lib._class_NSDictionary1, _lib._sel_dictionaryWithDictionary_1, dict._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } static NSDictionary dictionaryWithObjects_forKeys_( PedometerBindings _lib, NSArray objects, NSArray keys) { - final _ret = _lib._objc_msgSend_151(_lib._class_NSDictionary1, + final _ret = _lib._objc_msgSend_152(_lib._class_NSDictionary1, _lib._sel_dictionaryWithObjects_forKeys_1, objects._id, keys._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } NSDictionary initWithObjectsAndKeys_(NSObject firstObject) { - final _ret = _lib._objc_msgSend_115( + final _ret = _lib._objc_msgSend_116( _id, _lib._sel_initWithObjectsAndKeys_1, firstObject._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } NSDictionary initWithDictionary_(NSDictionary otherDictionary) { - final _ret = _lib._objc_msgSend_150( + final _ret = _lib._objc_msgSend_151( _id, _lib._sel_initWithDictionary_1, otherDictionary._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } NSDictionary initWithDictionary_copyItems_( NSDictionary otherDictionary, bool flag) { - final _ret = _lib._objc_msgSend_152(_id, + final _ret = _lib._objc_msgSend_153(_id, _lib._sel_initWithDictionary_copyItems_1, otherDictionary._id, flag); return NSDictionary._(_ret, _lib, retain: false, release: true); } NSDictionary initWithObjects_forKeys_(NSArray objects, NSArray keys) { - final _ret = _lib._objc_msgSend_151( + final _ret = _lib._objc_msgSend_152( _id, _lib._sel_initWithObjects_forKeys_1, objects._id, keys._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } NSDictionary? initWithContentsOfURL_error_( NSURL url, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_153( + final _ret = _lib._objc_msgSend_154( _id, _lib._sel_initWithContentsOfURL_error_1, url._id, error); return _ret.address == 0 ? null @@ -35767,7 +37633,7 @@ class NSDictionary extends NSObject { PedometerBindings _lib, NSURL url, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_153(_lib._class_NSDictionary1, + final _ret = _lib._objc_msgSend_154(_lib._class_NSDictionary1, _lib._sel_dictionaryWithContentsOfURL_error_1, url._id, error); return _ret.address == 0 ? null @@ -35775,7 +37641,7 @@ class NSDictionary extends NSObject { } static NSObject sharedKeySetForKeys_(PedometerBindings _lib, NSArray keys) { - final _ret = _lib._objc_msgSend_116( + final _ret = _lib._objc_msgSend_117( _lib._class_NSDictionary1, _lib._sel_sharedKeySetForKeys_1, keys._id); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -35784,7 +37650,7 @@ class NSDictionary extends NSObject { ffi.Pointer state, ffi.Pointer> buffer, int len) { - return _lib._objc_msgSend_154( + return _lib._objc_msgSend_155( _id, _lib._sel_countByEnumeratingWithState_objects_count_1, state, @@ -35793,11 +37659,11 @@ class NSDictionary extends NSObject { } int fileSize() { - return _lib._objc_msgSend_155(_id, _lib._sel_fileSize1); + return _lib._objc_msgSend_156(_id, _lib._sel_fileSize1); } NSDate? fileModificationDate() { - final _ret = _lib._objc_msgSend_164(_id, _lib._sel_fileModificationDate1); + final _ret = _lib._objc_msgSend_165(_id, _lib._sel_fileModificationDate1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); @@ -35842,11 +37708,11 @@ class NSDictionary extends NSObject { } int fileHFSCreatorCode() { - return _lib._objc_msgSend_165(_id, _lib._sel_fileHFSCreatorCode1); + return _lib._objc_msgSend_166(_id, _lib._sel_fileHFSCreatorCode1); } int fileHFSTypeCode() { - return _lib._objc_msgSend_165(_id, _lib._sel_fileHFSTypeCode1); + return _lib._objc_msgSend_166(_id, _lib._sel_fileHFSTypeCode1); } bool fileIsImmutable() { @@ -35858,14 +37724,14 @@ class NSDictionary extends NSObject { } NSDate? fileCreationDate() { - final _ret = _lib._objc_msgSend_164(_id, _lib._sel_fileCreationDate1); + final _ret = _lib._objc_msgSend_165(_id, _lib._sel_fileCreationDate1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); } NSNumber? fileOwnerAccountID() { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_fileOwnerAccountID1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_fileOwnerAccountID1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); @@ -35873,7 +37739,7 @@ class NSDictionary extends NSObject { NSNumber? fileGroupOwnerAccountID() { final _ret = - _lib._objc_msgSend_166(_id, _lib._sel_fileGroupOwnerAccountID1); + _lib._objc_msgSend_167(_id, _lib._sel_fileGroupOwnerAccountID1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); @@ -35948,6 +37814,15 @@ class NSDictionary extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSDictionary1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSDictionary1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -36262,8 +38137,11 @@ class NSDate extends NSObject { } double get timeIntervalSinceReferenceDate { - return _lib._objc_msgSend_156( - _id, _lib._sel_timeIntervalSinceReferenceDate1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret( + _id, _lib._sel_timeIntervalSinceReferenceDate1) + : _lib._objc_msgSend_157( + _id, _lib._sel_timeIntervalSinceReferenceDate1); } @override @@ -36273,7 +38151,7 @@ class NSDate extends NSObject { } NSDate initWithTimeIntervalSinceReferenceDate_(double ti) { - final _ret = _lib._objc_msgSend_157( + final _ret = _lib._objc_msgSend_158( _id, _lib._sel_initWithTimeIntervalSinceReferenceDate_1, ti); return NSDate._(_ret, _lib, retain: true, release: true); } @@ -36287,48 +38165,55 @@ class NSDate extends NSObject { } double timeIntervalSinceDate_(NSDate anotherDate) { - return _lib._objc_msgSend_158( - _id, _lib._sel_timeIntervalSinceDate_1, anotherDate._id); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_159_fpret( + _id, _lib._sel_timeIntervalSinceDate_1, anotherDate._id) + : _lib._objc_msgSend_159( + _id, _lib._sel_timeIntervalSinceDate_1, anotherDate._id); } double get timeIntervalSinceNow { - return _lib._objc_msgSend_156(_id, _lib._sel_timeIntervalSinceNow1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_timeIntervalSinceNow1) + : _lib._objc_msgSend_157(_id, _lib._sel_timeIntervalSinceNow1); } double get timeIntervalSince1970 { - return _lib._objc_msgSend_156(_id, _lib._sel_timeIntervalSince19701); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_timeIntervalSince19701) + : _lib._objc_msgSend_157(_id, _lib._sel_timeIntervalSince19701); } NSObject addTimeInterval_(double seconds) { final _ret = - _lib._objc_msgSend_157(_id, _lib._sel_addTimeInterval_1, seconds); + _lib._objc_msgSend_158(_id, _lib._sel_addTimeInterval_1, seconds); return NSObject._(_ret, _lib, retain: true, release: true); } NSDate dateByAddingTimeInterval_(double ti) { final _ret = - _lib._objc_msgSend_157(_id, _lib._sel_dateByAddingTimeInterval_1, ti); + _lib._objc_msgSend_158(_id, _lib._sel_dateByAddingTimeInterval_1, ti); return NSDate._(_ret, _lib, retain: true, release: true); } NSDate earlierDate_(NSDate anotherDate) { final _ret = - _lib._objc_msgSend_159(_id, _lib._sel_earlierDate_1, anotherDate._id); + _lib._objc_msgSend_160(_id, _lib._sel_earlierDate_1, anotherDate._id); return NSDate._(_ret, _lib, retain: true, release: true); } NSDate laterDate_(NSDate anotherDate) { final _ret = - _lib._objc_msgSend_159(_id, _lib._sel_laterDate_1, anotherDate._id); + _lib._objc_msgSend_160(_id, _lib._sel_laterDate_1, anotherDate._id); return NSDate._(_ret, _lib, retain: true, release: true); } int compare_(NSDate other) { - return _lib._objc_msgSend_160(_id, _lib._sel_compare_1, other._id); + return _lib._objc_msgSend_161(_id, _lib._sel_compare_1, other._id); } bool isEqualToDate_(NSDate otherDate) { - return _lib._objc_msgSend_161( + return _lib._objc_msgSend_162( _id, _lib._sel_isEqualToDate_1, otherDate._id); } @@ -36350,63 +38235,63 @@ class NSDate extends NSObject { static NSDate dateWithTimeIntervalSinceNow_( PedometerBindings _lib, double secs) { - final _ret = _lib._objc_msgSend_157( + final _ret = _lib._objc_msgSend_158( _lib._class_NSDate1, _lib._sel_dateWithTimeIntervalSinceNow_1, secs); return NSDate._(_ret, _lib, retain: true, release: true); } static NSDate dateWithTimeIntervalSinceReferenceDate_( PedometerBindings _lib, double ti) { - final _ret = _lib._objc_msgSend_157(_lib._class_NSDate1, + final _ret = _lib._objc_msgSend_158(_lib._class_NSDate1, _lib._sel_dateWithTimeIntervalSinceReferenceDate_1, ti); return NSDate._(_ret, _lib, retain: true, release: true); } static NSDate dateWithTimeIntervalSince1970_( PedometerBindings _lib, double secs) { - final _ret = _lib._objc_msgSend_157( + final _ret = _lib._objc_msgSend_158( _lib._class_NSDate1, _lib._sel_dateWithTimeIntervalSince1970_1, secs); return NSDate._(_ret, _lib, retain: true, release: true); } static NSDate dateWithTimeInterval_sinceDate_( PedometerBindings _lib, double secsToBeAdded, NSDate date) { - final _ret = _lib._objc_msgSend_162(_lib._class_NSDate1, + final _ret = _lib._objc_msgSend_163(_lib._class_NSDate1, _lib._sel_dateWithTimeInterval_sinceDate_1, secsToBeAdded, date._id); return NSDate._(_ret, _lib, retain: true, release: true); } static NSDate getDistantFuture(PedometerBindings _lib) { final _ret = - _lib._objc_msgSend_163(_lib._class_NSDate1, _lib._sel_distantFuture1); + _lib._objc_msgSend_164(_lib._class_NSDate1, _lib._sel_distantFuture1); return NSDate._(_ret, _lib, retain: true, release: true); } static NSDate getDistantPast(PedometerBindings _lib) { final _ret = - _lib._objc_msgSend_163(_lib._class_NSDate1, _lib._sel_distantPast1); + _lib._objc_msgSend_164(_lib._class_NSDate1, _lib._sel_distantPast1); return NSDate._(_ret, _lib, retain: true, release: true); } static NSDate getNow(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_163(_lib._class_NSDate1, _lib._sel_now1); + final _ret = _lib._objc_msgSend_164(_lib._class_NSDate1, _lib._sel_now1); return NSDate._(_ret, _lib, retain: true, release: true); } NSDate initWithTimeIntervalSinceNow_(double secs) { - final _ret = _lib._objc_msgSend_157( + final _ret = _lib._objc_msgSend_158( _id, _lib._sel_initWithTimeIntervalSinceNow_1, secs); return NSDate._(_ret, _lib, retain: true, release: true); } NSDate initWithTimeIntervalSince1970_(double secs) { - final _ret = _lib._objc_msgSend_157( + final _ret = _lib._objc_msgSend_158( _id, _lib._sel_initWithTimeIntervalSince1970_1, secs); return NSDate._(_ret, _lib, retain: true, release: true); } NSDate initWithTimeInterval_sinceDate_(double secsToBeAdded, NSDate date) { - final _ret = _lib._objc_msgSend_162(_id, + final _ret = _lib._objc_msgSend_163(_id, _lib._sel_initWithTimeInterval_sinceDate_1, secsToBeAdded, date._id); return NSDate._(_ret, _lib, retain: true, release: true); } @@ -36470,6 +38355,15 @@ class NSDate extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSDate1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSDate1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -36845,7 +38739,7 @@ class NSLocale extends NSObject { } NSString? displayNameForKey_value_(NSString key, NSObject value) { - final _ret = _lib._objc_msgSend_275( + final _ret = _lib._objc_msgSend_280( _id, _lib._sel_displayNameForKey_value_1, key._id, value._id); return _ret.address == 0 ? null @@ -36883,7 +38777,7 @@ class NSLocale extends NSObject { } NSString? localizedStringForLanguageCode_(NSString languageCode) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_localizedStringForLanguageCode_1, languageCode._id); return _ret.address == 0 ? null @@ -36904,7 +38798,7 @@ class NSLocale extends NSObject { } NSString? localizedStringForCountryCode_(NSString countryCode) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_localizedStringForCountryCode_1, countryCode._id); return _ret.address == 0 ? null @@ -36929,7 +38823,7 @@ class NSLocale extends NSObject { } NSString? localizedStringForScriptCode_(NSString scriptCode) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_localizedStringForScriptCode_1, scriptCode._id); return _ret.address == 0 ? null @@ -36944,7 +38838,7 @@ class NSLocale extends NSObject { } NSString? localizedStringForVariantCode_(NSString variantCode) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_localizedStringForVariantCode_1, variantCode._id); return _ret.address == 0 ? null @@ -36952,7 +38846,7 @@ class NSLocale extends NSObject { } NSCharacterSet get exemplarCharacterSet { - final _ret = _lib._objc_msgSend_277(_id, _lib._sel_exemplarCharacterSet1); + final _ret = _lib._objc_msgSend_282(_id, _lib._sel_exemplarCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } @@ -36962,7 +38856,7 @@ class NSLocale extends NSObject { } NSString? localizedStringForCalendarIdentifier_(NSString calendarIdentifier) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_localizedStringForCalendarIdentifier_1, calendarIdentifier._id); @@ -36980,7 +38874,7 @@ class NSLocale extends NSObject { NSString? localizedStringForCollationIdentifier_( NSString collationIdentifier) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_localizedStringForCollationIdentifier_1, collationIdentifier._id); @@ -37016,7 +38910,7 @@ class NSLocale extends NSObject { } NSString? localizedStringForCurrencyCode_(NSString currencyCode) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_localizedStringForCurrencyCode_1, currencyCode._id); return _ret.address == 0 ? null @@ -37029,7 +38923,7 @@ class NSLocale extends NSObject { } NSString? localizedStringForCollatorIdentifier_(NSString collatorIdentifier) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_localizedStringForCollatorIdentifier_1, collatorIdentifier._id); @@ -37061,20 +38955,20 @@ class NSLocale extends NSObject { } static NSLocale getAutoupdatingCurrentLocale(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_287( + final _ret = _lib._objc_msgSend_292( _lib._class_NSLocale1, _lib._sel_autoupdatingCurrentLocale1); return NSLocale._(_ret, _lib, retain: true, release: true); } static NSLocale getCurrentLocale(PedometerBindings _lib) { final _ret = - _lib._objc_msgSend_287(_lib._class_NSLocale1, _lib._sel_currentLocale1); + _lib._objc_msgSend_292(_lib._class_NSLocale1, _lib._sel_currentLocale1); return NSLocale._(_ret, _lib, retain: true, release: true); } static NSLocale getSystemLocale(PedometerBindings _lib) { final _ret = - _lib._objc_msgSend_287(_lib._class_NSLocale1, _lib._sel_systemLocale1); + _lib._objc_msgSend_292(_lib._class_NSLocale1, _lib._sel_systemLocale1); return NSLocale._(_ret, _lib, retain: true, release: true); } @@ -37129,14 +39023,14 @@ class NSLocale extends NSObject { static NSDictionary componentsFromLocaleIdentifier_( PedometerBindings _lib, NSString string) { - final _ret = _lib._objc_msgSend_288(_lib._class_NSLocale1, + final _ret = _lib._objc_msgSend_293(_lib._class_NSLocale1, _lib._sel_componentsFromLocaleIdentifier_1, string._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } static NSString localeIdentifierFromComponents_( PedometerBindings _lib, NSDictionary dict) { - final _ret = _lib._objc_msgSend_289(_lib._class_NSLocale1, + final _ret = _lib._objc_msgSend_294(_lib._class_NSLocale1, _lib._sel_localeIdentifierFromComponents_1, dict._id); return NSString._(_ret, _lib, retain: true, release: true); } @@ -37157,7 +39051,7 @@ class NSLocale extends NSObject { static NSString? localeIdentifierFromWindowsLocaleCode_( PedometerBindings _lib, int lcid) { - final _ret = _lib._objc_msgSend_290(_lib._class_NSLocale1, + final _ret = _lib._objc_msgSend_295(_lib._class_NSLocale1, _lib._sel_localeIdentifierFromWindowsLocaleCode_1, lcid); return _ret.address == 0 ? null @@ -37166,7 +39060,7 @@ class NSLocale extends NSObject { static int windowsLocaleCodeFromLocaleIdentifier_( PedometerBindings _lib, NSString localeIdentifier) { - return _lib._objc_msgSend_291( + return _lib._objc_msgSend_296( _lib._class_NSLocale1, _lib._sel_windowsLocaleCodeFromLocaleIdentifier_1, localeIdentifier._id); @@ -37174,13 +39068,13 @@ class NSLocale extends NSObject { static int characterDirectionForLanguage_( PedometerBindings _lib, NSString isoLangCode) { - return _lib._objc_msgSend_292(_lib._class_NSLocale1, + return _lib._objc_msgSend_297(_lib._class_NSLocale1, _lib._sel_characterDirectionForLanguage_1, isoLangCode._id); } static int lineDirectionForLanguage_( PedometerBindings _lib, NSString isoLangCode) { - return _lib._objc_msgSend_292(_lib._class_NSLocale1, + return _lib._objc_msgSend_297(_lib._class_NSLocale1, _lib._sel_lineDirectionForLanguage_1, isoLangCode._id); } @@ -37243,6 +39137,15 @@ class NSLocale extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSLocale1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSLocale1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -37280,121 +39183,121 @@ class NSCharacterSet extends NSObject { } static NSCharacterSet getControlCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_controlCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getWhitespaceCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_whitespaceCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getWhitespaceAndNewlineCharacterSet( PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277(_lib._class_NSCharacterSet1, + final _ret = _lib._objc_msgSend_282(_lib._class_NSCharacterSet1, _lib._sel_whitespaceAndNewlineCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getDecimalDigitCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_decimalDigitCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getLetterCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_letterCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getLowercaseLetterCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_lowercaseLetterCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getUppercaseLetterCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_uppercaseLetterCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getNonBaseCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_nonBaseCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getAlphanumericCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_alphanumericCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getDecomposableCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_decomposableCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getIllegalCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_illegalCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getPunctuationCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_punctuationCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getCapitalizedLetterCharacterSet( PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_capitalizedLetterCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getSymbolCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_symbolCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getNewlineCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_newlineCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: false, release: true); } static NSCharacterSet characterSetWithRange_( PedometerBindings _lib, _NSRange aRange) { - final _ret = _lib._objc_msgSend_278( + final _ret = _lib._objc_msgSend_283( _lib._class_NSCharacterSet1, _lib._sel_characterSetWithRange_1, aRange); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet characterSetWithCharactersInString_( PedometerBindings _lib, NSString aString) { - final _ret = _lib._objc_msgSend_279(_lib._class_NSCharacterSet1, + final _ret = _lib._objc_msgSend_284(_lib._class_NSCharacterSet1, _lib._sel_characterSetWithCharactersInString_1, aString._id); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet characterSetWithBitmapRepresentation_( PedometerBindings _lib, NSData data) { - final _ret = _lib._objc_msgSend_280(_lib._class_NSCharacterSet1, + final _ret = _lib._objc_msgSend_285(_lib._class_NSCharacterSet1, _lib._sel_characterSetWithBitmapRepresentation_1, data._id); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet? characterSetWithContentsOfFile_( PedometerBindings _lib, NSString fName) { - final _ret = _lib._objc_msgSend_281(_lib._class_NSCharacterSet1, + final _ret = _lib._objc_msgSend_286(_lib._class_NSCharacterSet1, _lib._sel_characterSetWithContentsOfFile_1, fName._id); return _ret.address == 0 ? null @@ -37403,12 +39306,12 @@ class NSCharacterSet extends NSObject { NSCharacterSet initWithCoder_(NSCoder coder) { final _ret = - _lib._objc_msgSend_282(_id, _lib._sel_initWithCoder_1, coder._id); + _lib._objc_msgSend_287(_id, _lib._sel_initWithCoder_1, coder._id); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } bool characterIsMember_(int aCharacter) { - return _lib._objc_msgSend_283( + return _lib._objc_msgSend_288( _id, _lib._sel_characterIsMember_1, aCharacter); } @@ -37418,58 +39321,58 @@ class NSCharacterSet extends NSObject { } NSCharacterSet get invertedSet { - final _ret = _lib._objc_msgSend_277(_id, _lib._sel_invertedSet1); + final _ret = _lib._objc_msgSend_282(_id, _lib._sel_invertedSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } bool longCharacterIsMember_(int theLongChar) { - return _lib._objc_msgSend_284( + return _lib._objc_msgSend_289( _id, _lib._sel_longCharacterIsMember_1, theLongChar); } bool isSupersetOfSet_(NSCharacterSet theOtherSet) { - return _lib._objc_msgSend_285( + return _lib._objc_msgSend_290( _id, _lib._sel_isSupersetOfSet_1, theOtherSet._id); } bool hasMemberInPlane_(int thePlane) { - return _lib._objc_msgSend_286(_id, _lib._sel_hasMemberInPlane_1, thePlane); + return _lib._objc_msgSend_291(_id, _lib._sel_hasMemberInPlane_1, thePlane); } static NSCharacterSet getURLUserAllowedCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_URLUserAllowedCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getURLPasswordAllowedCharacterSet( PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_URLPasswordAllowedCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getURLHostAllowedCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_URLHostAllowedCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getURLPathAllowedCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_URLPathAllowedCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getURLQueryAllowedCharacterSet(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_URLQueryAllowedCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } static NSCharacterSet getURLFragmentAllowedCharacterSet( PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_277( + final _ret = _lib._objc_msgSend_282( _lib._class_NSCharacterSet1, _lib._sel_URLFragmentAllowedCharacterSet1); return NSCharacterSet._(_ret, _lib, retain: true, release: true); } @@ -37541,6 +39444,15 @@ class NSCharacterSet extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSCharacterSet1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSCharacterSet1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -38026,13 +39938,13 @@ class NSOrthography extends NSObject { } NSDictionary get languageMap { - final _ret = _lib._objc_msgSend_350(_id, _lib._sel_languageMap1); + final _ret = _lib._objc_msgSend_355(_id, _lib._sel_languageMap1); return NSDictionary._(_ret, _lib, retain: true, release: true); } NSOrthography initWithDominantScript_languageMap_( NSString script, NSDictionary map) { - final _ret = _lib._objc_msgSend_351(_id, + final _ret = _lib._objc_msgSend_356(_id, _lib._sel_initWithDominantScript_languageMap_1, script._id, map._id); return NSOrthography._(_ret, _lib, retain: true, release: true); } @@ -38047,14 +39959,14 @@ class NSOrthography extends NSObject { NSArray? languagesForScript_(NSString script) { final _ret = - _lib._objc_msgSend_123(_id, _lib._sel_languagesForScript_1, script._id); + _lib._objc_msgSend_124(_id, _lib._sel_languagesForScript_1, script._id); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); } NSString? dominantLanguageForScript_(NSString script) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_dominantLanguageForScript_1, script._id); return _ret.address == 0 ? null @@ -38085,7 +39997,7 @@ class NSOrthography extends NSObject { static NSOrthography orthographyWithDominantScript_languageMap_( PedometerBindings _lib, NSString script, NSDictionary map) { - final _ret = _lib._objc_msgSend_351( + final _ret = _lib._objc_msgSend_356( _lib._class_NSOrthography1, _lib._sel_orthographyWithDominantScript_languageMap_1, script._id, @@ -38160,6 +40072,15 @@ class NSOrthography extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSOrthography1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSOrthography1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -38414,14 +40335,14 @@ class NSFileManager extends NSObject { } static NSFileManager getDefaultManager(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_379( + final _ret = _lib._objc_msgSend_387( _lib._class_NSFileManager1, _lib._sel_defaultManager1); return NSFileManager._(_ret, _lib, retain: true, release: true); } NSArray? mountedVolumeURLsIncludingResourceValuesForKeys_options_( NSArray? propertyKeys, int options) { - final _ret = _lib._objc_msgSend_380( + final _ret = _lib._objc_msgSend_388( _id, _lib._sel_mountedVolumeURLsIncludingResourceValuesForKeys_options_1, propertyKeys?._id ?? ffi.nullptr, @@ -38433,7 +40354,7 @@ class NSFileManager extends NSObject { void unmountVolumeAtURL_options_completionHandler_( NSURL url, int mask, ObjCBlock_ffiVoid_NSError completionHandler) { - _lib._objc_msgSend_381( + _lib._objc_msgSend_389( _id, _lib._sel_unmountVolumeAtURL_options_completionHandler_1, url._id, @@ -38446,7 +40367,7 @@ class NSFileManager extends NSObject { NSArray? keys, int mask, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_382( + final _ret = _lib._objc_msgSend_390( _id, _lib._sel_contentsOfDirectoryAtURL_includingPropertiesForKeys_options_error_1, url._id, @@ -38459,7 +40380,7 @@ class NSFileManager extends NSObject { } NSArray URLsForDirectory_inDomains_(int directory, int domainMask) { - final _ret = _lib._objc_msgSend_383( + final _ret = _lib._objc_msgSend_391( _id, _lib._sel_URLsForDirectory_inDomains_1, directory, domainMask); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -38470,7 +40391,7 @@ class NSFileManager extends NSObject { NSURL? url, bool shouldCreate, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_384( + final _ret = _lib._objc_msgSend_392( _id, _lib._sel_URLForDirectory_inDomain_appropriateForURL_create_error_1, directory, @@ -38488,7 +40409,7 @@ class NSFileManager extends NSObject { NSURL directoryURL, NSURL otherURL, ffi.Pointer> error) { - return _lib._objc_msgSend_385( + return _lib._objc_msgSend_393( _id, _lib._sel_getRelationship_ofDirectoryAtURL_toItemAtURL_error_1, outRelationship, @@ -38503,7 +40424,7 @@ class NSFileManager extends NSObject { int domainMask, NSURL url, ffi.Pointer> error) { - return _lib._objc_msgSend_386( + return _lib._objc_msgSend_394( _id, _lib._sel_getRelationship_ofDirectory_inDomain_toItemAtURL_error_1, outRelationship, @@ -38518,7 +40439,7 @@ class NSFileManager extends NSObject { bool createIntermediates, NSDictionary? attributes, ffi.Pointer> error) { - return _lib._objc_msgSend_387( + return _lib._objc_msgSend_395( _id, _lib._sel_createDirectoryAtURL_withIntermediateDirectories_attributes_error_1, url._id, @@ -38529,7 +40450,7 @@ class NSFileManager extends NSObject { bool createSymbolicLinkAtURL_withDestinationURL_error_( NSURL url, NSURL destURL, ffi.Pointer> error) { - return _lib._objc_msgSend_388( + return _lib._objc_msgSend_396( _id, _lib._sel_createSymbolicLinkAtURL_withDestinationURL_error_1, url._id, @@ -38545,13 +40466,13 @@ class NSFileManager extends NSObject { } set delegate(NSObject? value) { - return _lib._objc_msgSend_367( + return _lib._objc_msgSend_372( _id, _lib._sel_setDelegate_1, value?._id ?? ffi.nullptr); } bool setAttributes_ofItemAtPath_error_(NSDictionary attributes, NSString path, ffi.Pointer> error) { - return _lib._objc_msgSend_389( + return _lib._objc_msgSend_397( _id, _lib._sel_setAttributes_ofItemAtPath_error_1, attributes._id, @@ -38564,7 +40485,7 @@ class NSFileManager extends NSObject { bool createIntermediates, NSDictionary? attributes, ffi.Pointer> error) { - return _lib._objc_msgSend_390( + return _lib._objc_msgSend_398( _id, _lib._sel_createDirectoryAtPath_withIntermediateDirectories_attributes_error_1, path._id, @@ -38575,7 +40496,7 @@ class NSFileManager extends NSObject { NSArray? contentsOfDirectoryAtPath_error_( NSString path, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_391( + final _ret = _lib._objc_msgSend_399( _id, _lib._sel_contentsOfDirectoryAtPath_error_1, path._id, error); return _ret.address == 0 ? null @@ -38584,7 +40505,7 @@ class NSFileManager extends NSObject { NSArray? subpathsOfDirectoryAtPath_error_( NSString path, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_391( + final _ret = _lib._objc_msgSend_399( _id, _lib._sel_subpathsOfDirectoryAtPath_error_1, path._id, error); return _ret.address == 0 ? null @@ -38593,7 +40514,7 @@ class NSFileManager extends NSObject { NSDictionary? attributesOfItemAtPath_error_( NSString path, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_392( + final _ret = _lib._objc_msgSend_400( _id, _lib._sel_attributesOfItemAtPath_error_1, path._id, error); return _ret.address == 0 ? null @@ -38602,7 +40523,7 @@ class NSFileManager extends NSObject { NSDictionary? attributesOfFileSystemForPath_error_( NSString path, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_392( + final _ret = _lib._objc_msgSend_400( _id, _lib._sel_attributesOfFileSystemForPath_error_1, path._id, error); return _ret.address == 0 ? null @@ -38611,7 +40532,7 @@ class NSFileManager extends NSObject { bool createSymbolicLinkAtPath_withDestinationPath_error_(NSString path, NSString destPath, ffi.Pointer> error) { - return _lib._objc_msgSend_393( + return _lib._objc_msgSend_401( _id, _lib._sel_createSymbolicLinkAtPath_withDestinationPath_error_1, path._id, @@ -38621,7 +40542,7 @@ class NSFileManager extends NSObject { NSString? destinationOfSymbolicLinkAtPath_error_( NSString path, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_394(_id, + final _ret = _lib._objc_msgSend_402(_id, _lib._sel_destinationOfSymbolicLinkAtPath_error_1, path._id, error); return _ret.address == 0 ? null @@ -38630,49 +40551,49 @@ class NSFileManager extends NSObject { bool copyItemAtPath_toPath_error_(NSString srcPath, NSString dstPath, ffi.Pointer> error) { - return _lib._objc_msgSend_393(_id, _lib._sel_copyItemAtPath_toPath_error_1, + return _lib._objc_msgSend_401(_id, _lib._sel_copyItemAtPath_toPath_error_1, srcPath._id, dstPath._id, error); } bool moveItemAtPath_toPath_error_(NSString srcPath, NSString dstPath, ffi.Pointer> error) { - return _lib._objc_msgSend_393(_id, _lib._sel_moveItemAtPath_toPath_error_1, + return _lib._objc_msgSend_401(_id, _lib._sel_moveItemAtPath_toPath_error_1, srcPath._id, dstPath._id, error); } bool linkItemAtPath_toPath_error_(NSString srcPath, NSString dstPath, ffi.Pointer> error) { - return _lib._objc_msgSend_393(_id, _lib._sel_linkItemAtPath_toPath_error_1, + return _lib._objc_msgSend_401(_id, _lib._sel_linkItemAtPath_toPath_error_1, srcPath._id, dstPath._id, error); } bool removeItemAtPath_error_( NSString path, ffi.Pointer> error) { - return _lib._objc_msgSend_395( + return _lib._objc_msgSend_403( _id, _lib._sel_removeItemAtPath_error_1, path._id, error); } bool copyItemAtURL_toURL_error_( NSURL srcURL, NSURL dstURL, ffi.Pointer> error) { - return _lib._objc_msgSend_388(_id, _lib._sel_copyItemAtURL_toURL_error_1, + return _lib._objc_msgSend_396(_id, _lib._sel_copyItemAtURL_toURL_error_1, srcURL._id, dstURL._id, error); } bool moveItemAtURL_toURL_error_( NSURL srcURL, NSURL dstURL, ffi.Pointer> error) { - return _lib._objc_msgSend_388(_id, _lib._sel_moveItemAtURL_toURL_error_1, + return _lib._objc_msgSend_396(_id, _lib._sel_moveItemAtURL_toURL_error_1, srcURL._id, dstURL._id, error); } bool linkItemAtURL_toURL_error_( NSURL srcURL, NSURL dstURL, ffi.Pointer> error) { - return _lib._objc_msgSend_388(_id, _lib._sel_linkItemAtURL_toURL_error_1, + return _lib._objc_msgSend_396(_id, _lib._sel_linkItemAtURL_toURL_error_1, srcURL._id, dstURL._id, error); } bool removeItemAtURL_error_( NSURL URL, ffi.Pointer> error) { - return _lib._objc_msgSend_80( + return _lib._objc_msgSend_81( _id, _lib._sel_removeItemAtURL_error_1, URL._id, error); } @@ -38680,7 +40601,7 @@ class NSFileManager extends NSObject { NSURL url, ffi.Pointer> outResultingURL, ffi.Pointer> error) { - return _lib._objc_msgSend_396( + return _lib._objc_msgSend_404( _id, _lib._sel_trashItemAtURL_resultingItemURL_error_1, url._id, @@ -38689,7 +40610,7 @@ class NSFileManager extends NSObject { } NSDictionary? fileAttributesAtPath_traverseLink_(NSString path, bool yorn) { - final _ret = _lib._objc_msgSend_397( + final _ret = _lib._objc_msgSend_405( _id, _lib._sel_fileAttributesAtPath_traverseLink_1, path._id, yorn); return _ret.address == 0 ? null @@ -38697,12 +40618,12 @@ class NSFileManager extends NSObject { } bool changeFileAttributes_atPath_(NSDictionary attributes, NSString path) { - return _lib._objc_msgSend_398( + return _lib._objc_msgSend_406( _id, _lib._sel_changeFileAttributes_atPath_1, attributes._id, path._id); } NSArray? directoryContentsAtPath_(NSString path) { - final _ret = _lib._objc_msgSend_123( + final _ret = _lib._objc_msgSend_124( _id, _lib._sel_directoryContentsAtPath_1, path._id); return _ret.address == 0 ? null @@ -38710,7 +40631,7 @@ class NSFileManager extends NSObject { } NSDictionary? fileSystemAttributesAtPath_(NSString path) { - final _ret = _lib._objc_msgSend_147( + final _ret = _lib._objc_msgSend_148( _id, _lib._sel_fileSystemAttributesAtPath_1, path._id); return _ret.address == 0 ? null @@ -38718,7 +40639,7 @@ class NSFileManager extends NSObject { } NSString? pathContentOfSymbolicLinkAtPath_(NSString path) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_pathContentOfSymbolicLinkAtPath_1, path._id); return _ret.address == 0 ? null @@ -38727,7 +40648,7 @@ class NSFileManager extends NSObject { bool createSymbolicLinkAtPath_pathContent_( NSString path, NSString otherpath) { - return _lib._objc_msgSend_399( + return _lib._objc_msgSend_407( _id, _lib._sel_createSymbolicLinkAtPath_pathContent_1, path._id, @@ -38736,10 +40657,33 @@ class NSFileManager extends NSObject { bool createDirectoryAtPath_attributes_( NSString path, NSDictionary attributes) { - return _lib._objc_msgSend_400(_id, + return _lib._objc_msgSend_408(_id, _lib._sel_createDirectoryAtPath_attributes_1, path._id, attributes._id); } + bool linkPath_toPath_handler_( + NSString src, NSString dest, NSObject? handler) { + return _lib._objc_msgSend_409(_id, _lib._sel_linkPath_toPath_handler_1, + src._id, dest._id, handler?._id ?? ffi.nullptr); + } + + bool copyPath_toPath_handler_( + NSString src, NSString dest, NSObject? handler) { + return _lib._objc_msgSend_409(_id, _lib._sel_copyPath_toPath_handler_1, + src._id, dest._id, handler?._id ?? ffi.nullptr); + } + + bool movePath_toPath_handler_( + NSString src, NSString dest, NSObject? handler) { + return _lib._objc_msgSend_409(_id, _lib._sel_movePath_toPath_handler_1, + src._id, dest._id, handler?._id ?? ffi.nullptr); + } + + bool removeFileAtPath_handler_(NSString path, NSObject? handler) { + return _lib._objc_msgSend_410(_id, _lib._sel_removeFileAtPath_handler_1, + path._id, handler?._id ?? ffi.nullptr); + } + NSString get currentDirectoryPath { final _ret = _lib._objc_msgSend_21(_id, _lib._sel_currentDirectoryPath1); return NSString._(_ret, _lib, retain: true, release: true); @@ -38756,7 +40700,7 @@ class NSFileManager extends NSObject { bool fileExistsAtPath_isDirectory_( NSString path, ffi.Pointer isDirectory) { - return _lib._objc_msgSend_401( + return _lib._objc_msgSend_411( _id, _lib._sel_fileExistsAtPath_isDirectory_1, path._id, isDirectory); } @@ -38781,7 +40725,7 @@ class NSFileManager extends NSObject { } bool contentsEqualAtPath_andPath_(NSString path1, NSString path2) { - return _lib._objc_msgSend_399( + return _lib._objc_msgSend_407( _id, _lib._sel_contentsEqualAtPath_andPath_1, path1._id, path2._id); } @@ -38792,7 +40736,7 @@ class NSFileManager extends NSObject { } NSArray? componentsToDisplayForPath_(NSString path) { - final _ret = _lib._objc_msgSend_123( + final _ret = _lib._objc_msgSend_124( _id, _lib._sel_componentsToDisplayForPath_1, path._id); return _ret.address == 0 ? null @@ -38812,7 +40756,7 @@ class NSFileManager extends NSObject { NSArray? keys, int mask, ObjCBlock_bool_NSURL_NSError? handler) { - final _ret = _lib._objc_msgSend_402( + final _ret = _lib._objc_msgSend_412( _id, _lib._sel_enumeratorAtURL_includingPropertiesForKeys_options_errorHandler_1, url._id, @@ -38826,7 +40770,7 @@ class NSFileManager extends NSObject { NSArray? subpathsAtPath_(NSString path) { final _ret = - _lib._objc_msgSend_123(_id, _lib._sel_subpathsAtPath_1, path._id); + _lib._objc_msgSend_124(_id, _lib._sel_subpathsAtPath_1, path._id); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -38834,7 +40778,7 @@ class NSFileManager extends NSObject { NSData? contentsAtPath_(NSString path) { final _ret = - _lib._objc_msgSend_403(_id, _lib._sel_contentsAtPath_1, path._id); + _lib._objc_msgSend_413(_id, _lib._sel_contentsAtPath_1, path._id); return _ret.address == 0 ? null : NSData._(_ret, _lib, retain: true, release: true); @@ -38842,7 +40786,7 @@ class NSFileManager extends NSObject { bool createFileAtPath_contents_attributes_( NSString path, NSData? data, NSDictionary? attr) { - return _lib._objc_msgSend_404( + return _lib._objc_msgSend_414( _id, _lib._sel_createFileAtPath_contents_attributes_1, path._id, @@ -38851,13 +40795,13 @@ class NSFileManager extends NSObject { } ffi.Pointer fileSystemRepresentationWithPath_(NSString path) { - return _lib._objc_msgSend_405( + return _lib._objc_msgSend_415( _id, _lib._sel_fileSystemRepresentationWithPath_1, path._id); } NSString stringWithFileSystemRepresentation_length_( ffi.Pointer str, int len) { - final _ret = _lib._objc_msgSend_406( + final _ret = _lib._objc_msgSend_416( _id, _lib._sel_stringWithFileSystemRepresentation_length_1, str, len); return NSString._(_ret, _lib, retain: true, release: true); } @@ -38870,7 +40814,7 @@ class NSFileManager extends NSObject { int options, ffi.Pointer> resultingURL, ffi.Pointer> error) { - return _lib._objc_msgSend_407( + return _lib._objc_msgSend_417( _id, _lib._sel_replaceItemAtURL_withItemAtURL_backupItemName_options_resultingItemURL_error_1, originalItemURL._id, @@ -38883,7 +40827,7 @@ class NSFileManager extends NSObject { bool setUbiquitous_itemAtURL_destinationURL_error_(bool flag, NSURL url, NSURL destinationURL, ffi.Pointer> error) { - return _lib._objc_msgSend_408( + return _lib._objc_msgSend_418( _id, _lib._sel_setUbiquitous_itemAtURL_destinationURL_error_1, flag, @@ -38893,24 +40837,24 @@ class NSFileManager extends NSObject { } bool isUbiquitousItemAtURL_(NSURL url) { - return _lib._objc_msgSend_409( + return _lib._objc_msgSend_419( _id, _lib._sel_isUbiquitousItemAtURL_1, url._id); } bool startDownloadingUbiquitousItemAtURL_error_( NSURL url, ffi.Pointer> error) { - return _lib._objc_msgSend_80(_id, + return _lib._objc_msgSend_81(_id, _lib._sel_startDownloadingUbiquitousItemAtURL_error_1, url._id, error); } bool evictUbiquitousItemAtURL_error_( NSURL url, ffi.Pointer> error) { - return _lib._objc_msgSend_80( + return _lib._objc_msgSend_81( _id, _lib._sel_evictUbiquitousItemAtURL_error_1, url._id, error); } NSURL? URLForUbiquityContainerIdentifier_(NSString? containerIdentifier) { - final _ret = _lib._objc_msgSend_410( + final _ret = _lib._objc_msgSend_420( _id, _lib._sel_URLForUbiquityContainerIdentifier_1, containerIdentifier?._id ?? ffi.nullptr); @@ -38923,7 +40867,7 @@ class NSFileManager extends NSObject { NSURL url, ffi.Pointer> outDate, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_411( + final _ret = _lib._objc_msgSend_421( _id, _lib._sel_URLForPublishingUbiquitousItemAtURL_expirationDate_error_1, url._id, @@ -38943,7 +40887,7 @@ class NSFileManager extends NSObject { void getFileProviderServicesForItemAtURL_completionHandler_( NSURL url, ObjCBlock_ffiVoid_NSDictionary_NSError completionHandler) { - _lib._objc_msgSend_412( + _lib._objc_msgSend_422( _id, _lib._sel_getFileProviderServicesForItemAtURL_completionHandler_1, url._id, @@ -38952,7 +40896,7 @@ class NSFileManager extends NSObject { NSURL? containerURLForSecurityApplicationGroupIdentifier_( NSString groupIdentifier) { - final _ret = _lib._objc_msgSend_208( + final _ret = _lib._objc_msgSend_209( _id, _lib._sel_containerURLForSecurityApplicationGroupIdentifier_1, groupIdentifier._id); @@ -38963,17 +40907,17 @@ class NSFileManager extends NSObject { NSURL get homeDirectoryForCurrentUser { final _ret = - _lib._objc_msgSend_413(_id, _lib._sel_homeDirectoryForCurrentUser1); + _lib._objc_msgSend_423(_id, _lib._sel_homeDirectoryForCurrentUser1); return NSURL._(_ret, _lib, retain: true, release: true); } NSURL get temporaryDirectory { - final _ret = _lib._objc_msgSend_413(_id, _lib._sel_temporaryDirectory1); + final _ret = _lib._objc_msgSend_423(_id, _lib._sel_temporaryDirectory1); return NSURL._(_ret, _lib, retain: true, release: true); } NSURL? homeDirectoryForUser_(NSString userName) { - final _ret = _lib._objc_msgSend_208( + final _ret = _lib._objc_msgSend_209( _id, _lib._sel_homeDirectoryForUser_1, userName._id); return _ret.address == 0 ? null @@ -39047,6 +40991,15 @@ class NSFileManager extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSFileManager1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSFileManager1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -39485,7 +41438,7 @@ class NSMutableArray extends NSArray { } void insertObject_atIndex_(NSObject anObject, int index) { - _lib._objc_msgSend_416( + _lib._objc_msgSend_426( _id, _lib._sel_insertObject_atIndex_1, anObject._id, index); } @@ -39494,11 +41447,11 @@ class NSMutableArray extends NSArray { } void removeObjectAtIndex_(int index) { - _lib._objc_msgSend_417(_id, _lib._sel_removeObjectAtIndex_1, index); + _lib._objc_msgSend_427(_id, _lib._sel_removeObjectAtIndex_1, index); } void replaceObjectAtIndex_withObject_(int index, NSObject anObject) { - _lib._objc_msgSend_418( + _lib._objc_msgSend_428( _id, _lib._sel_replaceObjectAtIndex_withObject_1, index, anObject._id); } @@ -39524,12 +41477,12 @@ class NSMutableArray extends NSArray { } void addObjectsFromArray_(NSArray otherArray) { - _lib._objc_msgSend_419( + _lib._objc_msgSend_429( _id, _lib._sel_addObjectsFromArray_1, otherArray._id); } void exchangeObjectAtIndex_withObjectAtIndex_(int idx1, int idx2) { - _lib._objc_msgSend_420( + _lib._objc_msgSend_430( _id, _lib._sel_exchangeObjectAtIndex_withObjectAtIndex_1, idx1, idx2); } @@ -39538,7 +41491,7 @@ class NSMutableArray extends NSArray { } void removeObject_inRange_(NSObject anObject, _NSRange range) { - _lib._objc_msgSend_421( + _lib._objc_msgSend_431( _id, _lib._sel_removeObject_inRange_1, anObject._id, range); } @@ -39547,7 +41500,7 @@ class NSMutableArray extends NSArray { } void removeObjectIdenticalTo_inRange_(NSObject anObject, _NSRange range) { - _lib._objc_msgSend_421( + _lib._objc_msgSend_431( _id, _lib._sel_removeObjectIdenticalTo_inRange_1, anObject._id, range); } @@ -39558,22 +41511,22 @@ class NSMutableArray extends NSArray { void removeObjectsFromIndices_numIndices_( ffi.Pointer indices, int cnt) { - _lib._objc_msgSend_422( + _lib._objc_msgSend_432( _id, _lib._sel_removeObjectsFromIndices_numIndices_1, indices, cnt); } void removeObjectsInArray_(NSArray otherArray) { - _lib._objc_msgSend_419( + _lib._objc_msgSend_429( _id, _lib._sel_removeObjectsInArray_1, otherArray._id); } void removeObjectsInRange_(_NSRange range) { - _lib._objc_msgSend_423(_id, _lib._sel_removeObjectsInRange_1, range); + _lib._objc_msgSend_433(_id, _lib._sel_removeObjectsInRange_1, range); } void replaceObjectsInRange_withObjectsFromArray_range_( _NSRange range, NSArray otherArray, _NSRange otherRange) { - _lib._objc_msgSend_424( + _lib._objc_msgSend_434( _id, _lib._sel_replaceObjectsInRange_withObjectsFromArray_range_1, range, @@ -39583,7 +41536,7 @@ class NSMutableArray extends NSArray { void replaceObjectsInRange_withObjectsFromArray_( _NSRange range, NSArray otherArray) { - _lib._objc_msgSend_425( + _lib._objc_msgSend_435( _id, _lib._sel_replaceObjectsInRange_withObjectsFromArray_1, range, @@ -39591,7 +41544,7 @@ class NSMutableArray extends NSArray { } void setArray_(NSArray otherArray) { - _lib._objc_msgSend_419(_id, _lib._sel_setArray_1, otherArray._id); + _lib._objc_msgSend_429(_id, _lib._sel_setArray_1, otherArray._id); } void sortUsingFunction_context_( @@ -39601,7 +41554,7 @@ class NSMutableArray extends NSArray { ffi.Pointer, ffi.Pointer)>> compare, ffi.Pointer context) { - _lib._objc_msgSend_426( + _lib._objc_msgSend_436( _id, _lib._sel_sortUsingFunction_context_1, compare, context); } @@ -39610,34 +41563,34 @@ class NSMutableArray extends NSArray { } void insertObjects_atIndexes_(NSArray objects, NSIndexSet indexes) { - _lib._objc_msgSend_427( + _lib._objc_msgSend_437( _id, _lib._sel_insertObjects_atIndexes_1, objects._id, indexes._id); } void removeObjectsAtIndexes_(NSIndexSet indexes) { - _lib._objc_msgSend_428( + _lib._objc_msgSend_438( _id, _lib._sel_removeObjectsAtIndexes_1, indexes._id); } void replaceObjectsAtIndexes_withObjects_( NSIndexSet indexes, NSArray objects) { - _lib._objc_msgSend_429(_id, _lib._sel_replaceObjectsAtIndexes_withObjects_1, + _lib._objc_msgSend_439(_id, _lib._sel_replaceObjectsAtIndexes_withObjects_1, indexes._id, objects._id); } void setObject_atIndexedSubscript_(NSObject obj, int idx) { - _lib._objc_msgSend_416( + _lib._objc_msgSend_426( _id, _lib._sel_setObject_atIndexedSubscript_1, obj._id, idx); } void sortUsingComparator_( ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) { - _lib._objc_msgSend_430(_id, _lib._sel_sortUsingComparator_1, cmptr._id); + _lib._objc_msgSend_440(_id, _lib._sel_sortUsingComparator_1, cmptr._id); } void sortWithOptions_usingComparator_( int opts, ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) { - _lib._objc_msgSend_431( + _lib._objc_msgSend_441( _id, _lib._sel_sortWithOptions_usingComparator_1, opts, cmptr._id); } @@ -39650,7 +41603,7 @@ class NSMutableArray extends NSArray { static NSMutableArray? arrayWithContentsOfFile_( PedometerBindings _lib, NSString path) { - final _ret = _lib._objc_msgSend_432(_lib._class_NSMutableArray1, + final _ret = _lib._objc_msgSend_442(_lib._class_NSMutableArray1, _lib._sel_arrayWithContentsOfFile_1, path._id); return _ret.address == 0 ? null @@ -39659,7 +41612,7 @@ class NSMutableArray extends NSArray { static NSMutableArray? arrayWithContentsOfURL_( PedometerBindings _lib, NSURL url) { - final _ret = _lib._objc_msgSend_433(_lib._class_NSMutableArray1, + final _ret = _lib._objc_msgSend_443(_lib._class_NSMutableArray1, _lib._sel_arrayWithContentsOfURL_1, url._id); return _ret.address == 0 ? null @@ -39667,7 +41620,7 @@ class NSMutableArray extends NSArray { } NSMutableArray? initWithContentsOfFile_(NSString path) { - final _ret = _lib._objc_msgSend_432( + final _ret = _lib._objc_msgSend_442( _id, _lib._sel_initWithContentsOfFile_1, path._id); return _ret.address == 0 ? null @@ -39676,7 +41629,7 @@ class NSMutableArray extends NSArray { NSMutableArray? initWithContentsOfURL_(NSURL url) { final _ret = - _lib._objc_msgSend_433(_id, _lib._sel_initWithContentsOfURL_1, url._id); + _lib._objc_msgSend_443(_id, _lib._sel_initWithContentsOfURL_1, url._id); return _ret.address == 0 ? null : NSMutableArray._(_ret, _lib, retain: true, release: true); @@ -39687,12 +41640,12 @@ class NSMutableArray extends NSArray { } void sortUsingDescriptors_(NSArray sortDescriptors) { - _lib._objc_msgSend_419( + _lib._objc_msgSend_429( _id, _lib._sel_sortUsingDescriptors_1, sortDescriptors._id); } void filterUsingPredicate_(NSPredicate predicate) { - _lib._objc_msgSend_434( + _lib._objc_msgSend_444( _id, _lib._sel_filterUsingPredicate_1, predicate._id); } @@ -39712,7 +41665,7 @@ class NSMutableArray extends NSArray { static NSMutableArray arrayWithObject_( PedometerBindings _lib, NSObject anObject) { - final _ret = _lib._objc_msgSend_115( + final _ret = _lib._objc_msgSend_116( _lib._class_NSMutableArray1, _lib._sel_arrayWithObject_1, anObject._id); return NSMutableArray._(_ret, _lib, retain: true, release: true); } @@ -39726,13 +41679,13 @@ class NSMutableArray extends NSArray { static NSMutableArray arrayWithObjects_( PedometerBindings _lib, NSObject firstObj) { - final _ret = _lib._objc_msgSend_115(_lib._class_NSMutableArray1, + final _ret = _lib._objc_msgSend_116(_lib._class_NSMutableArray1, _lib._sel_arrayWithObjects_1, firstObj._id); return NSMutableArray._(_ret, _lib, retain: true, release: true); } static NSMutableArray arrayWithArray_(PedometerBindings _lib, NSArray array) { - final _ret = _lib._objc_msgSend_116( + final _ret = _lib._objc_msgSend_117( _lib._class_NSMutableArray1, _lib._sel_arrayWithArray_1, array._id); return NSMutableArray._(_ret, _lib, retain: true, release: true); } @@ -39740,27 +41693,27 @@ class NSMutableArray extends NSArray { @override NSMutableArray initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_115(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_116(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSMutableArray._(_ret, _lib, retain: true, release: true); } @override NSMutableArray initWithArray_(NSArray array) { final _ret = - _lib._objc_msgSend_116(_id, _lib._sel_initWithArray_1, array._id); + _lib._objc_msgSend_117(_id, _lib._sel_initWithArray_1, array._id); return NSMutableArray._(_ret, _lib, retain: true, release: true); } @override NSMutableArray initWithArray_copyItems_(NSArray array, bool flag) { - final _ret = _lib._objc_msgSend_117( + final _ret = _lib._objc_msgSend_118( _id, _lib._sel_initWithArray_copyItems_1, array._id, flag); return NSMutableArray._(_ret, _lib, retain: false, release: true); } static NSArray? arrayWithContentsOfURL_error_(PedometerBindings _lib, NSURL url, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_118(_lib._class_NSMutableArray1, + final _ret = _lib._objc_msgSend_119(_lib._class_NSMutableArray1, _lib._sel_arrayWithContentsOfURL_error_1, url._id, error); return _ret.address == 0 ? null @@ -39828,6 +41781,15 @@ class NSMutableArray extends NSArray { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSMutableArray1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSMutableArray1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -39867,16 +41829,16 @@ class NSMutableOrderedSet extends NSOrderedSet { } void insertObject_atIndex_(NSObject object, int idx) { - _lib._objc_msgSend_416( + _lib._objc_msgSend_426( _id, _lib._sel_insertObject_atIndex_1, object._id, idx); } void removeObjectAtIndex_(int idx) { - _lib._objc_msgSend_417(_id, _lib._sel_removeObjectAtIndex_1, idx); + _lib._objc_msgSend_427(_id, _lib._sel_removeObjectAtIndex_1, idx); } void replaceObjectAtIndex_withObject_(int idx, NSObject object) { - _lib._objc_msgSend_418( + _lib._objc_msgSend_428( _id, _lib._sel_replaceObjectAtIndex_withObject_1, idx, object._id); } @@ -39907,40 +41869,40 @@ class NSMutableOrderedSet extends NSOrderedSet { void addObjects_count_( ffi.Pointer> objects, int count) { - _lib._objc_msgSend_447(_id, _lib._sel_addObjects_count_1, objects, count); + _lib._objc_msgSend_457(_id, _lib._sel_addObjects_count_1, objects, count); } void addObjectsFromArray_(NSArray array) { - _lib._objc_msgSend_419(_id, _lib._sel_addObjectsFromArray_1, array._id); + _lib._objc_msgSend_429(_id, _lib._sel_addObjectsFromArray_1, array._id); } void exchangeObjectAtIndex_withObjectAtIndex_(int idx1, int idx2) { - _lib._objc_msgSend_420( + _lib._objc_msgSend_430( _id, _lib._sel_exchangeObjectAtIndex_withObjectAtIndex_1, idx1, idx2); } void moveObjectsAtIndexes_toIndex_(NSIndexSet indexes, int idx) { - _lib._objc_msgSend_448( + _lib._objc_msgSend_458( _id, _lib._sel_moveObjectsAtIndexes_toIndex_1, indexes._id, idx); } void insertObjects_atIndexes_(NSArray objects, NSIndexSet indexes) { - _lib._objc_msgSend_427( + _lib._objc_msgSend_437( _id, _lib._sel_insertObjects_atIndexes_1, objects._id, indexes._id); } void setObject_atIndex_(NSObject obj, int idx) { - _lib._objc_msgSend_416(_id, _lib._sel_setObject_atIndex_1, obj._id, idx); + _lib._objc_msgSend_426(_id, _lib._sel_setObject_atIndex_1, obj._id, idx); } void setObject_atIndexedSubscript_(NSObject obj, int idx) { - _lib._objc_msgSend_416( + _lib._objc_msgSend_426( _id, _lib._sel_setObject_atIndexedSubscript_1, obj._id, idx); } void replaceObjectsInRange_withObjects_count_( _NSRange range, ffi.Pointer> objects, int count) { - _lib._objc_msgSend_449( + _lib._objc_msgSend_459( _id, _lib._sel_replaceObjectsInRange_withObjects_count_1, range, @@ -39950,16 +41912,16 @@ class NSMutableOrderedSet extends NSOrderedSet { void replaceObjectsAtIndexes_withObjects_( NSIndexSet indexes, NSArray objects) { - _lib._objc_msgSend_429(_id, _lib._sel_replaceObjectsAtIndexes_withObjects_1, + _lib._objc_msgSend_439(_id, _lib._sel_replaceObjectsAtIndexes_withObjects_1, indexes._id, objects._id); } void removeObjectsInRange_(_NSRange range) { - _lib._objc_msgSend_423(_id, _lib._sel_removeObjectsInRange_1, range); + _lib._objc_msgSend_433(_id, _lib._sel_removeObjectsInRange_1, range); } void removeObjectsAtIndexes_(NSIndexSet indexes) { - _lib._objc_msgSend_428( + _lib._objc_msgSend_438( _id, _lib._sel_removeObjectsAtIndexes_1, indexes._id); } @@ -39972,47 +41934,47 @@ class NSMutableOrderedSet extends NSOrderedSet { } void removeObjectsInArray_(NSArray array) { - _lib._objc_msgSend_419(_id, _lib._sel_removeObjectsInArray_1, array._id); + _lib._objc_msgSend_429(_id, _lib._sel_removeObjectsInArray_1, array._id); } void intersectOrderedSet_(NSOrderedSet other) { - _lib._objc_msgSend_450(_id, _lib._sel_intersectOrderedSet_1, other._id); + _lib._objc_msgSend_460(_id, _lib._sel_intersectOrderedSet_1, other._id); } void minusOrderedSet_(NSOrderedSet other) { - _lib._objc_msgSend_450(_id, _lib._sel_minusOrderedSet_1, other._id); + _lib._objc_msgSend_460(_id, _lib._sel_minusOrderedSet_1, other._id); } void unionOrderedSet_(NSOrderedSet other) { - _lib._objc_msgSend_450(_id, _lib._sel_unionOrderedSet_1, other._id); + _lib._objc_msgSend_460(_id, _lib._sel_unionOrderedSet_1, other._id); } void intersectSet_(NSSet other) { - _lib._objc_msgSend_451(_id, _lib._sel_intersectSet_1, other._id); + _lib._objc_msgSend_461(_id, _lib._sel_intersectSet_1, other._id); } void minusSet_(NSSet other) { - _lib._objc_msgSend_451(_id, _lib._sel_minusSet_1, other._id); + _lib._objc_msgSend_461(_id, _lib._sel_minusSet_1, other._id); } void unionSet_(NSSet other) { - _lib._objc_msgSend_451(_id, _lib._sel_unionSet_1, other._id); + _lib._objc_msgSend_461(_id, _lib._sel_unionSet_1, other._id); } void sortUsingComparator_( ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) { - _lib._objc_msgSend_430(_id, _lib._sel_sortUsingComparator_1, cmptr._id); + _lib._objc_msgSend_440(_id, _lib._sel_sortUsingComparator_1, cmptr._id); } void sortWithOptions_usingComparator_( int opts, ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) { - _lib._objc_msgSend_431( + _lib._objc_msgSend_441( _id, _lib._sel_sortWithOptions_usingComparator_1, opts, cmptr._id); } void sortRange_options_usingComparator_(_NSRange range, int opts, ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) { - _lib._objc_msgSend_452(_id, _lib._sel_sortRange_options_usingComparator_1, + _lib._objc_msgSend_462(_id, _lib._sel_sortRange_options_usingComparator_1, range, opts, cmptr._id); } @@ -40028,12 +41990,12 @@ class NSMutableOrderedSet extends NSOrderedSet { } void sortUsingDescriptors_(NSArray sortDescriptors) { - _lib._objc_msgSend_419( + _lib._objc_msgSend_429( _id, _lib._sel_sortUsingDescriptors_1, sortDescriptors._id); } void filterUsingPredicate_(NSPredicate p) { - _lib._objc_msgSend_434(_id, _lib._sel_filterUsingPredicate_1, p._id); + _lib._objc_msgSend_444(_id, _lib._sel_filterUsingPredicate_1, p._id); } @override @@ -40052,7 +42014,7 @@ class NSMutableOrderedSet extends NSOrderedSet { static NSMutableOrderedSet orderedSetWithObject_( PedometerBindings _lib, NSObject object) { - final _ret = _lib._objc_msgSend_115(_lib._class_NSMutableOrderedSet1, + final _ret = _lib._objc_msgSend_116(_lib._class_NSMutableOrderedSet1, _lib._sel_orderedSetWithObject_1, object._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -40068,21 +42030,21 @@ class NSMutableOrderedSet extends NSOrderedSet { static NSMutableOrderedSet orderedSetWithObjects_( PedometerBindings _lib, NSObject firstObj) { - final _ret = _lib._objc_msgSend_115(_lib._class_NSMutableOrderedSet1, + final _ret = _lib._objc_msgSend_116(_lib._class_NSMutableOrderedSet1, _lib._sel_orderedSetWithObjects_1, firstObj._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } static NSMutableOrderedSet orderedSetWithOrderedSet_( PedometerBindings _lib, NSOrderedSet set) { - final _ret = _lib._objc_msgSend_439(_lib._class_NSMutableOrderedSet1, + final _ret = _lib._objc_msgSend_449(_lib._class_NSMutableOrderedSet1, _lib._sel_orderedSetWithOrderedSet_1, set._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } static NSMutableOrderedSet orderedSetWithOrderedSet_range_copyItems_( PedometerBindings _lib, NSOrderedSet set, _NSRange range, bool flag) { - final _ret = _lib._objc_msgSend_440( + final _ret = _lib._objc_msgSend_450( _lib._class_NSMutableOrderedSet1, _lib._sel_orderedSetWithOrderedSet_range_copyItems_1, set._id, @@ -40093,14 +42055,14 @@ class NSMutableOrderedSet extends NSOrderedSet { static NSMutableOrderedSet orderedSetWithArray_( PedometerBindings _lib, NSArray array) { - final _ret = _lib._objc_msgSend_116(_lib._class_NSMutableOrderedSet1, + final _ret = _lib._objc_msgSend_117(_lib._class_NSMutableOrderedSet1, _lib._sel_orderedSetWithArray_1, array._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } static NSMutableOrderedSet orderedSetWithArray_range_copyItems_( PedometerBindings _lib, NSArray array, _NSRange range, bool flag) { - final _ret = _lib._objc_msgSend_441( + final _ret = _lib._objc_msgSend_451( _lib._class_NSMutableOrderedSet1, _lib._sel_orderedSetWithArray_range_copyItems_1, array._id, @@ -40111,14 +42073,14 @@ class NSMutableOrderedSet extends NSOrderedSet { static NSMutableOrderedSet orderedSetWithSet_( PedometerBindings _lib, NSSet set) { - final _ret = _lib._objc_msgSend_362(_lib._class_NSMutableOrderedSet1, + final _ret = _lib._objc_msgSend_367(_lib._class_NSMutableOrderedSet1, _lib._sel_orderedSetWithSet_1, set._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } static NSMutableOrderedSet orderedSetWithSet_copyItems_( PedometerBindings _lib, NSSet set, bool flag) { - final _ret = _lib._objc_msgSend_363(_lib._class_NSMutableOrderedSet1, + final _ret = _lib._objc_msgSend_368(_lib._class_NSMutableOrderedSet1, _lib._sel_orderedSetWithSet_copyItems_1, set._id, flag); return NSMutableOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -40126,28 +42088,28 @@ class NSMutableOrderedSet extends NSOrderedSet { @override NSMutableOrderedSet initWithObject_(NSObject object) { final _ret = - _lib._objc_msgSend_115(_id, _lib._sel_initWithObject_1, object._id); + _lib._objc_msgSend_116(_id, _lib._sel_initWithObject_1, object._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @override NSMutableOrderedSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_115(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_116(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @override NSMutableOrderedSet initWithOrderedSet_(NSOrderedSet set) { final _ret = - _lib._objc_msgSend_439(_id, _lib._sel_initWithOrderedSet_1, set._id); + _lib._objc_msgSend_449(_id, _lib._sel_initWithOrderedSet_1, set._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @override NSMutableOrderedSet initWithOrderedSet_copyItems_( NSOrderedSet set, bool flag) { - final _ret = _lib._objc_msgSend_442( + final _ret = _lib._objc_msgSend_452( _id, _lib._sel_initWithOrderedSet_copyItems_1, set._id, flag); return NSMutableOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -40155,7 +42117,7 @@ class NSMutableOrderedSet extends NSOrderedSet { @override NSMutableOrderedSet initWithOrderedSet_range_copyItems_( NSOrderedSet set, _NSRange range, bool flag) { - final _ret = _lib._objc_msgSend_440(_id, + final _ret = _lib._objc_msgSend_450(_id, _lib._sel_initWithOrderedSet_range_copyItems_1, set._id, range, flag); return NSMutableOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -40163,13 +42125,13 @@ class NSMutableOrderedSet extends NSOrderedSet { @override NSMutableOrderedSet initWithArray_(NSArray array) { final _ret = - _lib._objc_msgSend_116(_id, _lib._sel_initWithArray_1, array._id); + _lib._objc_msgSend_117(_id, _lib._sel_initWithArray_1, array._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @override NSMutableOrderedSet initWithArray_copyItems_(NSArray set, bool flag) { - final _ret = _lib._objc_msgSend_117( + final _ret = _lib._objc_msgSend_118( _id, _lib._sel_initWithArray_copyItems_1, set._id, flag); return NSMutableOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -40177,20 +42139,20 @@ class NSMutableOrderedSet extends NSOrderedSet { @override NSMutableOrderedSet initWithArray_range_copyItems_( NSArray set, _NSRange range, bool flag) { - final _ret = _lib._objc_msgSend_441( + final _ret = _lib._objc_msgSend_451( _id, _lib._sel_initWithArray_range_copyItems_1, set._id, range, flag); return NSMutableOrderedSet._(_ret, _lib, retain: false, release: true); } @override NSMutableOrderedSet initWithSet_(NSSet set) { - final _ret = _lib._objc_msgSend_362(_id, _lib._sel_initWithSet_1, set._id); + final _ret = _lib._objc_msgSend_367(_id, _lib._sel_initWithSet_1, set._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @override NSMutableOrderedSet initWithSet_copyItems_(NSSet set, bool flag) { - final _ret = _lib._objc_msgSend_363( + final _ret = _lib._objc_msgSend_368( _id, _lib._sel_initWithSet_copyItems_1, set._id, flag); return NSMutableOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -40256,6 +42218,15 @@ class NSMutableOrderedSet extends NSOrderedSet { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSMutableOrderedSet1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSMutableOrderedSet1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -40334,7 +42305,7 @@ class NSOrderedSet extends NSObject { NSArray objectsAtIndexes_(NSIndexSet indexes) { final _ret = - _lib._objc_msgSend_102(_id, _lib._sel_objectsAtIndexes_1, indexes._id); + _lib._objc_msgSend_103(_id, _lib._sel_objectsAtIndexes_1, indexes._id); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -40353,7 +42324,7 @@ class NSOrderedSet extends NSObject { } bool isEqualToOrderedSet_(NSOrderedSet other) { - return _lib._objc_msgSend_436( + return _lib._objc_msgSend_446( _id, _lib._sel_isEqualToOrderedSet_1, other._id); } @@ -40362,21 +42333,21 @@ class NSOrderedSet extends NSObject { } bool intersectsOrderedSet_(NSOrderedSet other) { - return _lib._objc_msgSend_436( + return _lib._objc_msgSend_446( _id, _lib._sel_intersectsOrderedSet_1, other._id); } bool intersectsSet_(NSSet set) { - return _lib._objc_msgSend_354(_id, _lib._sel_intersectsSet_1, set._id); + return _lib._objc_msgSend_359(_id, _lib._sel_intersectsSet_1, set._id); } bool isSubsetOfOrderedSet_(NSOrderedSet other) { - return _lib._objc_msgSend_436( + return _lib._objc_msgSend_446( _id, _lib._sel_isSubsetOfOrderedSet_1, other._id); } bool isSubsetOfSet_(NSSet set) { - return _lib._objc_msgSend_354(_id, _lib._sel_isSubsetOfSet_1, set._id); + return _lib._objc_msgSend_359(_id, _lib._sel_isSubsetOfSet_1, set._id); } NSObject objectAtIndexedSubscript_(int idx) { @@ -40396,7 +42367,7 @@ class NSOrderedSet extends NSObject { } NSOrderedSet get reversedOrderedSet { - final _ret = _lib._objc_msgSend_437(_id, _lib._sel_reversedOrderedSet1); + final _ret = _lib._objc_msgSend_447(_id, _lib._sel_reversedOrderedSet1); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -40406,25 +42377,25 @@ class NSOrderedSet extends NSObject { } NSSet get set1 { - final _ret = _lib._objc_msgSend_438(_id, _lib._sel_set1); + final _ret = _lib._objc_msgSend_448(_id, _lib._sel_set1); return NSSet._(_ret, _lib, retain: true, release: true); } void enumerateObjectsUsingBlock_( ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool block) { - _lib._objc_msgSend_103( + _lib._objc_msgSend_104( _id, _lib._sel_enumerateObjectsUsingBlock_1, block._id); } void enumerateObjectsWithOptions_usingBlock_( int opts, ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool block) { - _lib._objc_msgSend_104(_id, + _lib._objc_msgSend_105(_id, _lib._sel_enumerateObjectsWithOptions_usingBlock_1, opts, block._id); } void enumerateObjectsAtIndexes_options_usingBlock_(NSIndexSet s, int opts, ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool block) { - _lib._objc_msgSend_105( + _lib._objc_msgSend_106( _id, _lib._sel_enumerateObjectsAtIndexes_options_usingBlock_1, s._id, @@ -40434,19 +42405,19 @@ class NSOrderedSet extends NSObject { int indexOfObjectPassingTest_( ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - return _lib._objc_msgSend_106( + return _lib._objc_msgSend_107( _id, _lib._sel_indexOfObjectPassingTest_1, predicate._id); } int indexOfObjectWithOptions_passingTest_( int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - return _lib._objc_msgSend_107(_id, + return _lib._objc_msgSend_108(_id, _lib._sel_indexOfObjectWithOptions_passingTest_1, opts, predicate._id); } int indexOfObjectAtIndexes_options_passingTest_(NSIndexSet s, int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - return _lib._objc_msgSend_108( + return _lib._objc_msgSend_109( _id, _lib._sel_indexOfObjectAtIndexes_options_passingTest_1, s._id, @@ -40456,14 +42427,14 @@ class NSOrderedSet extends NSObject { NSIndexSet indexesOfObjectsPassingTest_( ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - final _ret = _lib._objc_msgSend_109( + final _ret = _lib._objc_msgSend_110( _id, _lib._sel_indexesOfObjectsPassingTest_1, predicate._id); return NSIndexSet._(_ret, _lib, retain: true, release: true); } NSIndexSet indexesOfObjectsWithOptions_passingTest_( int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - final _ret = _lib._objc_msgSend_110( + final _ret = _lib._objc_msgSend_111( _id, _lib._sel_indexesOfObjectsWithOptions_passingTest_1, opts, @@ -40473,7 +42444,7 @@ class NSOrderedSet extends NSObject { NSIndexSet indexesOfObjectsAtIndexes_options_passingTest_(NSIndexSet s, int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) { - final _ret = _lib._objc_msgSend_111( + final _ret = _lib._objc_msgSend_112( _id, _lib._sel_indexesOfObjectsAtIndexes_options_passingTest_1, s._id, @@ -40487,7 +42458,7 @@ class NSOrderedSet extends NSObject { _NSRange range, int opts, ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmp) { - return _lib._objc_msgSend_114( + return _lib._objc_msgSend_115( _id, _lib._sel_indexOfObject_inSortedRange_options_usingComparator_1, object._id, @@ -40498,14 +42469,14 @@ class NSOrderedSet extends NSObject { NSArray sortedArrayUsingComparator_( ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) { - final _ret = _lib._objc_msgSend_112( + final _ret = _lib._objc_msgSend_113( _id, _lib._sel_sortedArrayUsingComparator_1, cmptr._id); return NSArray._(_ret, _lib, retain: true, release: true); } NSArray sortedArrayWithOptions_usingComparator_( int opts, ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) { - final _ret = _lib._objc_msgSend_113(_id, + final _ret = _lib._objc_msgSend_114(_id, _lib._sel_sortedArrayWithOptions_usingComparator_1, opts, cmptr._id); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -40538,7 +42509,7 @@ class NSOrderedSet extends NSObject { static NSOrderedSet orderedSetWithObject_( PedometerBindings _lib, NSObject object) { - final _ret = _lib._objc_msgSend_115(_lib._class_NSOrderedSet1, + final _ret = _lib._objc_msgSend_116(_lib._class_NSOrderedSet1, _lib._sel_orderedSetWithObject_1, object._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -40552,21 +42523,21 @@ class NSOrderedSet extends NSObject { static NSOrderedSet orderedSetWithObjects_( PedometerBindings _lib, NSObject firstObj) { - final _ret = _lib._objc_msgSend_115(_lib._class_NSOrderedSet1, + final _ret = _lib._objc_msgSend_116(_lib._class_NSOrderedSet1, _lib._sel_orderedSetWithObjects_1, firstObj._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } static NSOrderedSet orderedSetWithOrderedSet_( PedometerBindings _lib, NSOrderedSet set) { - final _ret = _lib._objc_msgSend_439(_lib._class_NSOrderedSet1, + final _ret = _lib._objc_msgSend_449(_lib._class_NSOrderedSet1, _lib._sel_orderedSetWithOrderedSet_1, set._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } static NSOrderedSet orderedSetWithOrderedSet_range_copyItems_( PedometerBindings _lib, NSOrderedSet set, _NSRange range, bool flag) { - final _ret = _lib._objc_msgSend_440( + final _ret = _lib._objc_msgSend_450( _lib._class_NSOrderedSet1, _lib._sel_orderedSetWithOrderedSet_range_copyItems_1, set._id, @@ -40577,14 +42548,14 @@ class NSOrderedSet extends NSObject { static NSOrderedSet orderedSetWithArray_( PedometerBindings _lib, NSArray array) { - final _ret = _lib._objc_msgSend_116( + final _ret = _lib._objc_msgSend_117( _lib._class_NSOrderedSet1, _lib._sel_orderedSetWithArray_1, array._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } static NSOrderedSet orderedSetWithArray_range_copyItems_( PedometerBindings _lib, NSArray array, _NSRange range, bool flag) { - final _ret = _lib._objc_msgSend_441( + final _ret = _lib._objc_msgSend_451( _lib._class_NSOrderedSet1, _lib._sel_orderedSetWithArray_range_copyItems_1, array._id, @@ -40594,75 +42565,75 @@ class NSOrderedSet extends NSObject { } static NSOrderedSet orderedSetWithSet_(PedometerBindings _lib, NSSet set) { - final _ret = _lib._objc_msgSend_362( + final _ret = _lib._objc_msgSend_367( _lib._class_NSOrderedSet1, _lib._sel_orderedSetWithSet_1, set._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } static NSOrderedSet orderedSetWithSet_copyItems_( PedometerBindings _lib, NSSet set, bool flag) { - final _ret = _lib._objc_msgSend_363(_lib._class_NSOrderedSet1, + final _ret = _lib._objc_msgSend_368(_lib._class_NSOrderedSet1, _lib._sel_orderedSetWithSet_copyItems_1, set._id, flag); return NSOrderedSet._(_ret, _lib, retain: false, release: true); } NSOrderedSet initWithObject_(NSObject object) { final _ret = - _lib._objc_msgSend_115(_id, _lib._sel_initWithObject_1, object._id); + _lib._objc_msgSend_116(_id, _lib._sel_initWithObject_1, object._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } NSOrderedSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_115(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_116(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } NSOrderedSet initWithOrderedSet_(NSOrderedSet set) { final _ret = - _lib._objc_msgSend_439(_id, _lib._sel_initWithOrderedSet_1, set._id); + _lib._objc_msgSend_449(_id, _lib._sel_initWithOrderedSet_1, set._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } NSOrderedSet initWithOrderedSet_copyItems_(NSOrderedSet set, bool flag) { - final _ret = _lib._objc_msgSend_442( + final _ret = _lib._objc_msgSend_452( _id, _lib._sel_initWithOrderedSet_copyItems_1, set._id, flag); return NSOrderedSet._(_ret, _lib, retain: false, release: true); } NSOrderedSet initWithOrderedSet_range_copyItems_( NSOrderedSet set, _NSRange range, bool flag) { - final _ret = _lib._objc_msgSend_440(_id, + final _ret = _lib._objc_msgSend_450(_id, _lib._sel_initWithOrderedSet_range_copyItems_1, set._id, range, flag); return NSOrderedSet._(_ret, _lib, retain: false, release: true); } NSOrderedSet initWithArray_(NSArray array) { final _ret = - _lib._objc_msgSend_116(_id, _lib._sel_initWithArray_1, array._id); + _lib._objc_msgSend_117(_id, _lib._sel_initWithArray_1, array._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } NSOrderedSet initWithArray_copyItems_(NSArray set, bool flag) { - final _ret = _lib._objc_msgSend_117( + final _ret = _lib._objc_msgSend_118( _id, _lib._sel_initWithArray_copyItems_1, set._id, flag); return NSOrderedSet._(_ret, _lib, retain: false, release: true); } NSOrderedSet initWithArray_range_copyItems_( NSArray set, _NSRange range, bool flag) { - final _ret = _lib._objc_msgSend_441( + final _ret = _lib._objc_msgSend_451( _id, _lib._sel_initWithArray_range_copyItems_1, set._id, range, flag); return NSOrderedSet._(_ret, _lib, retain: false, release: true); } NSOrderedSet initWithSet_(NSSet set) { - final _ret = _lib._objc_msgSend_362(_id, _lib._sel_initWithSet_1, set._id); + final _ret = _lib._objc_msgSend_367(_id, _lib._sel_initWithSet_1, set._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } NSOrderedSet initWithSet_copyItems_(NSSet set, bool flag) { - final _ret = _lib._objc_msgSend_363( + final _ret = _lib._objc_msgSend_368( _id, _lib._sel_initWithSet_copyItems_1, set._id, flag); return NSOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -40671,7 +42642,7 @@ class NSOrderedSet extends NSObject { NSOrderedSet other, int options, ObjCBlock_bool_ObjCObject_ObjCObject block) { - final _ret = _lib._objc_msgSend_443( + final _ret = _lib._objc_msgSend_453( _id, _lib._sel_differenceFromOrderedSet_withOptions_usingEquivalenceTest_1, other._id, @@ -40682,19 +42653,19 @@ class NSOrderedSet extends NSObject { NSObject differenceFromOrderedSet_withOptions_( NSOrderedSet other, int options) { - final _ret = _lib._objc_msgSend_444(_id, + final _ret = _lib._objc_msgSend_454(_id, _lib._sel_differenceFromOrderedSet_withOptions_1, other._id, options); return NSObject._(_ret, _lib, retain: true, release: true); } NSObject differenceFromOrderedSet_(NSOrderedSet other) { - final _ret = _lib._objc_msgSend_439( + final _ret = _lib._objc_msgSend_449( _id, _lib._sel_differenceFromOrderedSet_1, other._id); return NSObject._(_ret, _lib, retain: true, release: true); } NSOrderedSet? orderedSetByApplyingDifference_(NSObject difference) { - final _ret = _lib._objc_msgSend_445( + final _ret = _lib._objc_msgSend_455( _id, _lib._sel_orderedSetByApplyingDifference_1, difference._id); return _ret.address == 0 ? null @@ -40708,14 +42679,14 @@ class NSOrderedSet extends NSObject { @override void setValue_forKey_(NSObject? value, NSString key) { - _lib._objc_msgSend_126( + _lib._objc_msgSend_127( _id, _lib._sel_setValue_forKey_1, value?._id ?? ffi.nullptr, key._id); } @override void addObserver_forKeyPath_options_context_(NSObject observer, NSString keyPath, int options, ffi.Pointer context) { - _lib._objc_msgSend_130( + _lib._objc_msgSend_131( _id, _lib._sel_addObserver_forKeyPath_options_context_1, observer._id, @@ -40727,13 +42698,13 @@ class NSOrderedSet extends NSObject { @override void removeObserver_forKeyPath_context_( NSObject observer, NSString keyPath, ffi.Pointer context) { - _lib._objc_msgSend_131(_id, _lib._sel_removeObserver_forKeyPath_context_1, + _lib._objc_msgSend_132(_id, _lib._sel_removeObserver_forKeyPath_context_1, observer._id, keyPath._id, context); } @override void removeObserver_forKeyPath_(NSObject observer, NSString keyPath) { - _lib._objc_msgSend_132( + _lib._objc_msgSend_133( _id, _lib._sel_removeObserver_forKeyPath_1, observer._id, keyPath._id); } @@ -40744,7 +42715,7 @@ class NSOrderedSet extends NSObject { } NSOrderedSet filteredOrderedSetUsingPredicate_(NSPredicate p) { - final _ret = _lib._objc_msgSend_446( + final _ret = _lib._objc_msgSend_456( _id, _lib._sel_filteredOrderedSetUsingPredicate_1, p._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -40810,6 +42781,15 @@ class NSOrderedSet extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSOrderedSet1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSOrderedSet1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -40877,15 +42857,15 @@ class NSMutableSet extends NSSet { } void addObjectsFromArray_(NSArray array) { - _lib._objc_msgSend_419(_id, _lib._sel_addObjectsFromArray_1, array._id); + _lib._objc_msgSend_429(_id, _lib._sel_addObjectsFromArray_1, array._id); } void intersectSet_(NSSet otherSet) { - _lib._objc_msgSend_451(_id, _lib._sel_intersectSet_1, otherSet._id); + _lib._objc_msgSend_461(_id, _lib._sel_intersectSet_1, otherSet._id); } void minusSet_(NSSet otherSet) { - _lib._objc_msgSend_451(_id, _lib._sel_minusSet_1, otherSet._id); + _lib._objc_msgSend_461(_id, _lib._sel_minusSet_1, otherSet._id); } void removeAllObjects() { @@ -40893,11 +42873,11 @@ class NSMutableSet extends NSSet { } void unionSet_(NSSet otherSet) { - _lib._objc_msgSend_451(_id, _lib._sel_unionSet_1, otherSet._id); + _lib._objc_msgSend_461(_id, _lib._sel_unionSet_1, otherSet._id); } void setSet_(NSSet otherSet) { - _lib._objc_msgSend_451(_id, _lib._sel_setSet_1, otherSet._id); + _lib._objc_msgSend_461(_id, _lib._sel_setSet_1, otherSet._id); } static NSMutableSet setWithCapacity_(PedometerBindings _lib, int numItems) { @@ -40907,7 +42887,7 @@ class NSMutableSet extends NSSet { } void filterUsingPredicate_(NSPredicate predicate) { - _lib._objc_msgSend_434( + _lib._objc_msgSend_444( _id, _lib._sel_filterUsingPredicate_1, predicate._id); } @@ -40926,7 +42906,7 @@ class NSMutableSet extends NSSet { } static NSMutableSet setWithObject_(PedometerBindings _lib, NSObject object) { - final _ret = _lib._objc_msgSend_115( + final _ret = _lib._objc_msgSend_116( _lib._class_NSMutableSet1, _lib._sel_setWithObject_1, object._id); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @@ -40940,19 +42920,19 @@ class NSMutableSet extends NSSet { static NSMutableSet setWithObjects_( PedometerBindings _lib, NSObject firstObj) { - final _ret = _lib._objc_msgSend_115( + final _ret = _lib._objc_msgSend_116( _lib._class_NSMutableSet1, _lib._sel_setWithObjects_1, firstObj._id); return NSMutableSet._(_ret, _lib, retain: true, release: true); } static NSMutableSet setWithSet_(PedometerBindings _lib, NSSet set) { - final _ret = _lib._objc_msgSend_362( + final _ret = _lib._objc_msgSend_367( _lib._class_NSMutableSet1, _lib._sel_setWithSet_1, set._id); return NSMutableSet._(_ret, _lib, retain: true, release: true); } static NSMutableSet setWithArray_(PedometerBindings _lib, NSArray array) { - final _ret = _lib._objc_msgSend_116( + final _ret = _lib._objc_msgSend_117( _lib._class_NSMutableSet1, _lib._sel_setWithArray_1, array._id); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @@ -40960,19 +42940,19 @@ class NSMutableSet extends NSSet { @override NSMutableSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_115(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_116(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @override NSMutableSet initWithSet_(NSSet set) { - final _ret = _lib._objc_msgSend_362(_id, _lib._sel_initWithSet_1, set._id); + final _ret = _lib._objc_msgSend_367(_id, _lib._sel_initWithSet_1, set._id); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @override NSMutableSet initWithSet_copyItems_(NSSet set, bool flag) { - final _ret = _lib._objc_msgSend_363( + final _ret = _lib._objc_msgSend_368( _id, _lib._sel_initWithSet_copyItems_1, set._id, flag); return NSMutableSet._(_ret, _lib, retain: false, release: true); } @@ -40980,7 +42960,7 @@ class NSMutableSet extends NSSet { @override NSMutableSet initWithArray_(NSArray array) { final _ret = - _lib._objc_msgSend_116(_id, _lib._sel_initWithArray_1, array._id); + _lib._objc_msgSend_117(_id, _lib._sel_initWithArray_1, array._id); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @@ -41045,6 +43025,15 @@ class NSMutableSet extends NSSet { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSMutableSet1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSMutableSet1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -41102,7 +43091,7 @@ class NSKeyedArchiver extends NSCoder { /// /// To produce archives whose structure matches those previously encoded using \c +archivedDataWithRootObject, encode the top-level object in your archive for the \c NSKeyedArchiveRootObjectKey. NSKeyedArchiver initRequiringSecureCoding_(bool requiresSecureCoding) { - final _ret = _lib._objc_msgSend_461( + final _ret = _lib._objc_msgSend_214( _id, _lib._sel_initRequiringSecureCoding_1, requiresSecureCoding); return NSKeyedArchiver._(_ret, _lib, retain: true, release: true); } @@ -41117,7 +43106,7 @@ class NSKeyedArchiver extends NSCoder { NSObject object, bool requiresSecureCoding, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_462( + final _ret = _lib._objc_msgSend_471( _lib._class_NSKeyedArchiver1, _lib._sel_archivedDataWithRootObject_requiringSecureCoding_error_1, object._id, @@ -41136,21 +43125,21 @@ class NSKeyedArchiver extends NSCoder { } NSKeyedArchiver initForWritingWithMutableData_(NSMutableData data) { - final _ret = _lib._objc_msgSend_468( + final _ret = _lib._objc_msgSend_477( _id, _lib._sel_initForWritingWithMutableData_1, data._id); return NSKeyedArchiver._(_ret, _lib, retain: true, release: true); } static NSData archivedDataWithRootObject_( PedometerBindings _lib, NSObject rootObject) { - final _ret = _lib._objc_msgSend_469(_lib._class_NSKeyedArchiver1, + final _ret = _lib._objc_msgSend_478(_lib._class_NSKeyedArchiver1, _lib._sel_archivedDataWithRootObject_1, rootObject._id); return NSData._(_ret, _lib, retain: true, release: true); } static bool archiveRootObject_toFile_( PedometerBindings _lib, NSObject rootObject, NSString path) { - return _lib._objc_msgSend_470(_lib._class_NSKeyedArchiver1, + return _lib._objc_msgSend_213(_lib._class_NSKeyedArchiver1, _lib._sel_archiveRootObject_toFile_1, rootObject._id, path._id); } @@ -41162,16 +43151,16 @@ class NSKeyedArchiver extends NSCoder { } set delegate(NSObject? value) { - return _lib._objc_msgSend_367( + return _lib._objc_msgSend_372( _id, _lib._sel_setDelegate_1, value?._id ?? ffi.nullptr); } int get outputFormat { - return _lib._objc_msgSend_471(_id, _lib._sel_outputFormat1); + return _lib._objc_msgSend_479(_id, _lib._sel_outputFormat1); } set outputFormat(int value) { - return _lib._objc_msgSend_472(_id, _lib._sel_setOutputFormat_1, value); + return _lib._objc_msgSend_480(_id, _lib._sel_setOutputFormat_1, value); } /// If encoding has not yet finished, then invoking this property will call finishEncoding and return the data. If you initialized the keyed archiver with a specific mutable data instance, then it will be returned from this property after finishEncoding is called. @@ -41186,7 +43175,7 @@ class NSKeyedArchiver extends NSCoder { static void setClassName_forClass_( PedometerBindings _lib, NSString? codedName, NSObject cls) { - _lib._objc_msgSend_473( + _lib._objc_msgSend_481( _lib._class_NSKeyedArchiver1, _lib._sel_setClassName_forClass_1, codedName?._id ?? ffi.nullptr, @@ -41194,7 +43183,7 @@ class NSKeyedArchiver extends NSCoder { } static NSString? classNameForClass_(PedometerBindings _lib, NSObject cls) { - final _ret = _lib._objc_msgSend_474( + final _ret = _lib._objc_msgSend_482( _lib._class_NSKeyedArchiver1, _lib._sel_classNameForClass_1, cls._id); return _ret.address == 0 ? null @@ -41203,51 +43192,51 @@ class NSKeyedArchiver extends NSCoder { @override void encodeObject_forKey_(NSObject? object, NSString key) { - _lib._objc_msgSend_126(_id, _lib._sel_encodeObject_forKey_1, + _lib._objc_msgSend_127(_id, _lib._sel_encodeObject_forKey_1, object?._id ?? ffi.nullptr, key._id); } @override void encodeConditionalObject_forKey_(NSObject? object, NSString key) { - _lib._objc_msgSend_126(_id, _lib._sel_encodeConditionalObject_forKey_1, + _lib._objc_msgSend_127(_id, _lib._sel_encodeConditionalObject_forKey_1, object?._id ?? ffi.nullptr, key._id); } @override void encodeBool_forKey_(bool value, NSString key) { - _lib._objc_msgSend_237(_id, _lib._sel_encodeBool_forKey_1, value, key._id); + _lib._objc_msgSend_242(_id, _lib._sel_encodeBool_forKey_1, value, key._id); } @override void encodeInt_forKey_(int value, NSString key) { - _lib._objc_msgSend_238(_id, _lib._sel_encodeInt_forKey_1, value, key._id); + _lib._objc_msgSend_243(_id, _lib._sel_encodeInt_forKey_1, value, key._id); } @override void encodeInt32_forKey_(int value, NSString key) { - _lib._objc_msgSend_239(_id, _lib._sel_encodeInt32_forKey_1, value, key._id); + _lib._objc_msgSend_244(_id, _lib._sel_encodeInt32_forKey_1, value, key._id); } @override void encodeInt64_forKey_(int value, NSString key) { - _lib._objc_msgSend_240(_id, _lib._sel_encodeInt64_forKey_1, value, key._id); + _lib._objc_msgSend_245(_id, _lib._sel_encodeInt64_forKey_1, value, key._id); } @override void encodeFloat_forKey_(double value, NSString key) { - _lib._objc_msgSend_241(_id, _lib._sel_encodeFloat_forKey_1, value, key._id); + _lib._objc_msgSend_246(_id, _lib._sel_encodeFloat_forKey_1, value, key._id); } @override void encodeDouble_forKey_(double value, NSString key) { - _lib._objc_msgSend_242( + _lib._objc_msgSend_247( _id, _lib._sel_encodeDouble_forKey_1, value, key._id); } @override void encodeBytes_length_forKey_( ffi.Pointer bytes, int length, NSString key) { - _lib._objc_msgSend_243( + _lib._objc_msgSend_248( _id, _lib._sel_encodeBytes_length_forKey_1, bytes, length, key._id); } @@ -41257,7 +43246,7 @@ class NSKeyedArchiver extends NSCoder { } set requiresSecureCoding(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setRequiresSecureCoding_1, value); } @@ -41322,6 +43311,15 @@ class NSKeyedArchiver extends NSCoder { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSKeyedArchiver1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSKeyedArchiver1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -41369,7 +43367,7 @@ class NSMutableData extends NSData { } set length(int value) { - return _lib._objc_msgSend_463(_id, _lib._sel_setLength_1, value); + return _lib._objc_msgSend_472(_id, _lib._sel_setLength_1, value); } void appendBytes_length_(ffi.Pointer bytes, int length) { @@ -41377,30 +43375,30 @@ class NSMutableData extends NSData { } void appendData_(NSData other) { - _lib._objc_msgSend_226(_id, _lib._sel_appendData_1, other._id); + _lib._objc_msgSend_231(_id, _lib._sel_appendData_1, other._id); } void increaseLengthBy_(int extraLength) { - _lib._objc_msgSend_417(_id, _lib._sel_increaseLengthBy_1, extraLength); + _lib._objc_msgSend_427(_id, _lib._sel_increaseLengthBy_1, extraLength); } void replaceBytesInRange_withBytes_( _NSRange range, ffi.Pointer bytes) { - _lib._objc_msgSend_464( + _lib._objc_msgSend_473( _id, _lib._sel_replaceBytesInRange_withBytes_1, range, bytes); } void resetBytesInRange_(_NSRange range) { - _lib._objc_msgSend_423(_id, _lib._sel_resetBytesInRange_1, range); + _lib._objc_msgSend_433(_id, _lib._sel_resetBytesInRange_1, range); } void setData_(NSData data) { - _lib._objc_msgSend_226(_id, _lib._sel_setData_1, data._id); + _lib._objc_msgSend_231(_id, _lib._sel_setData_1, data._id); } void replaceBytesInRange_withBytes_length_(_NSRange range, ffi.Pointer replacementBytes, int replacementLength) { - _lib._objc_msgSend_465( + _lib._objc_msgSend_474( _id, _lib._sel_replaceBytesInRange_withBytes_length_1, range, @@ -41410,7 +43408,7 @@ class NSMutableData extends NSData { static NSMutableData? dataWithCapacity_( PedometerBindings _lib, int aNumItems) { - final _ret = _lib._objc_msgSend_466( + final _ret = _lib._objc_msgSend_475( _lib._class_NSMutableData1, _lib._sel_dataWithCapacity_1, aNumItems); return _ret.address == 0 ? null @@ -41418,7 +43416,7 @@ class NSMutableData extends NSData { } static NSMutableData? dataWithLength_(PedometerBindings _lib, int length) { - final _ret = _lib._objc_msgSend_466( + final _ret = _lib._objc_msgSend_475( _lib._class_NSMutableData1, _lib._sel_dataWithLength_1, length); return _ret.address == 0 ? null @@ -41427,7 +43425,7 @@ class NSMutableData extends NSData { NSMutableData? initWithCapacity_(int capacity) { final _ret = - _lib._objc_msgSend_466(_id, _lib._sel_initWithCapacity_1, capacity); + _lib._objc_msgSend_475(_id, _lib._sel_initWithCapacity_1, capacity); return _ret.address == 0 ? null : NSMutableData._(_ret, _lib, retain: true, release: true); @@ -41435,7 +43433,7 @@ class NSMutableData extends NSData { NSMutableData? initWithLength_(int length) { final _ret = - _lib._objc_msgSend_466(_id, _lib._sel_initWithLength_1, length); + _lib._objc_msgSend_475(_id, _lib._sel_initWithLength_1, length); return _ret.address == 0 ? null : NSMutableData._(_ret, _lib, retain: true, release: true); @@ -41443,13 +43441,13 @@ class NSMutableData extends NSData { bool decompressUsingAlgorithm_error_( int algorithm, ffi.Pointer> error) { - return _lib._objc_msgSend_467( + return _lib._objc_msgSend_476( _id, _lib._sel_decompressUsingAlgorithm_error_1, algorithm, error); } bool compressUsingAlgorithm_error_( int algorithm, ffi.Pointer> error) { - return _lib._objc_msgSend_467( + return _lib._objc_msgSend_476( _id, _lib._sel_compressUsingAlgorithm_error_1, algorithm, error); } @@ -41461,21 +43459,21 @@ class NSMutableData extends NSData { static NSMutableData dataWithBytes_length_( PedometerBindings _lib, ffi.Pointer bytes, int length) { - final _ret = _lib._objc_msgSend_214(_lib._class_NSMutableData1, + final _ret = _lib._objc_msgSend_219(_lib._class_NSMutableData1, _lib._sel_dataWithBytes_length_1, bytes, length); return NSMutableData._(_ret, _lib, retain: true, release: true); } static NSMutableData dataWithBytesNoCopy_length_( PedometerBindings _lib, ffi.Pointer bytes, int length) { - final _ret = _lib._objc_msgSend_214(_lib._class_NSMutableData1, + final _ret = _lib._objc_msgSend_219(_lib._class_NSMutableData1, _lib._sel_dataWithBytesNoCopy_length_1, bytes, length); return NSMutableData._(_ret, _lib, retain: false, release: true); } static NSMutableData dataWithBytesNoCopy_length_freeWhenDone_( PedometerBindings _lib, ffi.Pointer bytes, int length, bool b) { - final _ret = _lib._objc_msgSend_215(_lib._class_NSMutableData1, + final _ret = _lib._objc_msgSend_220(_lib._class_NSMutableData1, _lib._sel_dataWithBytesNoCopy_length_freeWhenDone_1, bytes, length, b); return NSMutableData._(_ret, _lib, retain: false, release: true); } @@ -41485,7 +43483,7 @@ class NSMutableData extends NSData { NSString path, int readOptionsMask, ffi.Pointer> errorPtr) { - final _ret = _lib._objc_msgSend_216( + final _ret = _lib._objc_msgSend_221( _lib._class_NSMutableData1, _lib._sel_dataWithContentsOfFile_options_error_1, path._id, @@ -41501,7 +43499,7 @@ class NSMutableData extends NSData { NSURL url, int readOptionsMask, ffi.Pointer> errorPtr) { - final _ret = _lib._objc_msgSend_217( + final _ret = _lib._objc_msgSend_222( _lib._class_NSMutableData1, _lib._sel_dataWithContentsOfURL_options_error_1, url._id, @@ -41523,7 +43521,7 @@ class NSMutableData extends NSData { static NSMutableData? dataWithContentsOfURL_( PedometerBindings _lib, NSURL url) { - final _ret = _lib._objc_msgSend_218( + final _ret = _lib._objc_msgSend_223( _lib._class_NSMutableData1, _lib._sel_dataWithContentsOfURL_1, url._id); return _ret.address == 0 ? null @@ -41532,7 +43530,7 @@ class NSMutableData extends NSData { @override NSMutableData initWithBytes_length_(ffi.Pointer bytes, int length) { - final _ret = _lib._objc_msgSend_214( + final _ret = _lib._objc_msgSend_219( _id, _lib._sel_initWithBytes_length_1, bytes, length); return NSMutableData._(_ret, _lib, retain: true, release: true); } @@ -41540,7 +43538,7 @@ class NSMutableData extends NSData { @override NSMutableData initWithBytesNoCopy_length_( ffi.Pointer bytes, int length) { - final _ret = _lib._objc_msgSend_214( + final _ret = _lib._objc_msgSend_219( _id, _lib._sel_initWithBytesNoCopy_length_1, bytes, length); return NSMutableData._(_ret, _lib, retain: false, release: true); } @@ -41548,7 +43546,7 @@ class NSMutableData extends NSData { @override NSMutableData initWithBytesNoCopy_length_freeWhenDone_( ffi.Pointer bytes, int length, bool b) { - final _ret = _lib._objc_msgSend_215(_id, + final _ret = _lib._objc_msgSend_220(_id, _lib._sel_initWithBytesNoCopy_length_freeWhenDone_1, bytes, length, b); return NSMutableData._(_ret, _lib, retain: false, release: true); } @@ -41558,7 +43556,7 @@ class NSMutableData extends NSData { ffi.Pointer bytes, int length, ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong? deallocator) { - final _ret = _lib._objc_msgSend_219( + final _ret = _lib._objc_msgSend_224( _id, _lib._sel_initWithBytesNoCopy_length_deallocator_1, bytes, @@ -41570,7 +43568,7 @@ class NSMutableData extends NSData { @override NSMutableData? initWithContentsOfFile_options_error_(NSString path, int readOptionsMask, ffi.Pointer> errorPtr) { - final _ret = _lib._objc_msgSend_216( + final _ret = _lib._objc_msgSend_221( _id, _lib._sel_initWithContentsOfFile_options_error_1, path._id, @@ -41584,7 +43582,7 @@ class NSMutableData extends NSData { @override NSMutableData? initWithContentsOfURL_options_error_(NSURL url, int readOptionsMask, ffi.Pointer> errorPtr) { - final _ret = _lib._objc_msgSend_217( + final _ret = _lib._objc_msgSend_222( _id, _lib._sel_initWithContentsOfURL_options_error_1, url._id, @@ -41607,7 +43605,7 @@ class NSMutableData extends NSData { @override NSMutableData? initWithContentsOfURL_(NSURL url) { final _ret = - _lib._objc_msgSend_218(_id, _lib._sel_initWithContentsOfURL_1, url._id); + _lib._objc_msgSend_223(_id, _lib._sel_initWithContentsOfURL_1, url._id); return _ret.address == 0 ? null : NSMutableData._(_ret, _lib, retain: true, release: true); @@ -41616,12 +43614,12 @@ class NSMutableData extends NSData { @override NSMutableData initWithData_(NSData data) { final _ret = - _lib._objc_msgSend_220(_id, _lib._sel_initWithData_1, data._id); + _lib._objc_msgSend_225(_id, _lib._sel_initWithData_1, data._id); return NSMutableData._(_ret, _lib, retain: true, release: true); } static NSMutableData dataWithData_(PedometerBindings _lib, NSData data) { - final _ret = _lib._objc_msgSend_220( + final _ret = _lib._objc_msgSend_225( _lib._class_NSMutableData1, _lib._sel_dataWithData_1, data._id); return NSMutableData._(_ret, _lib, retain: true, release: true); } @@ -41629,7 +43627,7 @@ class NSMutableData extends NSData { @override NSMutableData? initWithBase64EncodedString_options_( NSString base64String, int options) { - final _ret = _lib._objc_msgSend_221( + final _ret = _lib._objc_msgSend_226( _id, _lib._sel_initWithBase64EncodedString_options_1, base64String._id, @@ -41642,7 +43640,7 @@ class NSMutableData extends NSData { @override NSMutableData? initWithBase64EncodedData_options_( NSData base64Data, int options) { - final _ret = _lib._objc_msgSend_223(_id, + final _ret = _lib._objc_msgSend_228(_id, _lib._sel_initWithBase64EncodedData_options_1, base64Data._id, options); return _ret.address == 0 ? null @@ -41652,7 +43650,7 @@ class NSMutableData extends NSData { @override NSMutableData? decompressedDataUsingAlgorithm_error_( int algorithm, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_225(_id, + final _ret = _lib._objc_msgSend_230(_id, _lib._sel_decompressedDataUsingAlgorithm_error_1, algorithm, error); return _ret.address == 0 ? null @@ -41662,7 +43660,7 @@ class NSMutableData extends NSData { @override NSMutableData? compressedDataUsingAlgorithm_error_( int algorithm, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_225( + final _ret = _lib._objc_msgSend_230( _id, _lib._sel_compressedDataUsingAlgorithm_error_1, algorithm, error); return _ret.address == 0 ? null @@ -41745,6 +43743,15 @@ class NSMutableData extends NSData { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSMutableData1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSMutableData1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -41789,13 +43796,13 @@ class NSThread extends NSObject { static NSThread getCurrentThread(PedometerBindings _lib) { final _ret = - _lib._objc_msgSend_479(_lib._class_NSThread1, _lib._sel_currentThread1); + _lib._objc_msgSend_487(_lib._class_NSThread1, _lib._sel_currentThread1); return NSThread._(_ret, _lib, retain: true, release: true); } static void detachNewThreadWithBlock_( PedometerBindings _lib, ObjCBlock_ffiVoid block) { - _lib._objc_msgSend_480( + _lib._objc_msgSend_488( _lib._class_NSThread1, _lib._sel_detachNewThreadWithBlock_1, block._id); } @@ -41804,7 +43811,7 @@ class NSThread extends NSObject { ffi.Pointer selector, NSObject target, NSObject? argument) { - _lib._objc_msgSend_481( + _lib._objc_msgSend_489( _lib._class_NSThread1, _lib._sel_detachNewThreadSelector_toTarget_withObject_1, selector, @@ -41818,17 +43825,17 @@ class NSThread extends NSObject { } NSMutableDictionary get threadDictionary { - final _ret = _lib._objc_msgSend_487(_id, _lib._sel_threadDictionary1); + final _ret = _lib._objc_msgSend_495(_id, _lib._sel_threadDictionary1); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } static void sleepUntilDate_(PedometerBindings _lib, NSDate date) { - _lib._objc_msgSend_488( + _lib._objc_msgSend_496( _lib._class_NSThread1, _lib._sel_sleepUntilDate_1, date._id); } static void sleepForTimeInterval_(PedometerBindings _lib, double ti) { - _lib._objc_msgSend_489( + _lib._objc_msgSend_497( _lib._class_NSThread1, _lib._sel_sleepForTimeInterval_1, ti); } @@ -41837,19 +43844,21 @@ class NSThread extends NSObject { } double get threadPriority { - return _lib._objc_msgSend_156(_id, _lib._sel_threadPriority1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_threadPriority1) + : _lib._objc_msgSend_157(_id, _lib._sel_threadPriority1); } set threadPriority(double value) { - return _lib._objc_msgSend_490(_id, _lib._sel_setThreadPriority_1, value); + return _lib._objc_msgSend_498(_id, _lib._sel_setThreadPriority_1, value); } int get qualityOfService { - return _lib._objc_msgSend_491(_id, _lib._sel_qualityOfService1); + return _lib._objc_msgSend_499(_id, _lib._sel_qualityOfService1); } set qualityOfService(int value) { - return _lib._objc_msgSend_492(_id, _lib._sel_setQualityOfService_1, value); + return _lib._objc_msgSend_500(_id, _lib._sel_setQualityOfService_1, value); } static NSArray getCallStackReturnAddresses(PedometerBindings _lib) { @@ -41872,7 +43881,7 @@ class NSThread extends NSObject { } set name(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setName_1, value?._id ?? ffi.nullptr); } @@ -41881,7 +43890,7 @@ class NSThread extends NSObject { } set stackSize(int value) { - return _lib._objc_msgSend_463(_id, _lib._sel_setStackSize_1, value); + return _lib._objc_msgSend_472(_id, _lib._sel_setStackSize_1, value); } bool get isMainThread { @@ -41890,7 +43899,7 @@ class NSThread extends NSObject { static NSThread getMainThread(PedometerBindings _lib) { final _ret = - _lib._objc_msgSend_479(_lib._class_NSThread1, _lib._sel_mainThread1); + _lib._objc_msgSend_487(_lib._class_NSThread1, _lib._sel_mainThread1); return NSThread._(_ret, _lib, retain: true, release: true); } @@ -41902,7 +43911,7 @@ class NSThread extends NSObject { NSThread initWithTarget_selector_object_( NSObject target, ffi.Pointer selector, NSObject? argument) { - final _ret = _lib._objc_msgSend_494( + final _ret = _lib._objc_msgSend_502( _id, _lib._sel_initWithTarget_selector_object_1, target._id, @@ -41913,7 +43922,7 @@ class NSThread extends NSObject { NSThread initWithBlock_(ObjCBlock_ffiVoid block) { final _ret = - _lib._objc_msgSend_495(_id, _lib._sel_initWithBlock_1, block._id); + _lib._objc_msgSend_503(_id, _lib._sel_initWithBlock_1, block._id); return NSThread._(_ret, _lib, retain: true, release: true); } @@ -42000,6 +44009,15 @@ class NSThread extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSThread1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSThread1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -42133,7 +44151,7 @@ class NSMutableDictionary extends NSDictionary { } void setObject_forKey_(NSObject anObject, NSObject aKey) { - _lib._objc_msgSend_482( + _lib._objc_msgSend_490( _id, _lib._sel_setObject_forKey_1, anObject._id, aKey._id); } @@ -42159,7 +44177,7 @@ class NSMutableDictionary extends NSDictionary { } void addEntriesFromDictionary_(NSDictionary otherDictionary) { - _lib._objc_msgSend_456( + _lib._objc_msgSend_466( _id, _lib._sel_addEntriesFromDictionary_1, otherDictionary._id); } @@ -42168,15 +44186,15 @@ class NSMutableDictionary extends NSDictionary { } void removeObjectsForKeys_(NSArray keyArray) { - _lib._objc_msgSend_419(_id, _lib._sel_removeObjectsForKeys_1, keyArray._id); + _lib._objc_msgSend_429(_id, _lib._sel_removeObjectsForKeys_1, keyArray._id); } void setDictionary_(NSDictionary otherDictionary) { - _lib._objc_msgSend_456(_id, _lib._sel_setDictionary_1, otherDictionary._id); + _lib._objc_msgSend_466(_id, _lib._sel_setDictionary_1, otherDictionary._id); } void setObject_forKeyedSubscript_(NSObject? obj, NSObject key) { - _lib._objc_msgSend_483(_id, _lib._sel_setObject_forKeyedSubscript_1, + _lib._objc_msgSend_491(_id, _lib._sel_setObject_forKeyedSubscript_1, obj?._id ?? ffi.nullptr, key._id); } @@ -42189,7 +44207,7 @@ class NSMutableDictionary extends NSDictionary { static NSMutableDictionary? dictionaryWithContentsOfFile_( PedometerBindings _lib, NSString path) { - final _ret = _lib._objc_msgSend_484(_lib._class_NSMutableDictionary1, + final _ret = _lib._objc_msgSend_492(_lib._class_NSMutableDictionary1, _lib._sel_dictionaryWithContentsOfFile_1, path._id); return _ret.address == 0 ? null @@ -42198,7 +44216,7 @@ class NSMutableDictionary extends NSDictionary { static NSMutableDictionary? dictionaryWithContentsOfURL_( PedometerBindings _lib, NSURL url) { - final _ret = _lib._objc_msgSend_485(_lib._class_NSMutableDictionary1, + final _ret = _lib._objc_msgSend_493(_lib._class_NSMutableDictionary1, _lib._sel_dictionaryWithContentsOfURL_1, url._id); return _ret.address == 0 ? null @@ -42206,7 +44224,7 @@ class NSMutableDictionary extends NSDictionary { } NSMutableDictionary? initWithContentsOfFile_(NSString path) { - final _ret = _lib._objc_msgSend_484( + final _ret = _lib._objc_msgSend_492( _id, _lib._sel_initWithContentsOfFile_1, path._id); return _ret.address == 0 ? null @@ -42215,7 +44233,7 @@ class NSMutableDictionary extends NSDictionary { NSMutableDictionary? initWithContentsOfURL_(NSURL url) { final _ret = - _lib._objc_msgSend_485(_id, _lib._sel_initWithContentsOfURL_1, url._id); + _lib._objc_msgSend_493(_id, _lib._sel_initWithContentsOfURL_1, url._id); return _ret.address == 0 ? null : NSMutableDictionary._(_ret, _lib, retain: true, release: true); @@ -42223,13 +44241,13 @@ class NSMutableDictionary extends NSDictionary { static NSMutableDictionary dictionaryWithSharedKeySet_( PedometerBindings _lib, NSObject keyset) { - final _ret = _lib._objc_msgSend_486(_lib._class_NSMutableDictionary1, + final _ret = _lib._objc_msgSend_494(_lib._class_NSMutableDictionary1, _lib._sel_dictionaryWithSharedKeySet_1, keyset._id); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } void setValue_forKey_(NSObject? value, NSString key) { - _lib._objc_msgSend_126( + _lib._objc_msgSend_127( _id, _lib._sel_setValue_forKey_1, value?._id ?? ffi.nullptr, key._id); } @@ -42238,7 +44256,7 @@ class NSMutableDictionary extends NSDictionary { ffi.Pointer> objects, ffi.Pointer> keys, int cnt) { - final _ret = _lib._objc_msgSend_138( + final _ret = _lib._objc_msgSend_139( _id, _lib._sel_initWithObjects_forKeys_count_1, objects, keys, cnt); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } @@ -42251,7 +44269,7 @@ class NSMutableDictionary extends NSDictionary { static NSMutableDictionary dictionaryWithObject_forKey_( PedometerBindings _lib, NSObject object, NSObject key) { - final _ret = _lib._objc_msgSend_149(_lib._class_NSMutableDictionary1, + final _ret = _lib._objc_msgSend_150(_lib._class_NSMutableDictionary1, _lib._sel_dictionaryWithObject_forKey_1, object._id, key._id); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } @@ -42261,42 +44279,42 @@ class NSMutableDictionary extends NSDictionary { ffi.Pointer> objects, ffi.Pointer> keys, int cnt) { - final _ret = _lib._objc_msgSend_138(_lib._class_NSMutableDictionary1, + final _ret = _lib._objc_msgSend_139(_lib._class_NSMutableDictionary1, _lib._sel_dictionaryWithObjects_forKeys_count_1, objects, keys, cnt); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } static NSMutableDictionary dictionaryWithObjectsAndKeys_( PedometerBindings _lib, NSObject firstObject) { - final _ret = _lib._objc_msgSend_115(_lib._class_NSMutableDictionary1, + final _ret = _lib._objc_msgSend_116(_lib._class_NSMutableDictionary1, _lib._sel_dictionaryWithObjectsAndKeys_1, firstObject._id); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } static NSMutableDictionary dictionaryWithDictionary_( PedometerBindings _lib, NSDictionary dict) { - final _ret = _lib._objc_msgSend_150(_lib._class_NSMutableDictionary1, + final _ret = _lib._objc_msgSend_151(_lib._class_NSMutableDictionary1, _lib._sel_dictionaryWithDictionary_1, dict._id); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } static NSMutableDictionary dictionaryWithObjects_forKeys_( PedometerBindings _lib, NSArray objects, NSArray keys) { - final _ret = _lib._objc_msgSend_151(_lib._class_NSMutableDictionary1, + final _ret = _lib._objc_msgSend_152(_lib._class_NSMutableDictionary1, _lib._sel_dictionaryWithObjects_forKeys_1, objects._id, keys._id); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } @override NSMutableDictionary initWithObjectsAndKeys_(NSObject firstObject) { - final _ret = _lib._objc_msgSend_115( + final _ret = _lib._objc_msgSend_116( _id, _lib._sel_initWithObjectsAndKeys_1, firstObject._id); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } @override NSMutableDictionary initWithDictionary_(NSDictionary otherDictionary) { - final _ret = _lib._objc_msgSend_150( + final _ret = _lib._objc_msgSend_151( _id, _lib._sel_initWithDictionary_1, otherDictionary._id); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } @@ -42304,14 +44322,14 @@ class NSMutableDictionary extends NSDictionary { @override NSMutableDictionary initWithDictionary_copyItems_( NSDictionary otherDictionary, bool flag) { - final _ret = _lib._objc_msgSend_152(_id, + final _ret = _lib._objc_msgSend_153(_id, _lib._sel_initWithDictionary_copyItems_1, otherDictionary._id, flag); return NSMutableDictionary._(_ret, _lib, retain: false, release: true); } @override NSMutableDictionary initWithObjects_forKeys_(NSArray objects, NSArray keys) { - final _ret = _lib._objc_msgSend_151( + final _ret = _lib._objc_msgSend_152( _id, _lib._sel_initWithObjects_forKeys_1, objects._id, keys._id); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } @@ -42320,7 +44338,7 @@ class NSMutableDictionary extends NSDictionary { PedometerBindings _lib, NSURL url, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_153(_lib._class_NSMutableDictionary1, + final _ret = _lib._objc_msgSend_154(_lib._class_NSMutableDictionary1, _lib._sel_dictionaryWithContentsOfURL_error_1, url._id, error); return _ret.address == 0 ? null @@ -42328,7 +44346,7 @@ class NSMutableDictionary extends NSDictionary { } static NSObject sharedKeySetForKeys_(PedometerBindings _lib, NSArray keys) { - final _ret = _lib._objc_msgSend_116(_lib._class_NSMutableDictionary1, + final _ret = _lib._objc_msgSend_117(_lib._class_NSMutableDictionary1, _lib._sel_sharedKeySetForKeys_1, keys._id); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -42394,6 +44412,15 @@ class NSMutableDictionary extends NSDictionary { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSMutableDictionary1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSMutableDictionary1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -42448,7 +44475,7 @@ class NSItemProvider extends NSObject { NSString typeIdentifier, int visibility, ObjCBlock_NSProgress_ffiVoidNSDataNSError loadHandler) { - _lib._objc_msgSend_513( + _lib._objc_msgSend_521( _id, _lib._sel_registerDataRepresentationForTypeIdentifier_visibility_loadHandler_1, typeIdentifier._id, @@ -42462,7 +44489,7 @@ class NSItemProvider extends NSObject { int fileOptions, int visibility, ObjCBlock_NSProgress_ffiVoidNSURLboolNSError loadHandler) { - _lib._objc_msgSend_514( + _lib._objc_msgSend_522( _id, _lib._sel_registerFileRepresentationForTypeIdentifier_fileOptions_visibility_loadHandler_1, typeIdentifier._id, @@ -42478,7 +44505,7 @@ class NSItemProvider extends NSObject { } NSArray registeredTypeIdentifiersWithFileOptions_(int fileOptions) { - final _ret = _lib._objc_msgSend_515( + final _ret = _lib._objc_msgSend_523( _id, _lib._sel_registeredTypeIdentifiersWithFileOptions_1, fileOptions); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -42490,7 +44517,7 @@ class NSItemProvider extends NSObject { bool hasRepresentationConformingToTypeIdentifier_fileOptions_( NSString typeIdentifier, int fileOptions) { - return _lib._objc_msgSend_516( + return _lib._objc_msgSend_524( _id, _lib._sel_hasRepresentationConformingToTypeIdentifier_fileOptions_1, typeIdentifier._id, @@ -42500,7 +44527,7 @@ class NSItemProvider extends NSObject { NSProgress loadDataRepresentationForTypeIdentifier_completionHandler_( NSString typeIdentifier, ObjCBlock_ffiVoid_NSData_NSError completionHandler) { - final _ret = _lib._objc_msgSend_517( + final _ret = _lib._objc_msgSend_525( _id, _lib._sel_loadDataRepresentationForTypeIdentifier_completionHandler_1, typeIdentifier._id, @@ -42511,7 +44538,7 @@ class NSItemProvider extends NSObject { NSProgress loadFileRepresentationForTypeIdentifier_completionHandler_( NSString typeIdentifier, ObjCBlock_ffiVoid_NSURL_NSError completionHandler) { - final _ret = _lib._objc_msgSend_518( + final _ret = _lib._objc_msgSend_526( _id, _lib._sel_loadFileRepresentationForTypeIdentifier_completionHandler_1, typeIdentifier._id, @@ -42522,7 +44549,7 @@ class NSItemProvider extends NSObject { NSProgress loadInPlaceFileRepresentationForTypeIdentifier_completionHandler_( NSString typeIdentifier, ObjCBlock_ffiVoid_NSURL_bool_NSError completionHandler) { - final _ret = _lib._objc_msgSend_519( + final _ret = _lib._objc_msgSend_527( _id, _lib._sel_loadInPlaceFileRepresentationForTypeIdentifier_completionHandler_1, typeIdentifier._id, @@ -42538,18 +44565,18 @@ class NSItemProvider extends NSObject { } set suggestedName(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setSuggestedName_1, value?._id ?? ffi.nullptr); } NSItemProvider initWithObject_(NSObject object) { final _ret = - _lib._objc_msgSend_115(_id, _lib._sel_initWithObject_1, object._id); + _lib._objc_msgSend_116(_id, _lib._sel_initWithObject_1, object._id); return NSItemProvider._(_ret, _lib, retain: true, release: true); } void registerObject_visibility_(NSObject object, int visibility) { - _lib._objc_msgSend_520( + _lib._objc_msgSend_528( _id, _lib._sel_registerObject_visibility_1, object._id, visibility); } @@ -42557,7 +44584,7 @@ class NSItemProvider extends NSObject { NSObject aClass, int visibility, ObjCBlock_NSProgress_ffiVoidObjCObjectNSError loadHandler) { - _lib._objc_msgSend_521( + _lib._objc_msgSend_529( _id, _lib._sel_registerObjectOfClass_visibility_loadHandler_1, aClass._id, @@ -42572,7 +44599,7 @@ class NSItemProvider extends NSObject { NSProgress loadObjectOfClass_completionHandler_( NSObject aClass, ObjCBlock_ffiVoid_ObjCObject_NSError completionHandler) { - final _ret = _lib._objc_msgSend_522( + final _ret = _lib._objc_msgSend_530( _id, _lib._sel_loadObjectOfClass_completionHandler_1, aClass._id, @@ -42582,7 +44609,7 @@ class NSItemProvider extends NSObject { NSItemProvider initWithItem_typeIdentifier_( NSObject? item, NSString? typeIdentifier) { - final _ret = _lib._objc_msgSend_523( + final _ret = _lib._objc_msgSend_531( _id, _lib._sel_initWithItem_typeIdentifier_1, item?._id ?? ffi.nullptr, @@ -42591,7 +44618,7 @@ class NSItemProvider extends NSObject { } NSItemProvider? initWithContentsOfURL_(NSURL fileURL) { - final _ret = _lib._objc_msgSend_218( + final _ret = _lib._objc_msgSend_223( _id, _lib._sel_initWithContentsOfURL_1, fileURL._id); return _ret.address == 0 ? null @@ -42602,7 +44629,7 @@ class NSItemProvider extends NSObject { NSString typeIdentifier, ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary loadHandler) { - _lib._objc_msgSend_524( + _lib._objc_msgSend_532( _id, _lib._sel_registerItemForTypeIdentifier_loadHandler_1, typeIdentifier._id, @@ -42613,7 +44640,7 @@ class NSItemProvider extends NSObject { NSString typeIdentifier, NSDictionary? options, ObjCBlock_ffiVoid_ObjCObject_NSError1? completionHandler) { - _lib._objc_msgSend_525( + _lib._objc_msgSend_533( _id, _lib._sel_loadItemForTypeIdentifier_options_completionHandler_1, typeIdentifier._id, @@ -42623,7 +44650,7 @@ class NSItemProvider extends NSObject { ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary? get previewImageHandler { - final _ret = _lib._objc_msgSend_526(_id, _lib._sel_previewImageHandler1); + final _ret = _lib._objc_msgSend_534(_id, _lib._sel_previewImageHandler1); return _ret.address == 0 ? null : ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary._( @@ -42634,13 +44661,13 @@ class NSItemProvider extends NSObject { set previewImageHandler( ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary? value) { - return _lib._objc_msgSend_527( + return _lib._objc_msgSend_535( _id, _lib._sel_setPreviewImageHandler_1, value?._id ?? ffi.nullptr); } void loadPreviewImageWithOptions_completionHandler_(NSDictionary options, ObjCBlock_ffiVoid_ObjCObject_NSError1 completionHandler) { - _lib._objc_msgSend_528( + _lib._objc_msgSend_536( _id, _lib._sel_loadPreviewImageWithOptions_completionHandler_1, options._id, @@ -42708,6 +44735,15 @@ class NSItemProvider extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSItemProvider1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSItemProvider1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -42852,7 +44888,7 @@ class NSProgress extends NSObject { } static NSProgress? currentProgress(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_498( + final _ret = _lib._objc_msgSend_506( _lib._class_NSProgress1, _lib._sel_currentProgress1); return _ret.address == 0 ? null @@ -42861,14 +44897,14 @@ class NSProgress extends NSObject { static NSProgress progressWithTotalUnitCount_( PedometerBindings _lib, int unitCount) { - final _ret = _lib._objc_msgSend_499(_lib._class_NSProgress1, + final _ret = _lib._objc_msgSend_507(_lib._class_NSProgress1, _lib._sel_progressWithTotalUnitCount_1, unitCount); return NSProgress._(_ret, _lib, retain: true, release: true); } static NSProgress discreteProgressWithTotalUnitCount_( PedometerBindings _lib, int unitCount) { - final _ret = _lib._objc_msgSend_499(_lib._class_NSProgress1, + final _ret = _lib._objc_msgSend_507(_lib._class_NSProgress1, _lib._sel_discreteProgressWithTotalUnitCount_1, unitCount); return NSProgress._(_ret, _lib, retain: true, release: true); } @@ -42878,7 +44914,7 @@ class NSProgress extends NSObject { int unitCount, NSProgress parent, int portionOfParentTotalUnitCount) { - final _ret = _lib._objc_msgSend_500( + final _ret = _lib._objc_msgSend_508( _lib._class_NSProgress1, _lib._sel_progressWithTotalUnitCount_parent_pendingUnitCount_1, unitCount, @@ -42889,7 +44925,7 @@ class NSProgress extends NSObject { NSProgress initWithParent_userInfo_( NSProgress? parentProgressOrNil, NSObject? userInfoOrNil) { - final _ret = _lib._objc_msgSend_501( + final _ret = _lib._objc_msgSend_509( _id, _lib._sel_initWithParent_userInfo_1, parentProgressOrNil?._id ?? ffi.nullptr, @@ -42898,13 +44934,13 @@ class NSProgress extends NSObject { } void becomeCurrentWithPendingUnitCount_(int unitCount) { - _lib._objc_msgSend_502( + _lib._objc_msgSend_510( _id, _lib._sel_becomeCurrentWithPendingUnitCount_1, unitCount); } void performAsCurrentWithPendingUnitCount_usingBlock_( int unitCount, ObjCBlock_ffiVoid work) { - _lib._objc_msgSend_503( + _lib._objc_msgSend_511( _id, _lib._sel_performAsCurrentWithPendingUnitCount_usingBlock_1, unitCount, @@ -42916,24 +44952,24 @@ class NSProgress extends NSObject { } void addChild_withPendingUnitCount_(NSProgress child, int inUnitCount) { - _lib._objc_msgSend_504( + _lib._objc_msgSend_512( _id, _lib._sel_addChild_withPendingUnitCount_1, child._id, inUnitCount); } int get totalUnitCount { - return _lib._objc_msgSend_505(_id, _lib._sel_totalUnitCount1); + return _lib._objc_msgSend_513(_id, _lib._sel_totalUnitCount1); } set totalUnitCount(int value) { - return _lib._objc_msgSend_506(_id, _lib._sel_setTotalUnitCount_1, value); + return _lib._objc_msgSend_514(_id, _lib._sel_setTotalUnitCount_1, value); } int get completedUnitCount { - return _lib._objc_msgSend_505(_id, _lib._sel_completedUnitCount1); + return _lib._objc_msgSend_513(_id, _lib._sel_completedUnitCount1); } set completedUnitCount(int value) { - return _lib._objc_msgSend_506( + return _lib._objc_msgSend_514( _id, _lib._sel_setCompletedUnitCount_1, value); } @@ -42943,7 +44979,7 @@ class NSProgress extends NSObject { } set localizedDescription(NSString value) { - return _lib._objc_msgSend_507( + return _lib._objc_msgSend_515( _id, _lib._sel_setLocalizedDescription_1, value._id); } @@ -42954,7 +44990,7 @@ class NSProgress extends NSObject { } set localizedAdditionalDescription(NSString value) { - return _lib._objc_msgSend_507( + return _lib._objc_msgSend_515( _id, _lib._sel_setLocalizedAdditionalDescription_1, value._id); } @@ -42963,7 +44999,7 @@ class NSProgress extends NSObject { } set cancellable(bool value) { - return _lib._objc_msgSend_475(_id, _lib._sel_setCancellable_1, value); + return _lib._objc_msgSend_483(_id, _lib._sel_setCancellable_1, value); } bool get pausable { @@ -42971,7 +45007,7 @@ class NSProgress extends NSObject { } set pausable(bool value) { - return _lib._objc_msgSend_475(_id, _lib._sel_setPausable_1, value); + return _lib._objc_msgSend_483(_id, _lib._sel_setPausable_1, value); } bool get cancelled { @@ -42983,43 +45019,43 @@ class NSProgress extends NSObject { } ObjCBlock_ffiVoid? get cancellationHandler { - final _ret = _lib._objc_msgSend_508(_id, _lib._sel_cancellationHandler1); + final _ret = _lib._objc_msgSend_516(_id, _lib._sel_cancellationHandler1); return _ret.address == 0 ? null : ObjCBlock_ffiVoid._(_ret, _lib, retain: true, release: true); } set cancellationHandler(ObjCBlock_ffiVoid? value) { - return _lib._objc_msgSend_509( + return _lib._objc_msgSend_517( _id, _lib._sel_setCancellationHandler_1, value?._id ?? ffi.nullptr); } ObjCBlock_ffiVoid? get pausingHandler { - final _ret = _lib._objc_msgSend_508(_id, _lib._sel_pausingHandler1); + final _ret = _lib._objc_msgSend_516(_id, _lib._sel_pausingHandler1); return _ret.address == 0 ? null : ObjCBlock_ffiVoid._(_ret, _lib, retain: true, release: true); } set pausingHandler(ObjCBlock_ffiVoid? value) { - return _lib._objc_msgSend_509( + return _lib._objc_msgSend_517( _id, _lib._sel_setPausingHandler_1, value?._id ?? ffi.nullptr); } ObjCBlock_ffiVoid? get resumingHandler { - final _ret = _lib._objc_msgSend_508(_id, _lib._sel_resumingHandler1); + final _ret = _lib._objc_msgSend_516(_id, _lib._sel_resumingHandler1); return _ret.address == 0 ? null : ObjCBlock_ffiVoid._(_ret, _lib, retain: true, release: true); } set resumingHandler(ObjCBlock_ffiVoid? value) { - return _lib._objc_msgSend_509( + return _lib._objc_msgSend_517( _id, _lib._sel_setResumingHandler_1, value?._id ?? ffi.nullptr); } void setUserInfoObject_forKey_(NSObject? objectOrNil, NSString key) { - _lib._objc_msgSend_126(_id, _lib._sel_setUserInfoObject_forKey_1, + _lib._objc_msgSend_127(_id, _lib._sel_setUserInfoObject_forKey_1, objectOrNil?._id ?? ffi.nullptr, key._id); } @@ -43028,7 +45064,9 @@ class NSProgress extends NSObject { } double get fractionCompleted { - return _lib._objc_msgSend_156(_id, _lib._sel_fractionCompleted1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_fractionCompleted1) + : _lib._objc_msgSend_157(_id, _lib._sel_fractionCompleted1); } bool get finished { @@ -43060,31 +45098,31 @@ class NSProgress extends NSObject { } set kind(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setKind_1, value?._id ?? ffi.nullptr); } NSNumber? get estimatedTimeRemaining { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_estimatedTimeRemaining1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_estimatedTimeRemaining1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); } set estimatedTimeRemaining(NSNumber? value) { - return _lib._objc_msgSend_510( + return _lib._objc_msgSend_518( _id, _lib._sel_setEstimatedTimeRemaining_1, value?._id ?? ffi.nullptr); } NSNumber? get throughput { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_throughput1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_throughput1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); } set throughput(NSNumber? value) { - return _lib._objc_msgSend_510( + return _lib._objc_msgSend_518( _id, _lib._sel_setThroughput_1, value?._id ?? ffi.nullptr); } @@ -43096,7 +45134,7 @@ class NSProgress extends NSObject { } set fileOperationKind(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setFileOperationKind_1, value?._id ?? ffi.nullptr); } @@ -43108,31 +45146,31 @@ class NSProgress extends NSObject { } set fileURL(NSURL? value) { - return _lib._objc_msgSend_511( + return _lib._objc_msgSend_519( _id, _lib._sel_setFileURL_1, value?._id ?? ffi.nullptr); } NSNumber? get fileTotalCount { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_fileTotalCount1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_fileTotalCount1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); } set fileTotalCount(NSNumber? value) { - return _lib._objc_msgSend_510( + return _lib._objc_msgSend_518( _id, _lib._sel_setFileTotalCount_1, value?._id ?? ffi.nullptr); } NSNumber? get fileCompletedCount { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_fileCompletedCount1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_fileCompletedCount1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); } set fileCompletedCount(NSNumber? value) { - return _lib._objc_msgSend_510( + return _lib._objc_msgSend_518( _id, _lib._sel_setFileCompletedCount_1, value?._id ?? ffi.nullptr); } @@ -43148,7 +45186,7 @@ class NSProgress extends NSObject { PedometerBindings _lib, NSURL url, ObjCBlock_ffiVoid_NSProgress publishingHandler) { - final _ret = _lib._objc_msgSend_512( + final _ret = _lib._objc_msgSend_520( _lib._class_NSProgress1, _lib._sel_addSubscriberForFileURL_withPublishingHandler_1, url._id, @@ -43231,6 +45269,15 @@ class NSProgress extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSProgress1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSProgress1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -44374,34 +46421,34 @@ class NSMutableString extends NSString { } void replaceCharactersInRange_withString_(_NSRange range, NSString aString) { - _lib._objc_msgSend_529(_id, _lib._sel_replaceCharactersInRange_withString_1, + _lib._objc_msgSend_537(_id, _lib._sel_replaceCharactersInRange_withString_1, range, aString._id); } void insertString_atIndex_(NSString aString, int loc) { - _lib._objc_msgSend_530( + _lib._objc_msgSend_538( _id, _lib._sel_insertString_atIndex_1, aString._id, loc); } void deleteCharactersInRange_(_NSRange range) { - _lib._objc_msgSend_423(_id, _lib._sel_deleteCharactersInRange_1, range); + _lib._objc_msgSend_433(_id, _lib._sel_deleteCharactersInRange_1, range); } void appendString_(NSString aString) { - _lib._objc_msgSend_199(_id, _lib._sel_appendString_1, aString._id); + _lib._objc_msgSend_200(_id, _lib._sel_appendString_1, aString._id); } void appendFormat_(NSString format) { - _lib._objc_msgSend_199(_id, _lib._sel_appendFormat_1, format._id); + _lib._objc_msgSend_200(_id, _lib._sel_appendFormat_1, format._id); } void setString_(NSString aString) { - _lib._objc_msgSend_199(_id, _lib._sel_setString_1, aString._id); + _lib._objc_msgSend_200(_id, _lib._sel_setString_1, aString._id); } int replaceOccurrencesOfString_withString_options_range_(NSString target, NSString replacement, int options, _NSRange searchRange) { - return _lib._objc_msgSend_531( + return _lib._objc_msgSend_539( _id, _lib._sel_replaceOccurrencesOfString_withString_options_range_1, target._id, @@ -44412,7 +46459,7 @@ class NSMutableString extends NSString { bool applyTransform_reverse_range_updatedRange_(NSString transform, bool reverse, _NSRange range, ffi.Pointer<_NSRange> resultingRange) { - return _lib._objc_msgSend_532( + return _lib._objc_msgSend_540( _id, _lib._sel_applyTransform_reverse_range_updatedRange_1, transform._id, @@ -44423,13 +46470,13 @@ class NSMutableString extends NSString { NSMutableString initWithCapacity_(int capacity) { final _ret = - _lib._objc_msgSend_533(_id, _lib._sel_initWithCapacity_1, capacity); + _lib._objc_msgSend_541(_id, _lib._sel_initWithCapacity_1, capacity); return NSMutableString._(_ret, _lib, retain: true, release: true); } static NSMutableString stringWithCapacity_( PedometerBindings _lib, int capacity) { - final _ret = _lib._objc_msgSend_533( + final _ret = _lib._objc_msgSend_541( _lib._class_NSMutableString1, _lib._sel_stringWithCapacity_1, capacity); return NSMutableString._(_ret, _lib, retain: true, release: true); } @@ -44451,13 +46498,13 @@ class NSMutableString extends NSString { static ffi.Pointer getAvailableStringEncodings( PedometerBindings _lib) { - return _lib._objc_msgSend_307( + return _lib._objc_msgSend_312( _lib._class_NSMutableString1, _lib._sel_availableStringEncodings1); } static NSString localizedNameOfStringEncoding_( PedometerBindings _lib, int encoding) { - final _ret = _lib._objc_msgSend_264(_lib._class_NSMutableString1, + final _ret = _lib._objc_msgSend_269(_lib._class_NSMutableString1, _lib._sel_localizedNameOfStringEncoding_1, encoding); return NSString._(_ret, _lib, retain: true, release: true); } @@ -44470,7 +46517,7 @@ class NSMutableString extends NSString { @override NSMutableString initWithCharactersNoCopy_length_freeWhenDone_( ffi.Pointer characters, int length, bool freeBuffer) { - final _ret = _lib._objc_msgSend_319( + final _ret = _lib._objc_msgSend_324( _id, _lib._sel_initWithCharactersNoCopy_length_freeWhenDone_1, characters, @@ -44484,7 +46531,7 @@ class NSMutableString extends NSString { ffi.Pointer chars, int len, ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong? deallocator) { - final _ret = _lib._objc_msgSend_320( + final _ret = _lib._objc_msgSend_325( _id, _lib._sel_initWithCharactersNoCopy_length_deallocator_1, chars, @@ -44496,7 +46543,7 @@ class NSMutableString extends NSString { @override NSMutableString initWithCharacters_length_( ffi.Pointer characters, int length) { - final _ret = _lib._objc_msgSend_321( + final _ret = _lib._objc_msgSend_326( _id, _lib._sel_initWithCharacters_length_1, characters, length); return NSMutableString._(_ret, _lib, retain: true, release: true); } @@ -44504,7 +46551,7 @@ class NSMutableString extends NSString { @override NSMutableString? initWithUTF8String_( ffi.Pointer nullTerminatedCString) { - final _ret = _lib._objc_msgSend_322( + final _ret = _lib._objc_msgSend_327( _id, _lib._sel_initWithUTF8String_1, nullTerminatedCString); return _ret.address == 0 ? null @@ -44527,23 +46574,23 @@ class NSMutableString extends NSString { @override NSMutableString initWithFormat_arguments_( - NSString format, ffi.Pointer<__va_list_tag> argList) { - final _ret = _lib._objc_msgSend_323( + NSString format, ffi.Pointer argList) { + final _ret = _lib._objc_msgSend_328( _id, _lib._sel_initWithFormat_arguments_1, format._id, argList); return NSMutableString._(_ret, _lib, retain: true, release: true); } @override NSMutableString initWithFormat_locale_(NSString format, NSObject? locale) { - final _ret = _lib._objc_msgSend_324(_id, _lib._sel_initWithFormat_locale_1, + final _ret = _lib._objc_msgSend_329(_id, _lib._sel_initWithFormat_locale_1, format._id, locale?._id ?? ffi.nullptr); return NSMutableString._(_ret, _lib, retain: true, release: true); } @override NSMutableString initWithFormat_locale_arguments_( - NSString format, NSObject? locale, ffi.Pointer<__va_list_tag> argList) { - final _ret = _lib._objc_msgSend_325( + NSString format, NSObject? locale, ffi.Pointer argList) { + final _ret = _lib._objc_msgSend_330( _id, _lib._sel_initWithFormat_locale_arguments_1, format._id, @@ -44557,7 +46604,7 @@ class NSMutableString extends NSString { NSString format, NSString validFormatSpecifiers, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_326( + final _ret = _lib._objc_msgSend_331( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_error_1, format._id, @@ -44574,7 +46621,7 @@ class NSMutableString extends NSString { NSString validFormatSpecifiers, NSObject? locale, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_327( + final _ret = _lib._objc_msgSend_332( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_locale_error_1, format._id, @@ -44591,9 +46638,9 @@ class NSMutableString extends NSString { initWithValidatedFormat_validFormatSpecifiers_arguments_error_( NSString format, NSString validFormatSpecifiers, - ffi.Pointer<__va_list_tag> argList, + ffi.Pointer argList, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_328( + final _ret = _lib._objc_msgSend_333( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_arguments_error_1, format._id, @@ -44611,9 +46658,9 @@ class NSMutableString extends NSString { NSString format, NSString validFormatSpecifiers, NSObject? locale, - ffi.Pointer<__va_list_tag> argList, + ffi.Pointer argList, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_329( + final _ret = _lib._objc_msgSend_334( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_1, format._id, @@ -44628,7 +46675,7 @@ class NSMutableString extends NSString { @override NSMutableString? initWithData_encoding_(NSData data, int encoding) { - final _ret = _lib._objc_msgSend_330( + final _ret = _lib._objc_msgSend_335( _id, _lib._sel_initWithData_encoding_1, data._id, encoding); return _ret.address == 0 ? null @@ -44638,7 +46685,7 @@ class NSMutableString extends NSString { @override NSMutableString? initWithBytes_length_encoding_( ffi.Pointer bytes, int len, int encoding) { - final _ret = _lib._objc_msgSend_331( + final _ret = _lib._objc_msgSend_336( _id, _lib._sel_initWithBytes_length_encoding_1, bytes, len, encoding); return _ret.address == 0 ? null @@ -44648,7 +46695,7 @@ class NSMutableString extends NSString { @override NSMutableString? initWithBytesNoCopy_length_encoding_freeWhenDone_( ffi.Pointer bytes, int len, int encoding, bool freeBuffer) { - final _ret = _lib._objc_msgSend_332( + final _ret = _lib._objc_msgSend_337( _id, _lib._sel_initWithBytesNoCopy_length_encoding_freeWhenDone_1, bytes, @@ -44666,7 +46713,7 @@ class NSMutableString extends NSString { int len, int encoding, ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong? deallocator) { - final _ret = _lib._objc_msgSend_333( + final _ret = _lib._objc_msgSend_338( _id, _lib._sel_initWithBytesNoCopy_length_encoding_deallocator_1, bytes, @@ -44693,14 +46740,14 @@ class NSMutableString extends NSString { static NSMutableString stringWithCharacters_length_(PedometerBindings _lib, ffi.Pointer characters, int length) { - final _ret = _lib._objc_msgSend_321(_lib._class_NSMutableString1, + final _ret = _lib._objc_msgSend_326(_lib._class_NSMutableString1, _lib._sel_stringWithCharacters_length_1, characters, length); return NSMutableString._(_ret, _lib, retain: true, release: true); } static NSMutableString? stringWithUTF8String_( PedometerBindings _lib, ffi.Pointer nullTerminatedCString) { - final _ret = _lib._objc_msgSend_322(_lib._class_NSMutableString1, + final _ret = _lib._objc_msgSend_327(_lib._class_NSMutableString1, _lib._sel_stringWithUTF8String_1, nullTerminatedCString); return _ret.address == 0 ? null @@ -44727,7 +46774,7 @@ class NSMutableString extends NSString { NSString format, NSString validFormatSpecifiers, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_326( + final _ret = _lib._objc_msgSend_331( _lib._class_NSMutableString1, _lib._sel_stringWithValidatedFormat_validFormatSpecifiers_error_1, format._id, @@ -44744,7 +46791,7 @@ class NSMutableString extends NSString { NSString format, NSString validFormatSpecifiers, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_326( + final _ret = _lib._objc_msgSend_331( _lib._class_NSMutableString1, _lib._sel_localizedStringWithValidatedFormat_validFormatSpecifiers_error_1, format._id, @@ -44758,7 +46805,7 @@ class NSMutableString extends NSString { @override NSMutableString? initWithCString_encoding_( ffi.Pointer nullTerminatedCString, int encoding) { - final _ret = _lib._objc_msgSend_334(_id, + final _ret = _lib._objc_msgSend_339(_id, _lib._sel_initWithCString_encoding_1, nullTerminatedCString, encoding); return _ret.address == 0 ? null @@ -44767,7 +46814,7 @@ class NSMutableString extends NSString { static NSMutableString? stringWithCString_encoding_( PedometerBindings _lib, ffi.Pointer cString, int enc) { - final _ret = _lib._objc_msgSend_334(_lib._class_NSMutableString1, + final _ret = _lib._objc_msgSend_339(_lib._class_NSMutableString1, _lib._sel_stringWithCString_encoding_1, cString, enc); return _ret.address == 0 ? null @@ -44777,7 +46824,7 @@ class NSMutableString extends NSString { @override NSMutableString? initWithContentsOfURL_encoding_error_( NSURL url, int enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_335(_id, + final _ret = _lib._objc_msgSend_340(_id, _lib._sel_initWithContentsOfURL_encoding_error_1, url._id, enc, error); return _ret.address == 0 ? null @@ -44787,7 +46834,7 @@ class NSMutableString extends NSString { @override NSMutableString? initWithContentsOfFile_encoding_error_( NSString path, int enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_336( + final _ret = _lib._objc_msgSend_341( _id, _lib._sel_initWithContentsOfFile_encoding_error_1, path._id, @@ -44803,7 +46850,7 @@ class NSMutableString extends NSString { NSURL url, int enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_335( + final _ret = _lib._objc_msgSend_340( _lib._class_NSMutableString1, _lib._sel_stringWithContentsOfURL_encoding_error_1, url._id, @@ -44819,7 +46866,7 @@ class NSMutableString extends NSString { NSString path, int enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_336( + final _ret = _lib._objc_msgSend_341( _lib._class_NSMutableString1, _lib._sel_stringWithContentsOfFile_encoding_error_1, path._id, @@ -44835,7 +46882,7 @@ class NSMutableString extends NSString { NSURL url, ffi.Pointer enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_337( + final _ret = _lib._objc_msgSend_342( _id, _lib._sel_initWithContentsOfURL_usedEncoding_error_1, url._id, @@ -44851,7 +46898,7 @@ class NSMutableString extends NSString { NSString path, ffi.Pointer enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_338( + final _ret = _lib._objc_msgSend_343( _id, _lib._sel_initWithContentsOfFile_usedEncoding_error_1, path._id, @@ -44867,7 +46914,7 @@ class NSMutableString extends NSString { NSURL url, ffi.Pointer enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_337( + final _ret = _lib._objc_msgSend_342( _lib._class_NSMutableString1, _lib._sel_stringWithContentsOfURL_usedEncoding_error_1, url._id, @@ -44883,7 +46930,7 @@ class NSMutableString extends NSString { NSString path, ffi.Pointer enc, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_338( + final _ret = _lib._objc_msgSend_343( _lib._class_NSMutableString1, _lib._sel_stringWithContentsOfFile_usedEncoding_error_1, path._id, @@ -44901,7 +46948,7 @@ class NSMutableString extends NSString { NSDictionary? opts, ffi.Pointer> string, ffi.Pointer usedLossyConversion) { - return _lib._objc_msgSend_339( + return _lib._objc_msgSend_344( _lib._class_NSMutableString1, _lib._sel_stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_1, data._id, @@ -44920,7 +46967,7 @@ class NSMutableString extends NSString { } static NSObject? stringWithContentsOfURL_(PedometerBindings _lib, NSURL url) { - final _ret = _lib._objc_msgSend_218(_lib._class_NSMutableString1, + final _ret = _lib._objc_msgSend_223(_lib._class_NSMutableString1, _lib._sel_stringWithContentsOfURL_1, url._id); return _ret.address == 0 ? null @@ -44929,7 +46976,7 @@ class NSMutableString extends NSString { static NSObject? stringWithCString_length_( PedometerBindings _lib, ffi.Pointer bytes, int length) { - final _ret = _lib._objc_msgSend_334(_lib._class_NSMutableString1, + final _ret = _lib._objc_msgSend_339(_lib._class_NSMutableString1, _lib._sel_stringWithCString_length_1, bytes, length); return _ret.address == 0 ? null @@ -44938,7 +46985,7 @@ class NSMutableString extends NSString { static NSObject? stringWithCString_( PedometerBindings _lib, ffi.Pointer bytes) { - final _ret = _lib._objc_msgSend_322( + final _ret = _lib._objc_msgSend_327( _lib._class_NSMutableString1, _lib._sel_stringWithCString_1, bytes); return _ret.address == 0 ? null @@ -44947,7 +46994,7 @@ class NSMutableString extends NSString { static NSString pathWithComponents_( PedometerBindings _lib, NSArray components) { - final _ret = _lib._objc_msgSend_346(_lib._class_NSMutableString1, + final _ret = _lib._objc_msgSend_351(_lib._class_NSMutableString1, _lib._sel_pathWithComponents_1, components._id); return NSString._(_ret, _lib, retain: true, release: true); } @@ -45013,6 +47060,15 @@ class NSMutableString extends NSString { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSMutableString1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSMutableString1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -45063,7 +47119,7 @@ class NSNotification extends NSObject { } NSDictionary? get userInfo { - final _ret = _lib._objc_msgSend_340(_id, _lib._sel_userInfo1); + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_userInfo1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -45071,7 +47127,7 @@ class NSNotification extends NSObject { NSNotification initWithName_object_userInfo_( NSString name, NSObject? object, NSDictionary? userInfo) { - final _ret = _lib._objc_msgSend_534( + final _ret = _lib._objc_msgSend_542( _id, _lib._sel_initWithName_object_userInfo_1, name._id, @@ -45090,7 +47146,7 @@ class NSNotification extends NSObject { static NSNotification notificationWithName_object_( PedometerBindings _lib, NSString aName, NSObject? anObject) { - final _ret = _lib._objc_msgSend_324( + final _ret = _lib._objc_msgSend_329( _lib._class_NSNotification1, _lib._sel_notificationWithName_object_1, aName._id, @@ -45103,7 +47159,7 @@ class NSNotification extends NSObject { NSString aName, NSObject? anObject, NSDictionary? aUserInfo) { - final _ret = _lib._objc_msgSend_534( + final _ret = _lib._objc_msgSend_542( _lib._class_NSNotification1, _lib._sel_notificationWithName_object_userInfo_1, aName._id, @@ -45179,6 +47235,15 @@ class NSNotification extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSNotification1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSNotification1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -45217,7 +47282,7 @@ class NSBundle extends NSObject { static NSBundle getMainBundle(PedometerBindings _lib) { final _ret = - _lib._objc_msgSend_535(_lib._class_NSBundle1, _lib._sel_mainBundle1); + _lib._objc_msgSend_543(_lib._class_NSBundle1, _lib._sel_mainBundle1); return NSBundle._(_ret, _lib, retain: true, release: true); } @@ -45237,7 +47302,7 @@ class NSBundle extends NSObject { } static NSBundle? bundleWithURL_(PedometerBindings _lib, NSURL url) { - final _ret = _lib._objc_msgSend_218( + final _ret = _lib._objc_msgSend_223( _lib._class_NSBundle1, _lib._sel_bundleWithURL_1, url._id); return _ret.address == 0 ? null @@ -45245,21 +47310,21 @@ class NSBundle extends NSObject { } NSBundle? initWithURL_(NSURL url) { - final _ret = _lib._objc_msgSend_218(_id, _lib._sel_initWithURL_1, url._id); + final _ret = _lib._objc_msgSend_223(_id, _lib._sel_initWithURL_1, url._id); return _ret.address == 0 ? null : NSBundle._(_ret, _lib, retain: true, release: true); } static NSBundle bundleForClass_(PedometerBindings _lib, NSObject aClass) { - final _ret = _lib._objc_msgSend_536( + final _ret = _lib._objc_msgSend_544( _lib._class_NSBundle1, _lib._sel_bundleForClass_1, aClass._id); return NSBundle._(_ret, _lib, retain: true, release: true); } static NSBundle? bundleWithIdentifier_( PedometerBindings _lib, NSString identifier) { - final _ret = _lib._objc_msgSend_537(_lib._class_NSBundle1, + final _ret = _lib._objc_msgSend_545(_lib._class_NSBundle1, _lib._sel_bundleWithIdentifier_1, identifier._id); return _ret.address == 0 ? null @@ -45291,16 +47356,16 @@ class NSBundle extends NSObject { } bool preflightAndReturnError_(ffi.Pointer> error) { - return _lib._objc_msgSend_194( + return _lib._objc_msgSend_195( _id, _lib._sel_preflightAndReturnError_1, error); } bool loadAndReturnError_(ffi.Pointer> error) { - return _lib._objc_msgSend_194(_id, _lib._sel_loadAndReturnError_1, error); + return _lib._objc_msgSend_195(_id, _lib._sel_loadAndReturnError_1, error); } NSURL get bundleURL { - final _ret = _lib._objc_msgSend_413(_id, _lib._sel_bundleURL1); + final _ret = _lib._objc_msgSend_423(_id, _lib._sel_bundleURL1); return NSURL._(_ret, _lib, retain: true, release: true); } @@ -45319,7 +47384,7 @@ class NSBundle extends NSObject { } NSURL? URLForAuxiliaryExecutable_(NSString executableName) { - final _ret = _lib._objc_msgSend_208( + final _ret = _lib._objc_msgSend_209( _id, _lib._sel_URLForAuxiliaryExecutable_1, executableName._id); return _ret.address == 0 ? null @@ -45381,7 +47446,7 @@ class NSBundle extends NSObject { } NSString? pathForAuxiliaryExecutable_(NSString executableName) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_pathForAuxiliaryExecutable_1, executableName._id); return _ret.address == 0 ? null @@ -45422,7 +47487,7 @@ class NSBundle extends NSObject { NSString? ext, NSString? subpath, NSURL bundleURL) { - final _ret = _lib._objc_msgSend_538( + final _ret = _lib._objc_msgSend_546( _lib._class_NSBundle1, _lib._sel_URLForResource_withExtension_subdirectory_inBundleWithURL_1, name?._id ?? ffi.nullptr, @@ -45439,7 +47504,7 @@ class NSBundle extends NSObject { NSString? ext, NSString? subpath, NSURL bundleURL) { - final _ret = _lib._objc_msgSend_539( + final _ret = _lib._objc_msgSend_547( _lib._class_NSBundle1, _lib._sel_URLsForResourcesWithExtension_subdirectory_inBundleWithURL_1, ext?._id ?? ffi.nullptr, @@ -45451,7 +47516,7 @@ class NSBundle extends NSObject { } NSURL? URLForResource_withExtension_(NSString? name, NSString? ext) { - final _ret = _lib._objc_msgSend_540( + final _ret = _lib._objc_msgSend_548( _id, _lib._sel_URLForResource_withExtension_1, name?._id ?? ffi.nullptr, @@ -45463,7 +47528,7 @@ class NSBundle extends NSObject { NSURL? URLForResource_withExtension_subdirectory_( NSString? name, NSString? ext, NSString? subpath) { - final _ret = _lib._objc_msgSend_541( + final _ret = _lib._objc_msgSend_549( _id, _lib._sel_URLForResource_withExtension_subdirectory_1, name?._id ?? ffi.nullptr, @@ -45476,7 +47541,7 @@ class NSBundle extends NSObject { NSURL? URLForResource_withExtension_subdirectory_localization_(NSString? name, NSString? ext, NSString? subpath, NSString? localizationName) { - final _ret = _lib._objc_msgSend_542( + final _ret = _lib._objc_msgSend_550( _id, _lib._sel_URLForResource_withExtension_subdirectory_localization_1, name?._id ?? ffi.nullptr, @@ -45490,7 +47555,7 @@ class NSBundle extends NSObject { NSArray? URLsForResourcesWithExtension_subdirectory_( NSString? ext, NSString? subpath) { - final _ret = _lib._objc_msgSend_543( + final _ret = _lib._objc_msgSend_551( _id, _lib._sel_URLsForResourcesWithExtension_subdirectory_1, ext?._id ?? ffi.nullptr, @@ -45502,7 +47567,7 @@ class NSBundle extends NSObject { NSArray? URLsForResourcesWithExtension_subdirectory_localization_( NSString? ext, NSString? subpath, NSString? localizationName) { - final _ret = _lib._objc_msgSend_544( + final _ret = _lib._objc_msgSend_552( _id, _lib._sel_URLsForResourcesWithExtension_subdirectory_localization_1, ext?._id ?? ffi.nullptr, @@ -45515,7 +47580,7 @@ class NSBundle extends NSObject { static NSString? pathForResource_ofType_inDirectory_(PedometerBindings _lib, NSString? name, NSString? ext, NSString bundlePath) { - final _ret = _lib._objc_msgSend_545( + final _ret = _lib._objc_msgSend_553( _lib._class_NSBundle1, _lib._sel_pathForResource_ofType_inDirectory_1, name?._id ?? ffi.nullptr, @@ -45528,7 +47593,7 @@ class NSBundle extends NSObject { static NSArray pathsForResourcesOfType_inDirectory_( PedometerBindings _lib, NSString? ext, NSString bundlePath) { - final _ret = _lib._objc_msgSend_546( + final _ret = _lib._objc_msgSend_554( _lib._class_NSBundle1, _lib._sel_pathsForResourcesOfType_inDirectory_1, ext?._id ?? ffi.nullptr, @@ -45537,7 +47602,7 @@ class NSBundle extends NSObject { } NSString? pathForResource_ofType_(NSString? name, NSString? ext) { - final _ret = _lib._objc_msgSend_547(_id, _lib._sel_pathForResource_ofType_1, + final _ret = _lib._objc_msgSend_555(_id, _lib._sel_pathForResource_ofType_1, name?._id ?? ffi.nullptr, ext?._id ?? ffi.nullptr); return _ret.address == 0 ? null @@ -45546,7 +47611,7 @@ class NSBundle extends NSObject { NSString? pathForResource_ofType_inDirectory_forLocalization_(NSString? name, NSString? ext, NSString? subpath, NSString? localizationName) { - final _ret = _lib._objc_msgSend_548( + final _ret = _lib._objc_msgSend_556( _id, _lib._sel_pathForResource_ofType_inDirectory_forLocalization_1, name?._id ?? ffi.nullptr, @@ -45560,7 +47625,7 @@ class NSBundle extends NSObject { NSArray pathsForResourcesOfType_inDirectory_forLocalization_( NSString? ext, NSString? subpath, NSString? localizationName) { - final _ret = _lib._objc_msgSend_549( + final _ret = _lib._objc_msgSend_557( _id, _lib._sel_pathsForResourcesOfType_inDirectory_forLocalization_1, ext?._id ?? ffi.nullptr, @@ -45571,7 +47636,7 @@ class NSBundle extends NSObject { NSString localizedStringForKey_value_table_( NSString key, NSString? value, NSString? tableName) { - final _ret = _lib._objc_msgSend_550( + final _ret = _lib._objc_msgSend_558( _id, _lib._sel_localizedStringForKey_value_table_1, key._id, @@ -45582,7 +47647,7 @@ class NSBundle extends NSObject { NSAttributedString localizedAttributedStringForKey_value_table_( NSString key, NSString? value, NSString? tableName) { - final _ret = _lib._objc_msgSend_576( + final _ret = _lib._objc_msgSend_584( _id, _lib._sel_localizedAttributedStringForKey_value_table_1, key._id, @@ -45599,7 +47664,7 @@ class NSBundle extends NSObject { } NSDictionary? get infoDictionary { - final _ret = _lib._objc_msgSend_340(_id, _lib._sel_infoDictionary1); + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_infoDictionary1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -45607,7 +47672,7 @@ class NSBundle extends NSObject { NSDictionary? get localizedInfoDictionary { final _ret = - _lib._objc_msgSend_340(_id, _lib._sel_localizedInfoDictionary1); + _lib._objc_msgSend_345(_id, _lib._sel_localizedInfoDictionary1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -45664,7 +47729,7 @@ class NSBundle extends NSObject { PedometerBindings _lib, NSArray localizationsArray, NSArray? preferencesArray) { - final _ret = _lib._objc_msgSend_577( + final _ret = _lib._objc_msgSend_585( _lib._class_NSBundle1, _lib._sel_preferredLocalizationsFromArray_forPreferences_1, localizationsArray._id, @@ -45680,13 +47745,16 @@ class NSBundle extends NSObject { } void setPreservationPriority_forTags_(double priority, NSSet tags) { - _lib._objc_msgSend_578( + _lib._objc_msgSend_586( _id, _lib._sel_setPreservationPriority_forTags_1, priority, tags._id); } double preservationPriorityForTag_(NSString tag) { - return _lib._objc_msgSend_249( - _id, _lib._sel_preservationPriorityForTag_1, tag._id); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_254_fpret( + _id, _lib._sel_preservationPriorityForTag_1, tag._id) + : _lib._objc_msgSend_254( + _id, _lib._sel_preservationPriorityForTag_1, tag._id); } @override @@ -45754,6 +47822,15 @@ class NSBundle extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSBundle1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSBundle1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -45798,7 +47875,7 @@ class NSAttributedString extends NSObject { NSDictionary attributesAtIndex_effectiveRange_( int location, ffi.Pointer<_NSRange> range) { - final _ret = _lib._objc_msgSend_551( + final _ret = _lib._objc_msgSend_559( _id, _lib._sel_attributesAtIndex_effectiveRange_1, location, range); return NSDictionary._(_ret, _lib, retain: true, release: true); } @@ -45809,7 +47886,7 @@ class NSAttributedString extends NSObject { NSObject? attribute_atIndex_effectiveRange_( NSString attrName, int location, ffi.Pointer<_NSRange> range) { - final _ret = _lib._objc_msgSend_552( + final _ret = _lib._objc_msgSend_560( _id, _lib._sel_attribute_atIndex_effectiveRange_1, attrName._id, @@ -45821,14 +47898,14 @@ class NSAttributedString extends NSObject { } NSAttributedString attributedSubstringFromRange_(_NSRange range) { - final _ret = _lib._objc_msgSend_553( + final _ret = _lib._objc_msgSend_561( _id, _lib._sel_attributedSubstringFromRange_1, range); return NSAttributedString._(_ret, _lib, retain: true, release: true); } NSDictionary attributesAtIndex_longestEffectiveRange_inRange_( int location, ffi.Pointer<_NSRange> range, _NSRange rangeLimit) { - final _ret = _lib._objc_msgSend_554( + final _ret = _lib._objc_msgSend_562( _id, _lib._sel_attributesAtIndex_longestEffectiveRange_inRange_1, location, @@ -45839,7 +47916,7 @@ class NSAttributedString extends NSObject { NSObject? attribute_atIndex_longestEffectiveRange_inRange_(NSString attrName, int location, ffi.Pointer<_NSRange> range, _NSRange rangeLimit) { - final _ret = _lib._objc_msgSend_555( + final _ret = _lib._objc_msgSend_563( _id, _lib._sel_attribute_atIndex_longestEffectiveRange_inRange_1, attrName._id, @@ -45852,7 +47929,7 @@ class NSAttributedString extends NSObject { } bool isEqualToAttributedString_(NSAttributedString other) { - return _lib._objc_msgSend_556( + return _lib._objc_msgSend_564( _id, _lib._sel_isEqualToAttributedString_1, other._id); } @@ -45864,7 +47941,7 @@ class NSAttributedString extends NSObject { NSAttributedString initWithString_attributes_( NSString str, NSDictionary? attrs) { - final _ret = _lib._objc_msgSend_557( + final _ret = _lib._objc_msgSend_565( _id, _lib._sel_initWithString_attributes_1, str._id, @@ -45873,14 +47950,14 @@ class NSAttributedString extends NSObject { } NSAttributedString initWithAttributedString_(NSAttributedString attrStr) { - final _ret = _lib._objc_msgSend_558( + final _ret = _lib._objc_msgSend_566( _id, _lib._sel_initWithAttributedString_1, attrStr._id); return NSAttributedString._(_ret, _lib, retain: true, release: true); } void enumerateAttributesInRange_options_usingBlock_(_NSRange enumerationRange, int opts, ObjCBlock_ffiVoid_NSDictionary_NSRange_bool block) { - _lib._objc_msgSend_559( + _lib._objc_msgSend_567( _id, _lib._sel_enumerateAttributesInRange_options_usingBlock_1, enumerationRange, @@ -45893,7 +47970,7 @@ class NSAttributedString extends NSObject { _NSRange enumerationRange, int opts, ObjCBlock_ffiVoid_ObjCObject_NSRange_bool block) { - _lib._objc_msgSend_560( + _lib._objc_msgSend_568( _id, _lib._sel_enumerateAttribute_inRange_options_usingBlock_1, attrName._id, @@ -45908,7 +47985,7 @@ class NSAttributedString extends NSObject { NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_565( + final _ret = _lib._objc_msgSend_573( _id, _lib._sel_initWithContentsOfMarkdownFileAtURL_options_baseURL_error_1, markdownFile._id, @@ -45925,7 +48002,7 @@ class NSAttributedString extends NSObject { NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_566( + final _ret = _lib._objc_msgSend_574( _id, _lib._sel_initWithMarkdown_options_baseURL_error_1, markdown._id, @@ -45942,7 +48019,7 @@ class NSAttributedString extends NSObject { NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_567( + final _ret = _lib._objc_msgSend_575( _id, _lib._sel_initWithMarkdownString_options_baseURL_error_1, markdownString._id, @@ -45957,7 +48034,7 @@ class NSAttributedString extends NSObject { /// Formats the string using the specified locale (or the canonical one, if nil). NSAttributedString initWithFormat_options_locale_( NSAttributedString format, int options, NSLocale? locale) { - final _ret = _lib._objc_msgSend_568( + final _ret = _lib._objc_msgSend_576( _id, _lib._sel_initWithFormat_options_locale_1, format._id, @@ -45971,8 +48048,8 @@ class NSAttributedString extends NSObject { NSAttributedString format, int options, NSLocale? locale, - ffi.Pointer<__va_list_tag> arguments) { - final _ret = _lib._objc_msgSend_569( + ffi.Pointer arguments) { + final _ret = _lib._objc_msgSend_577( _id, _lib._sel_initWithFormat_options_locale_arguments_1, format._id, @@ -45985,7 +48062,7 @@ class NSAttributedString extends NSObject { /// Formats the string using the current locale and default options. static NSAttributedString localizedAttributedStringWithFormat_( PedometerBindings _lib, NSAttributedString format) { - final _ret = _lib._objc_msgSend_558(_lib._class_NSAttributedString1, + final _ret = _lib._objc_msgSend_566(_lib._class_NSAttributedString1, _lib._sel_localizedAttributedStringWithFormat_1, format._id); return NSAttributedString._(_ret, _lib, retain: true, release: true); } @@ -45993,7 +48070,7 @@ class NSAttributedString extends NSObject { /// Formats the string using the current locale and the specified options. static NSAttributedString localizedAttributedStringWithFormat_options_( PedometerBindings _lib, NSAttributedString format, int options) { - final _ret = _lib._objc_msgSend_570( + final _ret = _lib._objc_msgSend_578( _lib._class_NSAttributedString1, _lib._sel_localizedAttributedStringWithFormat_options_1, format._id, @@ -46007,7 +48084,7 @@ class NSAttributedString extends NSObject { int options, NSLocale? locale, NSDictionary context) { - final _ret = _lib._objc_msgSend_571( + final _ret = _lib._objc_msgSend_579( _id, _lib._sel_initWithFormat_options_locale_context_1, format._id, @@ -46023,8 +48100,8 @@ class NSAttributedString extends NSObject { int options, NSLocale? locale, NSDictionary context, - ffi.Pointer<__va_list_tag> arguments) { - final _ret = _lib._objc_msgSend_572( + ffi.Pointer arguments) { + final _ret = _lib._objc_msgSend_580( _id, _lib._sel_initWithFormat_options_locale_context_arguments_1, format._id, @@ -46038,7 +48115,7 @@ class NSAttributedString extends NSObject { /// Formats the string using the current locale and default options. static NSAttributedString localizedAttributedStringWithFormat_context_( PedometerBindings _lib, NSAttributedString format, NSDictionary context) { - final _ret = _lib._objc_msgSend_573( + final _ret = _lib._objc_msgSend_581( _lib._class_NSAttributedString1, _lib._sel_localizedAttributedStringWithFormat_context_1, format._id, @@ -46053,7 +48130,7 @@ class NSAttributedString extends NSObject { NSAttributedString format, int options, NSDictionary context) { - final _ret = _lib._objc_msgSend_574( + final _ret = _lib._objc_msgSend_582( _lib._class_NSAttributedString1, _lib._sel_localizedAttributedStringWithFormat_options_context_1, format._id, @@ -46066,7 +48143,7 @@ class NSAttributedString extends NSObject { /// that have no format specifiers, create a new string with those portions inflected /// by following the rule in the attribute. NSAttributedString attributedStringByInflectingString() { - final _ret = _lib._objc_msgSend_575( + final _ret = _lib._objc_msgSend_583( _id, _lib._sel_attributedStringByInflectingString1); return NSAttributedString._(_ret, _lib, retain: true, release: true); } @@ -46138,6 +48215,15 @@ class NSAttributedString extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSAttributedString1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSAttributedString1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -46472,24 +48558,24 @@ class NSAttributedStringMarkdownParsingOptions extends NSObject { } set allowsExtendedAttributes(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setAllowsExtendedAttributes_1, value); } int get interpretedSyntax { - return _lib._objc_msgSend_561(_id, _lib._sel_interpretedSyntax1); + return _lib._objc_msgSend_569(_id, _lib._sel_interpretedSyntax1); } set interpretedSyntax(int value) { - return _lib._objc_msgSend_562(_id, _lib._sel_setInterpretedSyntax_1, value); + return _lib._objc_msgSend_570(_id, _lib._sel_setInterpretedSyntax_1, value); } int get failurePolicy { - return _lib._objc_msgSend_563(_id, _lib._sel_failurePolicy1); + return _lib._objc_msgSend_571(_id, _lib._sel_failurePolicy1); } set failurePolicy(int value) { - return _lib._objc_msgSend_564(_id, _lib._sel_setFailurePolicy_1, value); + return _lib._objc_msgSend_572(_id, _lib._sel_setFailurePolicy_1, value); } NSString? get languageCode { @@ -46500,7 +48586,7 @@ class NSAttributedStringMarkdownParsingOptions extends NSObject { } set languageCode(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setLanguageCode_1, value?._id ?? ffi.nullptr); } @@ -46510,7 +48596,7 @@ class NSAttributedStringMarkdownParsingOptions extends NSObject { } set appliesSourcePositionAttributes(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setAppliesSourcePositionAttributes_1, value); } @@ -46588,6 +48674,15 @@ class NSAttributedStringMarkdownParsingOptions extends NSObject { key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSAttributedStringMarkdownParsingOptions1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSAttributedStringMarkdownParsingOptions1, @@ -46651,39 +48746,39 @@ class NSMutableAttributedString extends NSAttributedString { } void replaceCharactersInRange_withString_(_NSRange range, NSString str) { - _lib._objc_msgSend_529( + _lib._objc_msgSend_537( _id, _lib._sel_replaceCharactersInRange_withString_1, range, str._id); } void setAttributes_range_(NSDictionary? attrs, _NSRange range) { - _lib._objc_msgSend_579( + _lib._objc_msgSend_587( _id, _lib._sel_setAttributes_range_1, attrs?._id ?? ffi.nullptr, range); } NSMutableString get mutableString { - final _ret = _lib._objc_msgSend_580(_id, _lib._sel_mutableString1); + final _ret = _lib._objc_msgSend_588(_id, _lib._sel_mutableString1); return NSMutableString._(_ret, _lib, retain: true, release: true); } void addAttribute_value_range_( NSString name, NSObject value, _NSRange range) { - _lib._objc_msgSend_581( + _lib._objc_msgSend_589( _id, _lib._sel_addAttribute_value_range_1, name._id, value._id, range); } void addAttributes_range_(NSDictionary attrs, _NSRange range) { - _lib._objc_msgSend_582( + _lib._objc_msgSend_590( _id, _lib._sel_addAttributes_range_1, attrs._id, range); } void removeAttribute_range_(NSString name, _NSRange range) { - _lib._objc_msgSend_583( + _lib._objc_msgSend_591( _id, _lib._sel_removeAttribute_range_1, name._id, range); } void replaceCharactersInRange_withAttributedString_( _NSRange range, NSAttributedString attrString) { - _lib._objc_msgSend_584( + _lib._objc_msgSend_592( _id, _lib._sel_replaceCharactersInRange_withAttributedString_1, range, @@ -46691,21 +48786,21 @@ class NSMutableAttributedString extends NSAttributedString { } void insertAttributedString_atIndex_(NSAttributedString attrString, int loc) { - _lib._objc_msgSend_585( + _lib._objc_msgSend_593( _id, _lib._sel_insertAttributedString_atIndex_1, attrString._id, loc); } void appendAttributedString_(NSAttributedString attrString) { - _lib._objc_msgSend_586( + _lib._objc_msgSend_594( _id, _lib._sel_appendAttributedString_1, attrString._id); } void deleteCharactersInRange_(_NSRange range) { - _lib._objc_msgSend_423(_id, _lib._sel_deleteCharactersInRange_1, range); + _lib._objc_msgSend_433(_id, _lib._sel_deleteCharactersInRange_1, range); } void setAttributedString_(NSAttributedString attrString) { - _lib._objc_msgSend_586( + _lib._objc_msgSend_594( _id, _lib._sel_setAttributedString_1, attrString._id); } @@ -46720,7 +48815,7 @@ class NSMutableAttributedString extends NSAttributedString { /// Formats the specified string and arguments with the current locale, /// then appends the result to the receiver. void appendLocalizedFormat_(NSAttributedString format) { - _lib._objc_msgSend_586(_id, _lib._sel_appendLocalizedFormat_1, format._id); + _lib._objc_msgSend_594(_id, _lib._sel_appendLocalizedFormat_1, format._id); } @override @@ -46733,7 +48828,7 @@ class NSMutableAttributedString extends NSAttributedString { @override NSMutableAttributedString initWithString_attributes_( NSString str, NSDictionary? attrs) { - final _ret = _lib._objc_msgSend_557( + final _ret = _lib._objc_msgSend_565( _id, _lib._sel_initWithString_attributes_1, str._id, @@ -46744,7 +48839,7 @@ class NSMutableAttributedString extends NSAttributedString { @override NSMutableAttributedString initWithAttributedString_( NSAttributedString attrStr) { - final _ret = _lib._objc_msgSend_558( + final _ret = _lib._objc_msgSend_566( _id, _lib._sel_initWithAttributedString_1, attrStr._id); return NSMutableAttributedString._(_ret, _lib, retain: true, release: true); } @@ -46756,7 +48851,7 @@ class NSMutableAttributedString extends NSAttributedString { NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_565( + final _ret = _lib._objc_msgSend_573( _id, _lib._sel_initWithContentsOfMarkdownFileAtURL_options_baseURL_error_1, markdownFile._id, @@ -46774,7 +48869,7 @@ class NSMutableAttributedString extends NSAttributedString { NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_566( + final _ret = _lib._objc_msgSend_574( _id, _lib._sel_initWithMarkdown_options_baseURL_error_1, markdown._id, @@ -46792,7 +48887,7 @@ class NSMutableAttributedString extends NSAttributedString { NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_567( + final _ret = _lib._objc_msgSend_575( _id, _lib._sel_initWithMarkdownString_options_baseURL_error_1, markdownString._id, @@ -46808,7 +48903,7 @@ class NSMutableAttributedString extends NSAttributedString { @override NSMutableAttributedString initWithFormat_options_locale_( NSAttributedString format, int options, NSLocale? locale) { - final _ret = _lib._objc_msgSend_568( + final _ret = _lib._objc_msgSend_576( _id, _lib._sel_initWithFormat_options_locale_1, format._id, @@ -46823,8 +48918,8 @@ class NSMutableAttributedString extends NSAttributedString { NSAttributedString format, int options, NSLocale? locale, - ffi.Pointer<__va_list_tag> arguments) { - final _ret = _lib._objc_msgSend_569( + ffi.Pointer arguments) { + final _ret = _lib._objc_msgSend_577( _id, _lib._sel_initWithFormat_options_locale_arguments_1, format._id, @@ -46837,7 +48932,7 @@ class NSMutableAttributedString extends NSAttributedString { /// Formats the string using the current locale and default options. static NSMutableAttributedString localizedAttributedStringWithFormat_( PedometerBindings _lib, NSAttributedString format) { - final _ret = _lib._objc_msgSend_558(_lib._class_NSMutableAttributedString1, + final _ret = _lib._objc_msgSend_566(_lib._class_NSMutableAttributedString1, _lib._sel_localizedAttributedStringWithFormat_1, format._id); return NSMutableAttributedString._(_ret, _lib, retain: true, release: true); } @@ -46845,7 +48940,7 @@ class NSMutableAttributedString extends NSAttributedString { /// Formats the string using the current locale and the specified options. static NSMutableAttributedString localizedAttributedStringWithFormat_options_( PedometerBindings _lib, NSAttributedString format, int options) { - final _ret = _lib._objc_msgSend_570( + final _ret = _lib._objc_msgSend_578( _lib._class_NSMutableAttributedString1, _lib._sel_localizedAttributedStringWithFormat_options_1, format._id, @@ -46860,7 +48955,7 @@ class NSMutableAttributedString extends NSAttributedString { int options, NSLocale? locale, NSDictionary context) { - final _ret = _lib._objc_msgSend_571( + final _ret = _lib._objc_msgSend_579( _id, _lib._sel_initWithFormat_options_locale_context_1, format._id, @@ -46877,8 +48972,8 @@ class NSMutableAttributedString extends NSAttributedString { int options, NSLocale? locale, NSDictionary context, - ffi.Pointer<__va_list_tag> arguments) { - final _ret = _lib._objc_msgSend_572( + ffi.Pointer arguments) { + final _ret = _lib._objc_msgSend_580( _id, _lib._sel_initWithFormat_options_locale_context_arguments_1, format._id, @@ -46892,7 +48987,7 @@ class NSMutableAttributedString extends NSAttributedString { /// Formats the string using the current locale and default options. static NSMutableAttributedString localizedAttributedStringWithFormat_context_( PedometerBindings _lib, NSAttributedString format, NSDictionary context) { - final _ret = _lib._objc_msgSend_573( + final _ret = _lib._objc_msgSend_581( _lib._class_NSMutableAttributedString1, _lib._sel_localizedAttributedStringWithFormat_context_1, format._id, @@ -46907,7 +49002,7 @@ class NSMutableAttributedString extends NSAttributedString { NSAttributedString format, int options, NSDictionary context) { - final _ret = _lib._objc_msgSend_574( + final _ret = _lib._objc_msgSend_582( _lib._class_NSMutableAttributedString1, _lib._sel_localizedAttributedStringWithFormat_options_context_1, format._id, @@ -46986,6 +49081,15 @@ class NSMutableAttributedString extends NSAttributedString { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSMutableAttributedString1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSMutableAttributedString1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -47024,11 +49128,11 @@ class NSDateFormatter extends NSFormatter { } int get formattingContext { - return _lib._objc_msgSend_592(_id, _lib._sel_formattingContext1); + return _lib._objc_msgSend_600(_id, _lib._sel_formattingContext1); } set formattingContext(int value) { - return _lib._objc_msgSend_593(_id, _lib._sel_setFormattingContext_1, value); + return _lib._objc_msgSend_601(_id, _lib._sel_setFormattingContext_1, value); } bool getObjectValue_forString_range_error_( @@ -47036,7 +49140,7 @@ class NSDateFormatter extends NSFormatter { NSString string, ffi.Pointer<_NSRange> rangep, ffi.Pointer> error) { - return _lib._objc_msgSend_594( + return _lib._objc_msgSend_602( _id, _lib._sel_getObjectValue_forString_range_error_1, obj, @@ -47047,13 +49151,13 @@ class NSDateFormatter extends NSFormatter { NSString stringFromDate_(NSDate date) { final _ret = - _lib._objc_msgSend_595(_id, _lib._sel_stringFromDate_1, date._id); + _lib._objc_msgSend_603(_id, _lib._sel_stringFromDate_1, date._id); return NSString._(_ret, _lib, retain: true, release: true); } NSDate? dateFromString_(NSString string) { final _ret = - _lib._objc_msgSend_596(_id, _lib._sel_dateFromString_1, string._id); + _lib._objc_msgSend_604(_id, _lib._sel_dateFromString_1, string._id); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); @@ -47061,7 +49165,7 @@ class NSDateFormatter extends NSFormatter { static NSString localizedStringFromDate_dateStyle_timeStyle_( PedometerBindings _lib, NSDate date, int dstyle, int tstyle) { - final _ret = _lib._objc_msgSend_597( + final _ret = _lib._objc_msgSend_605( _lib._class_NSDateFormatter1, _lib._sel_localizedStringFromDate_dateStyle_timeStyle_1, date._id, @@ -47072,7 +49176,7 @@ class NSDateFormatter extends NSFormatter { static NSString? dateFormatFromTemplate_options_locale_( PedometerBindings _lib, NSString tmplate, int opts, NSLocale? locale) { - final _ret = _lib._objc_msgSend_598( + final _ret = _lib._objc_msgSend_606( _lib._class_NSDateFormatter1, _lib._sel_dateFormatFromTemplate_options_locale_1, tmplate._id, @@ -47084,17 +49188,17 @@ class NSDateFormatter extends NSFormatter { } static int getDefaultFormatterBehavior(PedometerBindings _lib) { - return _lib._objc_msgSend_599( + return _lib._objc_msgSend_607( _lib._class_NSDateFormatter1, _lib._sel_defaultFormatterBehavior1); } static void setDefaultFormatterBehavior(PedometerBindings _lib, int value) { - return _lib._objc_msgSend_600(_lib._class_NSDateFormatter1, + return _lib._objc_msgSend_608(_lib._class_NSDateFormatter1, _lib._sel_setDefaultFormatterBehavior_1, value); } void setLocalizedDateFormatFromTemplate_(NSString dateFormatTemplate) { - _lib._objc_msgSend_199(_id, _lib._sel_setLocalizedDateFormatFromTemplate_1, + _lib._objc_msgSend_200(_id, _lib._sel_setLocalizedDateFormatFromTemplate_1, dateFormatTemplate._id); } @@ -47104,32 +49208,32 @@ class NSDateFormatter extends NSFormatter { } set dateFormat(NSString value) { - return _lib._objc_msgSend_507(_id, _lib._sel_setDateFormat_1, value._id); + return _lib._objc_msgSend_515(_id, _lib._sel_setDateFormat_1, value._id); } int get dateStyle { - return _lib._objc_msgSend_601(_id, _lib._sel_dateStyle1); + return _lib._objc_msgSend_609(_id, _lib._sel_dateStyle1); } set dateStyle(int value) { - return _lib._objc_msgSend_602(_id, _lib._sel_setDateStyle_1, value); + return _lib._objc_msgSend_610(_id, _lib._sel_setDateStyle_1, value); } int get timeStyle { - return _lib._objc_msgSend_601(_id, _lib._sel_timeStyle1); + return _lib._objc_msgSend_609(_id, _lib._sel_timeStyle1); } set timeStyle(int value) { - return _lib._objc_msgSend_602(_id, _lib._sel_setTimeStyle_1, value); + return _lib._objc_msgSend_610(_id, _lib._sel_setTimeStyle_1, value); } NSLocale get locale { - final _ret = _lib._objc_msgSend_287(_id, _lib._sel_locale1); + final _ret = _lib._objc_msgSend_292(_id, _lib._sel_locale1); return NSLocale._(_ret, _lib, retain: true, release: true); } set locale(NSLocale value) { - return _lib._objc_msgSend_603(_id, _lib._sel_setLocale_1, value._id); + return _lib._objc_msgSend_611(_id, _lib._sel_setLocale_1, value._id); } bool get generatesCalendarDates { @@ -47137,34 +49241,34 @@ class NSDateFormatter extends NSFormatter { } set generatesCalendarDates(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setGeneratesCalendarDates_1, value); } int get formatterBehavior { - return _lib._objc_msgSend_599(_id, _lib._sel_formatterBehavior1); + return _lib._objc_msgSend_607(_id, _lib._sel_formatterBehavior1); } set formatterBehavior(int value) { - return _lib._objc_msgSend_600(_id, _lib._sel_setFormatterBehavior_1, value); + return _lib._objc_msgSend_608(_id, _lib._sel_setFormatterBehavior_1, value); } NSTimeZone get timeZone { - final _ret = _lib._objc_msgSend_607(_id, _lib._sel_timeZone1); + final _ret = _lib._objc_msgSend_615(_id, _lib._sel_timeZone1); return NSTimeZone._(_ret, _lib, retain: true, release: true); } set timeZone(NSTimeZone value) { - return _lib._objc_msgSend_608(_id, _lib._sel_setTimeZone_1, value._id); + return _lib._objc_msgSend_616(_id, _lib._sel_setTimeZone_1, value._id); } NSCalendar get calendar { - final _ret = _lib._objc_msgSend_614(_id, _lib._sel_calendar1); + final _ret = _lib._objc_msgSend_622(_id, _lib._sel_calendar1); return NSCalendar._(_ret, _lib, retain: true, release: true); } set calendar(NSCalendar value) { - return _lib._objc_msgSend_651(_id, _lib._sel_setCalendar_1, value._id); + return _lib._objc_msgSend_659(_id, _lib._sel_setCalendar_1, value._id); } bool get lenient { @@ -47172,30 +49276,30 @@ class NSDateFormatter extends NSFormatter { } set lenient(bool value) { - return _lib._objc_msgSend_475(_id, _lib._sel_setLenient_1, value); + return _lib._objc_msgSend_483(_id, _lib._sel_setLenient_1, value); } NSDate? get twoDigitStartDate { - final _ret = _lib._objc_msgSend_164(_id, _lib._sel_twoDigitStartDate1); + final _ret = _lib._objc_msgSend_165(_id, _lib._sel_twoDigitStartDate1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); } set twoDigitStartDate(NSDate? value) { - return _lib._objc_msgSend_652( + return _lib._objc_msgSend_660( _id, _lib._sel_setTwoDigitStartDate_1, value?._id ?? ffi.nullptr); } NSDate? get defaultDate { - final _ret = _lib._objc_msgSend_164(_id, _lib._sel_defaultDate1); + final _ret = _lib._objc_msgSend_165(_id, _lib._sel_defaultDate1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); } set defaultDate(NSDate? value) { - return _lib._objc_msgSend_652( + return _lib._objc_msgSend_660( _id, _lib._sel_setDefaultDate_1, value?._id ?? ffi.nullptr); } @@ -47205,7 +49309,7 @@ class NSDateFormatter extends NSFormatter { } set eraSymbols(NSArray value) { - return _lib._objc_msgSend_653(_id, _lib._sel_setEraSymbols_1, value._id); + return _lib._objc_msgSend_661(_id, _lib._sel_setEraSymbols_1, value._id); } NSArray get monthSymbols { @@ -47214,7 +49318,7 @@ class NSDateFormatter extends NSFormatter { } set monthSymbols(NSArray value) { - return _lib._objc_msgSend_653(_id, _lib._sel_setMonthSymbols_1, value._id); + return _lib._objc_msgSend_661(_id, _lib._sel_setMonthSymbols_1, value._id); } NSArray get shortMonthSymbols { @@ -47223,7 +49327,7 @@ class NSDateFormatter extends NSFormatter { } set shortMonthSymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setShortMonthSymbols_1, value._id); } @@ -47233,7 +49337,7 @@ class NSDateFormatter extends NSFormatter { } set weekdaySymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setWeekdaySymbols_1, value._id); } @@ -47243,7 +49347,7 @@ class NSDateFormatter extends NSFormatter { } set shortWeekdaySymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setShortWeekdaySymbols_1, value._id); } @@ -47253,7 +49357,7 @@ class NSDateFormatter extends NSFormatter { } set AMSymbol(NSString value) { - return _lib._objc_msgSend_507(_id, _lib._sel_setAMSymbol_1, value._id); + return _lib._objc_msgSend_515(_id, _lib._sel_setAMSymbol_1, value._id); } NSString get PMSymbol { @@ -47262,7 +49366,7 @@ class NSDateFormatter extends NSFormatter { } set PMSymbol(NSString value) { - return _lib._objc_msgSend_507(_id, _lib._sel_setPMSymbol_1, value._id); + return _lib._objc_msgSend_515(_id, _lib._sel_setPMSymbol_1, value._id); } NSArray get longEraSymbols { @@ -47271,7 +49375,7 @@ class NSDateFormatter extends NSFormatter { } set longEraSymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setLongEraSymbols_1, value._id); } @@ -47281,7 +49385,7 @@ class NSDateFormatter extends NSFormatter { } set veryShortMonthSymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setVeryShortMonthSymbols_1, value._id); } @@ -47291,7 +49395,7 @@ class NSDateFormatter extends NSFormatter { } set standaloneMonthSymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setStandaloneMonthSymbols_1, value._id); } @@ -47302,7 +49406,7 @@ class NSDateFormatter extends NSFormatter { } set shortStandaloneMonthSymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setShortStandaloneMonthSymbols_1, value._id); } @@ -47313,7 +49417,7 @@ class NSDateFormatter extends NSFormatter { } set veryShortStandaloneMonthSymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setVeryShortStandaloneMonthSymbols_1, value._id); } @@ -47323,7 +49427,7 @@ class NSDateFormatter extends NSFormatter { } set veryShortWeekdaySymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setVeryShortWeekdaySymbols_1, value._id); } @@ -47334,7 +49438,7 @@ class NSDateFormatter extends NSFormatter { } set standaloneWeekdaySymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setStandaloneWeekdaySymbols_1, value._id); } @@ -47345,7 +49449,7 @@ class NSDateFormatter extends NSFormatter { } set shortStandaloneWeekdaySymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setShortStandaloneWeekdaySymbols_1, value._id); } @@ -47356,7 +49460,7 @@ class NSDateFormatter extends NSFormatter { } set veryShortStandaloneWeekdaySymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setVeryShortStandaloneWeekdaySymbols_1, value._id); } @@ -47366,7 +49470,7 @@ class NSDateFormatter extends NSFormatter { } set quarterSymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setQuarterSymbols_1, value._id); } @@ -47376,7 +49480,7 @@ class NSDateFormatter extends NSFormatter { } set shortQuarterSymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setShortQuarterSymbols_1, value._id); } @@ -47387,7 +49491,7 @@ class NSDateFormatter extends NSFormatter { } set standaloneQuarterSymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setStandaloneQuarterSymbols_1, value._id); } @@ -47398,19 +49502,19 @@ class NSDateFormatter extends NSFormatter { } set shortStandaloneQuarterSymbols(NSArray value) { - return _lib._objc_msgSend_653( + return _lib._objc_msgSend_661( _id, _lib._sel_setShortStandaloneQuarterSymbols_1, value._id); } NSDate? get gregorianStartDate { - final _ret = _lib._objc_msgSend_164(_id, _lib._sel_gregorianStartDate1); + final _ret = _lib._objc_msgSend_165(_id, _lib._sel_gregorianStartDate1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); } set gregorianStartDate(NSDate? value) { - return _lib._objc_msgSend_652( + return _lib._objc_msgSend_660( _id, _lib._sel_setGregorianStartDate_1, value?._id ?? ffi.nullptr); } @@ -47419,10 +49523,21 @@ class NSDateFormatter extends NSFormatter { } set doesRelativeDateFormatting(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setDoesRelativeDateFormatting_1, value); } + NSObject initWithDateFormat_allowNaturalLanguage_( + NSString format, bool flag) { + final _ret = _lib._objc_msgSend_30(_id, + _lib._sel_initWithDateFormat_allowNaturalLanguage_1, format._id, flag); + return NSObject._(_ret, _lib, retain: true, release: true); + } + + bool allowsNaturalLanguage() { + return _lib._objc_msgSend_12(_id, _lib._sel_allowsNaturalLanguage1); + } + @override NSDateFormatter init() { final _ret = _lib._objc_msgSend_2(_id, _lib._sel_init1); @@ -47490,6 +49605,15 @@ class NSDateFormatter extends NSFormatter { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSDateFormatter1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSDateFormatter1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -47527,7 +49651,7 @@ class NSFormatter extends NSObject { } NSString? stringForObjectValue_(NSObject? obj) { - final _ret = _lib._objc_msgSend_587( + final _ret = _lib._objc_msgSend_595( _id, _lib._sel_stringForObjectValue_1, obj?._id ?? ffi.nullptr); return _ret.address == 0 ? null @@ -47536,7 +49660,7 @@ class NSFormatter extends NSObject { NSAttributedString? attributedStringForObjectValue_withDefaultAttributes_( NSObject obj, NSDictionary? attrs) { - final _ret = _lib._objc_msgSend_588( + final _ret = _lib._objc_msgSend_596( _id, _lib._sel_attributedStringForObjectValue_withDefaultAttributes_1, obj._id, @@ -47547,7 +49671,7 @@ class NSFormatter extends NSObject { } NSString? editingStringForObjectValue_(NSObject obj) { - final _ret = _lib._objc_msgSend_474( + final _ret = _lib._objc_msgSend_482( _id, _lib._sel_editingStringForObjectValue_1, obj._id); return _ret.address == 0 ? null @@ -47558,7 +49682,7 @@ class NSFormatter extends NSObject { ffi.Pointer> obj, NSString string, ffi.Pointer> error) { - return _lib._objc_msgSend_589( + return _lib._objc_msgSend_597( _id, _lib._sel_getObjectValue_forString_errorDescription_1, obj, @@ -47570,7 +49694,7 @@ class NSFormatter extends NSObject { NSString partialString, ffi.Pointer> newString, ffi.Pointer> error) { - return _lib._objc_msgSend_590( + return _lib._objc_msgSend_598( _id, _lib._sel_isPartialStringValid_newEditingString_errorDescription_1, partialString._id, @@ -47585,7 +49709,7 @@ class NSFormatter extends NSObject { NSString origString, _NSRange origSelRange, ffi.Pointer> error) { - return _lib._objc_msgSend_591( + return _lib._objc_msgSend_599( _id, _lib._sel_isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_1, partialStringPtr, @@ -47661,6 +49785,15 @@ class NSFormatter extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSFormatter1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSFormatter1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -47693,6 +49826,7 @@ abstract class NSDateFormatterStyle { abstract class NSDateFormatterBehavior { static const int NSDateFormatterBehaviorDefault = 0; + static const int NSDateFormatterBehavior10_0 = 1000; static const int NSDateFormatterBehavior10_4 = 1040; } @@ -47730,30 +49864,33 @@ class NSTimeZone extends NSObject { } int secondsFromGMTForDate_(NSDate aDate) { - return _lib._objc_msgSend_604( + return _lib._objc_msgSend_612( _id, _lib._sel_secondsFromGMTForDate_1, aDate._id); } NSString? abbreviationForDate_(NSDate aDate) { final _ret = - _lib._objc_msgSend_605(_id, _lib._sel_abbreviationForDate_1, aDate._id); + _lib._objc_msgSend_613(_id, _lib._sel_abbreviationForDate_1, aDate._id); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); } bool isDaylightSavingTimeForDate_(NSDate aDate) { - return _lib._objc_msgSend_161( + return _lib._objc_msgSend_162( _id, _lib._sel_isDaylightSavingTimeForDate_1, aDate._id); } double daylightSavingTimeOffsetForDate_(NSDate aDate) { - return _lib._objc_msgSend_158( - _id, _lib._sel_daylightSavingTimeOffsetForDate_1, aDate._id); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_159_fpret( + _id, _lib._sel_daylightSavingTimeOffsetForDate_1, aDate._id) + : _lib._objc_msgSend_159( + _id, _lib._sel_daylightSavingTimeOffsetForDate_1, aDate._id); } NSDate? nextDaylightSavingTimeTransitionAfterDate_(NSDate aDate) { - final _ret = _lib._objc_msgSend_606( + final _ret = _lib._objc_msgSend_614( _id, _lib._sel_nextDaylightSavingTimeTransitionAfterDate_1, aDate._id); return _ret.address == 0 ? null @@ -47761,7 +49898,7 @@ class NSTimeZone extends NSObject { } static NSTimeZone getSystemTimeZone(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_607( + final _ret = _lib._objc_msgSend_615( _lib._class_NSTimeZone1, _lib._sel_systemTimeZone1); return NSTimeZone._(_ret, _lib, retain: true, release: true); } @@ -47772,18 +49909,18 @@ class NSTimeZone extends NSObject { } static NSTimeZone getDefaultTimeZone(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_607( + final _ret = _lib._objc_msgSend_615( _lib._class_NSTimeZone1, _lib._sel_defaultTimeZone1); return NSTimeZone._(_ret, _lib, retain: true, release: true); } static void setDefaultTimeZone(PedometerBindings _lib, NSTimeZone value) { - return _lib._objc_msgSend_608( + return _lib._objc_msgSend_616( _lib._class_NSTimeZone1, _lib._sel_setDefaultTimeZone_1, value._id); } static NSTimeZone getLocalTimeZone(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_607( + final _ret = _lib._objc_msgSend_615( _lib._class_NSTimeZone1, _lib._sel_localTimeZone1); return NSTimeZone._(_ret, _lib, retain: true, release: true); } @@ -47795,14 +49932,14 @@ class NSTimeZone extends NSObject { } static NSDictionary getAbbreviationDictionary(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_350( + final _ret = _lib._objc_msgSend_355( _lib._class_NSTimeZone1, _lib._sel_abbreviationDictionary1); return NSDictionary._(_ret, _lib, retain: true, release: true); } static void setAbbreviationDictionary( PedometerBindings _lib, NSDictionary value) { - return _lib._objc_msgSend_609(_lib._class_NSTimeZone1, + return _lib._objc_msgSend_617(_lib._class_NSTimeZone1, _lib._sel_setAbbreviationDictionary_1, value._id); } @@ -47828,11 +49965,13 @@ class NSTimeZone extends NSObject { } double get daylightSavingTimeOffset { - return _lib._objc_msgSend_156(_id, _lib._sel_daylightSavingTimeOffset1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_daylightSavingTimeOffset1) + : _lib._objc_msgSend_157(_id, _lib._sel_daylightSavingTimeOffset1); } NSDate? get nextDaylightSavingTimeTransition { - final _ret = _lib._objc_msgSend_164( + final _ret = _lib._objc_msgSend_165( _id, _lib._sel_nextDaylightSavingTimeTransition1); return _ret.address == 0 ? null @@ -47845,12 +49984,12 @@ class NSTimeZone extends NSObject { } bool isEqualToTimeZone_(NSTimeZone aTimeZone) { - return _lib._objc_msgSend_610( + return _lib._objc_msgSend_618( _id, _lib._sel_isEqualToTimeZone_1, aTimeZone._id); } NSString? localizedName_locale_(int style, NSLocale? locale) { - final _ret = _lib._objc_msgSend_611(_id, _lib._sel_localizedName_locale_1, + final _ret = _lib._objc_msgSend_619(_id, _lib._sel_localizedName_locale_1, style, locale?._id ?? ffi.nullptr); return _ret.address == 0 ? null @@ -47868,7 +50007,7 @@ class NSTimeZone extends NSObject { static NSTimeZone? timeZoneWithName_data_( PedometerBindings _lib, NSString tzName, NSData? aData) { - final _ret = _lib._objc_msgSend_612( + final _ret = _lib._objc_msgSend_620( _lib._class_NSTimeZone1, _lib._sel_timeZoneWithName_data_1, tzName._id, @@ -47887,7 +50026,7 @@ class NSTimeZone extends NSObject { } NSTimeZone? initWithName_data_(NSString tzName, NSData? aData) { - final _ret = _lib._objc_msgSend_612(_id, _lib._sel_initWithName_data_1, + final _ret = _lib._objc_msgSend_620(_id, _lib._sel_initWithName_data_1, tzName._id, aData?._id ?? ffi.nullptr); return _ret.address == 0 ? null @@ -47896,7 +50035,7 @@ class NSTimeZone extends NSObject { static NSTimeZone timeZoneForSecondsFromGMT_( PedometerBindings _lib, int seconds) { - final _ret = _lib._objc_msgSend_613(_lib._class_NSTimeZone1, + final _ret = _lib._objc_msgSend_621(_lib._class_NSTimeZone1, _lib._sel_timeZoneForSecondsFromGMT_1, seconds); return NSTimeZone._(_ret, _lib, retain: true, release: true); } @@ -47976,6 +50115,15 @@ class NSTimeZone extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSTimeZone1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSTimeZone1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -48022,20 +50170,20 @@ class NSCalendar extends NSObject { } static NSCalendar getCurrentCalendar(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_614( + final _ret = _lib._objc_msgSend_622( _lib._class_NSCalendar1, _lib._sel_currentCalendar1); return NSCalendar._(_ret, _lib, retain: true, release: true); } static NSCalendar getAutoupdatingCurrentCalendar(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_614( + final _ret = _lib._objc_msgSend_622( _lib._class_NSCalendar1, _lib._sel_autoupdatingCurrentCalendar1); return NSCalendar._(_ret, _lib, retain: true, release: true); } static NSCalendar? calendarWithIdentifier_( PedometerBindings _lib, NSString calendarIdentifierConstant) { - final _ret = _lib._objc_msgSend_615(_lib._class_NSCalendar1, + final _ret = _lib._objc_msgSend_623(_lib._class_NSCalendar1, _lib._sel_calendarWithIdentifier_1, calendarIdentifierConstant._id); return _ret.address == 0 ? null @@ -48062,24 +50210,24 @@ class NSCalendar extends NSObject { } NSLocale? get locale { - final _ret = _lib._objc_msgSend_616(_id, _lib._sel_locale1); + final _ret = _lib._objc_msgSend_624(_id, _lib._sel_locale1); return _ret.address == 0 ? null : NSLocale._(_ret, _lib, retain: true, release: true); } set locale(NSLocale? value) { - return _lib._objc_msgSend_617( + return _lib._objc_msgSend_625( _id, _lib._sel_setLocale_1, value?._id ?? ffi.nullptr); } NSTimeZone get timeZone { - final _ret = _lib._objc_msgSend_607(_id, _lib._sel_timeZone1); + final _ret = _lib._objc_msgSend_615(_id, _lib._sel_timeZone1); return NSTimeZone._(_ret, _lib, retain: true, release: true); } set timeZone(NSTimeZone value) { - return _lib._objc_msgSend_608(_id, _lib._sel_setTimeZone_1, value._id); + return _lib._objc_msgSend_616(_id, _lib._sel_setTimeZone_1, value._id); } int get firstWeekday { @@ -48087,7 +50235,7 @@ class NSCalendar extends NSObject { } set firstWeekday(int value) { - return _lib._objc_msgSend_463(_id, _lib._sel_setFirstWeekday_1, value); + return _lib._objc_msgSend_472(_id, _lib._sel_setFirstWeekday_1, value); } int get minimumDaysInFirstWeek { @@ -48095,7 +50243,7 @@ class NSCalendar extends NSObject { } set minimumDaysInFirstWeek(int value) { - return _lib._objc_msgSend_463( + return _lib._objc_msgSend_472( _id, _lib._sel_setMinimumDaysInFirstWeek_1, value); } @@ -48207,21 +50355,32 @@ class NSCalendar extends NSObject { } void minimumRangeOfUnit_(ffi.Pointer<_NSRange> stret, int unit) { - _lib._objc_msgSend_618(stret, _id, _lib._sel_minimumRangeOfUnit_1, unit); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_626_stret( + stret, _id, _lib._sel_minimumRangeOfUnit_1, unit) + : stret.ref = + _lib._objc_msgSend_626(_id, _lib._sel_minimumRangeOfUnit_1, unit); } void maximumRangeOfUnit_(ffi.Pointer<_NSRange> stret, int unit) { - _lib._objc_msgSend_618(stret, _id, _lib._sel_maximumRangeOfUnit_1, unit); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_626_stret( + stret, _id, _lib._sel_maximumRangeOfUnit_1, unit) + : stret.ref = + _lib._objc_msgSend_626(_id, _lib._sel_maximumRangeOfUnit_1, unit); } void rangeOfUnit_inUnit_forDate_( ffi.Pointer<_NSRange> stret, int smaller, int larger, NSDate date) { - _lib._objc_msgSend_619(stret, _id, _lib._sel_rangeOfUnit_inUnit_forDate_1, - smaller, larger, date._id); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_627_stret(stret, _id, + _lib._sel_rangeOfUnit_inUnit_forDate_1, smaller, larger, date._id) + : stret.ref = _lib._objc_msgSend_627(_id, + _lib._sel_rangeOfUnit_inUnit_forDate_1, smaller, larger, date._id); } int ordinalityOfUnit_inUnit_forDate_(int smaller, int larger, NSDate date) { - return _lib._objc_msgSend_620(_id, + return _lib._objc_msgSend_628(_id, _lib._sel_ordinalityOfUnit_inUnit_forDate_1, smaller, larger, date._id); } @@ -48230,7 +50389,7 @@ class NSCalendar extends NSObject { ffi.Pointer> datep, ffi.Pointer tip, NSDate date) { - return _lib._objc_msgSend_621( + return _lib._objc_msgSend_629( _id, _lib._sel_rangeOfUnit_startDate_interval_forDate_1, unit, @@ -48241,21 +50400,21 @@ class NSCalendar extends NSObject { NSDate? dateFromComponents_(NSDateComponents comps) { final _ret = - _lib._objc_msgSend_630(_id, _lib._sel_dateFromComponents_1, comps._id); + _lib._objc_msgSend_638(_id, _lib._sel_dateFromComponents_1, comps._id); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); } NSDateComponents components_fromDate_(int unitFlags, NSDate date) { - final _ret = _lib._objc_msgSend_631( + final _ret = _lib._objc_msgSend_639( _id, _lib._sel_components_fromDate_1, unitFlags, date._id); return NSDateComponents._(_ret, _lib, retain: true, release: true); } NSDate? dateByAddingComponents_toDate_options_( NSDateComponents comps, NSDate date, int opts) { - final _ret = _lib._objc_msgSend_632( + final _ret = _lib._objc_msgSend_640( _id, _lib._sel_dateByAddingComponents_toDate_options_1, comps._id, @@ -48268,7 +50427,7 @@ class NSCalendar extends NSObject { NSDateComponents components_fromDate_toDate_options_( int unitFlags, NSDate startingDate, NSDate resultDate, int opts) { - final _ret = _lib._objc_msgSend_633( + final _ret = _lib._objc_msgSend_641( _id, _lib._sel_components_fromDate_toDate_options_1, unitFlags, @@ -48284,7 +50443,7 @@ class NSCalendar extends NSObject { ffi.Pointer monthValuePointer, ffi.Pointer dayValuePointer, NSDate date) { - _lib._objc_msgSend_634( + _lib._objc_msgSend_642( _id, _lib._sel_getEra_year_month_day_fromDate_1, eraValuePointer, @@ -48300,7 +50459,7 @@ class NSCalendar extends NSObject { ffi.Pointer weekValuePointer, ffi.Pointer weekdayValuePointer, NSDate date) { - _lib._objc_msgSend_634( + _lib._objc_msgSend_642( _id, _lib._sel_getEra_yearForWeekOfYear_weekOfYear_weekday_fromDate_1, eraValuePointer, @@ -48316,7 +50475,7 @@ class NSCalendar extends NSObject { ffi.Pointer secondValuePointer, ffi.Pointer nanosecondValuePointer, NSDate date) { - _lib._objc_msgSend_634( + _lib._objc_msgSend_642( _id, _lib._sel_getHour_minute_second_nanosecond_fromDate_1, hourValuePointer, @@ -48327,7 +50486,7 @@ class NSCalendar extends NSObject { } int component_fromDate_(int unit, NSDate date) { - return _lib._objc_msgSend_635( + return _lib._objc_msgSend_643( _id, _lib._sel_component_fromDate_1, unit, date._id); } @@ -48340,7 +50499,7 @@ class NSCalendar extends NSObject { int minuteValue, int secondValue, int nanosecondValue) { - final _ret = _lib._objc_msgSend_636( + final _ret = _lib._objc_msgSend_644( _id, _lib._sel_dateWithEra_year_month_day_hour_minute_second_nanosecond_1, eraValue, @@ -48366,7 +50525,7 @@ class NSCalendar extends NSObject { int minuteValue, int secondValue, int nanosecondValue) { - final _ret = _lib._objc_msgSend_636( + final _ret = _lib._objc_msgSend_644( _id, _lib._sel_dateWithEra_yearForWeekOfYear_weekOfYear_weekday_hour_minute_second_nanosecond_1, eraValue, @@ -48384,20 +50543,20 @@ class NSCalendar extends NSObject { NSDate startOfDayForDate_(NSDate date) { final _ret = - _lib._objc_msgSend_159(_id, _lib._sel_startOfDayForDate_1, date._id); + _lib._objc_msgSend_160(_id, _lib._sel_startOfDayForDate_1, date._id); return NSDate._(_ret, _lib, retain: true, release: true); } NSDateComponents componentsInTimeZone_fromDate_( NSTimeZone timezone, NSDate date) { - final _ret = _lib._objc_msgSend_637( + final _ret = _lib._objc_msgSend_645( _id, _lib._sel_componentsInTimeZone_fromDate_1, timezone._id, date._id); return NSDateComponents._(_ret, _lib, retain: true, release: true); } int compareDate_toDate_toUnitGranularity_( NSDate date1, NSDate date2, int unit) { - return _lib._objc_msgSend_638( + return _lib._objc_msgSend_646( _id, _lib._sel_compareDate_toDate_toUnitGranularity_1, date1._id, @@ -48407,7 +50566,7 @@ class NSCalendar extends NSObject { bool isDate_equalToDate_toUnitGranularity_( NSDate date1, NSDate date2, int unit) { - return _lib._objc_msgSend_639( + return _lib._objc_msgSend_647( _id, _lib._sel_isDate_equalToDate_toUnitGranularity_1, date1._id, @@ -48416,31 +50575,31 @@ class NSCalendar extends NSObject { } bool isDate_inSameDayAsDate_(NSDate date1, NSDate date2) { - return _lib._objc_msgSend_640( + return _lib._objc_msgSend_648( _id, _lib._sel_isDate_inSameDayAsDate_1, date1._id, date2._id); } bool isDateInToday_(NSDate date) { - return _lib._objc_msgSend_161(_id, _lib._sel_isDateInToday_1, date._id); + return _lib._objc_msgSend_162(_id, _lib._sel_isDateInToday_1, date._id); } bool isDateInYesterday_(NSDate date) { - return _lib._objc_msgSend_161(_id, _lib._sel_isDateInYesterday_1, date._id); + return _lib._objc_msgSend_162(_id, _lib._sel_isDateInYesterday_1, date._id); } bool isDateInTomorrow_(NSDate date) { - return _lib._objc_msgSend_161(_id, _lib._sel_isDateInTomorrow_1, date._id); + return _lib._objc_msgSend_162(_id, _lib._sel_isDateInTomorrow_1, date._id); } bool isDateInWeekend_(NSDate date) { - return _lib._objc_msgSend_161(_id, _lib._sel_isDateInWeekend_1, date._id); + return _lib._objc_msgSend_162(_id, _lib._sel_isDateInWeekend_1, date._id); } bool rangeOfWeekendStartDate_interval_containingDate_( ffi.Pointer> datep, ffi.Pointer tip, NSDate date) { - return _lib._objc_msgSend_641( + return _lib._objc_msgSend_649( _id, _lib._sel_rangeOfWeekendStartDate_interval_containingDate_1, datep, @@ -48453,7 +50612,7 @@ class NSCalendar extends NSObject { ffi.Pointer tip, int options, NSDate date) { - return _lib._objc_msgSend_642( + return _lib._objc_msgSend_650( _id, _lib._sel_nextWeekendStartDate_interval_options_afterDate_1, datep, @@ -48467,7 +50626,7 @@ class NSCalendar extends NSObject { NSDateComponents startingDateComp, NSDateComponents resultDateComp, int options) { - final _ret = _lib._objc_msgSend_643( + final _ret = _lib._objc_msgSend_651( _id, _lib._sel_components_fromDateComponents_toDateComponents_options_1, unitFlags, @@ -48479,7 +50638,7 @@ class NSCalendar extends NSObject { NSDate? dateByAddingUnit_value_toDate_options_( int unit, int value, NSDate date, int options) { - final _ret = _lib._objc_msgSend_644( + final _ret = _lib._objc_msgSend_652( _id, _lib._sel_dateByAddingUnit_value_toDate_options_1, unit, @@ -48496,7 +50655,7 @@ class NSCalendar extends NSObject { NSDateComponents comps, int opts, ObjCBlock_ffiVoid_NSDate_bool_bool block) { - _lib._objc_msgSend_645( + _lib._objc_msgSend_653( _id, _lib._sel_enumerateDatesStartingAfterDate_matchingComponents_options_usingBlock_1, start._id, @@ -48507,7 +50666,7 @@ class NSCalendar extends NSObject { NSDate? nextDateAfterDate_matchingComponents_options_( NSDate date, NSDateComponents comps, int options) { - final _ret = _lib._objc_msgSend_646( + final _ret = _lib._objc_msgSend_654( _id, _lib._sel_nextDateAfterDate_matchingComponents_options_1, date._id, @@ -48520,7 +50679,7 @@ class NSCalendar extends NSObject { NSDate? nextDateAfterDate_matchingUnit_value_options_( NSDate date, int unit, int value, int options) { - final _ret = _lib._objc_msgSend_647( + final _ret = _lib._objc_msgSend_655( _id, _lib._sel_nextDateAfterDate_matchingUnit_value_options_1, date._id, @@ -48534,7 +50693,7 @@ class NSCalendar extends NSObject { NSDate? nextDateAfterDate_matchingHour_minute_second_options_(NSDate date, int hourValue, int minuteValue, int secondValue, int options) { - final _ret = _lib._objc_msgSend_648( + final _ret = _lib._objc_msgSend_656( _id, _lib._sel_nextDateAfterDate_matchingHour_minute_second_options_1, date._id, @@ -48549,7 +50708,7 @@ class NSCalendar extends NSObject { NSDate? dateBySettingUnit_value_ofDate_options_( int unit, int v, NSDate date, int opts) { - final _ret = _lib._objc_msgSend_644( + final _ret = _lib._objc_msgSend_652( _id, _lib._sel_dateBySettingUnit_value_ofDate_options_1, unit, @@ -48563,7 +50722,7 @@ class NSCalendar extends NSObject { NSDate? dateBySettingHour_minute_second_ofDate_options_( int h, int m, int s, NSDate date, int opts) { - final _ret = _lib._objc_msgSend_649( + final _ret = _lib._objc_msgSend_657( _id, _lib._sel_dateBySettingHour_minute_second_ofDate_options_1, h, @@ -48577,7 +50736,7 @@ class NSCalendar extends NSObject { } bool date_matchesComponents_(NSDate date, NSDateComponents components) { - return _lib._objc_msgSend_650( + return _lib._objc_msgSend_658( _id, _lib._sel_date_matchesComponents_1, date._id, components._id); } @@ -48641,6 +50800,15 @@ class NSCalendar extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSCalendar1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSCalendar1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -48714,26 +50882,26 @@ class NSDateComponents extends NSObject { } NSCalendar? get calendar { - final _ret = _lib._objc_msgSend_622(_id, _lib._sel_calendar1); + final _ret = _lib._objc_msgSend_630(_id, _lib._sel_calendar1); return _ret.address == 0 ? null : NSCalendar._(_ret, _lib, retain: true, release: true); } set calendar(NSCalendar? value) { - return _lib._objc_msgSend_623( + return _lib._objc_msgSend_631( _id, _lib._sel_setCalendar_1, value?._id ?? ffi.nullptr); } NSTimeZone? get timeZone { - final _ret = _lib._objc_msgSend_624(_id, _lib._sel_timeZone1); + final _ret = _lib._objc_msgSend_632(_id, _lib._sel_timeZone1); return _ret.address == 0 ? null : NSTimeZone._(_ret, _lib, retain: true, release: true); } set timeZone(NSTimeZone? value) { - return _lib._objc_msgSend_625( + return _lib._objc_msgSend_633( _id, _lib._sel_setTimeZone_1, value?._id ?? ffi.nullptr); } @@ -48742,7 +50910,7 @@ class NSDateComponents extends NSObject { } set era(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setEra_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setEra_1, value); } int get year { @@ -48750,7 +50918,7 @@ class NSDateComponents extends NSObject { } set year(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setYear_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setYear_1, value); } int get month { @@ -48758,7 +50926,7 @@ class NSDateComponents extends NSObject { } set month(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setMonth_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setMonth_1, value); } int get day { @@ -48766,7 +50934,7 @@ class NSDateComponents extends NSObject { } set day(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setDay_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setDay_1, value); } int get hour { @@ -48774,7 +50942,7 @@ class NSDateComponents extends NSObject { } set hour(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setHour_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setHour_1, value); } int get minute { @@ -48782,7 +50950,7 @@ class NSDateComponents extends NSObject { } set minute(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setMinute_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setMinute_1, value); } int get second { @@ -48790,7 +50958,7 @@ class NSDateComponents extends NSObject { } set second(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setSecond_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setSecond_1, value); } int get nanosecond { @@ -48798,7 +50966,7 @@ class NSDateComponents extends NSObject { } set nanosecond(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setNanosecond_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setNanosecond_1, value); } int get weekday { @@ -48806,7 +50974,7 @@ class NSDateComponents extends NSObject { } set weekday(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setWeekday_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setWeekday_1, value); } int get weekdayOrdinal { @@ -48814,7 +50982,7 @@ class NSDateComponents extends NSObject { } set weekdayOrdinal(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setWeekdayOrdinal_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setWeekdayOrdinal_1, value); } int get quarter { @@ -48822,7 +50990,7 @@ class NSDateComponents extends NSObject { } set quarter(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setQuarter_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setQuarter_1, value); } int get weekOfMonth { @@ -48830,7 +50998,7 @@ class NSDateComponents extends NSObject { } set weekOfMonth(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setWeekOfMonth_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setWeekOfMonth_1, value); } int get weekOfYear { @@ -48838,7 +51006,7 @@ class NSDateComponents extends NSObject { } set weekOfYear(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setWeekOfYear_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setWeekOfYear_1, value); } int get yearForWeekOfYear { @@ -48846,7 +51014,7 @@ class NSDateComponents extends NSObject { } set yearForWeekOfYear(int value) { - return _lib._objc_msgSend_626(_id, _lib._sel_setYearForWeekOfYear_1, value); + return _lib._objc_msgSend_634(_id, _lib._sel_setYearForWeekOfYear_1, value); } bool get leapMonth { @@ -48854,11 +51022,11 @@ class NSDateComponents extends NSObject { } set leapMonth(bool value) { - return _lib._objc_msgSend_475(_id, _lib._sel_setLeapMonth_1, value); + return _lib._objc_msgSend_483(_id, _lib._sel_setLeapMonth_1, value); } NSDate? get date { - final _ret = _lib._objc_msgSend_164(_id, _lib._sel_date1); + final _ret = _lib._objc_msgSend_165(_id, _lib._sel_date1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); @@ -48869,15 +51037,15 @@ class NSDateComponents extends NSObject { } void setWeek_(int v) { - _lib._objc_msgSend_374(_id, _lib._sel_setWeek_1, v); + _lib._objc_msgSend_379(_id, _lib._sel_setWeek_1, v); } void setValue_forComponent_(int value, int unit) { - _lib._objc_msgSend_627(_id, _lib._sel_setValue_forComponent_1, value, unit); + _lib._objc_msgSend_635(_id, _lib._sel_setValue_forComponent_1, value, unit); } int valueForComponent_(int unit) { - return _lib._objc_msgSend_628(_id, _lib._sel_valueForComponent_1, unit); + return _lib._objc_msgSend_636(_id, _lib._sel_valueForComponent_1, unit); } bool get validDate { @@ -48885,7 +51053,7 @@ class NSDateComponents extends NSObject { } bool isValidDateInCalendar_(NSCalendar calendar) { - return _lib._objc_msgSend_629( + return _lib._objc_msgSend_637( _id, _lib._sel_isValidDateInCalendar_1, calendar._id); } @@ -48956,6 +51124,15 @@ class NSDateComponents extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSDateComponents1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSDateComponents1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -49116,6 +51293,1024 @@ class ObjCBlock_ffiVoid_NSDate_bool_bool extends _ObjCBlockBase { _id, arg0?._id ?? ffi.nullptr, arg1, arg2); } +class NSNumberFormatter extends NSFormatter { + NSNumberFormatter._(ffi.Pointer id, PedometerBindings lib, + {bool retain = false, bool release = false}) + : super._(id, lib, retain: retain, release: release); + + /// Returns a [NSNumberFormatter] that points to the same underlying object as [other]. + static NSNumberFormatter castFrom(T other) { + return NSNumberFormatter._(other._id, other._lib, + retain: true, release: true); + } + + /// Returns a [NSNumberFormatter] that wraps the given raw object pointer. + static NSNumberFormatter castFromPointer( + PedometerBindings lib, ffi.Pointer other, + {bool retain = false, bool release = false}) { + return NSNumberFormatter._(other, lib, retain: retain, release: release); + } + + /// Returns whether [obj] is an instance of [NSNumberFormatter]. + static bool isInstance(_ObjCWrapper obj) { + return obj._lib._objc_msgSend_0(obj._id, obj._lib._sel_isKindOfClass_1, + obj._lib._class_NSNumberFormatter1); + } + + int get formattingContext { + return _lib._objc_msgSend_600(_id, _lib._sel_formattingContext1); + } + + set formattingContext(int value) { + return _lib._objc_msgSend_601(_id, _lib._sel_setFormattingContext_1, value); + } + + bool getObjectValue_forString_range_error_( + ffi.Pointer> obj, + NSString string, + ffi.Pointer<_NSRange> rangep, + ffi.Pointer> error) { + return _lib._objc_msgSend_602( + _id, + _lib._sel_getObjectValue_forString_range_error_1, + obj, + string._id, + rangep, + error); + } + + NSString? stringFromNumber_(NSNumber number) { + final _ret = + _lib._objc_msgSend_662(_id, _lib._sel_stringFromNumber_1, number._id); + return _ret.address == 0 + ? null + : NSString._(_ret, _lib, retain: true, release: true); + } + + NSNumber? numberFromString_(NSString string) { + final _ret = + _lib._objc_msgSend_663(_id, _lib._sel_numberFromString_1, string._id); + return _ret.address == 0 + ? null + : NSNumber._(_ret, _lib, retain: true, release: true); + } + + static NSString localizedStringFromNumber_numberStyle_( + PedometerBindings _lib, NSNumber num, int nstyle) { + final _ret = _lib._objc_msgSend_664(_lib._class_NSNumberFormatter1, + _lib._sel_localizedStringFromNumber_numberStyle_1, num._id, nstyle); + return NSString._(_ret, _lib, retain: true, release: true); + } + + static int defaultFormatterBehavior(PedometerBindings _lib) { + return _lib._objc_msgSend_665( + _lib._class_NSNumberFormatter1, _lib._sel_defaultFormatterBehavior1); + } + + static void setDefaultFormatterBehavior_( + PedometerBindings _lib, int behavior) { + _lib._objc_msgSend_666(_lib._class_NSNumberFormatter1, + _lib._sel_setDefaultFormatterBehavior_1, behavior); + } + + int get numberStyle { + return _lib._objc_msgSend_667(_id, _lib._sel_numberStyle1); + } + + set numberStyle(int value) { + return _lib._objc_msgSend_668(_id, _lib._sel_setNumberStyle_1, value); + } + + NSLocale get locale { + final _ret = _lib._objc_msgSend_292(_id, _lib._sel_locale1); + return NSLocale._(_ret, _lib, retain: true, release: true); + } + + set locale(NSLocale value) { + return _lib._objc_msgSend_611(_id, _lib._sel_setLocale_1, value._id); + } + + bool get generatesDecimalNumbers { + return _lib._objc_msgSend_12(_id, _lib._sel_generatesDecimalNumbers1); + } + + set generatesDecimalNumbers(bool value) { + return _lib._objc_msgSend_483( + _id, _lib._sel_setGeneratesDecimalNumbers_1, value); + } + + int get formatterBehavior { + return _lib._objc_msgSend_665(_id, _lib._sel_formatterBehavior1); + } + + set formatterBehavior(int value) { + return _lib._objc_msgSend_669(_id, _lib._sel_setFormatterBehavior_1, value); + } + + NSString get negativeFormat { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_negativeFormat1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set negativeFormat(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setNegativeFormat_1, value._id); + } + + NSDictionary? get textAttributesForNegativeValues { + final _ret = + _lib._objc_msgSend_345(_id, _lib._sel_textAttributesForNegativeValues1); + return _ret.address == 0 + ? null + : NSDictionary._(_ret, _lib, retain: true, release: true); + } + + set textAttributesForNegativeValues(NSDictionary? value) { + return _lib._objc_msgSend_670( + _id, + _lib._sel_setTextAttributesForNegativeValues_1, + value?._id ?? ffi.nullptr); + } + + NSString get positiveFormat { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_positiveFormat1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set positiveFormat(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setPositiveFormat_1, value._id); + } + + NSDictionary? get textAttributesForPositiveValues { + final _ret = + _lib._objc_msgSend_345(_id, _lib._sel_textAttributesForPositiveValues1); + return _ret.address == 0 + ? null + : NSDictionary._(_ret, _lib, retain: true, release: true); + } + + set textAttributesForPositiveValues(NSDictionary? value) { + return _lib._objc_msgSend_670( + _id, + _lib._sel_setTextAttributesForPositiveValues_1, + value?._id ?? ffi.nullptr); + } + + bool get allowsFloats { + return _lib._objc_msgSend_12(_id, _lib._sel_allowsFloats1); + } + + set allowsFloats(bool value) { + return _lib._objc_msgSend_483(_id, _lib._sel_setAllowsFloats_1, value); + } + + NSString get decimalSeparator { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_decimalSeparator1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set decimalSeparator(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setDecimalSeparator_1, value._id); + } + + bool get alwaysShowsDecimalSeparator { + return _lib._objc_msgSend_12(_id, _lib._sel_alwaysShowsDecimalSeparator1); + } + + set alwaysShowsDecimalSeparator(bool value) { + return _lib._objc_msgSend_483( + _id, _lib._sel_setAlwaysShowsDecimalSeparator_1, value); + } + + NSString get currencyDecimalSeparator { + final _ret = + _lib._objc_msgSend_21(_id, _lib._sel_currencyDecimalSeparator1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set currencyDecimalSeparator(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setCurrencyDecimalSeparator_1, value._id); + } + + bool get usesGroupingSeparator { + return _lib._objc_msgSend_12(_id, _lib._sel_usesGroupingSeparator1); + } + + set usesGroupingSeparator(bool value) { + return _lib._objc_msgSend_483( + _id, _lib._sel_setUsesGroupingSeparator_1, value); + } + + NSString get groupingSeparator { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_groupingSeparator1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set groupingSeparator(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setGroupingSeparator_1, value._id); + } + + NSString? get zeroSymbol { + final _ret = _lib._objc_msgSend_44(_id, _lib._sel_zeroSymbol1); + return _ret.address == 0 + ? null + : NSString._(_ret, _lib, retain: true, release: true); + } + + set zeroSymbol(NSString? value) { + return _lib._objc_msgSend_501( + _id, _lib._sel_setZeroSymbol_1, value?._id ?? ffi.nullptr); + } + + NSDictionary? get textAttributesForZero { + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_textAttributesForZero1); + return _ret.address == 0 + ? null + : NSDictionary._(_ret, _lib, retain: true, release: true); + } + + set textAttributesForZero(NSDictionary? value) { + return _lib._objc_msgSend_670( + _id, _lib._sel_setTextAttributesForZero_1, value?._id ?? ffi.nullptr); + } + + NSString get nilSymbol { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_nilSymbol1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set nilSymbol(NSString value) { + return _lib._objc_msgSend_515(_id, _lib._sel_setNilSymbol_1, value._id); + } + + NSDictionary? get textAttributesForNil { + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_textAttributesForNil1); + return _ret.address == 0 + ? null + : NSDictionary._(_ret, _lib, retain: true, release: true); + } + + set textAttributesForNil(NSDictionary? value) { + return _lib._objc_msgSend_670( + _id, _lib._sel_setTextAttributesForNil_1, value?._id ?? ffi.nullptr); + } + + NSString get notANumberSymbol { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_notANumberSymbol1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set notANumberSymbol(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setNotANumberSymbol_1, value._id); + } + + NSDictionary? get textAttributesForNotANumber { + final _ret = + _lib._objc_msgSend_345(_id, _lib._sel_textAttributesForNotANumber1); + return _ret.address == 0 + ? null + : NSDictionary._(_ret, _lib, retain: true, release: true); + } + + set textAttributesForNotANumber(NSDictionary? value) { + return _lib._objc_msgSend_670(_id, + _lib._sel_setTextAttributesForNotANumber_1, value?._id ?? ffi.nullptr); + } + + NSString get positiveInfinitySymbol { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_positiveInfinitySymbol1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set positiveInfinitySymbol(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setPositiveInfinitySymbol_1, value._id); + } + + NSDictionary? get textAttributesForPositiveInfinity { + final _ret = _lib._objc_msgSend_345( + _id, _lib._sel_textAttributesForPositiveInfinity1); + return _ret.address == 0 + ? null + : NSDictionary._(_ret, _lib, retain: true, release: true); + } + + set textAttributesForPositiveInfinity(NSDictionary? value) { + return _lib._objc_msgSend_670( + _id, + _lib._sel_setTextAttributesForPositiveInfinity_1, + value?._id ?? ffi.nullptr); + } + + NSString get negativeInfinitySymbol { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_negativeInfinitySymbol1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set negativeInfinitySymbol(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setNegativeInfinitySymbol_1, value._id); + } + + NSDictionary? get textAttributesForNegativeInfinity { + final _ret = _lib._objc_msgSend_345( + _id, _lib._sel_textAttributesForNegativeInfinity1); + return _ret.address == 0 + ? null + : NSDictionary._(_ret, _lib, retain: true, release: true); + } + + set textAttributesForNegativeInfinity(NSDictionary? value) { + return _lib._objc_msgSend_670( + _id, + _lib._sel_setTextAttributesForNegativeInfinity_1, + value?._id ?? ffi.nullptr); + } + + NSString get positivePrefix { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_positivePrefix1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set positivePrefix(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setPositivePrefix_1, value._id); + } + + NSString get positiveSuffix { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_positiveSuffix1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set positiveSuffix(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setPositiveSuffix_1, value._id); + } + + NSString get negativePrefix { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_negativePrefix1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set negativePrefix(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setNegativePrefix_1, value._id); + } + + NSString get negativeSuffix { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_negativeSuffix1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set negativeSuffix(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setNegativeSuffix_1, value._id); + } + + NSString get currencyCode { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_currencyCode1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set currencyCode(NSString value) { + return _lib._objc_msgSend_515(_id, _lib._sel_setCurrencyCode_1, value._id); + } + + NSString get currencySymbol { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_currencySymbol1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set currencySymbol(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setCurrencySymbol_1, value._id); + } + + NSString get internationalCurrencySymbol { + final _ret = + _lib._objc_msgSend_21(_id, _lib._sel_internationalCurrencySymbol1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set internationalCurrencySymbol(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setInternationalCurrencySymbol_1, value._id); + } + + NSString get percentSymbol { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_percentSymbol1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set percentSymbol(NSString value) { + return _lib._objc_msgSend_515(_id, _lib._sel_setPercentSymbol_1, value._id); + } + + NSString get perMillSymbol { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_perMillSymbol1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set perMillSymbol(NSString value) { + return _lib._objc_msgSend_515(_id, _lib._sel_setPerMillSymbol_1, value._id); + } + + NSString get minusSign { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_minusSign1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set minusSign(NSString value) { + return _lib._objc_msgSend_515(_id, _lib._sel_setMinusSign_1, value._id); + } + + NSString get plusSign { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_plusSign1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set plusSign(NSString value) { + return _lib._objc_msgSend_515(_id, _lib._sel_setPlusSign_1, value._id); + } + + NSString get exponentSymbol { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_exponentSymbol1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set exponentSymbol(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setExponentSymbol_1, value._id); + } + + int get groupingSize { + return _lib._objc_msgSend_10(_id, _lib._sel_groupingSize1); + } + + set groupingSize(int value) { + return _lib._objc_msgSend_472(_id, _lib._sel_setGroupingSize_1, value); + } + + int get secondaryGroupingSize { + return _lib._objc_msgSend_10(_id, _lib._sel_secondaryGroupingSize1); + } + + set secondaryGroupingSize(int value) { + return _lib._objc_msgSend_472( + _id, _lib._sel_setSecondaryGroupingSize_1, value); + } + + NSNumber? get multiplier { + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_multiplier1); + return _ret.address == 0 + ? null + : NSNumber._(_ret, _lib, retain: true, release: true); + } + + set multiplier(NSNumber? value) { + return _lib._objc_msgSend_518( + _id, _lib._sel_setMultiplier_1, value?._id ?? ffi.nullptr); + } + + int get formatWidth { + return _lib._objc_msgSend_10(_id, _lib._sel_formatWidth1); + } + + set formatWidth(int value) { + return _lib._objc_msgSend_472(_id, _lib._sel_setFormatWidth_1, value); + } + + NSString get paddingCharacter { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_paddingCharacter1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set paddingCharacter(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setPaddingCharacter_1, value._id); + } + + int get paddingPosition { + return _lib._objc_msgSend_671(_id, _lib._sel_paddingPosition1); + } + + set paddingPosition(int value) { + return _lib._objc_msgSend_672(_id, _lib._sel_setPaddingPosition_1, value); + } + + int get roundingMode { + return _lib._objc_msgSend_673(_id, _lib._sel_roundingMode1); + } + + set roundingMode(int value) { + return _lib._objc_msgSend_674(_id, _lib._sel_setRoundingMode_1, value); + } + + NSNumber get roundingIncrement { + final _ret = _lib._objc_msgSend_675(_id, _lib._sel_roundingIncrement1); + return NSNumber._(_ret, _lib, retain: true, release: true); + } + + set roundingIncrement(NSNumber value) { + return _lib._objc_msgSend_676( + _id, _lib._sel_setRoundingIncrement_1, value._id); + } + + int get minimumIntegerDigits { + return _lib._objc_msgSend_10(_id, _lib._sel_minimumIntegerDigits1); + } + + set minimumIntegerDigits(int value) { + return _lib._objc_msgSend_472( + _id, _lib._sel_setMinimumIntegerDigits_1, value); + } + + int get maximumIntegerDigits { + return _lib._objc_msgSend_10(_id, _lib._sel_maximumIntegerDigits1); + } + + set maximumIntegerDigits(int value) { + return _lib._objc_msgSend_472( + _id, _lib._sel_setMaximumIntegerDigits_1, value); + } + + int get minimumFractionDigits { + return _lib._objc_msgSend_10(_id, _lib._sel_minimumFractionDigits1); + } + + set minimumFractionDigits(int value) { + return _lib._objc_msgSend_472( + _id, _lib._sel_setMinimumFractionDigits_1, value); + } + + int get maximumFractionDigits { + return _lib._objc_msgSend_10(_id, _lib._sel_maximumFractionDigits1); + } + + set maximumFractionDigits(int value) { + return _lib._objc_msgSend_472( + _id, _lib._sel_setMaximumFractionDigits_1, value); + } + + NSNumber? get minimum { + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_minimum1); + return _ret.address == 0 + ? null + : NSNumber._(_ret, _lib, retain: true, release: true); + } + + set minimum(NSNumber? value) { + return _lib._objc_msgSend_518( + _id, _lib._sel_setMinimum_1, value?._id ?? ffi.nullptr); + } + + NSNumber? get maximum { + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_maximum1); + return _ret.address == 0 + ? null + : NSNumber._(_ret, _lib, retain: true, release: true); + } + + set maximum(NSNumber? value) { + return _lib._objc_msgSend_518( + _id, _lib._sel_setMaximum_1, value?._id ?? ffi.nullptr); + } + + NSString get currencyGroupingSeparator { + final _ret = + _lib._objc_msgSend_21(_id, _lib._sel_currencyGroupingSeparator1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set currencyGroupingSeparator(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setCurrencyGroupingSeparator_1, value._id); + } + + bool get lenient { + return _lib._objc_msgSend_12(_id, _lib._sel_isLenient1); + } + + set lenient(bool value) { + return _lib._objc_msgSend_483(_id, _lib._sel_setLenient_1, value); + } + + bool get usesSignificantDigits { + return _lib._objc_msgSend_12(_id, _lib._sel_usesSignificantDigits1); + } + + set usesSignificantDigits(bool value) { + return _lib._objc_msgSend_483( + _id, _lib._sel_setUsesSignificantDigits_1, value); + } + + int get minimumSignificantDigits { + return _lib._objc_msgSend_10(_id, _lib._sel_minimumSignificantDigits1); + } + + set minimumSignificantDigits(int value) { + return _lib._objc_msgSend_472( + _id, _lib._sel_setMinimumSignificantDigits_1, value); + } + + int get maximumSignificantDigits { + return _lib._objc_msgSend_10(_id, _lib._sel_maximumSignificantDigits1); + } + + set maximumSignificantDigits(int value) { + return _lib._objc_msgSend_472( + _id, _lib._sel_setMaximumSignificantDigits_1, value); + } + + bool get partialStringValidationEnabled { + return _lib._objc_msgSend_12( + _id, _lib._sel_isPartialStringValidationEnabled1); + } + + set partialStringValidationEnabled(bool value) { + return _lib._objc_msgSend_483( + _id, _lib._sel_setPartialStringValidationEnabled_1, value); + } + + bool get hasThousandSeparators { + return _lib._objc_msgSend_12(_id, _lib._sel_hasThousandSeparators1); + } + + set hasThousandSeparators(bool value) { + return _lib._objc_msgSend_483( + _id, _lib._sel_setHasThousandSeparators_1, value); + } + + NSString get thousandSeparator { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_thousandSeparator1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set thousandSeparator(NSString value) { + return _lib._objc_msgSend_515( + _id, _lib._sel_setThousandSeparator_1, value._id); + } + + bool get localizesFormat { + return _lib._objc_msgSend_12(_id, _lib._sel_localizesFormat1); + } + + set localizesFormat(bool value) { + return _lib._objc_msgSend_483(_id, _lib._sel_setLocalizesFormat_1, value); + } + + NSString get format { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_format1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + set format(NSString value) { + return _lib._objc_msgSend_515(_id, _lib._sel_setFormat_1, value._id); + } + + NSAttributedString get attributedStringForZero { + final _ret = + _lib._objc_msgSend_583(_id, _lib._sel_attributedStringForZero1); + return NSAttributedString._(_ret, _lib, retain: true, release: true); + } + + set attributedStringForZero(NSAttributedString value) { + return _lib._objc_msgSend_677( + _id, _lib._sel_setAttributedStringForZero_1, value._id); + } + + NSAttributedString get attributedStringForNil { + final _ret = _lib._objc_msgSend_583(_id, _lib._sel_attributedStringForNil1); + return NSAttributedString._(_ret, _lib, retain: true, release: true); + } + + set attributedStringForNil(NSAttributedString value) { + return _lib._objc_msgSend_677( + _id, _lib._sel_setAttributedStringForNil_1, value._id); + } + + NSAttributedString get attributedStringForNotANumber { + final _ret = + _lib._objc_msgSend_583(_id, _lib._sel_attributedStringForNotANumber1); + return NSAttributedString._(_ret, _lib, retain: true, release: true); + } + + set attributedStringForNotANumber(NSAttributedString value) { + return _lib._objc_msgSend_677( + _id, _lib._sel_setAttributedStringForNotANumber_1, value._id); + } + + NSDecimalNumberHandler get roundingBehavior { + final _ret = _lib._objc_msgSend_678(_id, _lib._sel_roundingBehavior1); + return NSDecimalNumberHandler._(_ret, _lib, retain: true, release: true); + } + + set roundingBehavior(NSDecimalNumberHandler value) { + return _lib._objc_msgSend_680( + _id, _lib._sel_setRoundingBehavior_1, value._id); + } + + @override + NSNumberFormatter init() { + final _ret = _lib._objc_msgSend_2(_id, _lib._sel_init1); + return NSNumberFormatter._(_ret, _lib, retain: true, release: true); + } + + static NSNumberFormatter new1(PedometerBindings _lib) { + final _ret = + _lib._objc_msgSend_2(_lib._class_NSNumberFormatter1, _lib._sel_new1); + return NSNumberFormatter._(_ret, _lib, retain: false, release: true); + } + + static NSNumberFormatter allocWithZone_( + PedometerBindings _lib, ffi.Pointer<_NSZone> zone) { + final _ret = _lib._objc_msgSend_3( + _lib._class_NSNumberFormatter1, _lib._sel_allocWithZone_1, zone); + return NSNumberFormatter._(_ret, _lib, retain: false, release: true); + } + + static NSNumberFormatter alloc(PedometerBindings _lib) { + final _ret = + _lib._objc_msgSend_2(_lib._class_NSNumberFormatter1, _lib._sel_alloc1); + return NSNumberFormatter._(_ret, _lib, retain: false, release: true); + } + + static void cancelPreviousPerformRequestsWithTarget_selector_object_( + PedometerBindings _lib, + NSObject aTarget, + ffi.Pointer aSelector, + NSObject? anArgument) { + _lib._objc_msgSend_14( + _lib._class_NSNumberFormatter1, + _lib._sel_cancelPreviousPerformRequestsWithTarget_selector_object_1, + aTarget._id, + aSelector, + anArgument?._id ?? ffi.nullptr); + } + + static void cancelPreviousPerformRequestsWithTarget_( + PedometerBindings _lib, NSObject aTarget) { + _lib._objc_msgSend_15(_lib._class_NSNumberFormatter1, + _lib._sel_cancelPreviousPerformRequestsWithTarget_1, aTarget._id); + } + + static bool getAccessInstanceVariablesDirectly(PedometerBindings _lib) { + return _lib._objc_msgSend_12(_lib._class_NSNumberFormatter1, + _lib._sel_accessInstanceVariablesDirectly1); + } + + static bool useStoredAccessor(PedometerBindings _lib) { + return _lib._objc_msgSend_12( + _lib._class_NSNumberFormatter1, _lib._sel_useStoredAccessor1); + } + + static NSSet keyPathsForValuesAffectingValueForKey_( + PedometerBindings _lib, NSString key) { + final _ret = _lib._objc_msgSend_55(_lib._class_NSNumberFormatter1, + _lib._sel_keyPathsForValuesAffectingValueForKey_1, key._id); + return NSSet._(_ret, _lib, retain: true, release: true); + } + + static bool automaticallyNotifiesObserversForKey_( + PedometerBindings _lib, NSString key) { + return _lib._objc_msgSend_56(_lib._class_NSNumberFormatter1, + _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); + } + + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSNumberFormatter1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { + final _ret = _lib._objc_msgSend_77(_lib._class_NSNumberFormatter1, + _lib._sel_classFallbacksForKeyedArchiver1); + return NSArray._(_ret, _lib, retain: true, release: true); + } + + static NSObject classForKeyedUnarchiver(PedometerBindings _lib) { + final _ret = _lib._objc_msgSend_2( + _lib._class_NSNumberFormatter1, _lib._sel_classForKeyedUnarchiver1); + return NSObject._(_ret, _lib, retain: true, release: true); + } +} + +abstract class NSNumberFormatterStyle { + static const int NSNumberFormatterNoStyle = 0; + static const int NSNumberFormatterDecimalStyle = 1; + static const int NSNumberFormatterCurrencyStyle = 2; + static const int NSNumberFormatterPercentStyle = 3; + static const int NSNumberFormatterScientificStyle = 4; + static const int NSNumberFormatterSpellOutStyle = 5; + static const int NSNumberFormatterOrdinalStyle = 6; + static const int NSNumberFormatterCurrencyISOCodeStyle = 8; + static const int NSNumberFormatterCurrencyPluralStyle = 9; + static const int NSNumberFormatterCurrencyAccountingStyle = 10; +} + +abstract class NSNumberFormatterBehavior { + static const int NSNumberFormatterBehaviorDefault = 0; + static const int NSNumberFormatterBehavior10_0 = 1000; + static const int NSNumberFormatterBehavior10_4 = 1040; +} + +abstract class NSNumberFormatterPadPosition { + static const int NSNumberFormatterPadBeforePrefix = 0; + static const int NSNumberFormatterPadAfterPrefix = 1; + static const int NSNumberFormatterPadBeforeSuffix = 2; + static const int NSNumberFormatterPadAfterSuffix = 3; +} + +abstract class NSNumberFormatterRoundingMode { + static const int NSNumberFormatterRoundCeiling = 0; + static const int NSNumberFormatterRoundFloor = 1; + static const int NSNumberFormatterRoundDown = 2; + static const int NSNumberFormatterRoundUp = 3; + static const int NSNumberFormatterRoundHalfEven = 4; + static const int NSNumberFormatterRoundHalfDown = 5; + static const int NSNumberFormatterRoundHalfUp = 6; +} + +/// A class for defining common behaviors +class NSDecimalNumberHandler extends NSObject { + NSDecimalNumberHandler._(ffi.Pointer id, PedometerBindings lib, + {bool retain = false, bool release = false}) + : super._(id, lib, retain: retain, release: release); + + /// Returns a [NSDecimalNumberHandler] that points to the same underlying object as [other]. + static NSDecimalNumberHandler castFrom(T other) { + return NSDecimalNumberHandler._(other._id, other._lib, + retain: true, release: true); + } + + /// Returns a [NSDecimalNumberHandler] that wraps the given raw object pointer. + static NSDecimalNumberHandler castFromPointer( + PedometerBindings lib, ffi.Pointer other, + {bool retain = false, bool release = false}) { + return NSDecimalNumberHandler._(other, lib, + retain: retain, release: release); + } + + /// Returns whether [obj] is an instance of [NSDecimalNumberHandler]. + static bool isInstance(_ObjCWrapper obj) { + return obj._lib._objc_msgSend_0(obj._id, obj._lib._sel_isKindOfClass_1, + obj._lib._class_NSDecimalNumberHandler1); + } + + static NSDecimalNumberHandler getDefaultDecimalNumberHandler( + PedometerBindings _lib) { + final _ret = _lib._objc_msgSend_678(_lib._class_NSDecimalNumberHandler1, + _lib._sel_defaultDecimalNumberHandler1); + return NSDecimalNumberHandler._(_ret, _lib, retain: true, release: true); + } + + NSDecimalNumberHandler + initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_( + int roundingMode, + int scale, + bool exact, + bool overflow, + bool underflow, + bool divideByZero) { + final _ret = _lib._objc_msgSend_679( + _id, + _lib._sel_initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1, + roundingMode, + scale, + exact, + overflow, + underflow, + divideByZero); + return NSDecimalNumberHandler._(_ret, _lib, retain: true, release: true); + } + + static NSDecimalNumberHandler + decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_( + PedometerBindings _lib, + int roundingMode, + int scale, + bool exact, + bool overflow, + bool underflow, + bool divideByZero) { + final _ret = _lib._objc_msgSend_679( + _lib._class_NSDecimalNumberHandler1, + _lib._sel_decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1, + roundingMode, + scale, + exact, + overflow, + underflow, + divideByZero); + return NSDecimalNumberHandler._(_ret, _lib, retain: true, release: true); + } + + @override + NSDecimalNumberHandler init() { + final _ret = _lib._objc_msgSend_2(_id, _lib._sel_init1); + return NSDecimalNumberHandler._(_ret, _lib, retain: true, release: true); + } + + static NSDecimalNumberHandler new1(PedometerBindings _lib) { + final _ret = _lib._objc_msgSend_2( + _lib._class_NSDecimalNumberHandler1, _lib._sel_new1); + return NSDecimalNumberHandler._(_ret, _lib, retain: false, release: true); + } + + static NSDecimalNumberHandler allocWithZone_( + PedometerBindings _lib, ffi.Pointer<_NSZone> zone) { + final _ret = _lib._objc_msgSend_3( + _lib._class_NSDecimalNumberHandler1, _lib._sel_allocWithZone_1, zone); + return NSDecimalNumberHandler._(_ret, _lib, retain: false, release: true); + } + + static NSDecimalNumberHandler alloc(PedometerBindings _lib) { + final _ret = _lib._objc_msgSend_2( + _lib._class_NSDecimalNumberHandler1, _lib._sel_alloc1); + return NSDecimalNumberHandler._(_ret, _lib, retain: false, release: true); + } + + static void cancelPreviousPerformRequestsWithTarget_selector_object_( + PedometerBindings _lib, + NSObject aTarget, + ffi.Pointer aSelector, + NSObject? anArgument) { + _lib._objc_msgSend_14( + _lib._class_NSDecimalNumberHandler1, + _lib._sel_cancelPreviousPerformRequestsWithTarget_selector_object_1, + aTarget._id, + aSelector, + anArgument?._id ?? ffi.nullptr); + } + + static void cancelPreviousPerformRequestsWithTarget_( + PedometerBindings _lib, NSObject aTarget) { + _lib._objc_msgSend_15(_lib._class_NSDecimalNumberHandler1, + _lib._sel_cancelPreviousPerformRequestsWithTarget_1, aTarget._id); + } + + static bool getAccessInstanceVariablesDirectly(PedometerBindings _lib) { + return _lib._objc_msgSend_12(_lib._class_NSDecimalNumberHandler1, + _lib._sel_accessInstanceVariablesDirectly1); + } + + static bool useStoredAccessor(PedometerBindings _lib) { + return _lib._objc_msgSend_12( + _lib._class_NSDecimalNumberHandler1, _lib._sel_useStoredAccessor1); + } + + static NSSet keyPathsForValuesAffectingValueForKey_( + PedometerBindings _lib, NSString key) { + final _ret = _lib._objc_msgSend_55(_lib._class_NSDecimalNumberHandler1, + _lib._sel_keyPathsForValuesAffectingValueForKey_1, key._id); + return NSSet._(_ret, _lib, retain: true, release: true); + } + + static bool automaticallyNotifiesObserversForKey_( + PedometerBindings _lib, NSString key) { + return _lib._objc_msgSend_56(_lib._class_NSDecimalNumberHandler1, + _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); + } + + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSDecimalNumberHandler1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { + final _ret = _lib._objc_msgSend_77(_lib._class_NSDecimalNumberHandler1, + _lib._sel_classFallbacksForKeyedArchiver1); + return NSArray._(_ret, _lib, retain: true, release: true); + } + + static NSObject classForKeyedUnarchiver(PedometerBindings _lib) { + final _ret = _lib._objc_msgSend_2(_lib._class_NSDecimalNumberHandler1, + _lib._sel_classForKeyedUnarchiver1); + return NSObject._(_ret, _lib, retain: true, release: true); + } +} + +/// Type definitions +abstract class NSRoundingMode { + static const int NSRoundPlain = 0; + static const int NSRoundDown = 1; + static const int NSRoundUp = 2; + static const int NSRoundBankers = 3; +} + class NSScanner extends NSObject { NSScanner._(ffi.Pointer id, PedometerBindings lib, {bool retain = false, bool release = false}) @@ -49149,18 +52344,18 @@ class NSScanner extends NSObject { } set scanLocation(int value) { - return _lib._objc_msgSend_463(_id, _lib._sel_setScanLocation_1, value); + return _lib._objc_msgSend_472(_id, _lib._sel_setScanLocation_1, value); } NSCharacterSet? get charactersToBeSkipped { - final _ret = _lib._objc_msgSend_654(_id, _lib._sel_charactersToBeSkipped1); + final _ret = _lib._objc_msgSend_681(_id, _lib._sel_charactersToBeSkipped1); return _ret.address == 0 ? null : NSCharacterSet._(_ret, _lib, retain: true, release: true); } set charactersToBeSkipped(NSCharacterSet? value) { - return _lib._objc_msgSend_655( + return _lib._objc_msgSend_682( _id, _lib._sel_setCharactersToBeSkipped_1, value?._id ?? ffi.nullptr); } @@ -49169,7 +52364,7 @@ class NSScanner extends NSObject { } set caseSensitive(bool value) { - return _lib._objc_msgSend_475(_id, _lib._sel_setCaseSensitive_1, value); + return _lib._objc_msgSend_483(_id, _lib._sel_setCaseSensitive_1, value); } NSObject? get locale { @@ -49180,7 +52375,7 @@ class NSScanner extends NSObject { } set locale(NSObject? value) { - return _lib._objc_msgSend_367( + return _lib._objc_msgSend_372( _id, _lib._sel_setLocale_1, value?._id ?? ffi.nullptr); } @@ -49191,67 +52386,67 @@ class NSScanner extends NSObject { } bool scanInt_(ffi.Pointer result) { - return _lib._objc_msgSend_656(_id, _lib._sel_scanInt_1, result); + return _lib._objc_msgSend_683(_id, _lib._sel_scanInt_1, result); } bool scanInteger_(ffi.Pointer result) { - return _lib._objc_msgSend_657(_id, _lib._sel_scanInteger_1, result); + return _lib._objc_msgSend_684(_id, _lib._sel_scanInteger_1, result); } bool scanLongLong_(ffi.Pointer result) { - return _lib._objc_msgSend_658(_id, _lib._sel_scanLongLong_1, result); + return _lib._objc_msgSend_685(_id, _lib._sel_scanLongLong_1, result); } bool scanUnsignedLongLong_(ffi.Pointer result) { - return _lib._objc_msgSend_659( + return _lib._objc_msgSend_686( _id, _lib._sel_scanUnsignedLongLong_1, result); } bool scanFloat_(ffi.Pointer result) { - return _lib._objc_msgSend_660(_id, _lib._sel_scanFloat_1, result); + return _lib._objc_msgSend_687(_id, _lib._sel_scanFloat_1, result); } bool scanDouble_(ffi.Pointer result) { - return _lib._objc_msgSend_661(_id, _lib._sel_scanDouble_1, result); + return _lib._objc_msgSend_688(_id, _lib._sel_scanDouble_1, result); } bool scanHexInt_(ffi.Pointer result) { - return _lib._objc_msgSend_662(_id, _lib._sel_scanHexInt_1, result); + return _lib._objc_msgSend_689(_id, _lib._sel_scanHexInt_1, result); } bool scanHexLongLong_(ffi.Pointer result) { - return _lib._objc_msgSend_659(_id, _lib._sel_scanHexLongLong_1, result); + return _lib._objc_msgSend_686(_id, _lib._sel_scanHexLongLong_1, result); } bool scanHexFloat_(ffi.Pointer result) { - return _lib._objc_msgSend_660(_id, _lib._sel_scanHexFloat_1, result); + return _lib._objc_msgSend_687(_id, _lib._sel_scanHexFloat_1, result); } bool scanHexDouble_(ffi.Pointer result) { - return _lib._objc_msgSend_661(_id, _lib._sel_scanHexDouble_1, result); + return _lib._objc_msgSend_688(_id, _lib._sel_scanHexDouble_1, result); } bool scanString_intoString_( NSString string, ffi.Pointer> result) { - return _lib._objc_msgSend_663( + return _lib._objc_msgSend_690( _id, _lib._sel_scanString_intoString_1, string._id, result); } bool scanCharactersFromSet_intoString_( NSCharacterSet set, ffi.Pointer> result) { - return _lib._objc_msgSend_664( + return _lib._objc_msgSend_691( _id, _lib._sel_scanCharactersFromSet_intoString_1, set._id, result); } bool scanUpToString_intoString_( NSString string, ffi.Pointer> result) { - return _lib._objc_msgSend_663( + return _lib._objc_msgSend_690( _id, _lib._sel_scanUpToString_intoString_1, string._id, result); } bool scanUpToCharactersFromSet_intoString_( NSCharacterSet set, ffi.Pointer> result) { - return _lib._objc_msgSend_664( + return _lib._objc_msgSend_691( _id, _lib._sel_scanUpToCharactersFromSet_intoString_1, set._id, result); } @@ -49273,7 +52468,7 @@ class NSScanner extends NSObject { } bool scanDecimal_(ffi.Pointer dcm) { - return _lib._objc_msgSend_665(_id, _lib._sel_scanDecimal_1, dcm); + return _lib._objc_msgSend_692(_id, _lib._sel_scanDecimal_1, dcm); } @override @@ -49341,6 +52536,15 @@ class NSScanner extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSScanner1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSScanner1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -49381,7 +52585,7 @@ class NSException extends NSObject { static NSException exceptionWithName_reason_userInfo_(PedometerBindings _lib, NSString name, NSString? reason, NSDictionary? userInfo) { - final _ret = _lib._objc_msgSend_666( + final _ret = _lib._objc_msgSend_693( _lib._class_NSException1, _lib._sel_exceptionWithName_reason_userInfo_1, name._id, @@ -49392,7 +52596,7 @@ class NSException extends NSObject { NSException initWithName_reason_userInfo_( NSString aName, NSString? aReason, NSDictionary? aUserInfo) { - final _ret = _lib._objc_msgSend_667( + final _ret = _lib._objc_msgSend_694( _id, _lib._sel_initWithName_reason_userInfo_1, aName._id, @@ -49414,7 +52618,7 @@ class NSException extends NSObject { } NSDictionary? get userInfo { - final _ret = _lib._objc_msgSend_340(_id, _lib._sel_userInfo1); + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_userInfo1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -49437,13 +52641,13 @@ class NSException extends NSObject { static void raise_format_( PedometerBindings _lib, NSString name, NSString format) { - _lib._objc_msgSend_668(_lib._class_NSException1, _lib._sel_raise_format_1, + _lib._objc_msgSend_695(_lib._class_NSException1, _lib._sel_raise_format_1, name._id, format._id); } static void raise_format_arguments_(PedometerBindings _lib, NSString name, - NSString format, ffi.Pointer<__va_list_tag> argList) { - _lib._objc_msgSend_669(_lib._class_NSException1, + NSString format, ffi.Pointer argList) { + _lib._objc_msgSend_696(_lib._class_NSException1, _lib._sel_raise_format_arguments_1, name._id, format._id, argList); } @@ -49513,6 +52717,15 @@ class NSException extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSException1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSException1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -49550,14 +52763,14 @@ class NSRunLoop extends NSObject { } static NSRunLoop getCurrentRunLoop(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_670( + final _ret = _lib._objc_msgSend_697( _lib._class_NSRunLoop1, _lib._sel_currentRunLoop1); return NSRunLoop._(_ret, _lib, retain: true, release: true); } static NSRunLoop getMainRunLoop(PedometerBindings _lib) { final _ret = - _lib._objc_msgSend_670(_lib._class_NSRunLoop1, _lib._sel_mainRunLoop1); + _lib._objc_msgSend_697(_lib._class_NSRunLoop1, _lib._sel_mainRunLoop1); return NSRunLoop._(_ret, _lib, retain: true, release: true); } @@ -49569,34 +52782,34 @@ class NSRunLoop extends NSObject { } ffi.Pointer<__CFRunLoop> getCFRunLoop() { - return _lib._objc_msgSend_671(_id, _lib._sel_getCFRunLoop1); + return _lib._objc_msgSend_698(_id, _lib._sel_getCFRunLoop1); } void addTimer_forMode_(NSTimer timer, NSString mode) { - _lib._objc_msgSend_678( + _lib._objc_msgSend_705( _id, _lib._sel_addTimer_forMode_1, timer._id, mode._id); } void addPort_forMode_(NSPort aPort, NSString mode) { - _lib._objc_msgSend_683( + _lib._objc_msgSend_711( _id, _lib._sel_addPort_forMode_1, aPort._id, mode._id); } void removePort_forMode_(NSPort aPort, NSString mode) { - _lib._objc_msgSend_683( + _lib._objc_msgSend_711( _id, _lib._sel_removePort_forMode_1, aPort._id, mode._id); } NSDate? limitDateForMode_(NSString mode) { final _ret = - _lib._objc_msgSend_596(_id, _lib._sel_limitDateForMode_1, mode._id); + _lib._objc_msgSend_604(_id, _lib._sel_limitDateForMode_1, mode._id); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); } void acceptInputForMode_beforeDate_(NSString mode, NSDate limitDate) { - _lib._objc_msgSend_684(_id, _lib._sel_acceptInputForMode_beforeDate_1, + _lib._objc_msgSend_712(_id, _lib._sel_acceptInputForMode_beforeDate_1, mode._id, limitDate._id); } @@ -49605,26 +52818,30 @@ class NSRunLoop extends NSObject { } void runUntilDate_(NSDate limitDate) { - _lib._objc_msgSend_488(_id, _lib._sel_runUntilDate_1, limitDate._id); + _lib._objc_msgSend_496(_id, _lib._sel_runUntilDate_1, limitDate._id); } bool runMode_beforeDate_(NSString mode, NSDate limitDate) { - return _lib._objc_msgSend_685( + return _lib._objc_msgSend_713( _id, _lib._sel_runMode_beforeDate_1, mode._id, limitDate._id); } + void configureAsServer() { + _lib._objc_msgSend_1(_id, _lib._sel_configureAsServer1); + } + /// Schedules the execution of a block on the target run loop in given modes. /// - parameter: modes An array of input modes for which the block may be executed. /// - parameter: block The block to execute void performInModes_block_(NSArray modes, ObjCBlock_ffiVoid block) { - _lib._objc_msgSend_686( + _lib._objc_msgSend_714( _id, _lib._sel_performInModes_block_1, modes._id, block._id); } /// Schedules the execution of a block on the target run loop. /// - parameter: block The block to execute void performBlock_(ObjCBlock_ffiVoid block) { - _lib._objc_msgSend_480(_id, _lib._sel_performBlock_1, block._id); + _lib._objc_msgSend_488(_id, _lib._sel_performBlock_1, block._id); } void performSelector_target_argument_order_modes_( @@ -49633,7 +52850,7 @@ class NSRunLoop extends NSObject { NSObject? arg, int order, NSArray modes) { - _lib._objc_msgSend_687( + _lib._objc_msgSend_715( _id, _lib._sel_performSelector_target_argument_order_modes_1, aSelector, @@ -49645,7 +52862,7 @@ class NSRunLoop extends NSObject { void cancelPerformSelector_target_argument_( ffi.Pointer aSelector, NSObject target, NSObject? arg) { - _lib._objc_msgSend_481( + _lib._objc_msgSend_489( _id, _lib._sel_cancelPerformSelector_target_argument_1, aSelector, @@ -49723,6 +52940,15 @@ class NSRunLoop extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSRunLoop1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSRunLoop1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -49766,7 +52992,7 @@ class NSTimer extends NSObject { double ti, NSInvocation invocation, bool yesOrNo) { - final _ret = _lib._objc_msgSend_672( + final _ret = _lib._objc_msgSend_699( _lib._class_NSTimer1, _lib._sel_timerWithTimeInterval_invocation_repeats_1, ti, @@ -49780,7 +53006,7 @@ class NSTimer extends NSObject { double ti, NSInvocation invocation, bool yesOrNo) { - final _ret = _lib._objc_msgSend_672( + final _ret = _lib._objc_msgSend_699( _lib._class_NSTimer1, _lib._sel_scheduledTimerWithTimeInterval_invocation_repeats_1, ti, @@ -49796,7 +53022,7 @@ class NSTimer extends NSObject { ffi.Pointer aSelector, NSObject? userInfo, bool yesOrNo) { - final _ret = _lib._objc_msgSend_673( + final _ret = _lib._objc_msgSend_700( _lib._class_NSTimer1, _lib._sel_timerWithTimeInterval_target_selector_userInfo_repeats_1, ti, @@ -49815,7 +53041,7 @@ class NSTimer extends NSObject { ffi.Pointer aSelector, NSObject? userInfo, bool yesOrNo) { - final _ret = _lib._objc_msgSend_673( + final _ret = _lib._objc_msgSend_700( _lib._class_NSTimer1, _lib._sel_scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_1, ti, @@ -49832,7 +53058,7 @@ class NSTimer extends NSObject { /// - parameter: block The execution body of the timer; the timer itself is passed as the parameter to this block when executed to aid in avoiding cyclical references static NSTimer timerWithTimeInterval_repeats_block_(PedometerBindings _lib, double interval, bool repeats, ObjCBlock_ffiVoid_NSTimer block) { - final _ret = _lib._objc_msgSend_674( + final _ret = _lib._objc_msgSend_701( _lib._class_NSTimer1, _lib._sel_timerWithTimeInterval_repeats_block_1, interval, @@ -49850,7 +53076,7 @@ class NSTimer extends NSObject { double interval, bool repeats, ObjCBlock_ffiVoid_NSTimer block) { - final _ret = _lib._objc_msgSend_674( + final _ret = _lib._objc_msgSend_701( _lib._class_NSTimer1, _lib._sel_scheduledTimerWithTimeInterval_repeats_block_1, interval, @@ -49866,7 +53092,7 @@ class NSTimer extends NSObject { /// - parameter: block The execution body of the timer; the timer itself is passed as the parameter to this block when executed to aid in avoiding cyclical references NSTimer initWithFireDate_interval_repeats_block_(NSDate date, double interval, bool repeats, ObjCBlock_ffiVoid_NSTimer block) { - final _ret = _lib._objc_msgSend_675( + final _ret = _lib._objc_msgSend_702( _id, _lib._sel_initWithFireDate_interval_repeats_block_1, date._id, @@ -49883,7 +53109,7 @@ class NSTimer extends NSObject { ffi.Pointer s, NSObject? ui, bool rep) { - final _ret = _lib._objc_msgSend_676( + final _ret = _lib._objc_msgSend_703( _id, _lib._sel_initWithFireDate_interval_target_selector_userInfo_repeats_1, date._id, @@ -49900,24 +53126,28 @@ class NSTimer extends NSObject { } NSDate get fireDate { - final _ret = _lib._objc_msgSend_163(_id, _lib._sel_fireDate1); + final _ret = _lib._objc_msgSend_164(_id, _lib._sel_fireDate1); return NSDate._(_ret, _lib, retain: true, release: true); } set fireDate(NSDate value) { - return _lib._objc_msgSend_677(_id, _lib._sel_setFireDate_1, value._id); + return _lib._objc_msgSend_704(_id, _lib._sel_setFireDate_1, value._id); } double get timeInterval { - return _lib._objc_msgSend_156(_id, _lib._sel_timeInterval1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_timeInterval1) + : _lib._objc_msgSend_157(_id, _lib._sel_timeInterval1); } double get tolerance { - return _lib._objc_msgSend_156(_id, _lib._sel_tolerance1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_tolerance1) + : _lib._objc_msgSend_157(_id, _lib._sel_tolerance1); } set tolerance(double value) { - return _lib._objc_msgSend_490(_id, _lib._sel_setTolerance_1, value); + return _lib._objc_msgSend_498(_id, _lib._sel_setTolerance_1, value); } void invalidate() { @@ -50000,6 +53230,15 @@ class NSTimer extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSTimer1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSTimer1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -50143,7 +53382,7 @@ class NSPort extends NSObject { } static NSPort port(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_679(_lib._class_NSPort1, _lib._sel_port1); + final _ret = _lib._objc_msgSend_706(_lib._class_NSPort1, _lib._sel_port1); return NSPort._(_ret, _lib, retain: true, release: true); } @@ -50156,7 +53395,7 @@ class NSPort extends NSObject { } void setDelegate_(NSObject? anObject) { - _lib._objc_msgSend_230( + _lib._objc_msgSend_235( _id, _lib._sel_setDelegate_1, anObject?._id ?? ffi.nullptr); } @@ -50168,12 +53407,12 @@ class NSPort extends NSObject { } void scheduleInRunLoop_forMode_(NSRunLoop runLoop, NSString mode) { - _lib._objc_msgSend_680( + _lib._objc_msgSend_707( _id, _lib._sel_scheduleInRunLoop_forMode_1, runLoop._id, mode._id); } void removeFromRunLoop_forMode_(NSRunLoop runLoop, NSString mode) { - _lib._objc_msgSend_680( + _lib._objc_msgSend_707( _id, _lib._sel_removeFromRunLoop_forMode_1, runLoop._id, mode._id); } @@ -50186,7 +53425,7 @@ class NSPort extends NSObject { NSMutableArray? components, NSPort? receivePort, int headerSpaceReserved) { - return _lib._objc_msgSend_681( + return _lib._objc_msgSend_708( _id, _lib._sel_sendBeforeDate_components_from_reserved_1, limitDate._id, @@ -50201,7 +53440,7 @@ class NSPort extends NSObject { NSMutableArray? components, NSPort? receivePort, int headerSpaceReserved) { - return _lib._objc_msgSend_682( + return _lib._objc_msgSend_709( _id, _lib._sel_sendBeforeDate_msgid_components_from_reserved_1, limitDate._id, @@ -50211,6 +53450,22 @@ class NSPort extends NSObject { headerSpaceReserved); } + void addConnection_toRunLoop_forMode_( + NSConnection conn, NSRunLoop runLoop, NSString mode) { + _lib._objc_msgSend_710(_id, _lib._sel_addConnection_toRunLoop_forMode_1, + conn._id, runLoop._id, mode._id); + } + + void removeConnection_fromRunLoop_forMode_( + NSConnection conn, NSRunLoop runLoop, NSString mode) { + _lib._objc_msgSend_710( + _id, + _lib._sel_removeConnection_fromRunLoop_forMode_1, + conn._id, + runLoop._id, + mode._id); + } + @override NSPort init() { final _ret = _lib._objc_msgSend_2(_id, _lib._sel_init1); @@ -50276,6 +53531,15 @@ class NSPort extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSPort1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSPort1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -50289,6 +53553,30 @@ class NSPort extends NSObject { } } +class NSConnection extends _ObjCWrapper { + NSConnection._(ffi.Pointer id, PedometerBindings lib, + {bool retain = false, bool release = false}) + : super._(id, lib, retain: retain, release: release); + + /// Returns a [NSConnection] that points to the same underlying object as [other]. + static NSConnection castFrom(T other) { + return NSConnection._(other._id, other._lib, retain: true, release: true); + } + + /// Returns a [NSConnection] that wraps the given raw object pointer. + static NSConnection castFromPointer( + PedometerBindings lib, ffi.Pointer other, + {bool retain = false, bool release = false}) { + return NSConnection._(other, lib, retain: retain, release: release); + } + + /// Returns whether [obj] is an instance of [NSConnection]. + static bool isInstance(_ObjCWrapper obj) { + return obj._lib._objc_msgSend_0( + obj._id, obj._lib._sel_isKindOfClass_1, obj._lib._class_NSConnection1); + } +} + class NSFileHandle extends NSObject { NSFileHandle._(ffi.Pointer id, PedometerBindings lib, {bool retain = false, bool release = false}) @@ -50318,7 +53606,7 @@ class NSFileHandle extends NSObject { } NSFileHandle initWithFileDescriptor_closeOnDealloc_(int fd, bool closeopt) { - final _ret = _lib._objc_msgSend_688( + final _ret = _lib._objc_msgSend_716( _id, _lib._sel_initWithFileDescriptor_closeOnDealloc_1, fd, closeopt); return NSFileHandle._(_ret, _lib, retain: true, release: true); } @@ -50333,7 +53621,7 @@ class NSFileHandle extends NSObject { NSData? readDataToEndOfFileAndReturnError_( ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_689( + final _ret = _lib._objc_msgSend_717( _id, _lib._sel_readDataToEndOfFileAndReturnError_1, error); return _ret.address == 0 ? null @@ -50342,7 +53630,7 @@ class NSFileHandle extends NSObject { NSData? readDataUpToLength_error_( int length, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_690( + final _ret = _lib._objc_msgSend_718( _id, _lib._sel_readDataUpToLength_error_1, length, error); return _ret.address == 0 ? null @@ -50351,64 +53639,64 @@ class NSFileHandle extends NSObject { bool writeData_error_( NSData data, ffi.Pointer> error) { - return _lib._objc_msgSend_691( + return _lib._objc_msgSend_719( _id, _lib._sel_writeData_error_1, data._id, error); } bool getOffset_error_(ffi.Pointer offsetInFile, ffi.Pointer> error) { - return _lib._objc_msgSend_692( + return _lib._objc_msgSend_720( _id, _lib._sel_getOffset_error_1, offsetInFile, error); } bool seekToEndReturningOffset_error_( ffi.Pointer offsetInFile, ffi.Pointer> error) { - return _lib._objc_msgSend_692( + return _lib._objc_msgSend_720( _id, _lib._sel_seekToEndReturningOffset_error_1, offsetInFile, error); } bool seekToOffset_error_( int offset, ffi.Pointer> error) { - return _lib._objc_msgSend_693( + return _lib._objc_msgSend_721( _id, _lib._sel_seekToOffset_error_1, offset, error); } bool truncateAtOffset_error_( int offset, ffi.Pointer> error) { - return _lib._objc_msgSend_693( + return _lib._objc_msgSend_721( _id, _lib._sel_truncateAtOffset_error_1, offset, error); } bool synchronizeAndReturnError_(ffi.Pointer> error) { - return _lib._objc_msgSend_194( + return _lib._objc_msgSend_195( _id, _lib._sel_synchronizeAndReturnError_1, error); } bool closeAndReturnError_(ffi.Pointer> error) { - return _lib._objc_msgSend_194(_id, _lib._sel_closeAndReturnError_1, error); + return _lib._objc_msgSend_195(_id, _lib._sel_closeAndReturnError_1, error); } static NSFileHandle getFileHandleWithStandardInput(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_694( + final _ret = _lib._objc_msgSend_722( _lib._class_NSFileHandle1, _lib._sel_fileHandleWithStandardInput1); return NSFileHandle._(_ret, _lib, retain: true, release: true); } static NSFileHandle getFileHandleWithStandardOutput(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_694( + final _ret = _lib._objc_msgSend_722( _lib._class_NSFileHandle1, _lib._sel_fileHandleWithStandardOutput1); return NSFileHandle._(_ret, _lib, retain: true, release: true); } static NSFileHandle getFileHandleWithStandardError(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_694( + final _ret = _lib._objc_msgSend_722( _lib._class_NSFileHandle1, _lib._sel_fileHandleWithStandardError1); return NSFileHandle._(_ret, _lib, retain: true, release: true); } static NSFileHandle getFileHandleWithNullDevice(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_694( + final _ret = _lib._objc_msgSend_722( _lib._class_NSFileHandle1, _lib._sel_fileHandleWithNullDevice1); return NSFileHandle._(_ret, _lib, retain: true, release: true); } @@ -50444,7 +53732,7 @@ class NSFileHandle extends NSObject { PedometerBindings _lib, NSURL url, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_695(_lib._class_NSFileHandle1, + final _ret = _lib._objc_msgSend_723(_lib._class_NSFileHandle1, _lib._sel_fileHandleForReadingFromURL_error_1, url._id, error); return _ret.address == 0 ? null @@ -50453,7 +53741,7 @@ class NSFileHandle extends NSObject { static NSFileHandle? fileHandleForWritingToURL_error_(PedometerBindings _lib, NSURL url, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_695(_lib._class_NSFileHandle1, + final _ret = _lib._objc_msgSend_723(_lib._class_NSFileHandle1, _lib._sel_fileHandleForWritingToURL_error_1, url._id, error); return _ret.address == 0 ? null @@ -50462,7 +53750,7 @@ class NSFileHandle extends NSObject { static NSFileHandle? fileHandleForUpdatingURL_error_(PedometerBindings _lib, NSURL url, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_695(_lib._class_NSFileHandle1, + final _ret = _lib._objc_msgSend_723(_lib._class_NSFileHandle1, _lib._sel_fileHandleForUpdatingURL_error_1, url._id, error); return _ret.address == 0 ? null @@ -50470,7 +53758,7 @@ class NSFileHandle extends NSObject { } void readInBackgroundAndNotifyForModes_(NSArray? modes) { - _lib._objc_msgSend_696(_id, _lib._sel_readInBackgroundAndNotifyForModes_1, + _lib._objc_msgSend_724(_id, _lib._sel_readInBackgroundAndNotifyForModes_1, modes?._id ?? ffi.nullptr); } @@ -50479,7 +53767,7 @@ class NSFileHandle extends NSObject { } void readToEndOfFileInBackgroundAndNotifyForModes_(NSArray? modes) { - _lib._objc_msgSend_696( + _lib._objc_msgSend_724( _id, _lib._sel_readToEndOfFileInBackgroundAndNotifyForModes_1, modes?._id ?? ffi.nullptr); @@ -50490,7 +53778,7 @@ class NSFileHandle extends NSObject { } void acceptConnectionInBackgroundAndNotifyForModes_(NSArray? modes) { - _lib._objc_msgSend_696( + _lib._objc_msgSend_724( _id, _lib._sel_acceptConnectionInBackgroundAndNotifyForModes_1, modes?._id ?? ffi.nullptr); @@ -50501,7 +53789,7 @@ class NSFileHandle extends NSObject { } void waitForDataInBackgroundAndNotifyForModes_(NSArray? modes) { - _lib._objc_msgSend_696( + _lib._objc_msgSend_724( _id, _lib._sel_waitForDataInBackgroundAndNotifyForModes_1, modes?._id ?? ffi.nullptr); @@ -50512,7 +53800,7 @@ class NSFileHandle extends NSObject { } ObjCBlock_ffiVoid_NSFileHandle? get readabilityHandler { - final _ret = _lib._objc_msgSend_697(_id, _lib._sel_readabilityHandler1); + final _ret = _lib._objc_msgSend_725(_id, _lib._sel_readabilityHandler1); return _ret.address == 0 ? null : ObjCBlock_ffiVoid_NSFileHandle._(_ret, _lib, @@ -50520,12 +53808,12 @@ class NSFileHandle extends NSObject { } set readabilityHandler(ObjCBlock_ffiVoid_NSFileHandle? value) { - return _lib._objc_msgSend_698( + return _lib._objc_msgSend_726( _id, _lib._sel_setReadabilityHandler_1, value?._id ?? ffi.nullptr); } ObjCBlock_ffiVoid_NSFileHandle? get writeabilityHandler { - final _ret = _lib._objc_msgSend_697(_id, _lib._sel_writeabilityHandler1); + final _ret = _lib._objc_msgSend_725(_id, _lib._sel_writeabilityHandler1); return _ret.address == 0 ? null : ObjCBlock_ffiVoid_NSFileHandle._(_ret, _lib, @@ -50533,18 +53821,18 @@ class NSFileHandle extends NSObject { } set writeabilityHandler(ObjCBlock_ffiVoid_NSFileHandle? value) { - return _lib._objc_msgSend_698( + return _lib._objc_msgSend_726( _id, _lib._sel_setWriteabilityHandler_1, value?._id ?? ffi.nullptr); } NSFileHandle initWithFileDescriptor_(int fd) { final _ret = - _lib._objc_msgSend_699(_id, _lib._sel_initWithFileDescriptor_1, fd); + _lib._objc_msgSend_727(_id, _lib._sel_initWithFileDescriptor_1, fd); return NSFileHandle._(_ret, _lib, retain: true, release: true); } int get fileDescriptor { - return _lib._objc_msgSend_188(_id, _lib._sel_fileDescriptor1); + return _lib._objc_msgSend_189(_id, _lib._sel_fileDescriptor1); } NSData readDataToEndOfFile() { @@ -50554,28 +53842,28 @@ class NSFileHandle extends NSObject { NSData readDataOfLength_(int length) { final _ret = - _lib._objc_msgSend_700(_id, _lib._sel_readDataOfLength_1, length); + _lib._objc_msgSend_728(_id, _lib._sel_readDataOfLength_1, length); return NSData._(_ret, _lib, retain: true, release: true); } void writeData_(NSData data) { - _lib._objc_msgSend_226(_id, _lib._sel_writeData_1, data._id); + _lib._objc_msgSend_231(_id, _lib._sel_writeData_1, data._id); } int get offsetInFile { - return _lib._objc_msgSend_155(_id, _lib._sel_offsetInFile1); + return _lib._objc_msgSend_156(_id, _lib._sel_offsetInFile1); } int seekToEndOfFile() { - return _lib._objc_msgSend_155(_id, _lib._sel_seekToEndOfFile1); + return _lib._objc_msgSend_156(_id, _lib._sel_seekToEndOfFile1); } void seekToFileOffset_(int offset) { - _lib._objc_msgSend_701(_id, _lib._sel_seekToFileOffset_1, offset); + _lib._objc_msgSend_729(_id, _lib._sel_seekToFileOffset_1, offset); } void truncateFileAtOffset_(int offset) { - _lib._objc_msgSend_701(_id, _lib._sel_truncateFileAtOffset_1, offset); + _lib._objc_msgSend_729(_id, _lib._sel_truncateFileAtOffset_1, offset); } void synchronizeFile() { @@ -50653,6 +53941,15 @@ class NSFileHandle extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSFileHandle1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSFileHandle1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -50815,7 +54112,7 @@ class NSHTTPCookieStorage extends NSObject { /// which will not be shared with other applications. static NSHTTPCookieStorage getSharedHTTPCookieStorage( PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_702( + final _ret = _lib._objc_msgSend_730( _lib._class_NSHTTPCookieStorage1, _lib._sel_sharedHTTPCookieStorage1); return NSHTTPCookieStorage._(_ret, _lib, retain: true, release: true); } @@ -50832,7 +54129,7 @@ class NSHTTPCookieStorage extends NSObject { /// method with the same identifier will return the same cookie storage instance. static NSHTTPCookieStorage sharedCookieStorageForGroupContainerIdentifier_( PedometerBindings _lib, NSString identifier) { - final _ret = _lib._objc_msgSend_703( + final _ret = _lib._objc_msgSend_731( _lib._class_NSHTTPCookieStorage1, _lib._sel_sharedCookieStorageForGroupContainerIdentifier_1, identifier._id); @@ -50855,21 +54152,21 @@ class NSHTTPCookieStorage extends NSObject { /// @discussion The cookie will override an existing cookie with the /// same name, domain and path, if any. void setCookie_(NSHTTPCookie cookie) { - _lib._objc_msgSend_707(_id, _lib._sel_setCookie_1, cookie._id); + _lib._objc_msgSend_735(_id, _lib._sel_setCookie_1, cookie._id); } /// ! /// @method deleteCookie: /// @abstract Delete the specified cookie void deleteCookie_(NSHTTPCookie cookie) { - _lib._objc_msgSend_707(_id, _lib._sel_deleteCookie_1, cookie._id); + _lib._objc_msgSend_735(_id, _lib._sel_deleteCookie_1, cookie._id); } /// ! /// @method removeCookiesSince: /// @abstract Delete all cookies from the cookie storage since the provided date. void removeCookiesSinceDate_(NSDate date) { - _lib._objc_msgSend_488(_id, _lib._sel_removeCookiesSinceDate_1, date._id); + _lib._objc_msgSend_496(_id, _lib._sel_removeCookiesSinceDate_1, date._id); } /// ! @@ -50883,7 +54180,7 @@ class NSHTTPCookieStorage extends NSObject { /// into a set of header fields to add to a request. NSArray? cookiesForURL_(NSURL URL) { final _ret = - _lib._objc_msgSend_124(_id, _lib._sel_cookiesForURL_1, URL._id); + _lib._objc_msgSend_125(_id, _lib._sel_cookiesForURL_1, URL._id); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -50907,7 +54204,7 @@ class NSHTTPCookieStorage extends NSObject { /// in accordance with policy settings. void setCookies_forURL_mainDocumentURL_( NSArray cookies, NSURL? URL, NSURL? mainDocumentURL) { - _lib._objc_msgSend_708( + _lib._objc_msgSend_736( _id, _lib._sel_setCookies_forURL_mainDocumentURL_1, cookies._id, @@ -50919,14 +54216,14 @@ class NSHTTPCookieStorage extends NSObject { /// @abstract The cookie accept policy preference of the /// receiver. int get cookieAcceptPolicy { - return _lib._objc_msgSend_709(_id, _lib._sel_cookieAcceptPolicy1); + return _lib._objc_msgSend_737(_id, _lib._sel_cookieAcceptPolicy1); } /// ! /// @abstract The cookie accept policy preference of the /// receiver. set cookieAcceptPolicy(int value) { - return _lib._objc_msgSend_710( + return _lib._objc_msgSend_738( _id, _lib._sel_setCookieAcceptPolicy_1, value); } @@ -50942,13 +54239,13 @@ class NSHTTPCookieStorage extends NSObject { } void storeCookies_forTask_(NSArray cookies, NSURLSessionTask task) { - _lib._objc_msgSend_732( + _lib._objc_msgSend_761( _id, _lib._sel_storeCookies_forTask_1, cookies._id, task._id); } void getCookiesForTask_completionHandler_( NSURLSessionTask task, ObjCBlock_ffiVoid_NSArray completionHandler) { - _lib._objc_msgSend_733(_id, _lib._sel_getCookiesForTask_completionHandler_1, + _lib._objc_msgSend_762(_id, _lib._sel_getCookiesForTask_completionHandler_1, task._id, completionHandler._id); } @@ -51019,6 +54316,15 @@ class NSHTTPCookieStorage extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSHTTPCookieStorage1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSHTTPCookieStorage1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -51185,7 +54491,7 @@ class NSHTTPCookie extends NSObject { /// dictionary keys is invalid, for example because a required key is /// missing, or a recognized key maps to an illegal value. NSHTTPCookie? initWithProperties_(NSDictionary properties) { - final _ret = _lib._objc_msgSend_704( + final _ret = _lib._objc_msgSend_732( _id, _lib._sel_initWithProperties_1, properties._id); return _ret.address == 0 ? null @@ -51206,7 +54512,7 @@ class NSHTTPCookie extends NSObject { /// value. static NSHTTPCookie? cookieWithProperties_( PedometerBindings _lib, NSDictionary properties) { - final _ret = _lib._objc_msgSend_705(_lib._class_NSHTTPCookie1, + final _ret = _lib._objc_msgSend_733(_lib._class_NSHTTPCookie1, _lib._sel_cookieWithProperties_1, properties._id); return _ret.address == 0 ? null @@ -51222,7 +54528,7 @@ class NSHTTPCookie extends NSObject { /// are the corresponding header field values. static NSDictionary requestHeaderFieldsWithCookies_( PedometerBindings _lib, NSArray cookies) { - final _ret = _lib._objc_msgSend_455(_lib._class_NSHTTPCookie1, + final _ret = _lib._objc_msgSend_465(_lib._class_NSHTTPCookie1, _lib._sel_requestHeaderFieldsWithCookies_1, cookies._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } @@ -51237,7 +54543,7 @@ class NSHTTPCookie extends NSObject { /// you can pass a dictionary containing data other than cookie data. static NSArray cookiesWithResponseHeaderFields_forURL_( PedometerBindings _lib, NSDictionary headerFields, NSURL URL) { - final _ret = _lib._objc_msgSend_706( + final _ret = _lib._objc_msgSend_734( _lib._class_NSHTTPCookie1, _lib._sel_cookiesWithResponseHeaderFields_forURL_1, headerFields._id, @@ -51256,7 +54562,7 @@ class NSHTTPCookie extends NSObject { /// for descriptions of the supported keys and values. /// @result The dictionary representation of the receiver. NSDictionary? get properties { - final _ret = _lib._objc_msgSend_340(_id, _lib._sel_properties1); + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_properties1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -51295,7 +54601,7 @@ class NSHTTPCookie extends NSObject { /// date. This will be the case only for "session-only" cookies. /// @result The expires date of the receiver. NSDate? get expiresDate { - final _ret = _lib._objc_msgSend_164(_id, _lib._sel_expiresDate1); + final _ret = _lib._objc_msgSend_165(_id, _lib._sel_expiresDate1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); @@ -51487,6 +54793,15 @@ class NSHTTPCookie extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSHTTPCookie1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSHTTPCookie1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -51542,21 +54857,21 @@ class NSURLSessionTask extends NSObject { } NSURLRequest? get originalRequest { - final _ret = _lib._objc_msgSend_726(_id, _lib._sel_originalRequest1); + final _ret = _lib._objc_msgSend_755(_id, _lib._sel_originalRequest1); return _ret.address == 0 ? null : NSURLRequest._(_ret, _lib, retain: true, release: true); } NSURLRequest? get currentRequest { - final _ret = _lib._objc_msgSend_726(_id, _lib._sel_currentRequest1); + final _ret = _lib._objc_msgSend_755(_id, _lib._sel_currentRequest1); return _ret.address == 0 ? null : NSURLRequest._(_ret, _lib, retain: true, release: true); } NSURLResponse? get response { - final _ret = _lib._objc_msgSend_728(_id, _lib._sel_response1); + final _ret = _lib._objc_msgSend_757(_id, _lib._sel_response1); return _ret.address == 0 ? null : NSURLResponse._(_ret, _lib, retain: true, release: true); @@ -51570,61 +54885,61 @@ class NSURLSessionTask extends NSObject { } set delegate(NSObject? value) { - return _lib._objc_msgSend_367( + return _lib._objc_msgSend_372( _id, _lib._sel_setDelegate_1, value?._id ?? ffi.nullptr); } NSProgress get progress { - final _ret = _lib._objc_msgSend_729(_id, _lib._sel_progress1); + final _ret = _lib._objc_msgSend_758(_id, _lib._sel_progress1); return NSProgress._(_ret, _lib, retain: true, release: true); } NSDate? get earliestBeginDate { - final _ret = _lib._objc_msgSend_164(_id, _lib._sel_earliestBeginDate1); + final _ret = _lib._objc_msgSend_165(_id, _lib._sel_earliestBeginDate1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); } set earliestBeginDate(NSDate? value) { - return _lib._objc_msgSend_652( + return _lib._objc_msgSend_660( _id, _lib._sel_setEarliestBeginDate_1, value?._id ?? ffi.nullptr); } int get countOfBytesClientExpectsToSend { - return _lib._objc_msgSend_505( + return _lib._objc_msgSend_513( _id, _lib._sel_countOfBytesClientExpectsToSend1); } set countOfBytesClientExpectsToSend(int value) { - return _lib._objc_msgSend_506( + return _lib._objc_msgSend_514( _id, _lib._sel_setCountOfBytesClientExpectsToSend_1, value); } int get countOfBytesClientExpectsToReceive { - return _lib._objc_msgSend_505( + return _lib._objc_msgSend_513( _id, _lib._sel_countOfBytesClientExpectsToReceive1); } set countOfBytesClientExpectsToReceive(int value) { - return _lib._objc_msgSend_506( + return _lib._objc_msgSend_514( _id, _lib._sel_setCountOfBytesClientExpectsToReceive_1, value); } int get countOfBytesSent { - return _lib._objc_msgSend_505(_id, _lib._sel_countOfBytesSent1); + return _lib._objc_msgSend_513(_id, _lib._sel_countOfBytesSent1); } int get countOfBytesReceived { - return _lib._objc_msgSend_505(_id, _lib._sel_countOfBytesReceived1); + return _lib._objc_msgSend_513(_id, _lib._sel_countOfBytesReceived1); } int get countOfBytesExpectedToSend { - return _lib._objc_msgSend_505(_id, _lib._sel_countOfBytesExpectedToSend1); + return _lib._objc_msgSend_513(_id, _lib._sel_countOfBytesExpectedToSend1); } int get countOfBytesExpectedToReceive { - return _lib._objc_msgSend_505( + return _lib._objc_msgSend_513( _id, _lib._sel_countOfBytesExpectedToReceive1); } @@ -51636,7 +54951,7 @@ class NSURLSessionTask extends NSObject { } set taskDescription(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setTaskDescription_1, value?._id ?? ffi.nullptr); } @@ -51645,11 +54960,11 @@ class NSURLSessionTask extends NSObject { } int get state { - return _lib._objc_msgSend_730(_id, _lib._sel_state1); + return _lib._objc_msgSend_759(_id, _lib._sel_state1); } NSError? get error { - final _ret = _lib._objc_msgSend_263(_id, _lib._sel_error1); + final _ret = _lib._objc_msgSend_268(_id, _lib._sel_error1); return _ret.address == 0 ? null : NSError._(_ret, _lib, retain: true, release: true); @@ -51664,11 +54979,13 @@ class NSURLSessionTask extends NSObject { } double get priority { - return _lib._objc_msgSend_190(_id, _lib._sel_priority1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_191_fpret(_id, _lib._sel_priority1) + : _lib._objc_msgSend_191(_id, _lib._sel_priority1); } set priority(double value) { - return _lib._objc_msgSend_731(_id, _lib._sel_setPriority_1, value); + return _lib._objc_msgSend_760(_id, _lib._sel_setPriority_1, value); } bool get prefersIncrementalDelivery { @@ -51676,7 +54993,7 @@ class NSURLSessionTask extends NSObject { } set prefersIncrementalDelivery(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setPrefersIncrementalDelivery_1, value); } @@ -51747,6 +55064,15 @@ class NSURLSessionTask extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLSessionTask1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSURLSessionTask1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -51823,7 +55149,7 @@ class NSURLRequest extends NSObject { /// @param URL The URL for the request. /// @result A newly-created and autoreleased NSURLRequest instance. static NSURLRequest requestWithURL_(PedometerBindings _lib, NSURL URL) { - final _ret = _lib._objc_msgSend_711( + final _ret = _lib._objc_msgSend_739( _lib._class_NSURLRequest1, _lib._sel_requestWithURL_1, URL._id); return NSURLRequest._(_ret, _lib, retain: true, release: true); } @@ -51852,7 +55178,7 @@ class NSURLRequest extends NSObject { NSURL URL, int cachePolicy, double timeoutInterval) { - final _ret = _lib._objc_msgSend_712( + final _ret = _lib._objc_msgSend_740( _lib._class_NSURLRequest1, _lib._sel_requestWithURL_cachePolicy_timeoutInterval_1, URL._id, @@ -51870,7 +55196,7 @@ class NSURLRequest extends NSObject { /// @param URL The URL for the request. /// @result An initialized NSURLRequest. NSURLRequest initWithURL_(NSURL URL) { - final _ret = _lib._objc_msgSend_711(_id, _lib._sel_initWithURL_1, URL._id); + final _ret = _lib._objc_msgSend_739(_id, _lib._sel_initWithURL_1, URL._id); return NSURLRequest._(_ret, _lib, retain: true, release: true); } @@ -51888,7 +55214,7 @@ class NSURLRequest extends NSObject { /// @result An initialized NSURLRequest. NSURLRequest initWithURL_cachePolicy_timeoutInterval_( NSURL URL, int cachePolicy, double timeoutInterval) { - final _ret = _lib._objc_msgSend_712( + final _ret = _lib._objc_msgSend_740( _id, _lib._sel_initWithURL_cachePolicy_timeoutInterval_1, URL._id, @@ -51911,7 +55237,7 @@ class NSURLRequest extends NSObject { /// @abstract Returns the cache policy of the receiver. /// @result The cache policy of the receiver. int get cachePolicy { - return _lib._objc_msgSend_713(_id, _lib._sel_cachePolicy1); + return _lib._objc_msgSend_741(_id, _lib._sel_cachePolicy1); } /// ! @@ -51928,7 +55254,9 @@ class NSURLRequest extends NSObject { /// in seconds. /// @result The timeout interval of the receiver. double get timeoutInterval { - return _lib._objc_msgSend_156(_id, _lib._sel_timeoutInterval1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_timeoutInterval1) + : _lib._objc_msgSend_157(_id, _lib._sel_timeoutInterval1); } /// ! @@ -51951,7 +55279,7 @@ class NSURLRequest extends NSObject { /// not explicitly set a networkServiceType (using the setNetworkServiceType method). /// @result The NSURLRequestNetworkServiceType associated with this request. int get networkServiceType { - return _lib._objc_msgSend_714(_id, _lib._sel_networkServiceType1); + return _lib._objc_msgSend_742(_id, _lib._sel_networkServiceType1); } /// ! @@ -51997,7 +55325,7 @@ class NSURLRequest extends NSObject { /// have not explicitly set an attribution. /// @result The NSURLRequestAttribution associated with this request. int get attribution { - return _lib._objc_msgSend_715(_id, _lib._sel_attribution1); + return _lib._objc_msgSend_743(_id, _lib._sel_attribution1); } /// ! @@ -52024,7 +55352,7 @@ class NSURLRequest extends NSObject { /// @result a dictionary containing all the HTTP header fields of the /// receiver. NSDictionary? get allHTTPHeaderFields { - final _ret = _lib._objc_msgSend_340(_id, _lib._sel_allHTTPHeaderFields1); + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_allHTTPHeaderFields1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -52040,7 +55368,7 @@ class NSURLRequest extends NSObject { /// @result the value associated with the given header field, or nil if /// there is no value associated with the given header field. NSString? valueForHTTPHeaderField_(NSString field) { - final _ret = _lib._objc_msgSend_276( + final _ret = _lib._objc_msgSend_281( _id, _lib._sel_valueForHTTPHeaderField_1, field._id); return _ret.address == 0 ? null @@ -52053,7 +55381,7 @@ class NSURLRequest extends NSObject { /// in done in an HTTP POST request. /// @result The request body data of the receiver. NSData? get HTTPBody { - final _ret = _lib._objc_msgSend_227(_id, _lib._sel_HTTPBody1); + final _ret = _lib._objc_msgSend_232(_id, _lib._sel_HTTPBody1); return _ret.address == 0 ? null : NSData._(_ret, _lib, retain: true, release: true); @@ -52070,7 +55398,7 @@ class NSURLRequest extends NSObject { /// NSCoding protocol /// @result The request body stream of the receiver. NSInputStream? get HTTPBodyStream { - final _ret = _lib._objc_msgSend_725(_id, _lib._sel_HTTPBodyStream1); + final _ret = _lib._objc_msgSend_754(_id, _lib._sel_HTTPBodyStream1); return _ret.address == 0 ? null : NSInputStream._(_ret, _lib, retain: true, release: true); @@ -52163,6 +55491,15 @@ class NSURLRequest extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLRequest1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSURLRequest1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -52313,12 +55650,12 @@ class NSInputStream extends NSStream { } int read_maxLength_(ffi.Pointer buffer, int len) { - return _lib._objc_msgSend_718(_id, _lib._sel_read_maxLength_1, buffer, len); + return _lib._objc_msgSend_746(_id, _lib._sel_read_maxLength_1, buffer, len); } bool getBuffer_length_(ffi.Pointer> buffer, ffi.Pointer len) { - return _lib._objc_msgSend_723( + return _lib._objc_msgSend_752( _id, _lib._sel_getBuffer_length_1, buffer, len); } @@ -52328,12 +55665,12 @@ class NSInputStream extends NSStream { NSInputStream initWithData_(NSData data) { final _ret = - _lib._objc_msgSend_220(_id, _lib._sel_initWithData_1, data._id); + _lib._objc_msgSend_225(_id, _lib._sel_initWithData_1, data._id); return NSInputStream._(_ret, _lib, retain: true, release: true); } NSInputStream? initWithURL_(NSURL url) { - final _ret = _lib._objc_msgSend_218(_id, _lib._sel_initWithURL_1, url._id); + final _ret = _lib._objc_msgSend_223(_id, _lib._sel_initWithURL_1, url._id); return _ret.address == 0 ? null : NSInputStream._(_ret, _lib, retain: true, release: true); @@ -52349,7 +55686,7 @@ class NSInputStream extends NSStream { static NSInputStream? inputStreamWithData_( PedometerBindings _lib, NSData data) { - final _ret = _lib._objc_msgSend_724( + final _ret = _lib._objc_msgSend_753( _lib._class_NSInputStream1, _lib._sel_inputStreamWithData_1, data._id); return _ret.address == 0 ? null @@ -52366,7 +55703,7 @@ class NSInputStream extends NSStream { } static NSInputStream? inputStreamWithURL_(PedometerBindings _lib, NSURL url) { - final _ret = _lib._objc_msgSend_218( + final _ret = _lib._objc_msgSend_223( _lib._class_NSInputStream1, _lib._sel_inputStreamWithURL_1, url._id); return _ret.address == 0 ? null @@ -52379,7 +55716,7 @@ class NSInputStream extends NSStream { int port, ffi.Pointer> inputStream, ffi.Pointer> outputStream) { - _lib._objc_msgSend_721( + _lib._objc_msgSend_749( _lib._class_NSInputStream1, _lib._sel_getStreamsToHostWithName_port_inputStream_outputStream_1, hostname._id, @@ -52388,12 +55725,27 @@ class NSInputStream extends NSStream { outputStream); } + static void getStreamsToHost_port_inputStream_outputStream_( + PedometerBindings _lib, + NSHost host, + int port, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream) { + _lib._objc_msgSend_750( + _lib._class_NSInputStream1, + _lib._sel_getStreamsToHost_port_inputStream_outputStream_1, + host._id, + port, + inputStream, + outputStream); + } + static void getBoundStreamsWithBufferSize_inputStream_outputStream_( PedometerBindings _lib, int bufferSize, ffi.Pointer> inputStream, ffi.Pointer> outputStream) { - _lib._objc_msgSend_722( + _lib._objc_msgSend_751( _lib._class_NSInputStream1, _lib._sel_getBoundStreamsWithBufferSize_inputStream_outputStream_1, bufferSize, @@ -52468,6 +55820,15 @@ class NSInputStream extends NSStream { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSInputStream1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSInputStream1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -52520,7 +55881,7 @@ class NSStream extends NSObject { } set delegate(NSObject? value) { - return _lib._objc_msgSend_367( + return _lib._objc_msgSend_372( _id, _lib._sel_setDelegate_1, value?._id ?? ffi.nullptr); } @@ -52533,26 +55894,26 @@ class NSStream extends NSObject { } bool setProperty_forKey_(NSObject? property, NSString key) { - return _lib._objc_msgSend_716(_id, _lib._sel_setProperty_forKey_1, + return _lib._objc_msgSend_744(_id, _lib._sel_setProperty_forKey_1, property?._id ?? ffi.nullptr, key._id); } void scheduleInRunLoop_forMode_(NSRunLoop aRunLoop, NSString mode) { - _lib._objc_msgSend_680( + _lib._objc_msgSend_707( _id, _lib._sel_scheduleInRunLoop_forMode_1, aRunLoop._id, mode._id); } void removeFromRunLoop_forMode_(NSRunLoop aRunLoop, NSString mode) { - _lib._objc_msgSend_680( + _lib._objc_msgSend_707( _id, _lib._sel_removeFromRunLoop_forMode_1, aRunLoop._id, mode._id); } int get streamStatus { - return _lib._objc_msgSend_717(_id, _lib._sel_streamStatus1); + return _lib._objc_msgSend_745(_id, _lib._sel_streamStatus1); } NSError? get streamError { - final _ret = _lib._objc_msgSend_263(_id, _lib._sel_streamError1); + final _ret = _lib._objc_msgSend_268(_id, _lib._sel_streamError1); return _ret.address == 0 ? null : NSError._(_ret, _lib, retain: true, release: true); @@ -52564,7 +55925,7 @@ class NSStream extends NSObject { int port, ffi.Pointer> inputStream, ffi.Pointer> outputStream) { - _lib._objc_msgSend_721( + _lib._objc_msgSend_749( _lib._class_NSStream1, _lib._sel_getStreamsToHostWithName_port_inputStream_outputStream_1, hostname._id, @@ -52573,12 +55934,27 @@ class NSStream extends NSObject { outputStream); } + static void getStreamsToHost_port_inputStream_outputStream_( + PedometerBindings _lib, + NSHost host, + int port, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream) { + _lib._objc_msgSend_750( + _lib._class_NSStream1, + _lib._sel_getStreamsToHost_port_inputStream_outputStream_1, + host._id, + port, + inputStream, + outputStream); + } + static void getBoundStreamsWithBufferSize_inputStream_outputStream_( PedometerBindings _lib, int bufferSize, ffi.Pointer> inputStream, ffi.Pointer> outputStream) { - _lib._objc_msgSend_722( + _lib._objc_msgSend_751( _lib._class_NSStream1, _lib._sel_getBoundStreamsWithBufferSize_inputStream_outputStream_1, bufferSize, @@ -52651,6 +56027,15 @@ class NSStream extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSStream1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSStream1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -52699,7 +56084,7 @@ class NSOutputStream extends NSStream { } int write_maxLength_(ffi.Pointer buffer, int len) { - return _lib._objc_msgSend_718( + return _lib._objc_msgSend_746( _id, _lib._sel_write_maxLength_1, buffer, len); } @@ -52714,13 +56099,13 @@ class NSOutputStream extends NSStream { NSOutputStream initToBuffer_capacity_( ffi.Pointer buffer, int capacity) { - final _ret = _lib._objc_msgSend_719( + final _ret = _lib._objc_msgSend_747( _id, _lib._sel_initToBuffer_capacity_1, buffer, capacity); return NSOutputStream._(_ret, _lib, retain: true, release: true); } NSOutputStream? initWithURL_append_(NSURL url, bool shouldAppend) { - final _ret = _lib._objc_msgSend_720( + final _ret = _lib._objc_msgSend_748( _id, _lib._sel_initWithURL_append_1, url._id, shouldAppend); return _ret.address == 0 ? null @@ -52743,7 +56128,7 @@ class NSOutputStream extends NSStream { static NSOutputStream outputStreamToBuffer_capacity_( PedometerBindings _lib, ffi.Pointer buffer, int capacity) { - final _ret = _lib._objc_msgSend_719(_lib._class_NSOutputStream1, + final _ret = _lib._objc_msgSend_747(_lib._class_NSOutputStream1, _lib._sel_outputStreamToBuffer_capacity_1, buffer, capacity); return NSOutputStream._(_ret, _lib, retain: true, release: true); } @@ -52757,7 +56142,7 @@ class NSOutputStream extends NSStream { static NSOutputStream? outputStreamWithURL_append_( PedometerBindings _lib, NSURL url, bool shouldAppend) { - final _ret = _lib._objc_msgSend_720(_lib._class_NSOutputStream1, + final _ret = _lib._objc_msgSend_748(_lib._class_NSOutputStream1, _lib._sel_outputStreamWithURL_append_1, url._id, shouldAppend); return _ret.address == 0 ? null @@ -52770,7 +56155,7 @@ class NSOutputStream extends NSStream { int port, ffi.Pointer> inputStream, ffi.Pointer> outputStream) { - _lib._objc_msgSend_721( + _lib._objc_msgSend_749( _lib._class_NSOutputStream1, _lib._sel_getStreamsToHostWithName_port_inputStream_outputStream_1, hostname._id, @@ -52779,12 +56164,27 @@ class NSOutputStream extends NSStream { outputStream); } + static void getStreamsToHost_port_inputStream_outputStream_( + PedometerBindings _lib, + NSHost host, + int port, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream) { + _lib._objc_msgSend_750( + _lib._class_NSOutputStream1, + _lib._sel_getStreamsToHost_port_inputStream_outputStream_1, + host._id, + port, + inputStream, + outputStream); + } + static void getBoundStreamsWithBufferSize_inputStream_outputStream_( PedometerBindings _lib, int bufferSize, ffi.Pointer> inputStream, ffi.Pointer> outputStream) { - _lib._objc_msgSend_722( + _lib._objc_msgSend_751( _lib._class_NSOutputStream1, _lib._sel_getBoundStreamsWithBufferSize_inputStream_outputStream_1, bufferSize, @@ -52859,6 +56259,15 @@ class NSOutputStream extends NSStream { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSOutputStream1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSOutputStream1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -52872,6 +56281,30 @@ class NSOutputStream extends NSStream { } } +class NSHost extends _ObjCWrapper { + NSHost._(ffi.Pointer id, PedometerBindings lib, + {bool retain = false, bool release = false}) + : super._(id, lib, retain: retain, release: release); + + /// Returns a [NSHost] that points to the same underlying object as [other]. + static NSHost castFrom(T other) { + return NSHost._(other._id, other._lib, retain: true, release: true); + } + + /// Returns a [NSHost] that wraps the given raw object pointer. + static NSHost castFromPointer( + PedometerBindings lib, ffi.Pointer other, + {bool retain = false, bool release = false}) { + return NSHost._(other, lib, retain: retain, release: release); + } + + /// Returns whether [obj] is an instance of [NSHost]. + static bool isInstance(_ObjCWrapper obj) { + return obj._lib._objc_msgSend_0( + obj._id, obj._lib._sel_isKindOfClass_1, obj._lib._class_NSHost1); + } +} + /// ! /// @class NSURLResponse /// @@ -52917,7 +56350,7 @@ class NSURLResponse extends NSObject { /// @discussion This is the designated initializer for NSURLResponse. NSURLResponse initWithURL_MIMEType_expectedContentLength_textEncodingName_( NSURL URL, NSString? MIMEType, int length, NSString? name) { - final _ret = _lib._objc_msgSend_727( + final _ret = _lib._objc_msgSend_756( _id, _lib._sel_initWithURL_MIMEType_expectedContentLength_textEncodingName_1, URL._id, @@ -52965,7 +56398,7 @@ class NSURLResponse extends NSObject { /// there is no expectation that can be arrived at regarding expected /// content length. int get expectedContentLength { - return _lib._objc_msgSend_189(_id, _lib._sel_expectedContentLength1); + return _lib._objc_msgSend_190(_id, _lib._sel_expectedContentLength1); } /// ! @@ -53068,6 +56501,15 @@ class NSURLResponse extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLResponse1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSURLResponse1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -53227,14 +56669,14 @@ class NSIndexPath extends NSObject { static NSIndexPath indexPathWithIndexes_length_(PedometerBindings _lib, ffi.Pointer indexes, int length) { - final _ret = _lib._objc_msgSend_734(_lib._class_NSIndexPath1, + final _ret = _lib._objc_msgSend_763(_lib._class_NSIndexPath1, _lib._sel_indexPathWithIndexes_length_1, indexes, length); return NSIndexPath._(_ret, _lib, retain: true, release: true); } NSIndexPath initWithIndexes_length_( ffi.Pointer indexes, int length) { - final _ret = _lib._objc_msgSend_734( + final _ret = _lib._objc_msgSend_763( _id, _lib._sel_initWithIndexes_length_1, indexes, length); return NSIndexPath._(_ret, _lib, retain: true, release: true); } @@ -53246,18 +56688,18 @@ class NSIndexPath extends NSObject { NSIndexPath indexPathByAddingIndex_(int index) { final _ret = - _lib._objc_msgSend_735(_id, _lib._sel_indexPathByAddingIndex_1, index); + _lib._objc_msgSend_764(_id, _lib._sel_indexPathByAddingIndex_1, index); return NSIndexPath._(_ret, _lib, retain: true, release: true); } NSIndexPath indexPathByRemovingLastIndex() { final _ret = - _lib._objc_msgSend_736(_id, _lib._sel_indexPathByRemovingLastIndex1); + _lib._objc_msgSend_765(_id, _lib._sel_indexPathByRemovingLastIndex1); return NSIndexPath._(_ret, _lib, retain: true, release: true); } int indexAtPosition_(int position) { - return _lib._objc_msgSend_85(_id, _lib._sel_indexAtPosition_1, position); + return _lib._objc_msgSend_86(_id, _lib._sel_indexAtPosition_1, position); } int get length { @@ -53272,17 +56714,17 @@ class NSIndexPath extends NSObject { /// It is the developer’s responsibility to allocate the memory for the C array. void getIndexes_range_( ffi.Pointer indexes, _NSRange positionRange) { - _lib._objc_msgSend_737( + _lib._objc_msgSend_766( _id, _lib._sel_getIndexes_range_1, indexes, positionRange); } int compare_(NSIndexPath otherObject) { - return _lib._objc_msgSend_738(_id, _lib._sel_compare_1, otherObject._id); + return _lib._objc_msgSend_767(_id, _lib._sel_compare_1, otherObject._id); } /// This method is unsafe because it could potentially cause buffer overruns. You should use -getIndexes:range: instead. void getIndexes_(ffi.Pointer indexes) { - _lib._objc_msgSend_739(_id, _lib._sel_getIndexes_1, indexes); + _lib._objc_msgSend_768(_id, _lib._sel_getIndexes_1, indexes); } @override @@ -53351,6 +56793,15 @@ class NSIndexPath extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSIndexPath1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSIndexPath1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -53395,7 +56846,7 @@ class NSInflectionRule extends NSObject { } static NSInflectionRule getAutomaticRule(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_740( + final _ret = _lib._objc_msgSend_769( _lib._class_NSInflectionRule1, _lib._sel_automaticRule1); return NSInflectionRule._(_ret, _lib, retain: true, release: true); } @@ -53471,6 +56922,15 @@ class NSInflectionRule extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSInflectionRule1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSInflectionRule1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -53508,71 +56968,71 @@ class NSMorphology extends NSObject { } int get grammaticalGender { - return _lib._objc_msgSend_741(_id, _lib._sel_grammaticalGender1); + return _lib._objc_msgSend_770(_id, _lib._sel_grammaticalGender1); } set grammaticalGender(int value) { - return _lib._objc_msgSend_742(_id, _lib._sel_setGrammaticalGender_1, value); + return _lib._objc_msgSend_771(_id, _lib._sel_setGrammaticalGender_1, value); } int get partOfSpeech { - return _lib._objc_msgSend_743(_id, _lib._sel_partOfSpeech1); + return _lib._objc_msgSend_772(_id, _lib._sel_partOfSpeech1); } set partOfSpeech(int value) { - return _lib._objc_msgSend_744(_id, _lib._sel_setPartOfSpeech_1, value); + return _lib._objc_msgSend_773(_id, _lib._sel_setPartOfSpeech_1, value); } int get number { - return _lib._objc_msgSend_745(_id, _lib._sel_number1); + return _lib._objc_msgSend_774(_id, _lib._sel_number1); } set number(int value) { - return _lib._objc_msgSend_746(_id, _lib._sel_setNumber_1, value); + return _lib._objc_msgSend_775(_id, _lib._sel_setNumber_1, value); } int get grammaticalCase { - return _lib._objc_msgSend_747(_id, _lib._sel_grammaticalCase1); + return _lib._objc_msgSend_776(_id, _lib._sel_grammaticalCase1); } set grammaticalCase(int value) { - return _lib._objc_msgSend_748(_id, _lib._sel_setGrammaticalCase_1, value); + return _lib._objc_msgSend_777(_id, _lib._sel_setGrammaticalCase_1, value); } int get determination { - return _lib._objc_msgSend_749(_id, _lib._sel_determination1); + return _lib._objc_msgSend_778(_id, _lib._sel_determination1); } set determination(int value) { - return _lib._objc_msgSend_750(_id, _lib._sel_setDetermination_1, value); + return _lib._objc_msgSend_779(_id, _lib._sel_setDetermination_1, value); } int get grammaticalPerson { - return _lib._objc_msgSend_751(_id, _lib._sel_grammaticalPerson1); + return _lib._objc_msgSend_780(_id, _lib._sel_grammaticalPerson1); } set grammaticalPerson(int value) { - return _lib._objc_msgSend_752(_id, _lib._sel_setGrammaticalPerson_1, value); + return _lib._objc_msgSend_781(_id, _lib._sel_setGrammaticalPerson_1, value); } int get pronounType { - return _lib._objc_msgSend_753(_id, _lib._sel_pronounType1); + return _lib._objc_msgSend_782(_id, _lib._sel_pronounType1); } set pronounType(int value) { - return _lib._objc_msgSend_754(_id, _lib._sel_setPronounType_1, value); + return _lib._objc_msgSend_783(_id, _lib._sel_setPronounType_1, value); } int get definiteness { - return _lib._objc_msgSend_755(_id, _lib._sel_definiteness1); + return _lib._objc_msgSend_784(_id, _lib._sel_definiteness1); } set definiteness(int value) { - return _lib._objc_msgSend_756(_id, _lib._sel_setDefiniteness_1, value); + return _lib._objc_msgSend_785(_id, _lib._sel_setDefiniteness_1, value); } NSMorphologyCustomPronoun? customPronounForLanguage_(NSString language) { - final _ret = _lib._objc_msgSend_757( + final _ret = _lib._objc_msgSend_786( _id, _lib._sel_customPronounForLanguage_1, language._id); return _ret.address == 0 ? null @@ -53581,7 +57041,7 @@ class NSMorphology extends NSObject { bool setCustomPronoun_forLanguage_error_(NSMorphologyCustomPronoun? features, NSString language, ffi.Pointer> error) { - return _lib._objc_msgSend_758( + return _lib._objc_msgSend_787( _id, _lib._sel_setCustomPronoun_forLanguage_error_1, features?._id ?? ffi.nullptr, @@ -53594,7 +57054,7 @@ class NSMorphology extends NSObject { } static NSMorphology getUserMorphology(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_759( + final _ret = _lib._objc_msgSend_788( _lib._class_NSMorphology1, _lib._sel_userMorphology1); return NSMorphology._(_ret, _lib, retain: true, release: true); } @@ -53666,6 +57126,15 @@ class NSMorphology extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSMorphology1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSMorphology1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -53791,7 +57260,7 @@ class NSMorphologyCustomPronoun extends NSObject { static NSArray requiredKeysForLanguage_( PedometerBindings _lib, NSString language) { - final _ret = _lib._objc_msgSend_308(_lib._class_NSMorphologyCustomPronoun1, + final _ret = _lib._objc_msgSend_313(_lib._class_NSMorphologyCustomPronoun1, _lib._sel_requiredKeysForLanguage_1, language._id); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -53804,7 +57273,7 @@ class NSMorphologyCustomPronoun extends NSObject { } set subjectForm(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setSubjectForm_1, value?._id ?? ffi.nullptr); } @@ -53816,7 +57285,7 @@ class NSMorphologyCustomPronoun extends NSObject { } set objectForm(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setObjectForm_1, value?._id ?? ffi.nullptr); } @@ -53828,7 +57297,7 @@ class NSMorphologyCustomPronoun extends NSObject { } set possessiveForm(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setPossessiveForm_1, value?._id ?? ffi.nullptr); } @@ -53840,7 +57309,7 @@ class NSMorphologyCustomPronoun extends NSObject { } set possessiveAdjectiveForm(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setPossessiveAdjectiveForm_1, value?._id ?? ffi.nullptr); } @@ -53852,7 +57321,7 @@ class NSMorphologyCustomPronoun extends NSObject { } set reflexiveForm(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setReflexiveForm_1, value?._id ?? ffi.nullptr); } @@ -53926,6 +57395,15 @@ class NSMorphologyCustomPronoun extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSMorphologyCustomPronoun1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSMorphologyCustomPronoun1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -53980,21 +57458,21 @@ class NSOperationQueue extends NSObject { /// NSOperationQueue *queue = [[NSOperationQueue alloc] init]; /// queue.progress.totalUnitCount = 10; NSProgress get progress { - final _ret = _lib._objc_msgSend_729(_id, _lib._sel_progress1); + final _ret = _lib._objc_msgSend_758(_id, _lib._sel_progress1); return NSProgress._(_ret, _lib, retain: true, release: true); } void addOperation_(NSOperation op) { - _lib._objc_msgSend_760(_id, _lib._sel_addOperation_1, op._id); + _lib._objc_msgSend_789(_id, _lib._sel_addOperation_1, op._id); } void addOperations_waitUntilFinished_(NSArray ops, bool wait) { - _lib._objc_msgSend_763( + _lib._objc_msgSend_792( _id, _lib._sel_addOperations_waitUntilFinished_1, ops._id, wait); } void addOperationWithBlock_(ObjCBlock_ffiVoid block) { - _lib._objc_msgSend_480(_id, _lib._sel_addOperationWithBlock_1, block._id); + _lib._objc_msgSend_488(_id, _lib._sel_addOperationWithBlock_1, block._id); } /// @method addBarrierBlock: @@ -54003,7 +57481,7 @@ class NSOperationQueue extends NSObject { /// prevents any subsequent operations to be executed until the barrier has been completed. This acts similarly to the /// `dispatch_barrier_async` function. void addBarrierBlock_(ObjCBlock_ffiVoid barrier) { - _lib._objc_msgSend_480(_id, _lib._sel_addBarrierBlock_1, barrier._id); + _lib._objc_msgSend_488(_id, _lib._sel_addBarrierBlock_1, barrier._id); } int get maxConcurrentOperationCount { @@ -54011,7 +57489,7 @@ class NSOperationQueue extends NSObject { } set maxConcurrentOperationCount(int value) { - return _lib._objc_msgSend_626( + return _lib._objc_msgSend_634( _id, _lib._sel_setMaxConcurrentOperationCount_1, value); } @@ -54020,7 +57498,7 @@ class NSOperationQueue extends NSObject { } set suspended(bool value) { - return _lib._objc_msgSend_475(_id, _lib._sel_setSuspended_1, value); + return _lib._objc_msgSend_483(_id, _lib._sel_setSuspended_1, value); } NSString? get name { @@ -54031,24 +57509,24 @@ class NSOperationQueue extends NSObject { } set name(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setName_1, value?._id ?? ffi.nullptr); } int get qualityOfService { - return _lib._objc_msgSend_491(_id, _lib._sel_qualityOfService1); + return _lib._objc_msgSend_499(_id, _lib._sel_qualityOfService1); } set qualityOfService(int value) { - return _lib._objc_msgSend_492(_id, _lib._sel_setQualityOfService_1, value); + return _lib._objc_msgSend_500(_id, _lib._sel_setQualityOfService_1, value); } ffi.Pointer get underlyingQueue { - return _lib._objc_msgSend_764(_id, _lib._sel_underlyingQueue1); + return _lib._objc_msgSend_793(_id, _lib._sel_underlyingQueue1); } set underlyingQueue(ffi.Pointer value) { - return _lib._objc_msgSend_765(_id, _lib._sel_setUnderlyingQueue_1, value); + return _lib._objc_msgSend_794(_id, _lib._sel_setUnderlyingQueue_1, value); } void cancelAllOperations() { @@ -54060,7 +57538,7 @@ class NSOperationQueue extends NSObject { } static NSOperationQueue? getCurrentQueue(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_766( + final _ret = _lib._objc_msgSend_795( _lib._class_NSOperationQueue1, _lib._sel_currentQueue1); return _ret.address == 0 ? null @@ -54068,7 +57546,7 @@ class NSOperationQueue extends NSObject { } static NSOperationQueue getMainQueue(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_767( + final _ret = _lib._objc_msgSend_796( _lib._class_NSOperationQueue1, _lib._sel_mainQueue1); return NSOperationQueue._(_ret, _lib, retain: true, release: true); } @@ -54149,6 +57627,15 @@ class NSOperationQueue extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSOperationQueue1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSOperationQueue1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -54222,11 +57709,11 @@ class NSOperation extends NSObject { } void addDependency_(NSOperation op) { - _lib._objc_msgSend_760(_id, _lib._sel_addDependency_1, op._id); + _lib._objc_msgSend_789(_id, _lib._sel_addDependency_1, op._id); } void removeDependency_(NSOperation op) { - _lib._objc_msgSend_760(_id, _lib._sel_removeDependency_1, op._id); + _lib._objc_msgSend_789(_id, _lib._sel_removeDependency_1, op._id); } NSArray get dependencies { @@ -54235,22 +57722,22 @@ class NSOperation extends NSObject { } int get queuePriority { - return _lib._objc_msgSend_761(_id, _lib._sel_queuePriority1); + return _lib._objc_msgSend_790(_id, _lib._sel_queuePriority1); } set queuePriority(int value) { - return _lib._objc_msgSend_762(_id, _lib._sel_setQueuePriority_1, value); + return _lib._objc_msgSend_791(_id, _lib._sel_setQueuePriority_1, value); } ObjCBlock_ffiVoid? get completionBlock { - final _ret = _lib._objc_msgSend_508(_id, _lib._sel_completionBlock1); + final _ret = _lib._objc_msgSend_516(_id, _lib._sel_completionBlock1); return _ret.address == 0 ? null : ObjCBlock_ffiVoid._(_ret, _lib, retain: true, release: true); } set completionBlock(ObjCBlock_ffiVoid? value) { - return _lib._objc_msgSend_509( + return _lib._objc_msgSend_517( _id, _lib._sel_setCompletionBlock_1, value?._id ?? ffi.nullptr); } @@ -54259,19 +57746,21 @@ class NSOperation extends NSObject { } double get threadPriority { - return _lib._objc_msgSend_156(_id, _lib._sel_threadPriority1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_threadPriority1) + : _lib._objc_msgSend_157(_id, _lib._sel_threadPriority1); } set threadPriority(double value) { - return _lib._objc_msgSend_490(_id, _lib._sel_setThreadPriority_1, value); + return _lib._objc_msgSend_498(_id, _lib._sel_setThreadPriority_1, value); } int get qualityOfService { - return _lib._objc_msgSend_491(_id, _lib._sel_qualityOfService1); + return _lib._objc_msgSend_499(_id, _lib._sel_qualityOfService1); } set qualityOfService(int value) { - return _lib._objc_msgSend_492(_id, _lib._sel_setQualityOfService_1, value); + return _lib._objc_msgSend_500(_id, _lib._sel_setQualityOfService_1, value); } NSString? get name { @@ -54282,7 +57771,7 @@ class NSOperation extends NSObject { } set name(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setName_1, value?._id ?? ffi.nullptr); } @@ -54352,6 +57841,15 @@ class NSOperation extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSOperation1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSOperation1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -54400,37 +57898,37 @@ class NSPointerArray extends NSObject { NSPointerArray initWithOptions_(int options) { final _ret = - _lib._objc_msgSend_768(_id, _lib._sel_initWithOptions_1, options); + _lib._objc_msgSend_797(_id, _lib._sel_initWithOptions_1, options); return NSPointerArray._(_ret, _lib, retain: true, release: true); } NSPointerArray initWithPointerFunctions_(NSPointerFunctions functions) { - final _ret = _lib._objc_msgSend_782( + final _ret = _lib._objc_msgSend_811( _id, _lib._sel_initWithPointerFunctions_1, functions._id); return NSPointerArray._(_ret, _lib, retain: true, release: true); } static NSPointerArray pointerArrayWithOptions_( PedometerBindings _lib, int options) { - final _ret = _lib._objc_msgSend_783(_lib._class_NSPointerArray1, + final _ret = _lib._objc_msgSend_812(_lib._class_NSPointerArray1, _lib._sel_pointerArrayWithOptions_1, options); return NSPointerArray._(_ret, _lib, retain: true, release: true); } static NSPointerArray pointerArrayWithPointerFunctions_( PedometerBindings _lib, NSPointerFunctions functions) { - final _ret = _lib._objc_msgSend_784(_lib._class_NSPointerArray1, + final _ret = _lib._objc_msgSend_813(_lib._class_NSPointerArray1, _lib._sel_pointerArrayWithPointerFunctions_1, functions._id); return NSPointerArray._(_ret, _lib, retain: true, release: true); } NSPointerFunctions get pointerFunctions { - final _ret = _lib._objc_msgSend_785(_id, _lib._sel_pointerFunctions1); + final _ret = _lib._objc_msgSend_814(_id, _lib._sel_pointerFunctions1); return NSPointerFunctions._(_ret, _lib, retain: true, release: true); } ffi.Pointer pointerAtIndex_(int index) { - return _lib._objc_msgSend_786(_id, _lib._sel_pointerAtIndex_1, index); + return _lib._objc_msgSend_815(_id, _lib._sel_pointerAtIndex_1, index); } void addPointer_(ffi.Pointer pointer) { @@ -54438,7 +57936,7 @@ class NSPointerArray extends NSObject { } void removePointerAtIndex_(int index) { - _lib._objc_msgSend_417(_id, _lib._sel_removePointerAtIndex_1, index); + _lib._objc_msgSend_427(_id, _lib._sel_removePointerAtIndex_1, index); } void insertPointer_atIndex_(ffi.Pointer item, int index) { @@ -54447,7 +57945,7 @@ class NSPointerArray extends NSObject { void replacePointerAtIndex_withPointer_( int index, ffi.Pointer item) { - _lib._objc_msgSend_787( + _lib._objc_msgSend_816( _id, _lib._sel_replacePointerAtIndex_withPointer_1, index, item); } @@ -54460,17 +57958,29 @@ class NSPointerArray extends NSObject { } set count(int value) { - return _lib._objc_msgSend_463(_id, _lib._sel_setCount_1, value); + return _lib._objc_msgSend_472(_id, _lib._sel_setCount_1, value); + } + + static NSObject pointerArrayWithStrongObjects(PedometerBindings _lib) { + final _ret = _lib._objc_msgSend_2( + _lib._class_NSPointerArray1, _lib._sel_pointerArrayWithStrongObjects1); + return NSObject._(_ret, _lib, retain: true, release: true); + } + + static NSObject pointerArrayWithWeakObjects(PedometerBindings _lib) { + final _ret = _lib._objc_msgSend_2( + _lib._class_NSPointerArray1, _lib._sel_pointerArrayWithWeakObjects1); + return NSObject._(_ret, _lib, retain: true, release: true); } static NSPointerArray strongObjectsPointerArray(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_788( + final _ret = _lib._objc_msgSend_817( _lib._class_NSPointerArray1, _lib._sel_strongObjectsPointerArray1); return NSPointerArray._(_ret, _lib, retain: true, release: true); } static NSPointerArray weakObjectsPointerArray(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_788( + final _ret = _lib._objc_msgSend_817( _lib._class_NSPointerArray1, _lib._sel_weakObjectsPointerArray1); return NSPointerArray._(_ret, _lib, retain: true, release: true); } @@ -54547,6 +58057,15 @@ class NSPointerArray extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSPointerArray1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSPointerArray1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -54602,13 +58121,13 @@ class NSPointerFunctions extends NSObject { NSPointerFunctions initWithOptions_(int options) { final _ret = - _lib._objc_msgSend_768(_id, _lib._sel_initWithOptions_1, options); + _lib._objc_msgSend_797(_id, _lib._sel_initWithOptions_1, options); return NSPointerFunctions._(_ret, _lib, retain: true, release: true); } static NSPointerFunctions pointerFunctionsWithOptions_( PedometerBindings _lib, int options) { - final _ret = _lib._objc_msgSend_769(_lib._class_NSPointerFunctions1, + final _ret = _lib._objc_msgSend_798(_lib._class_NSPointerFunctions1, _lib._sel_pointerFunctionsWithOptions_1, options); return NSPointerFunctions._(_ret, _lib, retain: true, release: true); } @@ -54621,7 +58140,7 @@ class NSPointerFunctions extends NSObject { ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer)>>)>> get hashFunction { - return _lib._objc_msgSend_770(_id, _lib._sel_hashFunction1); + return _lib._objc_msgSend_799(_id, _lib._sel_hashFunction1); } set hashFunction( @@ -54634,7 +58153,7 @@ class NSPointerFunctions extends NSObject { ffi.UnsignedLong Function( ffi.Pointer)>>)>> value) { - return _lib._objc_msgSend_771(_id, _lib._sel_setHashFunction_1, value); + return _lib._objc_msgSend_800(_id, _lib._sel_setHashFunction_1, value); } ffi.Pointer< @@ -54646,7 +58165,7 @@ class NSPointerFunctions extends NSObject { ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer)>>)>> get isEqualFunction { - return _lib._objc_msgSend_772(_id, _lib._sel_isEqualFunction1); + return _lib._objc_msgSend_801(_id, _lib._sel_isEqualFunction1); } set isEqualFunction( @@ -54660,13 +58179,13 @@ class NSPointerFunctions extends NSObject { ffi.UnsignedLong Function( ffi.Pointer)>>)>> value) { - return _lib._objc_msgSend_773(_id, _lib._sel_setIsEqualFunction_1, value); + return _lib._objc_msgSend_802(_id, _lib._sel_setIsEqualFunction_1, value); } ffi.Pointer< ffi.NativeFunction)>> get sizeFunction { - return _lib._objc_msgSend_774(_id, _lib._sel_sizeFunction1); + return _lib._objc_msgSend_803(_id, _lib._sel_sizeFunction1); } set sizeFunction( @@ -54674,14 +58193,14 @@ class NSPointerFunctions extends NSObject { ffi .NativeFunction)>> value) { - return _lib._objc_msgSend_775(_id, _lib._sel_setSizeFunction_1, value); + return _lib._objc_msgSend_804(_id, _lib._sel_setSizeFunction_1, value); } ffi.Pointer< ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer)>> get descriptionFunction { - return _lib._objc_msgSend_776(_id, _lib._sel_descriptionFunction1); + return _lib._objc_msgSend_805(_id, _lib._sel_descriptionFunction1); } set descriptionFunction( @@ -54689,7 +58208,7 @@ class NSPointerFunctions extends NSObject { ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer)>> value) { - return _lib._objc_msgSend_777( + return _lib._objc_msgSend_806( _id, _lib._sel_setDescriptionFunction_1, value); } @@ -54701,7 +58220,7 @@ class NSPointerFunctions extends NSObject { ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer)>>)>> get relinquishFunction { - return _lib._objc_msgSend_778(_id, _lib._sel_relinquishFunction1); + return _lib._objc_msgSend_807(_id, _lib._sel_relinquishFunction1); } set relinquishFunction( @@ -54714,7 +58233,7 @@ class NSPointerFunctions extends NSObject { ffi.UnsignedLong Function( ffi.Pointer)>>)>> value) { - return _lib._objc_msgSend_779( + return _lib._objc_msgSend_808( _id, _lib._sel_setRelinquishFunction_1, value); } @@ -54726,7 +58245,7 @@ class NSPointerFunctions extends NSObject { ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer)>>, ffi.Bool)>> get acquireFunction { - return _lib._objc_msgSend_780(_id, _lib._sel_acquireFunction1); + return _lib._objc_msgSend_809(_id, _lib._sel_acquireFunction1); } set acquireFunction( @@ -54740,7 +58259,7 @@ class NSPointerFunctions extends NSObject { ffi.Pointer)>>, ffi.Bool)>> value) { - return _lib._objc_msgSend_781(_id, _lib._sel_setAcquireFunction_1, value); + return _lib._objc_msgSend_810(_id, _lib._sel_setAcquireFunction_1, value); } bool get usesStrongWriteBarrier { @@ -54748,7 +58267,7 @@ class NSPointerFunctions extends NSObject { } set usesStrongWriteBarrier(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setUsesStrongWriteBarrier_1, value); } @@ -54757,7 +58276,7 @@ class NSPointerFunctions extends NSObject { } set usesWeakReadAndWriteBarriers(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setUsesWeakReadAndWriteBarriers_1, value); } @@ -54828,6 +58347,15 @@ class NSPointerFunctions extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSPointerFunctions1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSPointerFunctions1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -54865,13 +58393,13 @@ class NSProcessInfo extends NSObject { } static NSProcessInfo getProcessInfo(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_789( + final _ret = _lib._objc_msgSend_818( _lib._class_NSProcessInfo1, _lib._sel_processInfo1); return NSProcessInfo._(_ret, _lib, retain: true, release: true); } NSDictionary get environment { - final _ret = _lib._objc_msgSend_350(_id, _lib._sel_environment1); + final _ret = _lib._objc_msgSend_355(_id, _lib._sel_environment1); return NSDictionary._(_ret, _lib, retain: true, release: true); } @@ -54891,11 +58419,11 @@ class NSProcessInfo extends NSObject { } set processName(NSString value) { - return _lib._objc_msgSend_507(_id, _lib._sel_setProcessName_1, value._id); + return _lib._objc_msgSend_515(_id, _lib._sel_setProcessName_1, value._id); } int get processIdentifier { - return _lib._objc_msgSend_188(_id, _lib._sel_processIdentifier1); + return _lib._objc_msgSend_189(_id, _lib._sel_processIdentifier1); } NSString get globallyUniqueString { @@ -54919,7 +58447,11 @@ class NSProcessInfo extends NSObject { } void getOperatingSystemVersion(ffi.Pointer stret) { - _lib._objc_msgSend_790(stret, _id, _lib._sel_operatingSystemVersion1); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_819_stret( + stret, _id, _lib._sel_operatingSystemVersion1) + : stret.ref = + _lib._objc_msgSend_819(_id, _lib._sel_operatingSystemVersion1); } int get processorCount { @@ -54931,16 +58463,18 @@ class NSProcessInfo extends NSObject { } int get physicalMemory { - return _lib._objc_msgSend_155(_id, _lib._sel_physicalMemory1); + return _lib._objc_msgSend_156(_id, _lib._sel_physicalMemory1); } bool isOperatingSystemAtLeastVersion_(NSOperatingSystemVersion version) { - return _lib._objc_msgSend_791( + return _lib._objc_msgSend_820( _id, _lib._sel_isOperatingSystemAtLeastVersion_1, version); } double get systemUptime { - return _lib._objc_msgSend_156(_id, _lib._sel_systemUptime1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_systemUptime1) + : _lib._objc_msgSend_157(_id, _lib._sel_systemUptime1); } void disableSuddenTermination() { @@ -54952,12 +58486,12 @@ class NSProcessInfo extends NSObject { } void disableAutomaticTermination_(NSString reason) { - _lib._objc_msgSend_199( + _lib._objc_msgSend_200( _id, _lib._sel_disableAutomaticTermination_1, reason._id); } void enableAutomaticTermination_(NSString reason) { - _lib._objc_msgSend_199( + _lib._objc_msgSend_200( _id, _lib._sel_enableAutomaticTermination_1, reason._id); } @@ -54967,12 +58501,12 @@ class NSProcessInfo extends NSObject { } set automaticTerminationSupportEnabled(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setAutomaticTerminationSupportEnabled_1, value); } NSObject beginActivityWithOptions_reason_(int options, NSString reason) { - final _ret = _lib._objc_msgSend_792( + final _ret = _lib._objc_msgSend_821( _id, _lib._sel_beginActivityWithOptions_reason_1, options, reason._id); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -54983,7 +58517,7 @@ class NSProcessInfo extends NSObject { void performActivityWithOptions_reason_usingBlock_( int options, NSString reason, ObjCBlock_ffiVoid block) { - _lib._objc_msgSend_793( + _lib._objc_msgSend_822( _id, _lib._sel_performActivityWithOptions_reason_usingBlock_1, options, @@ -54993,7 +58527,7 @@ class NSProcessInfo extends NSObject { void performExpiringActivityWithReason_usingBlock_( NSString reason, ObjCBlock_ffiVoid_bool block) { - _lib._objc_msgSend_794( + _lib._objc_msgSend_823( _id, _lib._sel_performExpiringActivityWithReason_usingBlock_1, reason._id, @@ -55011,7 +58545,7 @@ class NSProcessInfo extends NSObject { } int get thermalState { - return _lib._objc_msgSend_795(_id, _lib._sel_thermalState1); + return _lib._objc_msgSend_824(_id, _lib._sel_thermalState1); } bool get lowPowerModeEnabled { @@ -55093,6 +58627,15 @@ class NSProcessInfo extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSProcessInfo1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSProcessInfo1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -55256,15 +58799,17 @@ class NSTextCheckingResult extends NSObject { } int get resultType { - return _lib._objc_msgSend_796(_id, _lib._sel_resultType1); + return _lib._objc_msgSend_825(_id, _lib._sel_resultType1); } void getRange(ffi.Pointer<_NSRange> stret) { - _lib._objc_msgSend_54(stret, _id, _lib._sel_range1); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_54_stret(stret, _id, _lib._sel_range1) + : stret.ref = _lib._objc_msgSend_54(_id, _lib._sel_range1); } NSOrthography? get orthography { - final _ret = _lib._objc_msgSend_797(_id, _lib._sel_orthography1); + final _ret = _lib._objc_msgSend_826(_id, _lib._sel_orthography1); return _ret.address == 0 ? null : NSOrthography._(_ret, _lib, retain: true, release: true); @@ -55278,25 +58823,27 @@ class NSTextCheckingResult extends NSObject { } NSDate? get date { - final _ret = _lib._objc_msgSend_164(_id, _lib._sel_date1); + final _ret = _lib._objc_msgSend_165(_id, _lib._sel_date1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); } NSTimeZone? get timeZone { - final _ret = _lib._objc_msgSend_624(_id, _lib._sel_timeZone1); + final _ret = _lib._objc_msgSend_632(_id, _lib._sel_timeZone1); return _ret.address == 0 ? null : NSTimeZone._(_ret, _lib, retain: true, release: true); } double get duration { - return _lib._objc_msgSend_156(_id, _lib._sel_duration1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_duration1) + : _lib._objc_msgSend_157(_id, _lib._sel_duration1); } NSDictionary? get components { - final _ret = _lib._objc_msgSend_340(_id, _lib._sel_components1); + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_components1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -55324,7 +58871,7 @@ class NSTextCheckingResult extends NSObject { } NSRegularExpression? get regularExpression { - final _ret = _lib._objc_msgSend_809(_id, _lib._sel_regularExpression1); + final _ret = _lib._objc_msgSend_838(_id, _lib._sel_regularExpression1); return _ret.address == 0 ? null : NSRegularExpression._(_ret, _lib, retain: true, release: true); @@ -55342,21 +58889,29 @@ class NSTextCheckingResult extends NSObject { } void rangeAtIndex_(ffi.Pointer<_NSRange> stret, int idx) { - _lib._objc_msgSend_297(stret, _id, _lib._sel_rangeAtIndex_1, idx); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_302_stret( + stret, _id, _lib._sel_rangeAtIndex_1, idx) + : stret.ref = + _lib._objc_msgSend_302(_id, _lib._sel_rangeAtIndex_1, idx); } void rangeWithName_(ffi.Pointer<_NSRange> stret, NSString name) { - _lib._objc_msgSend_272(stret, _id, _lib._sel_rangeWithName_1, name._id); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_277_stret( + stret, _id, _lib._sel_rangeWithName_1, name._id) + : stret.ref = + _lib._objc_msgSend_277(_id, _lib._sel_rangeWithName_1, name._id); } NSTextCheckingResult resultByAdjustingRangesWithOffset_(int offset) { - final _ret = _lib._objc_msgSend_810( + final _ret = _lib._objc_msgSend_839( _id, _lib._sel_resultByAdjustingRangesWithOffset_1, offset); return NSTextCheckingResult._(_ret, _lib, retain: true, release: true); } NSDictionary? get addressComponents { - final _ret = _lib._objc_msgSend_340(_id, _lib._sel_addressComponents1); + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_addressComponents1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -55364,7 +58919,7 @@ class NSTextCheckingResult extends NSObject { static NSTextCheckingResult orthographyCheckingResultWithRange_orthography_( PedometerBindings _lib, _NSRange range, NSOrthography orthography) { - final _ret = _lib._objc_msgSend_811( + final _ret = _lib._objc_msgSend_840( _lib._class_NSTextCheckingResult1, _lib._sel_orthographyCheckingResultWithRange_orthography_1, range, @@ -55374,21 +58929,21 @@ class NSTextCheckingResult extends NSObject { static NSTextCheckingResult spellCheckingResultWithRange_( PedometerBindings _lib, _NSRange range) { - final _ret = _lib._objc_msgSend_812(_lib._class_NSTextCheckingResult1, + final _ret = _lib._objc_msgSend_841(_lib._class_NSTextCheckingResult1, _lib._sel_spellCheckingResultWithRange_1, range); return NSTextCheckingResult._(_ret, _lib, retain: true, release: true); } static NSTextCheckingResult grammarCheckingResultWithRange_details_( PedometerBindings _lib, _NSRange range, NSArray details) { - final _ret = _lib._objc_msgSend_813(_lib._class_NSTextCheckingResult1, + final _ret = _lib._objc_msgSend_842(_lib._class_NSTextCheckingResult1, _lib._sel_grammarCheckingResultWithRange_details_1, range, details._id); return NSTextCheckingResult._(_ret, _lib, retain: true, release: true); } static NSTextCheckingResult dateCheckingResultWithRange_date_( PedometerBindings _lib, _NSRange range, NSDate date) { - final _ret = _lib._objc_msgSend_814(_lib._class_NSTextCheckingResult1, + final _ret = _lib._objc_msgSend_843(_lib._class_NSTextCheckingResult1, _lib._sel_dateCheckingResultWithRange_date_1, range, date._id); return NSTextCheckingResult._(_ret, _lib, retain: true, release: true); } @@ -55400,7 +58955,7 @@ class NSTextCheckingResult extends NSObject { NSDate date, NSTimeZone timeZone, double duration) { - final _ret = _lib._objc_msgSend_815( + final _ret = _lib._objc_msgSend_844( _lib._class_NSTextCheckingResult1, _lib._sel_dateCheckingResultWithRange_date_timeZone_duration_1, range, @@ -55412,7 +58967,7 @@ class NSTextCheckingResult extends NSObject { static NSTextCheckingResult addressCheckingResultWithRange_components_( PedometerBindings _lib, _NSRange range, NSDictionary components) { - final _ret = _lib._objc_msgSend_816( + final _ret = _lib._objc_msgSend_845( _lib._class_NSTextCheckingResult1, _lib._sel_addressCheckingResultWithRange_components_1, range, @@ -55422,14 +58977,14 @@ class NSTextCheckingResult extends NSObject { static NSTextCheckingResult linkCheckingResultWithRange_URL_( PedometerBindings _lib, _NSRange range, NSURL url) { - final _ret = _lib._objc_msgSend_817(_lib._class_NSTextCheckingResult1, + final _ret = _lib._objc_msgSend_846(_lib._class_NSTextCheckingResult1, _lib._sel_linkCheckingResultWithRange_URL_1, range, url._id); return NSTextCheckingResult._(_ret, _lib, retain: true, release: true); } static NSTextCheckingResult quoteCheckingResultWithRange_replacementString_( PedometerBindings _lib, _NSRange range, NSString replacementString) { - final _ret = _lib._objc_msgSend_818( + final _ret = _lib._objc_msgSend_847( _lib._class_NSTextCheckingResult1, _lib._sel_quoteCheckingResultWithRange_replacementString_1, range, @@ -55439,7 +58994,7 @@ class NSTextCheckingResult extends NSObject { static NSTextCheckingResult dashCheckingResultWithRange_replacementString_( PedometerBindings _lib, _NSRange range, NSString replacementString) { - final _ret = _lib._objc_msgSend_818( + final _ret = _lib._objc_msgSend_847( _lib._class_NSTextCheckingResult1, _lib._sel_dashCheckingResultWithRange_replacementString_1, range, @@ -55450,7 +59005,7 @@ class NSTextCheckingResult extends NSObject { static NSTextCheckingResult replacementCheckingResultWithRange_replacementString_( PedometerBindings _lib, _NSRange range, NSString replacementString) { - final _ret = _lib._objc_msgSend_818( + final _ret = _lib._objc_msgSend_847( _lib._class_NSTextCheckingResult1, _lib._sel_replacementCheckingResultWithRange_replacementString_1, range, @@ -55461,7 +59016,7 @@ class NSTextCheckingResult extends NSObject { static NSTextCheckingResult correctionCheckingResultWithRange_replacementString_( PedometerBindings _lib, _NSRange range, NSString replacementString) { - final _ret = _lib._objc_msgSend_818( + final _ret = _lib._objc_msgSend_847( _lib._class_NSTextCheckingResult1, _lib._sel_correctionCheckingResultWithRange_replacementString_1, range, @@ -55475,7 +59030,7 @@ class NSTextCheckingResult extends NSObject { _NSRange range, NSString replacementString, NSArray alternativeStrings) { - final _ret = _lib._objc_msgSend_819( + final _ret = _lib._objc_msgSend_848( _lib._class_NSTextCheckingResult1, _lib._sel_correctionCheckingResultWithRange_replacementString_alternativeStrings_1, range, @@ -55490,7 +59045,7 @@ class NSTextCheckingResult extends NSObject { ffi.Pointer<_NSRange> ranges, int count, NSRegularExpression regularExpression) { - final _ret = _lib._objc_msgSend_820( + final _ret = _lib._objc_msgSend_849( _lib._class_NSTextCheckingResult1, _lib._sel_regularExpressionCheckingResultWithRanges_count_regularExpression_1, ranges, @@ -55501,7 +59056,7 @@ class NSTextCheckingResult extends NSObject { static NSTextCheckingResult phoneNumberCheckingResultWithRange_phoneNumber_( PedometerBindings _lib, _NSRange range, NSString phoneNumber) { - final _ret = _lib._objc_msgSend_818( + final _ret = _lib._objc_msgSend_847( _lib._class_NSTextCheckingResult1, _lib._sel_phoneNumberCheckingResultWithRange_phoneNumber_1, range, @@ -55512,7 +59067,7 @@ class NSTextCheckingResult extends NSObject { static NSTextCheckingResult transitInformationCheckingResultWithRange_components_( PedometerBindings _lib, _NSRange range, NSDictionary components) { - final _ret = _lib._objc_msgSend_816( + final _ret = _lib._objc_msgSend_845( _lib._class_NSTextCheckingResult1, _lib._sel_transitInformationCheckingResultWithRange_components_1, range, @@ -55587,6 +59142,15 @@ class NSTextCheckingResult extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSTextCheckingResult1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSTextCheckingResult1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -55645,7 +59209,7 @@ class NSRegularExpression extends NSObject { NSString pattern, int options, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_798( + final _ret = _lib._objc_msgSend_827( _lib._class_NSRegularExpression1, _lib._sel_regularExpressionWithPattern_options_error_1, pattern._id, @@ -55658,7 +59222,7 @@ class NSRegularExpression extends NSObject { NSRegularExpression? initWithPattern_options_error_(NSString pattern, int options, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_799(_id, + final _ret = _lib._objc_msgSend_828(_id, _lib._sel_initWithPattern_options_error_1, pattern._id, options, error); return _ret.address == 0 ? null @@ -55671,7 +59235,7 @@ class NSRegularExpression extends NSObject { } int get options { - return _lib._objc_msgSend_800(_id, _lib._sel_options1); + return _lib._objc_msgSend_829(_id, _lib._sel_options1); } int get numberOfCaptureGroups { @@ -55690,7 +59254,7 @@ class NSRegularExpression extends NSObject { int options, _NSRange range, ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool block) { - _lib._objc_msgSend_801( + _lib._objc_msgSend_830( _id, _lib._sel_enumerateMatchesInString_options_range_usingBlock_1, string._id, @@ -55701,14 +59265,14 @@ class NSRegularExpression extends NSObject { NSArray matchesInString_options_range_( NSString string, int options, _NSRange range) { - final _ret = _lib._objc_msgSend_802(_id, + final _ret = _lib._objc_msgSend_831(_id, _lib._sel_matchesInString_options_range_1, string._id, options, range); return NSArray._(_ret, _lib, retain: true, release: true); } int numberOfMatchesInString_options_range_( NSString string, int options, _NSRange range) { - return _lib._objc_msgSend_803( + return _lib._objc_msgSend_832( _id, _lib._sel_numberOfMatchesInString_options_range_1, string._id, @@ -55718,7 +59282,7 @@ class NSRegularExpression extends NSObject { NSTextCheckingResult? firstMatchInString_options_range_( NSString string, int options, _NSRange range) { - final _ret = _lib._objc_msgSend_804( + final _ret = _lib._objc_msgSend_833( _id, _lib._sel_firstMatchInString_options_range_1, string._id, @@ -55731,18 +59295,25 @@ class NSRegularExpression extends NSObject { void rangeOfFirstMatchInString_options_range_(ffi.Pointer<_NSRange> stret, NSString string, int options, _NSRange range) { - _lib._objc_msgSend_805( - stret, - _id, - _lib._sel_rangeOfFirstMatchInString_options_range_1, - string._id, - options, - range); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_834_stret( + stret, + _id, + _lib._sel_rangeOfFirstMatchInString_options_range_1, + string._id, + options, + range) + : stret.ref = _lib._objc_msgSend_834( + _id, + _lib._sel_rangeOfFirstMatchInString_options_range_1, + string._id, + options, + range); } NSString stringByReplacingMatchesInString_options_range_withTemplate_( NSString string, int options, _NSRange range, NSString templ) { - final _ret = _lib._objc_msgSend_806( + final _ret = _lib._objc_msgSend_835( _id, _lib._sel_stringByReplacingMatchesInString_options_range_withTemplate_1, string._id, @@ -55754,7 +59325,7 @@ class NSRegularExpression extends NSObject { int replaceMatchesInString_options_range_withTemplate_( NSMutableString string, int options, _NSRange range, NSString templ) { - return _lib._objc_msgSend_807( + return _lib._objc_msgSend_836( _id, _lib._sel_replaceMatchesInString_options_range_withTemplate_1, string._id, @@ -55768,7 +59339,7 @@ class NSRegularExpression extends NSObject { NSString string, int offset, NSString templ) { - final _ret = _lib._objc_msgSend_808( + final _ret = _lib._objc_msgSend_837( _id, _lib._sel_replacementStringForResult_inString_offset_template_1, result._id, @@ -55852,6 +59423,15 @@ class NSRegularExpression extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSRegularExpression1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSRegularExpression1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -56081,7 +59661,7 @@ class NSURLCache extends NSObject { /// becoming unexpectedly unretrievable. /// @result the shared NSURLCache instance. static NSURLCache getSharedURLCache(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_821( + final _ret = _lib._objc_msgSend_850( _lib._class_NSURLCache1, _lib._sel_sharedURLCache1); return NSURLCache._(_ret, _lib, retain: true, release: true); } @@ -56111,7 +59691,7 @@ class NSURLCache extends NSObject { /// becoming unexpectedly unretrievable. /// @result the shared NSURLCache instance. static void setSharedURLCache(PedometerBindings _lib, NSURLCache value) { - return _lib._objc_msgSend_822( + return _lib._objc_msgSend_851( _lib._class_NSURLCache1, _lib._sel_setSharedURLCache_1, value._id); } @@ -56130,7 +59710,7 @@ class NSURLCache extends NSObject { /// by disk. NSURLCache initWithMemoryCapacity_diskCapacity_diskPath_( int memoryCapacity, int diskCapacity, NSString? path) { - final _ret = _lib._objc_msgSend_823( + final _ret = _lib._objc_msgSend_852( _id, _lib._sel_initWithMemoryCapacity_diskCapacity_diskPath_1, memoryCapacity, @@ -56148,7 +59728,7 @@ class NSURLCache extends NSObject { /// @result an initialized NSURLCache, with the given capacity, optionally backed by disk. NSURLCache initWithMemoryCapacity_diskCapacity_directoryURL_( int memoryCapacity, int diskCapacity, NSURL? directoryURL) { - final _ret = _lib._objc_msgSend_824( + final _ret = _lib._objc_msgSend_853( _id, _lib._sel_initWithMemoryCapacity_diskCapacity_directoryURL_1, memoryCapacity, @@ -56168,7 +59748,7 @@ class NSURLCache extends NSObject { /// request, or nil if there is no NSCachedURLResponse stored with the /// given request. NSCachedURLResponse? cachedResponseForRequest_(NSURLRequest request) { - final _ret = _lib._objc_msgSend_829( + final _ret = _lib._objc_msgSend_858( _id, _lib._sel_cachedResponseForRequest_1, request._id); return _ret.address == 0 ? null @@ -56183,7 +59763,7 @@ class NSURLCache extends NSObject { /// @param request the NSURLRequest to use as a key for the storage. void storeCachedResponse_forRequest_( NSCachedURLResponse cachedResponse, NSURLRequest request) { - _lib._objc_msgSend_830(_id, _lib._sel_storeCachedResponse_forRequest_1, + _lib._objc_msgSend_859(_id, _lib._sel_storeCachedResponse_forRequest_1, cachedResponse._id, request._id); } @@ -56195,7 +59775,7 @@ class NSURLCache extends NSObject { /// stored with the given request. /// @param request the NSURLRequest to use as a key for the lookup. void removeCachedResponseForRequest_(NSURLRequest request) { - _lib._objc_msgSend_831( + _lib._objc_msgSend_860( _id, _lib._sel_removeCachedResponseForRequest_1, request._id); } @@ -56211,7 +59791,7 @@ class NSURLCache extends NSObject { /// @method removeCachedResponsesSince: /// @abstract Clears the given cache of any cached responses since the provided date. void removeCachedResponsesSinceDate_(NSDate date) { - _lib._objc_msgSend_488( + _lib._objc_msgSend_496( _id, _lib._sel_removeCachedResponsesSinceDate_1, date._id); } @@ -56228,7 +59808,7 @@ class NSURLCache extends NSObject { /// @discussion At the time this call is made, the in-memory cache will truncate its contents to the size given, if necessary. /// @result The in-memory capacity, measured in bytes, for the receiver. set memoryCapacity(int value) { - return _lib._objc_msgSend_463(_id, _lib._sel_setMemoryCapacity_1, value); + return _lib._objc_msgSend_472(_id, _lib._sel_setMemoryCapacity_1, value); } /// ! @@ -56242,7 +59822,7 @@ class NSURLCache extends NSObject { /// @abstract The on-disk capacity of the receiver. /// @discussion The on-disk capacity, measured in bytes, for the receiver. On mutation the on-disk cache will truncate its contents to the size given, if necessary. set diskCapacity(int value) { - return _lib._objc_msgSend_463(_id, _lib._sel_setDiskCapacity_1, value); + return _lib._objc_msgSend_472(_id, _lib._sel_setDiskCapacity_1, value); } /// ! @@ -56267,14 +59847,14 @@ class NSURLCache extends NSObject { void storeCachedResponse_forDataTask_( NSCachedURLResponse cachedResponse, NSURLSessionDataTask dataTask) { - _lib._objc_msgSend_832(_id, _lib._sel_storeCachedResponse_forDataTask_1, + _lib._objc_msgSend_861(_id, _lib._sel_storeCachedResponse_forDataTask_1, cachedResponse._id, dataTask._id); } void getCachedResponseForDataTask_completionHandler_( NSURLSessionDataTask dataTask, ObjCBlock_ffiVoid_NSCachedURLResponse completionHandler) { - _lib._objc_msgSend_833( + _lib._objc_msgSend_862( _id, _lib._sel_getCachedResponseForDataTask_completionHandler_1, dataTask._id, @@ -56282,7 +59862,7 @@ class NSURLCache extends NSObject { } void removeCachedResponseForDataTask_(NSURLSessionDataTask dataTask) { - _lib._objc_msgSend_834( + _lib._objc_msgSend_863( _id, _lib._sel_removeCachedResponseForDataTask_1, dataTask._id); } @@ -56352,6 +59932,15 @@ class NSURLCache extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLCache1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSURLCache1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -56408,7 +59997,7 @@ class NSCachedURLResponse extends NSObject { /// @result an initialized NSCachedURLResponse. NSCachedURLResponse initWithResponse_data_( NSURLResponse response, NSData data) { - final _ret = _lib._objc_msgSend_825( + final _ret = _lib._objc_msgSend_854( _id, _lib._sel_initWithResponse_data_1, response._id, data._id); return NSCachedURLResponse._(_ret, _lib, retain: true, release: true); } @@ -56429,7 +60018,7 @@ class NSCachedURLResponse extends NSObject { NSData data, NSDictionary? userInfo, int storagePolicy) { - final _ret = _lib._objc_msgSend_826( + final _ret = _lib._objc_msgSend_855( _id, _lib._sel_initWithResponse_data_userInfo_storagePolicy_1, response._id, @@ -56443,7 +60032,7 @@ class NSCachedURLResponse extends NSObject { /// @abstract Returns the response wrapped by this instance. /// @result The response wrapped by this instance. NSURLResponse get response { - final _ret = _lib._objc_msgSend_827(_id, _lib._sel_response1); + final _ret = _lib._objc_msgSend_856(_id, _lib._sel_response1); return NSURLResponse._(_ret, _lib, retain: true, release: true); } @@ -56459,7 +60048,7 @@ class NSCachedURLResponse extends NSObject { /// @abstract Returns the userInfo dictionary of the receiver. /// @result The userInfo dictionary of the receiver. NSDictionary? get userInfo { - final _ret = _lib._objc_msgSend_340(_id, _lib._sel_userInfo1); + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_userInfo1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -56469,7 +60058,7 @@ class NSCachedURLResponse extends NSObject { /// @abstract Returns the NSURLCacheStoragePolicy constant of the receiver. /// @result The NSURLCacheStoragePolicy constant of the receiver. int get storagePolicy { - return _lib._objc_msgSend_828(_id, _lib._sel_storagePolicy1); + return _lib._objc_msgSend_857(_id, _lib._sel_storagePolicy1); } @override @@ -56539,6 +60128,15 @@ class NSCachedURLResponse extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSCachedURLResponse1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSCachedURLResponse1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -56666,6 +60264,15 @@ class NSURLSessionDataTask extends NSURLSessionTask { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLSessionDataTask1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSURLSessionDataTask1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -56890,7 +60497,7 @@ class NSURLConnection extends NSObject { NSURLConnection? initWithRequest_delegate_startImmediately_( NSURLRequest request, NSObject? delegate, bool startImmediately) { - final _ret = _lib._objc_msgSend_835( + final _ret = _lib._objc_msgSend_864( _id, _lib._sel_initWithRequest_delegate_startImmediately_1, request._id, @@ -56903,7 +60510,7 @@ class NSURLConnection extends NSObject { NSURLConnection? initWithRequest_delegate_( NSURLRequest request, NSObject? delegate) { - final _ret = _lib._objc_msgSend_836( + final _ret = _lib._objc_msgSend_865( _id, _lib._sel_initWithRequest_delegate_1, request._id, @@ -56915,7 +60522,7 @@ class NSURLConnection extends NSObject { static NSURLConnection? connectionWithRequest_delegate_( PedometerBindings _lib, NSURLRequest request, NSObject? delegate) { - final _ret = _lib._objc_msgSend_837( + final _ret = _lib._objc_msgSend_866( _lib._class_NSURLConnection1, _lib._sel_connectionWithRequest_delegate_1, request._id, @@ -56926,12 +60533,12 @@ class NSURLConnection extends NSObject { } NSURLRequest get originalRequest { - final _ret = _lib._objc_msgSend_838(_id, _lib._sel_originalRequest1); + final _ret = _lib._objc_msgSend_867(_id, _lib._sel_originalRequest1); return NSURLRequest._(_ret, _lib, retain: true, release: true); } NSURLRequest get currentRequest { - final _ret = _lib._objc_msgSend_838(_id, _lib._sel_currentRequest1); + final _ret = _lib._objc_msgSend_867(_id, _lib._sel_currentRequest1); return NSURLRequest._(_ret, _lib, retain: true, release: true); } @@ -56944,17 +60551,17 @@ class NSURLConnection extends NSObject { } void scheduleInRunLoop_forMode_(NSRunLoop aRunLoop, NSString mode) { - _lib._objc_msgSend_680( + _lib._objc_msgSend_707( _id, _lib._sel_scheduleInRunLoop_forMode_1, aRunLoop._id, mode._id); } void unscheduleFromRunLoop_forMode_(NSRunLoop aRunLoop, NSString mode) { - _lib._objc_msgSend_680( + _lib._objc_msgSend_707( _id, _lib._sel_unscheduleFromRunLoop_forMode_1, aRunLoop._id, mode._id); } void setDelegateQueue_(NSOperationQueue? queue) { - _lib._objc_msgSend_839( + _lib._objc_msgSend_868( _id, _lib._sel_setDelegateQueue_1, queue?._id ?? ffi.nullptr); } @@ -56983,7 +60590,7 @@ class NSURLConnection extends NSObject { /// initialize a connection and the associated I/O can be /// started, NO otherwise. static bool canHandleRequest_(PedometerBindings _lib, NSURLRequest request) { - return _lib._objc_msgSend_840(_lib._class_NSURLConnection1, + return _lib._objc_msgSend_869(_lib._class_NSURLConnection1, _lib._sel_canHandleRequest_1, request._id); } @@ -57029,7 +60636,7 @@ class NSURLConnection extends NSObject { NSURLRequest request, ffi.Pointer> response, ffi.Pointer> error) { - final _ret = _lib._objc_msgSend_841( + final _ret = _lib._objc_msgSend_870( _lib._class_NSURLConnection1, _lib._sel_sendSynchronousRequest_returningResponse_error_1, request._id, @@ -57076,7 +60683,7 @@ class NSURLConnection extends NSObject { NSURLRequest request, NSOperationQueue queue, ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError handler) { - _lib._objc_msgSend_842( + _lib._objc_msgSend_871( _lib._class_NSURLConnection1, _lib._sel_sendAsynchronousRequest_queue_completionHandler_1, request._id, @@ -57151,6 +60758,15 @@ class NSURLConnection extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLConnection1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSURLConnection1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -57346,7 +60962,7 @@ class NSURLCredential extends NSObject { /// @abstract Determine whether this credential is or should be stored persistently /// @result A value indicating whether this credential is stored permanently, per session or not at all. int get persistence { - return _lib._objc_msgSend_843(_id, _lib._sel_persistence1); + return _lib._objc_msgSend_872(_id, _lib._sel_persistence1); } /// ! @@ -57358,7 +60974,7 @@ class NSURLCredential extends NSObject { /// @result The initialized NSURLCredential NSURLCredential initWithUser_password_persistence_( NSString user, NSString password, int persistence) { - final _ret = _lib._objc_msgSend_844( + final _ret = _lib._objc_msgSend_873( _id, _lib._sel_initWithUser_password_persistence_1, user._id, @@ -57379,7 +60995,7 @@ class NSURLCredential extends NSObject { NSString user, NSString password, int persistence) { - final _ret = _lib._objc_msgSend_845( + final _ret = _lib._objc_msgSend_874( _lib._class_NSURLCredential1, _lib._sel_credentialWithUser_password_persistence_1, user._id, @@ -57433,7 +61049,7 @@ class NSURLCredential extends NSObject { ffi.Pointer<__SecIdentity> identity, NSArray? certArray, int persistence) { - final _ret = _lib._objc_msgSend_846( + final _ret = _lib._objc_msgSend_875( _id, _lib._sel_initWithIdentity_certificates_persistence_1, identity, @@ -57454,7 +61070,7 @@ class NSURLCredential extends NSObject { ffi.Pointer<__SecIdentity> identity, NSArray? certArray, int persistence) { - final _ret = _lib._objc_msgSend_847( + final _ret = _lib._objc_msgSend_876( _lib._class_NSURLCredential1, _lib._sel_credentialWithIdentity_certificates_persistence_1, identity, @@ -57467,7 +61083,7 @@ class NSURLCredential extends NSObject { /// @abstract Returns the SecIdentityRef of this credential, if it was created with a certificate and identity /// @result A SecIdentityRef or NULL if this is a username/password credential ffi.Pointer<__SecIdentity> get identity { - return _lib._objc_msgSend_848(_id, _lib._sel_identity1); + return _lib._objc_msgSend_877(_id, _lib._sel_identity1); } /// ! @@ -57483,7 +61099,7 @@ class NSURLCredential extends NSObject { /// @abstract Initialize a new NSURLCredential which specifies that the specified trust has been accepted. /// @result the Initialized NSURLCredential NSURLCredential initWithTrust_(ffi.Pointer<__SecTrust> trust) { - final _ret = _lib._objc_msgSend_849(_id, _lib._sel_initWithTrust_1, trust); + final _ret = _lib._objc_msgSend_878(_id, _lib._sel_initWithTrust_1, trust); return NSURLCredential._(_ret, _lib, retain: true, release: true); } @@ -57493,7 +61109,7 @@ class NSURLCredential extends NSObject { /// @result The new autoreleased NSURLCredential static NSURLCredential credentialForTrust_( PedometerBindings _lib, ffi.Pointer<__SecTrust> trust) { - final _ret = _lib._objc_msgSend_850( + final _ret = _lib._objc_msgSend_879( _lib._class_NSURLCredential1, _lib._sel_credentialForTrust_1, trust); return NSURLCredential._(_ret, _lib, retain: true, release: true); } @@ -57565,6 +61181,15 @@ class NSURLCredential extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLCredential1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSURLCredential1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -57644,7 +61269,7 @@ class NSURLProtectionSpace extends NSObject { NSString? protocol, NSString? realm, NSString? authenticationMethod) { - final _ret = _lib._objc_msgSend_851( + final _ret = _lib._objc_msgSend_880( _id, _lib._sel_initWithHost_port_protocol_realm_authenticationMethod_1, host._id, @@ -57674,7 +61299,7 @@ class NSURLProtectionSpace extends NSObject { NSString? type, NSString? realm, NSString? authenticationMethod) { - final _ret = _lib._objc_msgSend_851( + final _ret = _lib._objc_msgSend_880( _id, _lib._sel_initWithProxyHost_port_type_realm_authenticationMethod_1, host._id, @@ -57769,7 +61394,7 @@ class NSURLProtectionSpace extends NSObject { /// @abstract Returns a SecTrustRef which represents the state of the servers SSL transaction state /// @result A SecTrustRef from Security.framework. (Nil if the authenticationMethod is not NSURLAuthenticationMethodServerTrust) ffi.Pointer<__SecTrust> get serverTrust { - return _lib._objc_msgSend_852(_id, _lib._sel_serverTrust1); + return _lib._objc_msgSend_881(_id, _lib._sel_serverTrust1); } @override @@ -57839,6 +61464,15 @@ class NSURLProtectionSpace extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLProtectionSpace1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSURLProtectionSpace1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -57886,7 +61520,7 @@ class NSURLCredentialStorage extends NSObject { /// @result the shared authentication storage static NSURLCredentialStorage getSharedCredentialStorage( PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_853(_lib._class_NSURLCredentialStorage1, + final _ret = _lib._objc_msgSend_882(_lib._class_NSURLCredentialStorage1, _lib._sel_sharedCredentialStorage1); return NSURLCredentialStorage._(_ret, _lib, retain: true, release: true); } @@ -57897,7 +61531,7 @@ class NSURLCredentialStorage extends NSObject { /// @param space An NSURLProtectionSpace indicating the protection space for which to get credentials /// @result A dictionary where the keys are usernames and the values are the corresponding NSURLCredentials. NSDictionary? credentialsForProtectionSpace_(NSURLProtectionSpace space) { - final _ret = _lib._objc_msgSend_854( + final _ret = _lib._objc_msgSend_883( _id, _lib._sel_credentialsForProtectionSpace_1, space._id); return _ret.address == 0 ? null @@ -57910,7 +61544,7 @@ class NSURLCredentialStorage extends NSObject { /// and the values are dictionaries, in which the keys are usernames /// and the values are NSURLCredentials NSDictionary get allCredentials { - final _ret = _lib._objc_msgSend_350(_id, _lib._sel_allCredentials1); + final _ret = _lib._objc_msgSend_355(_id, _lib._sel_allCredentials1); return NSDictionary._(_ret, _lib, retain: true, release: true); } @@ -57924,7 +61558,7 @@ class NSURLCredentialStorage extends NSObject { /// the new one will replace it. void setCredential_forProtectionSpace_( NSURLCredential credential, NSURLProtectionSpace space) { - _lib._objc_msgSend_855(_id, _lib._sel_setCredential_forProtectionSpace_1, + _lib._objc_msgSend_884(_id, _lib._sel_setCredential_forProtectionSpace_1, credential._id, space._id); } @@ -57938,7 +61572,7 @@ class NSURLCredentialStorage extends NSObject { /// See removeCredential:forProtectionSpace:options. void removeCredential_forProtectionSpace_( NSURLCredential credential, NSURLProtectionSpace space) { - _lib._objc_msgSend_855(_id, _lib._sel_removeCredential_forProtectionSpace_1, + _lib._objc_msgSend_884(_id, _lib._sel_removeCredential_forProtectionSpace_1, credential._id, space._id); } @@ -57954,7 +61588,7 @@ class NSURLCredentialStorage extends NSObject { /// @discussion The credential is removed from both persistent and temporary storage. void removeCredential_forProtectionSpace_options_(NSURLCredential credential, NSURLProtectionSpace space, NSDictionary? options) { - _lib._objc_msgSend_856( + _lib._objc_msgSend_885( _id, _lib._sel_removeCredential_forProtectionSpace_options_1, credential._id, @@ -57968,7 +61602,7 @@ class NSURLCredentialStorage extends NSObject { /// @param space The protection space for which to get the default credential. NSURLCredential? defaultCredentialForProtectionSpace_( NSURLProtectionSpace space) { - final _ret = _lib._objc_msgSend_857( + final _ret = _lib._objc_msgSend_886( _id, _lib._sel_defaultCredentialForProtectionSpace_1, space._id); return _ret.address == 0 ? null @@ -57983,7 +61617,7 @@ class NSURLCredentialStorage extends NSObject { /// @discussion If the credential is not yet in the set for the protection space, it will be added to it. void setDefaultCredential_forProtectionSpace_( NSURLCredential credential, NSURLProtectionSpace space) { - _lib._objc_msgSend_855( + _lib._objc_msgSend_884( _id, _lib._sel_setDefaultCredential_forProtectionSpace_1, credential._id, @@ -57994,7 +61628,7 @@ class NSURLCredentialStorage extends NSObject { NSURLProtectionSpace protectionSpace, NSURLSessionTask task, ObjCBlock_ffiVoid_NSDictionary completionHandler) { - _lib._objc_msgSend_858( + _lib._objc_msgSend_887( _id, _lib._sel_getCredentialsForProtectionSpace_task_completionHandler_1, protectionSpace._id, @@ -58004,7 +61638,7 @@ class NSURLCredentialStorage extends NSObject { void setCredential_forProtectionSpace_task_(NSURLCredential credential, NSURLProtectionSpace protectionSpace, NSURLSessionTask task) { - _lib._objc_msgSend_859( + _lib._objc_msgSend_888( _id, _lib._sel_setCredential_forProtectionSpace_task_1, credential._id, @@ -58017,7 +61651,7 @@ class NSURLCredentialStorage extends NSObject { NSURLProtectionSpace protectionSpace, NSDictionary? options, NSURLSessionTask task) { - _lib._objc_msgSend_860( + _lib._objc_msgSend_889( _id, _lib._sel_removeCredential_forProtectionSpace_options_task_1, credential._id, @@ -58030,7 +61664,7 @@ class NSURLCredentialStorage extends NSObject { NSURLProtectionSpace space, NSURLSessionTask task, ObjCBlock_ffiVoid_NSURLCredential completionHandler) { - _lib._objc_msgSend_861( + _lib._objc_msgSend_890( _id, _lib._sel_getDefaultCredentialForProtectionSpace_task_completionHandler_1, space._id, @@ -58040,7 +61674,7 @@ class NSURLCredentialStorage extends NSObject { void setDefaultCredential_forProtectionSpace_task_(NSURLCredential credential, NSURLProtectionSpace protectionSpace, NSURLSessionTask task) { - _lib._objc_msgSend_859( + _lib._objc_msgSend_888( _id, _lib._sel_setDefaultCredential_forProtectionSpace_task_1, credential._id, @@ -58115,6 +61749,15 @@ class NSURLCredentialStorage extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLCredentialStorage1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSURLCredentialStorage1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -58392,7 +62035,7 @@ class NSURLProtocol extends NSObject { /// to the URL loading system. NSURLProtocol initWithRequest_cachedResponse_client_(NSURLRequest request, NSCachedURLResponse? cachedResponse, NSObject? client) { - final _ret = _lib._objc_msgSend_862( + final _ret = _lib._objc_msgSend_891( _id, _lib._sel_initWithRequest_cachedResponse_client_1, request._id, @@ -58415,7 +62058,7 @@ class NSURLProtocol extends NSObject { /// @abstract Returns the NSURLRequest of the receiver. /// @result The NSURLRequest of the receiver. NSURLRequest get request { - final _ret = _lib._objc_msgSend_838(_id, _lib._sel_request1); + final _ret = _lib._objc_msgSend_867(_id, _lib._sel_request1); return NSURLRequest._(_ret, _lib, retain: true, release: true); } @@ -58423,7 +62066,7 @@ class NSURLProtocol extends NSObject { /// @abstract Returns the NSCachedURLResponse of the receiver. /// @result The NSCachedURLResponse of the receiver. NSCachedURLResponse? get cachedResponse { - final _ret = _lib._objc_msgSend_863(_id, _lib._sel_cachedResponse1); + final _ret = _lib._objc_msgSend_892(_id, _lib._sel_cachedResponse1); return _ret.address == 0 ? null : NSCachedURLResponse._(_ret, _lib, retain: true, release: true); @@ -58441,7 +62084,7 @@ class NSURLProtocol extends NSObject { /// @result YES if the protocol can handle the given request, NO if not. static bool canInitWithRequest_( PedometerBindings _lib, NSURLRequest request) { - return _lib._objc_msgSend_840(_lib._class_NSURLProtocol1, + return _lib._objc_msgSend_869(_lib._class_NSURLProtocol1, _lib._sel_canInitWithRequest_1, request._id); } @@ -58463,7 +62106,7 @@ class NSURLProtocol extends NSObject { /// @result The canonical form of the given request. static NSURLRequest canonicalRequestForRequest_( PedometerBindings _lib, NSURLRequest request) { - final _ret = _lib._objc_msgSend_864(_lib._class_NSURLProtocol1, + final _ret = _lib._objc_msgSend_893(_lib._class_NSURLProtocol1, _lib._sel_canonicalRequestForRequest_1, request._id); return NSURLRequest._(_ret, _lib, retain: true, release: true); } @@ -58478,7 +62121,7 @@ class NSURLProtocol extends NSObject { /// @result YES if the two requests are cache-equivalent, NO otherwise. static bool requestIsCacheEquivalent_toRequest_( PedometerBindings _lib, NSURLRequest a, NSURLRequest b) { - return _lib._objc_msgSend_865(_lib._class_NSURLProtocol1, + return _lib._objc_msgSend_894(_lib._class_NSURLProtocol1, _lib._sel_requestIsCacheEquivalent_toRequest_1, a._id, b._id); } @@ -58515,7 +62158,7 @@ class NSURLProtocol extends NSObject { /// had previously been stored with the given key in the given request. static NSObject? propertyForKey_inRequest_( PedometerBindings _lib, NSString key, NSURLRequest request) { - final _ret = _lib._objc_msgSend_866(_lib._class_NSURLProtocol1, + final _ret = _lib._objc_msgSend_895(_lib._class_NSURLProtocol1, _lib._sel_propertyForKey_inRequest_1, key._id, request._id); return _ret.address == 0 ? null @@ -58534,7 +62177,7 @@ class NSURLProtocol extends NSObject { /// @param request The request in which to store the property. static void setProperty_forKey_inRequest_(PedometerBindings _lib, NSObject value, NSString key, NSMutableURLRequest request) { - _lib._objc_msgSend_874( + _lib._objc_msgSend_902( _lib._class_NSURLProtocol1, _lib._sel_setProperty_forKey_inRequest_1, value._id, @@ -58552,7 +62195,7 @@ class NSURLProtocol extends NSObject { /// @param request The request to be modified static void removePropertyForKey_inRequest_( PedometerBindings _lib, NSString key, NSMutableURLRequest request) { - _lib._objc_msgSend_875(_lib._class_NSURLProtocol1, + _lib._objc_msgSend_903(_lib._class_NSURLProtocol1, _lib._sel_removePropertyForKey_inRequest_1, key._id, request._id); } @@ -58595,13 +62238,13 @@ class NSURLProtocol extends NSObject { } static bool canInitWithTask_(PedometerBindings _lib, NSURLSessionTask task) { - return _lib._objc_msgSend_876( + return _lib._objc_msgSend_904( _lib._class_NSURLProtocol1, _lib._sel_canInitWithTask_1, task._id); } NSURLProtocol initWithTask_cachedResponse_client_(NSURLSessionTask task, NSCachedURLResponse? cachedResponse, NSObject? client) { - final _ret = _lib._objc_msgSend_877( + final _ret = _lib._objc_msgSend_905( _id, _lib._sel_initWithTask_cachedResponse_client_1, task._id, @@ -58611,7 +62254,7 @@ class NSURLProtocol extends NSObject { } NSURLSessionTask? get task { - final _ret = _lib._objc_msgSend_878(_id, _lib._sel_task1); + final _ret = _lib._objc_msgSend_906(_id, _lib._sel_task1); return _ret.address == 0 ? null : NSURLSessionTask._(_ret, _lib, retain: true, release: true); @@ -58684,6 +62327,15 @@ class NSURLProtocol extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLProtocol1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSURLProtocol1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -58762,7 +62414,7 @@ class NSMutableURLRequest extends NSURLRequest { /// ! /// @abstract The URL of the receiver. set URL(NSURL? value) { - return _lib._objc_msgSend_511( + return _lib._objc_msgSend_519( _id, _lib._sel_setURL_1, value?._id ?? ffi.nullptr); } @@ -58770,13 +62422,13 @@ class NSMutableURLRequest extends NSURLRequest { /// @abstract The cache policy of the receiver. @override int get cachePolicy { - return _lib._objc_msgSend_713(_id, _lib._sel_cachePolicy1); + return _lib._objc_msgSend_741(_id, _lib._sel_cachePolicy1); } /// ! /// @abstract The cache policy of the receiver. set cachePolicy(int value) { - return _lib._objc_msgSend_867(_id, _lib._sel_setCachePolicy_1, value); + return _lib._objc_msgSend_896(_id, _lib._sel_setCachePolicy_1, value); } /// ! @@ -58793,7 +62445,9 @@ class NSMutableURLRequest extends NSURLRequest { /// in seconds. @override double get timeoutInterval { - return _lib._objc_msgSend_156(_id, _lib._sel_timeoutInterval1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_timeoutInterval1) + : _lib._objc_msgSend_157(_id, _lib._sel_timeoutInterval1); } /// ! @@ -58809,7 +62463,7 @@ class NSMutableURLRequest extends NSURLRequest { /// is considered to have timed out. This timeout interval is measured /// in seconds. set timeoutInterval(double value) { - return _lib._objc_msgSend_490(_id, _lib._sel_setTimeoutInterval_1, value); + return _lib._objc_msgSend_498(_id, _lib._sel_setTimeoutInterval_1, value); } /// ! @@ -58839,7 +62493,7 @@ class NSMutableURLRequest extends NSURLRequest { /// as a sub-resource of a user-specified URL, and possibly other things /// in the future. set mainDocumentURL(NSURL? value) { - return _lib._objc_msgSend_511( + return _lib._objc_msgSend_519( _id, _lib._sel_setMainDocumentURL_1, value?._id ?? ffi.nullptr); } @@ -58849,7 +62503,7 @@ class NSMutableURLRequest extends NSURLRequest { /// of the request. Most clients should not need to use this method. @override int get networkServiceType { - return _lib._objc_msgSend_714(_id, _lib._sel_networkServiceType1); + return _lib._objc_msgSend_742(_id, _lib._sel_networkServiceType1); } /// ! @@ -58857,7 +62511,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @discussion This method is used to provide the network layers with a hint as to the purpose /// of the request. Most clients should not need to use this method. set networkServiceType(int value) { - return _lib._objc_msgSend_868( + return _lib._objc_msgSend_897( _id, _lib._sel_setNetworkServiceType_1, value); } @@ -58877,7 +62531,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @discussion NO if the receiver should not be allowed to use the built in /// cellular radios to satisfy the request, YES otherwise. The default is YES. set allowsCellularAccess(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setAllowsCellularAccess_1, value); } @@ -58897,7 +62551,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @discussion NO if the receiver should not be allowed to use an interface marked as expensive to /// satisfy the request, YES otherwise. set allowsExpensiveNetworkAccess(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setAllowsExpensiveNetworkAccess_1, value); } @@ -58918,7 +62572,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @discussion NO if the receiver should not be allowed to use an interface marked as constrained to /// satisfy the request, YES otherwise. set allowsConstrainedNetworkAccess(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setAllowsConstrainedNetworkAccess_1, value); } @@ -58938,7 +62592,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @result YES if server endpoint is known to support HTTP/3. Defaults to NO. /// The default may be YES in a future OS update. set assumesHTTP3Capable(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setAssumesHTTP3Capable_1, value); } @@ -58948,7 +62602,7 @@ class NSMutableURLRequest extends NSURLRequest { /// user. Defaults to NSURLRequestAttributionDeveloper. @override int get attribution { - return _lib._objc_msgSend_715(_id, _lib._sel_attribution1); + return _lib._objc_msgSend_743(_id, _lib._sel_attribution1); } /// ! @@ -58956,7 +62610,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @discussion Set to NSURLRequestAttributionUser if the URL was specified by the /// user. Defaults to NSURLRequestAttributionDeveloper. set attribution(int value) { - return _lib._objc_msgSend_869(_id, _lib._sel_setAttribution_1, value); + return _lib._objc_msgSend_898(_id, _lib._sel_setAttribution_1, value); } /// ! @@ -58973,7 +62627,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @discussion YES, if the DNS lookup for this request should require DNSSEC validation, /// No otherwise. Defaults to NO. set requiresDNSSECValidation(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setRequiresDNSSECValidation_1, value); } @@ -58987,7 +62641,7 @@ class NSMutableURLRequest extends NSURLRequest { /// ! /// @abstract Sets the HTTP request method of the receiver. set HTTPMethod(NSString value) { - return _lib._objc_msgSend_507(_id, _lib._sel_setHTTPMethod_1, value._id); + return _lib._objc_msgSend_515(_id, _lib._sel_setHTTPMethod_1, value._id); } /// ! @@ -59002,7 +62656,7 @@ class NSMutableURLRequest extends NSURLRequest { /// message, the key-value pair is skipped. @override NSDictionary? get allHTTPHeaderFields { - final _ret = _lib._objc_msgSend_340(_id, _lib._sel_allHTTPHeaderFields1); + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_allHTTPHeaderFields1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -59019,7 +62673,7 @@ class NSMutableURLRequest extends NSURLRequest { /// the key or value for a key-value pair answers NO when sent this /// message, the key-value pair is skipped. set allHTTPHeaderFields(NSDictionary? value) { - return _lib._objc_msgSend_870( + return _lib._objc_msgSend_670( _id, _lib._sel_setAllHTTPHeaderFields_1, value?._id ?? ffi.nullptr); } @@ -59033,7 +62687,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @param value the header field value. /// @param field the header field name (case-insensitive). void setValue_forHTTPHeaderField_(NSString? value, NSString field) { - _lib._objc_msgSend_871(_id, _lib._sel_setValue_forHTTPHeaderField_1, + _lib._objc_msgSend_899(_id, _lib._sel_setValue_forHTTPHeaderField_1, value?._id ?? ffi.nullptr, field._id); } @@ -59051,7 +62705,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @param value the header field value. /// @param field the header field name (case-insensitive). void addValue_forHTTPHeaderField_(NSString value, NSString field) { - _lib._objc_msgSend_668( + _lib._objc_msgSend_695( _id, _lib._sel_addValue_forHTTPHeaderField_1, value._id, field._id); } @@ -59061,7 +62715,7 @@ class NSMutableURLRequest extends NSURLRequest { /// in done in an HTTP POST request. @override NSData? get HTTPBody { - final _ret = _lib._objc_msgSend_227(_id, _lib._sel_HTTPBody1); + final _ret = _lib._objc_msgSend_232(_id, _lib._sel_HTTPBody1); return _ret.address == 0 ? null : NSData._(_ret, _lib, retain: true, release: true); @@ -59072,7 +62726,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @discussion This data is sent as the message body of the request, as /// in done in an HTTP POST request. set HTTPBody(NSData? value) { - return _lib._objc_msgSend_872( + return _lib._objc_msgSend_900( _id, _lib._sel_setHTTPBody_1, value?._id ?? ffi.nullptr); } @@ -59085,7 +62739,7 @@ class NSMutableURLRequest extends NSURLRequest { /// - setting one will clear the other. @override NSInputStream? get HTTPBodyStream { - final _ret = _lib._objc_msgSend_725(_id, _lib._sel_HTTPBodyStream1); + final _ret = _lib._objc_msgSend_754(_id, _lib._sel_HTTPBodyStream1); return _ret.address == 0 ? null : NSInputStream._(_ret, _lib, retain: true, release: true); @@ -59099,7 +62753,7 @@ class NSMutableURLRequest extends NSURLRequest { /// and the body data (set by setHTTPBody:, above) are mutually exclusive /// - setting one will clear the other. set HTTPBodyStream(NSInputStream? value) { - return _lib._objc_msgSend_873( + return _lib._objc_msgSend_901( _id, _lib._sel_setHTTPBodyStream_1, value?._id ?? ffi.nullptr); } @@ -59123,7 +62777,7 @@ class NSMutableURLRequest extends NSURLRequest { /// stored to the cookie manager by default. /// NOTE: In releases prior to 10.3, this value is ignored set HTTPShouldHandleCookies(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setHTTPShouldHandleCookies_1, value); } @@ -59163,7 +62817,7 @@ class NSMutableURLRequest extends NSURLRequest { /// pipelining (disconnecting, sending resources misordered, omitting part of /// a resource, etc.). set HTTPShouldUsePipelining(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setHTTPShouldUsePipelining_1, value); } @@ -59178,7 +62832,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @result A newly-created and autoreleased NSURLRequest instance. static NSMutableURLRequest requestWithURL_( PedometerBindings _lib, NSURL URL) { - final _ret = _lib._objc_msgSend_711( + final _ret = _lib._objc_msgSend_739( _lib._class_NSMutableURLRequest1, _lib._sel_requestWithURL_1, URL._id); return NSMutableURLRequest._(_ret, _lib, retain: true, release: true); } @@ -59207,7 +62861,7 @@ class NSMutableURLRequest extends NSURLRequest { NSURL URL, int cachePolicy, double timeoutInterval) { - final _ret = _lib._objc_msgSend_712( + final _ret = _lib._objc_msgSend_740( _lib._class_NSMutableURLRequest1, _lib._sel_requestWithURL_cachePolicy_timeoutInterval_1, URL._id, @@ -59226,7 +62880,7 @@ class NSMutableURLRequest extends NSURLRequest { /// @result An initialized NSURLRequest. @override NSMutableURLRequest initWithURL_(NSURL URL) { - final _ret = _lib._objc_msgSend_711(_id, _lib._sel_initWithURL_1, URL._id); + final _ret = _lib._objc_msgSend_739(_id, _lib._sel_initWithURL_1, URL._id); return NSMutableURLRequest._(_ret, _lib, retain: true, release: true); } @@ -59245,7 +62899,7 @@ class NSMutableURLRequest extends NSURLRequest { @override NSMutableURLRequest initWithURL_cachePolicy_timeoutInterval_( NSURL URL, int cachePolicy, double timeoutInterval) { - final _ret = _lib._objc_msgSend_712( + final _ret = _lib._objc_msgSend_740( _id, _lib._sel_initWithURL_cachePolicy_timeoutInterval_1, URL._id, @@ -59321,6 +62975,15 @@ class NSMutableURLRequest extends NSURLRequest { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSMutableURLRequest1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSMutableURLRequest1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -59359,7 +63022,7 @@ class NSXMLParser extends NSObject { NSXMLParser? initWithContentsOfURL_(NSURL url) { final _ret = - _lib._objc_msgSend_218(_id, _lib._sel_initWithContentsOfURL_1, url._id); + _lib._objc_msgSend_223(_id, _lib._sel_initWithContentsOfURL_1, url._id); return _ret.address == 0 ? null : NSXMLParser._(_ret, _lib, retain: true, release: true); @@ -59367,13 +63030,13 @@ class NSXMLParser extends NSObject { NSXMLParser initWithData_(NSData data) { final _ret = - _lib._objc_msgSend_220(_id, _lib._sel_initWithData_1, data._id); + _lib._objc_msgSend_225(_id, _lib._sel_initWithData_1, data._id); return NSXMLParser._(_ret, _lib, retain: true, release: true); } NSXMLParser initWithStream_(NSInputStream stream) { final _ret = - _lib._objc_msgSend_879(_id, _lib._sel_initWithStream_1, stream._id); + _lib._objc_msgSend_907(_id, _lib._sel_initWithStream_1, stream._id); return NSXMLParser._(_ret, _lib, retain: true, release: true); } @@ -59385,7 +63048,7 @@ class NSXMLParser extends NSObject { } set delegate(NSObject? value) { - return _lib._objc_msgSend_367( + return _lib._objc_msgSend_372( _id, _lib._sel_setDelegate_1, value?._id ?? ffi.nullptr); } @@ -59394,7 +63057,7 @@ class NSXMLParser extends NSObject { } set shouldProcessNamespaces(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setShouldProcessNamespaces_1, value); } @@ -59403,30 +63066,30 @@ class NSXMLParser extends NSObject { } set shouldReportNamespacePrefixes(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setShouldReportNamespacePrefixes_1, value); } int get externalEntityResolvingPolicy { - return _lib._objc_msgSend_880( + return _lib._objc_msgSend_908( _id, _lib._sel_externalEntityResolvingPolicy1); } set externalEntityResolvingPolicy(int value) { - return _lib._objc_msgSend_881( + return _lib._objc_msgSend_909( _id, _lib._sel_setExternalEntityResolvingPolicy_1, value); } NSSet? get allowedExternalEntityURLs { final _ret = - _lib._objc_msgSend_260(_id, _lib._sel_allowedExternalEntityURLs1); + _lib._objc_msgSend_265(_id, _lib._sel_allowedExternalEntityURLs1); return _ret.address == 0 ? null : NSSet._(_ret, _lib, retain: true, release: true); } set allowedExternalEntityURLs(NSSet? value) { - return _lib._objc_msgSend_882(_id, _lib._sel_setAllowedExternalEntityURLs_1, + return _lib._objc_msgSend_910(_id, _lib._sel_setAllowedExternalEntityURLs_1, value?._id ?? ffi.nullptr); } @@ -59439,7 +63102,7 @@ class NSXMLParser extends NSObject { } NSError? get parserError { - final _ret = _lib._objc_msgSend_263(_id, _lib._sel_parserError1); + final _ret = _lib._objc_msgSend_268(_id, _lib._sel_parserError1); return _ret.address == 0 ? null : NSError._(_ret, _lib, retain: true, release: true); @@ -59450,7 +63113,7 @@ class NSXMLParser extends NSObject { } set shouldResolveExternalEntities(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setShouldResolveExternalEntities_1, value); } @@ -59542,6 +63205,15 @@ class NSXMLParser extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSXMLParser1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSXMLParser1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -59562,6 +63234,357 @@ abstract class NSXMLParserExternalEntityResolvingPolicy { static const int NSXMLParserResolveExternalEntitiesAlways = 3; } +class NSFileWrapper extends NSObject { + NSFileWrapper._(ffi.Pointer id, PedometerBindings lib, + {bool retain = false, bool release = false}) + : super._(id, lib, retain: retain, release: release); + + /// Returns a [NSFileWrapper] that points to the same underlying object as [other]. + static NSFileWrapper castFrom(T other) { + return NSFileWrapper._(other._id, other._lib, retain: true, release: true); + } + + /// Returns a [NSFileWrapper] that wraps the given raw object pointer. + static NSFileWrapper castFromPointer( + PedometerBindings lib, ffi.Pointer other, + {bool retain = false, bool release = false}) { + return NSFileWrapper._(other, lib, retain: retain, release: release); + } + + /// Returns whether [obj] is an instance of [NSFileWrapper]. + static bool isInstance(_ObjCWrapper obj) { + return obj._lib._objc_msgSend_0( + obj._id, obj._lib._sel_isKindOfClass_1, obj._lib._class_NSFileWrapper1); + } + + NSFileWrapper? initWithURL_options_error_( + NSURL url, int options, ffi.Pointer> outError) { + final _ret = _lib._objc_msgSend_911( + _id, _lib._sel_initWithURL_options_error_1, url._id, options, outError); + return _ret.address == 0 + ? null + : NSFileWrapper._(_ret, _lib, retain: true, release: true); + } + + NSFileWrapper initDirectoryWithFileWrappers_( + NSDictionary childrenByPreferredName) { + final _ret = _lib._objc_msgSend_151(_id, + _lib._sel_initDirectoryWithFileWrappers_1, childrenByPreferredName._id); + return NSFileWrapper._(_ret, _lib, retain: true, release: true); + } + + NSFileWrapper initRegularFileWithContents_(NSData contents) { + final _ret = _lib._objc_msgSend_225( + _id, _lib._sel_initRegularFileWithContents_1, contents._id); + return NSFileWrapper._(_ret, _lib, retain: true, release: true); + } + + NSFileWrapper initSymbolicLinkWithDestinationURL_(NSURL url) { + final _ret = _lib._objc_msgSend_739( + _id, _lib._sel_initSymbolicLinkWithDestinationURL_1, url._id); + return NSFileWrapper._(_ret, _lib, retain: true, release: true); + } + + NSFileWrapper? initWithSerializedRepresentation_( + NSData serializeRepresentation) { + final _ret = _lib._objc_msgSend_753( + _id, + _lib._sel_initWithSerializedRepresentation_1, + serializeRepresentation._id); + return _ret.address == 0 + ? null + : NSFileWrapper._(_ret, _lib, retain: true, release: true); + } + + NSFileWrapper? initWithCoder_(NSCoder inCoder) { + final _ret = + _lib._objc_msgSend_47(_id, _lib._sel_initWithCoder_1, inCoder._id); + return _ret.address == 0 + ? null + : NSFileWrapper._(_ret, _lib, retain: true, release: true); + } + + bool get directory { + return _lib._objc_msgSend_12(_id, _lib._sel_isDirectory1); + } + + bool get regularFile { + return _lib._objc_msgSend_12(_id, _lib._sel_isRegularFile1); + } + + bool get symbolicLink { + return _lib._objc_msgSend_12(_id, _lib._sel_isSymbolicLink1); + } + + NSString? get preferredFilename { + final _ret = _lib._objc_msgSend_44(_id, _lib._sel_preferredFilename1); + return _ret.address == 0 + ? null + : NSString._(_ret, _lib, retain: true, release: true); + } + + set preferredFilename(NSString? value) { + return _lib._objc_msgSend_501( + _id, _lib._sel_setPreferredFilename_1, value?._id ?? ffi.nullptr); + } + + NSString? get filename { + final _ret = _lib._objc_msgSend_44(_id, _lib._sel_filename1); + return _ret.address == 0 + ? null + : NSString._(_ret, _lib, retain: true, release: true); + } + + set filename(NSString? value) { + return _lib._objc_msgSend_501( + _id, _lib._sel_setFilename_1, value?._id ?? ffi.nullptr); + } + + NSDictionary get fileAttributes { + final _ret = _lib._objc_msgSend_355(_id, _lib._sel_fileAttributes1); + return NSDictionary._(_ret, _lib, retain: true, release: true); + } + + set fileAttributes(NSDictionary value) { + return _lib._objc_msgSend_617( + _id, _lib._sel_setFileAttributes_1, value._id); + } + + bool matchesContentsOfURL_(NSURL url) { + return _lib._objc_msgSend_419( + _id, _lib._sel_matchesContentsOfURL_1, url._id); + } + + bool readFromURL_options_error_( + NSURL url, int options, ffi.Pointer> outError) { + return _lib._objc_msgSend_912( + _id, _lib._sel_readFromURL_options_error_1, url._id, options, outError); + } + + bool writeToURL_options_originalContentsURL_error_( + NSURL url, + int options, + NSURL? originalContentsURL, + ffi.Pointer> outError) { + return _lib._objc_msgSend_913( + _id, + _lib._sel_writeToURL_options_originalContentsURL_error_1, + url._id, + options, + originalContentsURL?._id ?? ffi.nullptr, + outError); + } + + NSData? get serializedRepresentation { + final _ret = + _lib._objc_msgSend_232(_id, _lib._sel_serializedRepresentation1); + return _ret.address == 0 + ? null + : NSData._(_ret, _lib, retain: true, release: true); + } + + NSString addFileWrapper_(NSFileWrapper child) { + final _ret = + _lib._objc_msgSend_914(_id, _lib._sel_addFileWrapper_1, child._id); + return NSString._(_ret, _lib, retain: true, release: true); + } + + NSString addRegularFileWithContents_preferredFilename_( + NSData data, NSString fileName) { + final _ret = _lib._objc_msgSend_915( + _id, + _lib._sel_addRegularFileWithContents_preferredFilename_1, + data._id, + fileName._id); + return NSString._(_ret, _lib, retain: true, release: true); + } + + void removeFileWrapper_(NSFileWrapper child) { + _lib._objc_msgSend_916(_id, _lib._sel_removeFileWrapper_1, child._id); + } + + NSDictionary? get fileWrappers { + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_fileWrappers1); + return _ret.address == 0 + ? null + : NSDictionary._(_ret, _lib, retain: true, release: true); + } + + NSString? keyForFileWrapper_(NSFileWrapper child) { + final _ret = + _lib._objc_msgSend_917(_id, _lib._sel_keyForFileWrapper_1, child._id); + return _ret.address == 0 + ? null + : NSString._(_ret, _lib, retain: true, release: true); + } + + NSData? get regularFileContents { + final _ret = _lib._objc_msgSend_232(_id, _lib._sel_regularFileContents1); + return _ret.address == 0 + ? null + : NSData._(_ret, _lib, retain: true, release: true); + } + + NSURL? get symbolicLinkDestinationURL { + final _ret = + _lib._objc_msgSend_45(_id, _lib._sel_symbolicLinkDestinationURL1); + return _ret.address == 0 + ? null + : NSURL._(_ret, _lib, retain: true, release: true); + } + + NSObject? initWithPath_(NSString path) { + final _ret = _lib._objc_msgSend_38(_id, _lib._sel_initWithPath_1, path._id); + return _ret.address == 0 + ? null + : NSObject._(_ret, _lib, retain: true, release: true); + } + + NSObject initSymbolicLinkWithDestination_(NSString path) { + final _ret = _lib._objc_msgSend_31( + _id, _lib._sel_initSymbolicLinkWithDestination_1, path._id); + return NSObject._(_ret, _lib, retain: true, release: true); + } + + bool needsToBeUpdatedFromPath_(NSString path) { + return _lib._objc_msgSend_56( + _id, _lib._sel_needsToBeUpdatedFromPath_1, path._id); + } + + bool updateFromPath_(NSString path) { + return _lib._objc_msgSend_56(_id, _lib._sel_updateFromPath_1, path._id); + } + + bool writeToFile_atomically_updateFilenames_( + NSString path, bool atomicFlag, bool updateFilenamesFlag) { + return _lib._objc_msgSend_918( + _id, + _lib._sel_writeToFile_atomically_updateFilenames_1, + path._id, + atomicFlag, + updateFilenamesFlag); + } + + NSString addFileWithPath_(NSString path) { + final _ret = + _lib._objc_msgSend_61(_id, _lib._sel_addFileWithPath_1, path._id); + return NSString._(_ret, _lib, retain: true, release: true); + } + + NSString addSymbolicLinkWithDestination_preferredFilename_( + NSString path, NSString filename) { + final _ret = _lib._objc_msgSend_319( + _id, + _lib._sel_addSymbolicLinkWithDestination_preferredFilename_1, + path._id, + filename._id); + return NSString._(_ret, _lib, retain: true, release: true); + } + + NSString symbolicLinkDestination() { + final _ret = _lib._objc_msgSend_21(_id, _lib._sel_symbolicLinkDestination1); + return NSString._(_ret, _lib, retain: true, release: true); + } + + @override + NSFileWrapper init() { + final _ret = _lib._objc_msgSend_2(_id, _lib._sel_init1); + return NSFileWrapper._(_ret, _lib, retain: true, release: true); + } + + static NSFileWrapper new1(PedometerBindings _lib) { + final _ret = + _lib._objc_msgSend_2(_lib._class_NSFileWrapper1, _lib._sel_new1); + return NSFileWrapper._(_ret, _lib, retain: false, release: true); + } + + static NSFileWrapper allocWithZone_( + PedometerBindings _lib, ffi.Pointer<_NSZone> zone) { + final _ret = _lib._objc_msgSend_3( + _lib._class_NSFileWrapper1, _lib._sel_allocWithZone_1, zone); + return NSFileWrapper._(_ret, _lib, retain: false, release: true); + } + + static NSFileWrapper alloc(PedometerBindings _lib) { + final _ret = + _lib._objc_msgSend_2(_lib._class_NSFileWrapper1, _lib._sel_alloc1); + return NSFileWrapper._(_ret, _lib, retain: false, release: true); + } + + static void cancelPreviousPerformRequestsWithTarget_selector_object_( + PedometerBindings _lib, + NSObject aTarget, + ffi.Pointer aSelector, + NSObject? anArgument) { + _lib._objc_msgSend_14( + _lib._class_NSFileWrapper1, + _lib._sel_cancelPreviousPerformRequestsWithTarget_selector_object_1, + aTarget._id, + aSelector, + anArgument?._id ?? ffi.nullptr); + } + + static void cancelPreviousPerformRequestsWithTarget_( + PedometerBindings _lib, NSObject aTarget) { + _lib._objc_msgSend_15(_lib._class_NSFileWrapper1, + _lib._sel_cancelPreviousPerformRequestsWithTarget_1, aTarget._id); + } + + static bool getAccessInstanceVariablesDirectly(PedometerBindings _lib) { + return _lib._objc_msgSend_12( + _lib._class_NSFileWrapper1, _lib._sel_accessInstanceVariablesDirectly1); + } + + static bool useStoredAccessor(PedometerBindings _lib) { + return _lib._objc_msgSend_12( + _lib._class_NSFileWrapper1, _lib._sel_useStoredAccessor1); + } + + static NSSet keyPathsForValuesAffectingValueForKey_( + PedometerBindings _lib, NSString key) { + final _ret = _lib._objc_msgSend_55(_lib._class_NSFileWrapper1, + _lib._sel_keyPathsForValuesAffectingValueForKey_1, key._id); + return NSSet._(_ret, _lib, retain: true, release: true); + } + + static bool automaticallyNotifiesObserversForKey_( + PedometerBindings _lib, NSString key) { + return _lib._objc_msgSend_56(_lib._class_NSFileWrapper1, + _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); + } + + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSFileWrapper1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { + final _ret = _lib._objc_msgSend_77( + _lib._class_NSFileWrapper1, _lib._sel_classFallbacksForKeyedArchiver1); + return NSArray._(_ret, _lib, retain: true, release: true); + } + + static NSObject classForKeyedUnarchiver(PedometerBindings _lib) { + final _ret = _lib._objc_msgSend_2( + _lib._class_NSFileWrapper1, _lib._sel_classForKeyedUnarchiver1); + return NSObject._(_ret, _lib, retain: true, release: true); + } +} + +abstract class NSFileWrapperReadingOptions { + static const int NSFileWrapperReadingImmediate = 1; + static const int NSFileWrapperReadingWithoutMapping = 2; +} + +abstract class NSFileWrapperWritingOptions { + static const int NSFileWrapperWritingAtomic = 1; + static const int NSFileWrapperWritingWithNameUpdating = 2; +} + class NSURLSession extends NSObject { NSURLSession._(ffi.Pointer id, PedometerBindings lib, {bool retain = false, bool release = false}) @@ -59586,14 +63609,14 @@ class NSURLSession extends NSObject { } static NSURLSession getSharedSession(PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_883( + final _ret = _lib._objc_msgSend_919( _lib._class_NSURLSession1, _lib._sel_sharedSession1); return NSURLSession._(_ret, _lib, retain: true, release: true); } static NSURLSession sessionWithConfiguration_( PedometerBindings _lib, NSURLSessionConfiguration configuration) { - final _ret = _lib._objc_msgSend_899(_lib._class_NSURLSession1, + final _ret = _lib._objc_msgSend_935(_lib._class_NSURLSession1, _lib._sel_sessionWithConfiguration_1, configuration._id); return NSURLSession._(_ret, _lib, retain: true, release: true); } @@ -59603,7 +63626,7 @@ class NSURLSession extends NSObject { NSURLSessionConfiguration configuration, NSObject? delegate, NSOperationQueue? queue) { - final _ret = _lib._objc_msgSend_900( + final _ret = _lib._objc_msgSend_936( _lib._class_NSURLSession1, _lib._sel_sessionWithConfiguration_delegate_delegateQueue_1, configuration._id, @@ -59613,7 +63636,7 @@ class NSURLSession extends NSObject { } NSOperationQueue get delegateQueue { - final _ret = _lib._objc_msgSend_767(_id, _lib._sel_delegateQueue1); + final _ret = _lib._objc_msgSend_796(_id, _lib._sel_delegateQueue1); return NSOperationQueue._(_ret, _lib, retain: true, release: true); } @@ -59625,7 +63648,7 @@ class NSURLSession extends NSObject { } NSURLSessionConfiguration get configuration { - final _ret = _lib._objc_msgSend_884(_id, _lib._sel_configuration1); + final _ret = _lib._objc_msgSend_920(_id, _lib._sel_configuration1); return NSURLSessionConfiguration._(_ret, _lib, retain: true, release: true); } @@ -59637,7 +63660,7 @@ class NSURLSession extends NSObject { } set sessionDescription(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setSessionDescription_1, value?._id ?? ffi.nullptr); } @@ -59650,49 +63673,49 @@ class NSURLSession extends NSObject { } void resetWithCompletionHandler_(ObjCBlock_ffiVoid completionHandler) { - _lib._objc_msgSend_480( + _lib._objc_msgSend_488( _id, _lib._sel_resetWithCompletionHandler_1, completionHandler._id); } void flushWithCompletionHandler_(ObjCBlock_ffiVoid completionHandler) { - _lib._objc_msgSend_480( + _lib._objc_msgSend_488( _id, _lib._sel_flushWithCompletionHandler_1, completionHandler._id); } void getTasksWithCompletionHandler_( ObjCBlock_ffiVoid_NSArray_NSArray_NSArray completionHandler) { - _lib._objc_msgSend_901( + _lib._objc_msgSend_937( _id, _lib._sel_getTasksWithCompletionHandler_1, completionHandler._id); } void getAllTasksWithCompletionHandler_( ObjCBlock_ffiVoid_NSArray1 completionHandler) { - _lib._objc_msgSend_902(_id, _lib._sel_getAllTasksWithCompletionHandler_1, + _lib._objc_msgSend_938(_id, _lib._sel_getAllTasksWithCompletionHandler_1, completionHandler._id); } NSURLSessionDataTask dataTaskWithRequest_(NSURLRequest request) { - final _ret = _lib._objc_msgSend_903( + final _ret = _lib._objc_msgSend_939( _id, _lib._sel_dataTaskWithRequest_1, request._id); return NSURLSessionDataTask._(_ret, _lib, retain: true, release: true); } NSURLSessionDataTask dataTaskWithURL_(NSURL url) { final _ret = - _lib._objc_msgSend_904(_id, _lib._sel_dataTaskWithURL_1, url._id); + _lib._objc_msgSend_940(_id, _lib._sel_dataTaskWithURL_1, url._id); return NSURLSessionDataTask._(_ret, _lib, retain: true, release: true); } NSURLSessionUploadTask uploadTaskWithRequest_fromFile_( NSURLRequest request, NSURL fileURL) { - final _ret = _lib._objc_msgSend_906(_id, + final _ret = _lib._objc_msgSend_942(_id, _lib._sel_uploadTaskWithRequest_fromFile_1, request._id, fileURL._id); return NSURLSessionUploadTask._(_ret, _lib, retain: true, release: true); } NSURLSessionUploadTask uploadTaskWithRequest_fromData_( NSURLRequest request, NSData bodyData) { - final _ret = _lib._objc_msgSend_907(_id, + final _ret = _lib._objc_msgSend_943(_id, _lib._sel_uploadTaskWithRequest_fromData_1, request._id, bodyData._id); return NSURLSessionUploadTask._(_ret, _lib, retain: true, release: true); } @@ -59706,63 +63729,63 @@ class NSURLSession extends NSObject { /// - Parameter resumeData: Resume data blob from an incomplete upload, such as data returned by the cancelByProducingResumeData: method. /// - Returns: A new session upload task, or nil if the resumeData is invalid. NSURLSessionUploadTask uploadTaskWithResumeData_(NSData resumeData) { - final _ret = _lib._objc_msgSend_908( + final _ret = _lib._objc_msgSend_944( _id, _lib._sel_uploadTaskWithResumeData_1, resumeData._id); return NSURLSessionUploadTask._(_ret, _lib, retain: true, release: true); } NSURLSessionUploadTask uploadTaskWithStreamedRequest_(NSURLRequest request) { - final _ret = _lib._objc_msgSend_909( + final _ret = _lib._objc_msgSend_945( _id, _lib._sel_uploadTaskWithStreamedRequest_1, request._id); return NSURLSessionUploadTask._(_ret, _lib, retain: true, release: true); } NSURLSessionDownloadTask downloadTaskWithRequest_(NSURLRequest request) { - final _ret = _lib._objc_msgSend_910( + final _ret = _lib._objc_msgSend_946( _id, _lib._sel_downloadTaskWithRequest_1, request._id); return NSURLSessionDownloadTask._(_ret, _lib, retain: true, release: true); } NSURLSessionDownloadTask downloadTaskWithURL_(NSURL url) { final _ret = - _lib._objc_msgSend_911(_id, _lib._sel_downloadTaskWithURL_1, url._id); + _lib._objc_msgSend_947(_id, _lib._sel_downloadTaskWithURL_1, url._id); return NSURLSessionDownloadTask._(_ret, _lib, retain: true, release: true); } NSURLSessionDownloadTask downloadTaskWithResumeData_(NSData resumeData) { - final _ret = _lib._objc_msgSend_912( + final _ret = _lib._objc_msgSend_948( _id, _lib._sel_downloadTaskWithResumeData_1, resumeData._id); return NSURLSessionDownloadTask._(_ret, _lib, retain: true, release: true); } NSURLSessionStreamTask streamTaskWithHostName_port_( NSString hostname, int port) { - final _ret = _lib._objc_msgSend_915( + final _ret = _lib._objc_msgSend_951( _id, _lib._sel_streamTaskWithHostName_port_1, hostname._id, port); return NSURLSessionStreamTask._(_ret, _lib, retain: true, release: true); } NSURLSessionStreamTask streamTaskWithNetService_(NSNetService service) { - final _ret = _lib._objc_msgSend_923( + final _ret = _lib._objc_msgSend_959( _id, _lib._sel_streamTaskWithNetService_1, service._id); return NSURLSessionStreamTask._(_ret, _lib, retain: true, release: true); } NSURLSessionWebSocketTask webSocketTaskWithURL_(NSURL url) { final _ret = - _lib._objc_msgSend_930(_id, _lib._sel_webSocketTaskWithURL_1, url._id); + _lib._objc_msgSend_966(_id, _lib._sel_webSocketTaskWithURL_1, url._id); return NSURLSessionWebSocketTask._(_ret, _lib, retain: true, release: true); } NSURLSessionWebSocketTask webSocketTaskWithURL_protocols_( NSURL url, NSArray protocols) { - final _ret = _lib._objc_msgSend_931(_id, + final _ret = _lib._objc_msgSend_967(_id, _lib._sel_webSocketTaskWithURL_protocols_1, url._id, protocols._id); return NSURLSessionWebSocketTask._(_ret, _lib, retain: true, release: true); } NSURLSessionWebSocketTask webSocketTaskWithRequest_(NSURLRequest request) { - final _ret = _lib._objc_msgSend_932( + final _ret = _lib._objc_msgSend_968( _id, _lib._sel_webSocketTaskWithRequest_1, request._id); return NSURLSessionWebSocketTask._(_ret, _lib, retain: true, release: true); } @@ -59782,7 +63805,7 @@ class NSURLSession extends NSObject { NSURLSessionDataTask dataTaskWithRequest_completionHandler_( NSURLRequest request, ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError completionHandler) { - final _ret = _lib._objc_msgSend_933( + final _ret = _lib._objc_msgSend_969( _id, _lib._sel_dataTaskWithRequest_completionHandler_1, request._id, @@ -59792,7 +63815,7 @@ class NSURLSession extends NSObject { NSURLSessionDataTask dataTaskWithURL_completionHandler_(NSURL url, ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError completionHandler) { - final _ret = _lib._objc_msgSend_934( + final _ret = _lib._objc_msgSend_970( _id, _lib._sel_dataTaskWithURL_completionHandler_1, url._id, @@ -59804,7 +63827,7 @@ class NSURLSession extends NSObject { NSURLRequest request, NSURL fileURL, ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError completionHandler) { - final _ret = _lib._objc_msgSend_935( + final _ret = _lib._objc_msgSend_971( _id, _lib._sel_uploadTaskWithRequest_fromFile_completionHandler_1, request._id, @@ -59817,7 +63840,7 @@ class NSURLSession extends NSObject { NSURLRequest request, NSData? bodyData, ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError completionHandler) { - final _ret = _lib._objc_msgSend_936( + final _ret = _lib._objc_msgSend_972( _id, _lib._sel_uploadTaskWithRequest_fromData_completionHandler_1, request._id, @@ -59835,7 +63858,7 @@ class NSURLSession extends NSObject { NSURLSessionUploadTask uploadTaskWithResumeData_completionHandler_( NSData resumeData, ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError completionHandler) { - final _ret = _lib._objc_msgSend_937( + final _ret = _lib._objc_msgSend_973( _id, _lib._sel_uploadTaskWithResumeData_completionHandler_1, resumeData._id, @@ -59846,7 +63869,7 @@ class NSURLSession extends NSObject { NSURLSessionDownloadTask downloadTaskWithRequest_completionHandler_( NSURLRequest request, ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError completionHandler) { - final _ret = _lib._objc_msgSend_938( + final _ret = _lib._objc_msgSend_974( _id, _lib._sel_downloadTaskWithRequest_completionHandler_1, request._id, @@ -59856,7 +63879,7 @@ class NSURLSession extends NSObject { NSURLSessionDownloadTask downloadTaskWithURL_completionHandler_(NSURL url, ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError completionHandler) { - final _ret = _lib._objc_msgSend_939( + final _ret = _lib._objc_msgSend_975( _id, _lib._sel_downloadTaskWithURL_completionHandler_1, url._id, @@ -59867,7 +63890,7 @@ class NSURLSession extends NSObject { NSURLSessionDownloadTask downloadTaskWithResumeData_completionHandler_( NSData resumeData, ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError completionHandler) { - final _ret = _lib._objc_msgSend_940( + final _ret = _lib._objc_msgSend_976( _id, _lib._sel_downloadTaskWithResumeData_completionHandler_1, resumeData._id, @@ -59930,6 +63953,15 @@ class NSURLSession extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLSession1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSURLSession1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -59970,14 +64002,14 @@ class NSURLSessionConfiguration extends NSObject { static NSURLSessionConfiguration getDefaultSessionConfiguration( PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_884(_lib._class_NSURLSessionConfiguration1, + final _ret = _lib._objc_msgSend_920(_lib._class_NSURLSessionConfiguration1, _lib._sel_defaultSessionConfiguration1); return NSURLSessionConfiguration._(_ret, _lib, retain: true, release: true); } static NSURLSessionConfiguration getEphemeralSessionConfiguration( PedometerBindings _lib) { - final _ret = _lib._objc_msgSend_884(_lib._class_NSURLSessionConfiguration1, + final _ret = _lib._objc_msgSend_920(_lib._class_NSURLSessionConfiguration1, _lib._sel_ephemeralSessionConfiguration1); return NSURLSessionConfiguration._(_ret, _lib, retain: true, release: true); } @@ -59985,7 +64017,7 @@ class NSURLSessionConfiguration extends NSObject { static NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier_( PedometerBindings _lib, NSString identifier) { - final _ret = _lib._objc_msgSend_885( + final _ret = _lib._objc_msgSend_921( _lib._class_NSURLSessionConfiguration1, _lib._sel_backgroundSessionConfigurationWithIdentifier_1, identifier._id); @@ -60000,38 +64032,44 @@ class NSURLSessionConfiguration extends NSObject { } int get requestCachePolicy { - return _lib._objc_msgSend_713(_id, _lib._sel_requestCachePolicy1); + return _lib._objc_msgSend_741(_id, _lib._sel_requestCachePolicy1); } set requestCachePolicy(int value) { - return _lib._objc_msgSend_867( + return _lib._objc_msgSend_896( _id, _lib._sel_setRequestCachePolicy_1, value); } double get timeoutIntervalForRequest { - return _lib._objc_msgSend_156(_id, _lib._sel_timeoutIntervalForRequest1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret( + _id, _lib._sel_timeoutIntervalForRequest1) + : _lib._objc_msgSend_157(_id, _lib._sel_timeoutIntervalForRequest1); } set timeoutIntervalForRequest(double value) { - return _lib._objc_msgSend_490( + return _lib._objc_msgSend_498( _id, _lib._sel_setTimeoutIntervalForRequest_1, value); } double get timeoutIntervalForResource { - return _lib._objc_msgSend_156(_id, _lib._sel_timeoutIntervalForResource1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret( + _id, _lib._sel_timeoutIntervalForResource1) + : _lib._objc_msgSend_157(_id, _lib._sel_timeoutIntervalForResource1); } set timeoutIntervalForResource(double value) { - return _lib._objc_msgSend_490( + return _lib._objc_msgSend_498( _id, _lib._sel_setTimeoutIntervalForResource_1, value); } int get networkServiceType { - return _lib._objc_msgSend_714(_id, _lib._sel_networkServiceType1); + return _lib._objc_msgSend_742(_id, _lib._sel_networkServiceType1); } set networkServiceType(int value) { - return _lib._objc_msgSend_868( + return _lib._objc_msgSend_897( _id, _lib._sel_setNetworkServiceType_1, value); } @@ -60040,7 +64078,7 @@ class NSURLSessionConfiguration extends NSObject { } set allowsCellularAccess(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setAllowsCellularAccess_1, value); } @@ -60049,7 +64087,7 @@ class NSURLSessionConfiguration extends NSObject { } set allowsExpensiveNetworkAccess(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setAllowsExpensiveNetworkAccess_1, value); } @@ -60059,7 +64097,7 @@ class NSURLSessionConfiguration extends NSObject { } set allowsConstrainedNetworkAccess(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setAllowsConstrainedNetworkAccess_1, value); } @@ -60068,7 +64106,7 @@ class NSURLSessionConfiguration extends NSObject { } set requiresDNSSECValidation(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setRequiresDNSSECValidation_1, value); } @@ -60077,7 +64115,7 @@ class NSURLSessionConfiguration extends NSObject { } set waitsForConnectivity(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setWaitsForConnectivity_1, value); } @@ -60086,7 +64124,7 @@ class NSURLSessionConfiguration extends NSObject { } set discretionary(bool value) { - return _lib._objc_msgSend_475(_id, _lib._sel_setDiscretionary_1, value); + return _lib._objc_msgSend_483(_id, _lib._sel_setDiscretionary_1, value); } NSString? get sharedContainerIdentifier { @@ -60098,7 +64136,7 @@ class NSURLSessionConfiguration extends NSObject { } set sharedContainerIdentifier(NSString? value) { - return _lib._objc_msgSend_493(_id, _lib._sel_setSharedContainerIdentifier_1, + return _lib._objc_msgSend_501(_id, _lib._sel_setSharedContainerIdentifier_1, value?._id ?? ffi.nullptr); } @@ -60107,58 +64145,58 @@ class NSURLSessionConfiguration extends NSObject { } set sessionSendsLaunchEvents(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setSessionSendsLaunchEvents_1, value); } NSDictionary? get connectionProxyDictionary { final _ret = - _lib._objc_msgSend_340(_id, _lib._sel_connectionProxyDictionary1); + _lib._objc_msgSend_345(_id, _lib._sel_connectionProxyDictionary1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); } set connectionProxyDictionary(NSDictionary? value) { - return _lib._objc_msgSend_870(_id, _lib._sel_setConnectionProxyDictionary_1, + return _lib._objc_msgSend_670(_id, _lib._sel_setConnectionProxyDictionary_1, value?._id ?? ffi.nullptr); } int get TLSMinimumSupportedProtocol { - return _lib._objc_msgSend_886(_id, _lib._sel_TLSMinimumSupportedProtocol1); + return _lib._objc_msgSend_922(_id, _lib._sel_TLSMinimumSupportedProtocol1); } set TLSMinimumSupportedProtocol(int value) { - return _lib._objc_msgSend_887( + return _lib._objc_msgSend_923( _id, _lib._sel_setTLSMinimumSupportedProtocol_1, value); } int get TLSMaximumSupportedProtocol { - return _lib._objc_msgSend_886(_id, _lib._sel_TLSMaximumSupportedProtocol1); + return _lib._objc_msgSend_922(_id, _lib._sel_TLSMaximumSupportedProtocol1); } set TLSMaximumSupportedProtocol(int value) { - return _lib._objc_msgSend_887( + return _lib._objc_msgSend_923( _id, _lib._sel_setTLSMaximumSupportedProtocol_1, value); } int get TLSMinimumSupportedProtocolVersion { - return _lib._objc_msgSend_888( + return _lib._objc_msgSend_924( _id, _lib._sel_TLSMinimumSupportedProtocolVersion1); } set TLSMinimumSupportedProtocolVersion(int value) { - return _lib._objc_msgSend_889( + return _lib._objc_msgSend_925( _id, _lib._sel_setTLSMinimumSupportedProtocolVersion_1, value); } int get TLSMaximumSupportedProtocolVersion { - return _lib._objc_msgSend_888( + return _lib._objc_msgSend_924( _id, _lib._sel_TLSMaximumSupportedProtocolVersion1); } set TLSMaximumSupportedProtocolVersion(int value) { - return _lib._objc_msgSend_889( + return _lib._objc_msgSend_925( _id, _lib._sel_setTLSMaximumSupportedProtocolVersion_1, value); } @@ -60167,7 +64205,7 @@ class NSURLSessionConfiguration extends NSObject { } set HTTPShouldUsePipelining(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setHTTPShouldUsePipelining_1, value); } @@ -60176,28 +64214,28 @@ class NSURLSessionConfiguration extends NSObject { } set HTTPShouldSetCookies(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setHTTPShouldSetCookies_1, value); } int get HTTPCookieAcceptPolicy { - return _lib._objc_msgSend_709(_id, _lib._sel_HTTPCookieAcceptPolicy1); + return _lib._objc_msgSend_737(_id, _lib._sel_HTTPCookieAcceptPolicy1); } set HTTPCookieAcceptPolicy(int value) { - return _lib._objc_msgSend_710( + return _lib._objc_msgSend_738( _id, _lib._sel_setHTTPCookieAcceptPolicy_1, value); } NSDictionary? get HTTPAdditionalHeaders { - final _ret = _lib._objc_msgSend_340(_id, _lib._sel_HTTPAdditionalHeaders1); + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_HTTPAdditionalHeaders1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); } set HTTPAdditionalHeaders(NSDictionary? value) { - return _lib._objc_msgSend_870( + return _lib._objc_msgSend_670( _id, _lib._sel_setHTTPAdditionalHeaders_1, value?._id ?? ffi.nullptr); } @@ -60206,43 +64244,43 @@ class NSURLSessionConfiguration extends NSObject { } set HTTPMaximumConnectionsPerHost(int value) { - return _lib._objc_msgSend_626( + return _lib._objc_msgSend_634( _id, _lib._sel_setHTTPMaximumConnectionsPerHost_1, value); } NSHTTPCookieStorage? get HTTPCookieStorage { - final _ret = _lib._objc_msgSend_890(_id, _lib._sel_HTTPCookieStorage1); + final _ret = _lib._objc_msgSend_926(_id, _lib._sel_HTTPCookieStorage1); return _ret.address == 0 ? null : NSHTTPCookieStorage._(_ret, _lib, retain: true, release: true); } set HTTPCookieStorage(NSHTTPCookieStorage? value) { - return _lib._objc_msgSend_891( + return _lib._objc_msgSend_927( _id, _lib._sel_setHTTPCookieStorage_1, value?._id ?? ffi.nullptr); } NSURLCredentialStorage? get URLCredentialStorage { - final _ret = _lib._objc_msgSend_892(_id, _lib._sel_URLCredentialStorage1); + final _ret = _lib._objc_msgSend_928(_id, _lib._sel_URLCredentialStorage1); return _ret.address == 0 ? null : NSURLCredentialStorage._(_ret, _lib, retain: true, release: true); } set URLCredentialStorage(NSURLCredentialStorage? value) { - return _lib._objc_msgSend_893( + return _lib._objc_msgSend_929( _id, _lib._sel_setURLCredentialStorage_1, value?._id ?? ffi.nullptr); } NSURLCache? get URLCache { - final _ret = _lib._objc_msgSend_894(_id, _lib._sel_URLCache1); + final _ret = _lib._objc_msgSend_930(_id, _lib._sel_URLCache1); return _ret.address == 0 ? null : NSURLCache._(_ret, _lib, retain: true, release: true); } set URLCache(NSURLCache? value) { - return _lib._objc_msgSend_895( + return _lib._objc_msgSend_931( _id, _lib._sel_setURLCache_1, value?._id ?? ffi.nullptr); } @@ -60252,7 +64290,7 @@ class NSURLSessionConfiguration extends NSObject { } set shouldUseExtendedBackgroundIdleMode(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setShouldUseExtendedBackgroundIdleMode_1, value); } @@ -60264,16 +64302,16 @@ class NSURLSessionConfiguration extends NSObject { } set protocolClasses(NSArray? value) { - return _lib._objc_msgSend_896( + return _lib._objc_msgSend_932( _id, _lib._sel_setProtocolClasses_1, value?._id ?? ffi.nullptr); } int get multipathServiceType { - return _lib._objc_msgSend_897(_id, _lib._sel_multipathServiceType1); + return _lib._objc_msgSend_933(_id, _lib._sel_multipathServiceType1); } set multipathServiceType(int value) { - return _lib._objc_msgSend_898( + return _lib._objc_msgSend_934( _id, _lib._sel_setMultipathServiceType_1, value); } @@ -60292,7 +64330,7 @@ class NSURLSessionConfiguration extends NSObject { static NSURLSessionConfiguration backgroundSessionConfiguration_( PedometerBindings _lib, NSString identifier) { - final _ret = _lib._objc_msgSend_885(_lib._class_NSURLSessionConfiguration1, + final _ret = _lib._objc_msgSend_921(_lib._class_NSURLSessionConfiguration1, _lib._sel_backgroundSessionConfiguration_1, identifier._id); return NSURLSessionConfiguration._(_ret, _lib, retain: true, release: true); } @@ -60354,6 +64392,15 @@ class NSURLSessionConfiguration extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLSessionConfiguration1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSURLSessionConfiguration1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -60735,7 +64782,7 @@ class NSURLSessionUploadTask extends NSURLSessionDataTask { /// - Parameter completionHandler: The completion handler to call when the upload has been successfully canceled. void cancelByProducingResumeData_( ObjCBlock_ffiVoid_NSData completionHandler) { - _lib._objc_msgSend_905( + _lib._objc_msgSend_941( _id, _lib._sel_cancelByProducingResumeData_1, completionHandler._id); } @@ -60794,6 +64841,15 @@ class NSURLSessionUploadTask extends NSURLSessionDataTask { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLSessionUploadTask1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSURLSessionUploadTask1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -60942,7 +64998,7 @@ class NSURLSessionDownloadTask extends NSURLSessionTask { void cancelByProducingResumeData_( ObjCBlock_ffiVoid_NSData completionHandler) { - _lib._objc_msgSend_905( + _lib._objc_msgSend_941( _id, _lib._sel_cancelByProducingResumeData_1, completionHandler._id); } @@ -61013,6 +65069,15 @@ class NSURLSessionDownloadTask extends NSURLSessionTask { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLSessionDownloadTask1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSURLSessionDownloadTask1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -61056,7 +65121,7 @@ class NSURLSessionStreamTask extends NSURLSessionTask { int maxBytes, double timeout, ObjCBlock_ffiVoid_NSData_bool_NSError completionHandler) { - _lib._objc_msgSend_913( + _lib._objc_msgSend_949( _id, _lib._sel_readDataOfMinLength_maxLength_timeout_completionHandler_1, minBytes, @@ -61067,7 +65132,7 @@ class NSURLSessionStreamTask extends NSURLSessionTask { void writeData_timeout_completionHandler_(NSData data, double timeout, ObjCBlock_ffiVoid_NSError completionHandler) { - _lib._objc_msgSend_914(_id, _lib._sel_writeData_timeout_completionHandler_1, + _lib._objc_msgSend_950(_id, _lib._sel_writeData_timeout_completionHandler_1, data._id, timeout, completionHandler._id); } @@ -61158,6 +65223,15 @@ class NSURLSessionStreamTask extends NSURLSessionTask { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLSessionStreamTask1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSURLSessionStreamTask1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -61329,7 +65403,7 @@ class NSNetService extends NSObject { NSNetService initWithDomain_type_name_port_( NSString domain, NSString type, NSString name, int port) { - final _ret = _lib._objc_msgSend_916( + final _ret = _lib._objc_msgSend_952( _id, _lib._sel_initWithDomain_type_name_port_1, domain._id, @@ -61341,18 +65415,18 @@ class NSNetService extends NSObject { NSNetService initWithDomain_type_name_( NSString domain, NSString type, NSString name) { - final _ret = _lib._objc_msgSend_917(_id, + final _ret = _lib._objc_msgSend_953(_id, _lib._sel_initWithDomain_type_name_1, domain._id, type._id, name._id); return NSNetService._(_ret, _lib, retain: true, release: true); } void scheduleInRunLoop_forMode_(NSRunLoop aRunLoop, NSString mode) { - _lib._objc_msgSend_680( + _lib._objc_msgSend_707( _id, _lib._sel_scheduleInRunLoop_forMode_1, aRunLoop._id, mode._id); } void removeFromRunLoop_forMode_(NSRunLoop aRunLoop, NSString mode) { - _lib._objc_msgSend_680( + _lib._objc_msgSend_707( _id, _lib._sel_removeFromRunLoop_forMode_1, aRunLoop._id, mode._id); } @@ -61364,7 +65438,7 @@ class NSNetService extends NSObject { } set delegate(NSObject? value) { - return _lib._objc_msgSend_367( + return _lib._objc_msgSend_372( _id, _lib._sel_setDelegate_1, value?._id ?? ffi.nullptr); } @@ -61373,7 +65447,7 @@ class NSNetService extends NSObject { } set includesPeerToPeer(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setIncludesPeerToPeer_1, value); } @@ -61415,7 +65489,7 @@ class NSNetService extends NSObject { } void publishWithOptions_(int options) { - _lib._objc_msgSend_918(_id, _lib._sel_publishWithOptions_1, options); + _lib._objc_msgSend_954(_id, _lib._sel_publishWithOptions_1, options); } void resolve() { @@ -61428,36 +65502,36 @@ class NSNetService extends NSObject { static NSDictionary dictionaryFromTXTRecordData_( PedometerBindings _lib, NSData txtData) { - final _ret = _lib._objc_msgSend_919(_lib._class_NSNetService1, + final _ret = _lib._objc_msgSend_955(_lib._class_NSNetService1, _lib._sel_dictionaryFromTXTRecordData_1, txtData._id); return NSDictionary._(_ret, _lib, retain: true, release: true); } static NSData dataFromTXTRecordDictionary_( PedometerBindings _lib, NSDictionary txtDictionary) { - final _ret = _lib._objc_msgSend_920(_lib._class_NSNetService1, + final _ret = _lib._objc_msgSend_956(_lib._class_NSNetService1, _lib._sel_dataFromTXTRecordDictionary_1, txtDictionary._id); return NSData._(_ret, _lib, retain: true, release: true); } void resolveWithTimeout_(double timeout) { - _lib._objc_msgSend_489(_id, _lib._sel_resolveWithTimeout_1, timeout); + _lib._objc_msgSend_497(_id, _lib._sel_resolveWithTimeout_1, timeout); } bool getInputStream_outputStream_( ffi.Pointer> inputStream, ffi.Pointer> outputStream) { - return _lib._objc_msgSend_921(_id, _lib._sel_getInputStream_outputStream_1, + return _lib._objc_msgSend_957(_id, _lib._sel_getInputStream_outputStream_1, inputStream, outputStream); } bool setTXTRecordData_(NSData? recordData) { - return _lib._objc_msgSend_922( + return _lib._objc_msgSend_958( _id, _lib._sel_setTXTRecordData_1, recordData?._id ?? ffi.nullptr); } NSData? TXTRecordData() { - final _ret = _lib._objc_msgSend_227(_id, _lib._sel_TXTRecordData1); + final _ret = _lib._objc_msgSend_232(_id, _lib._sel_TXTRecordData1); return _ret.address == 0 ? null : NSData._(_ret, _lib, retain: true, release: true); @@ -61538,6 +65612,15 @@ class NSNetService extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSNetService1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSNetService1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -61583,25 +65666,25 @@ class NSURLSessionWebSocketTask extends NSURLSessionTask { void sendMessage_completionHandler_(NSURLSessionWebSocketMessage message, ObjCBlock_ffiVoid_NSError completionHandler) { - _lib._objc_msgSend_925(_id, _lib._sel_sendMessage_completionHandler_1, + _lib._objc_msgSend_961(_id, _lib._sel_sendMessage_completionHandler_1, message._id, completionHandler._id); } void receiveMessageWithCompletionHandler_( ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError completionHandler) { - _lib._objc_msgSend_926(_id, _lib._sel_receiveMessageWithCompletionHandler_1, + _lib._objc_msgSend_962(_id, _lib._sel_receiveMessageWithCompletionHandler_1, completionHandler._id); } void sendPingWithPongReceiveHandler_( ObjCBlock_ffiVoid_NSError pongReceiveHandler) { - _lib._objc_msgSend_927(_id, _lib._sel_sendPingWithPongReceiveHandler_1, + _lib._objc_msgSend_963(_id, _lib._sel_sendPingWithPongReceiveHandler_1, pongReceiveHandler._id); } void cancelWithCloseCode_reason_(int closeCode, NSData? reason) { - _lib._objc_msgSend_928(_id, _lib._sel_cancelWithCloseCode_reason_1, + _lib._objc_msgSend_964(_id, _lib._sel_cancelWithCloseCode_reason_1, closeCode, reason?._id ?? ffi.nullptr); } @@ -61610,16 +65693,16 @@ class NSURLSessionWebSocketTask extends NSURLSessionTask { } set maximumMessageSize(int value) { - return _lib._objc_msgSend_626( + return _lib._objc_msgSend_634( _id, _lib._sel_setMaximumMessageSize_1, value); } int get closeCode { - return _lib._objc_msgSend_929(_id, _lib._sel_closeCode1); + return _lib._objc_msgSend_965(_id, _lib._sel_closeCode1); } NSData? get closeReason { - final _ret = _lib._objc_msgSend_227(_id, _lib._sel_closeReason1); + final _ret = _lib._objc_msgSend_232(_id, _lib._sel_closeReason1); return _ret.address == 0 ? null : NSData._(_ret, _lib, retain: true, release: true); @@ -61695,6 +65778,15 @@ class NSURLSessionWebSocketTask extends NSURLSessionTask { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLSessionWebSocketTask1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_NSURLSessionWebSocketTask1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -61737,7 +65829,7 @@ class NSURLSessionWebSocketMessage extends NSObject { NSURLSessionWebSocketMessage initWithData_(NSData data) { final _ret = - _lib._objc_msgSend_220(_id, _lib._sel_initWithData_1, data._id); + _lib._objc_msgSend_225(_id, _lib._sel_initWithData_1, data._id); return NSURLSessionWebSocketMessage._(_ret, _lib, retain: true, release: true); } @@ -61750,11 +65842,11 @@ class NSURLSessionWebSocketMessage extends NSObject { } int get type { - return _lib._objc_msgSend_924(_id, _lib._sel_type1); + return _lib._objc_msgSend_960(_id, _lib._sel_type1); } NSData? get data { - final _ret = _lib._objc_msgSend_227(_id, _lib._sel_data1); + final _ret = _lib._objc_msgSend_232(_id, _lib._sel_data1); return _ret.address == 0 ? null : NSData._(_ret, _lib, retain: true, release: true); @@ -61840,6 +65932,15 @@ class NSURLSessionWebSocketMessage extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSURLSessionWebSocketMessage1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSURLSessionWebSocketMessage1, @@ -62369,13 +66470,13 @@ class CMPedometer extends NSObject { } static int authorizationStatus(PedometerBindings _lib) { - return _lib._objc_msgSend_941( + return _lib._objc_msgSend_977( _lib._class_CMPedometer1, _lib._sel_authorizationStatus1); } void queryPedometerDataFromDate_toDate_withHandler_(NSDate start, NSDate end, ObjCBlock_ffiVoid_CMPedometerData_NSError handler) { - _lib._objc_msgSend_943( + _lib._objc_msgSend_978( _id, _lib._sel_queryPedometerDataFromDate_toDate_withHandler_1, start._id, @@ -62385,7 +66486,7 @@ class CMPedometer extends NSObject { void startPedometerUpdatesFromDate_withHandler_( NSDate start, ObjCBlock_ffiVoid_CMPedometerData_NSError handler) { - _lib._objc_msgSend_944( + _lib._objc_msgSend_979( _id, _lib._sel_startPedometerUpdatesFromDate_withHandler_1, start._id, @@ -62398,7 +66499,7 @@ class CMPedometer extends NSObject { void startPedometerEventUpdatesWithHandler_( ObjCBlock_ffiVoid_CMPedometerEvent_NSError handler) { - _lib._objc_msgSend_946( + _lib._objc_msgSend_981( _id, _lib._sel_startPedometerEventUpdatesWithHandler_1, handler._id); } @@ -62472,6 +66573,15 @@ class CMPedometer extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CMPedometer1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_CMPedometer1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -62644,57 +66754,57 @@ class CMPedometerData extends NSObject { } NSDate get startDate { - final _ret = _lib._objc_msgSend_163(_id, _lib._sel_startDate1); + final _ret = _lib._objc_msgSend_164(_id, _lib._sel_startDate1); return NSDate._(_ret, _lib, retain: true, release: true); } NSDate get endDate { - final _ret = _lib._objc_msgSend_163(_id, _lib._sel_endDate1); + final _ret = _lib._objc_msgSend_164(_id, _lib._sel_endDate1); return NSDate._(_ret, _lib, retain: true, release: true); } NSNumber get numberOfSteps { - final _ret = _lib._objc_msgSend_942(_id, _lib._sel_numberOfSteps1); + final _ret = _lib._objc_msgSend_675(_id, _lib._sel_numberOfSteps1); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber? get distance { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_distance1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_distance1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber? get floorsAscended { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_floorsAscended1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_floorsAscended1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber? get floorsDescended { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_floorsDescended1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_floorsDescended1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber? get currentPace { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_currentPace1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_currentPace1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber? get currentCadence { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_currentCadence1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_currentCadence1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber? get averageActivePace { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_averageActivePace1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_averageActivePace1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); @@ -62767,6 +66877,15 @@ class CMPedometerData extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CMPedometerData1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_CMPedometerData1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -62932,12 +67051,12 @@ class CMPedometerEvent extends NSObject { } NSDate get date { - final _ret = _lib._objc_msgSend_163(_id, _lib._sel_date1); + final _ret = _lib._objc_msgSend_164(_id, _lib._sel_date1); return NSDate._(_ret, _lib, retain: true, release: true); } int get type { - return _lib._objc_msgSend_945(_id, _lib._sel_type1); + return _lib._objc_msgSend_980(_id, _lib._sel_type1); } @override @@ -63007,6 +67126,15 @@ class CMPedometerEvent extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CMPedometerEvent1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_CMPedometerEvent1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -63085,11 +67213,11 @@ class CLLocationManager extends NSObject { } int get authorizationStatus { - return _lib._objc_msgSend_947(_id, _lib._sel_authorizationStatus1); + return _lib._objc_msgSend_982(_id, _lib._sel_authorizationStatus1); } int get accuracyAuthorization { - return _lib._objc_msgSend_948(_id, _lib._sel_accuracyAuthorization1); + return _lib._objc_msgSend_983(_id, _lib._sel_accuracyAuthorization1); } bool get authorizedForWidgetUpdates { @@ -63104,7 +67232,7 @@ class CLLocationManager extends NSObject { } set delegate(NSObject? value) { - return _lib._objc_msgSend_367( + return _lib._objc_msgSend_372( _id, _lib._sel_setDelegate_1, value?._id ?? ffi.nullptr); } @@ -63116,32 +67244,36 @@ class CLLocationManager extends NSObject { } set purpose(NSString? value) { - return _lib._objc_msgSend_493( + return _lib._objc_msgSend_501( _id, _lib._sel_setPurpose_1, value?._id ?? ffi.nullptr); } int get activityType { - return _lib._objc_msgSend_949(_id, _lib._sel_activityType1); + return _lib._objc_msgSend_984(_id, _lib._sel_activityType1); } set activityType(int value) { - return _lib._objc_msgSend_950(_id, _lib._sel_setActivityType_1, value); + return _lib._objc_msgSend_985(_id, _lib._sel_setActivityType_1, value); } double get distanceFilter { - return _lib._objc_msgSend_156(_id, _lib._sel_distanceFilter1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_distanceFilter1) + : _lib._objc_msgSend_157(_id, _lib._sel_distanceFilter1); } set distanceFilter(double value) { - return _lib._objc_msgSend_490(_id, _lib._sel_setDistanceFilter_1, value); + return _lib._objc_msgSend_498(_id, _lib._sel_setDistanceFilter_1, value); } double get desiredAccuracy { - return _lib._objc_msgSend_156(_id, _lib._sel_desiredAccuracy1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_desiredAccuracy1) + : _lib._objc_msgSend_157(_id, _lib._sel_desiredAccuracy1); } set desiredAccuracy(double value) { - return _lib._objc_msgSend_490(_id, _lib._sel_setDesiredAccuracy_1, value); + return _lib._objc_msgSend_498(_id, _lib._sel_setDesiredAccuracy_1, value); } bool get pausesLocationUpdatesAutomatically { @@ -63150,7 +67282,7 @@ class CLLocationManager extends NSObject { } set pausesLocationUpdatesAutomatically(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setPausesLocationUpdatesAutomatically_1, value); } @@ -63160,7 +67292,7 @@ class CLLocationManager extends NSObject { } set allowsBackgroundLocationUpdates(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setAllowsBackgroundLocationUpdates_1, value); } @@ -63170,59 +67302,64 @@ class CLLocationManager extends NSObject { } set showsBackgroundLocationIndicator(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setShowsBackgroundLocationIndicator_1, value); } CLLocation? get location { - final _ret = _lib._objc_msgSend_961(_id, _lib._sel_location1); + final _ret = _lib._objc_msgSend_996(_id, _lib._sel_location1); return _ret.address == 0 ? null : CLLocation._(_ret, _lib, retain: true, release: true); } double get headingFilter { - return _lib._objc_msgSend_156(_id, _lib._sel_headingFilter1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_headingFilter1) + : _lib._objc_msgSend_157(_id, _lib._sel_headingFilter1); } set headingFilter(double value) { - return _lib._objc_msgSend_490(_id, _lib._sel_setHeadingFilter_1, value); + return _lib._objc_msgSend_498(_id, _lib._sel_setHeadingFilter_1, value); } int get headingOrientation { - return _lib._objc_msgSend_962(_id, _lib._sel_headingOrientation1); + return _lib._objc_msgSend_997(_id, _lib._sel_headingOrientation1); } set headingOrientation(int value) { - return _lib._objc_msgSend_963( + return _lib._objc_msgSend_998( _id, _lib._sel_setHeadingOrientation_1, value); } CLHeading? get heading { - final _ret = _lib._objc_msgSend_964(_id, _lib._sel_heading1); + final _ret = _lib._objc_msgSend_999(_id, _lib._sel_heading1); return _ret.address == 0 ? null : CLHeading._(_ret, _lib, retain: true, release: true); } double get maximumRegionMonitoringDistance { - return _lib._objc_msgSend_156( - _id, _lib._sel_maximumRegionMonitoringDistance1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret( + _id, _lib._sel_maximumRegionMonitoringDistance1) + : _lib._objc_msgSend_157( + _id, _lib._sel_maximumRegionMonitoringDistance1); } NSSet get monitoredRegions { - final _ret = _lib._objc_msgSend_438(_id, _lib._sel_monitoredRegions1); + final _ret = _lib._objc_msgSend_448(_id, _lib._sel_monitoredRegions1); return NSSet._(_ret, _lib, retain: true, release: true); } NSSet get rangedRegions { - final _ret = _lib._objc_msgSend_438(_id, _lib._sel_rangedRegions1); + final _ret = _lib._objc_msgSend_448(_id, _lib._sel_rangedRegions1); return NSSet._(_ret, _lib, retain: true, release: true); } NSSet get rangedBeaconConstraints { final _ret = - _lib._objc_msgSend_438(_id, _lib._sel_rangedBeaconConstraints1); + _lib._objc_msgSend_448(_id, _lib._sel_rangedBeaconConstraints1); return NSSet._(_ret, _lib, retain: true, release: true); } @@ -63236,7 +67373,7 @@ class CLLocationManager extends NSObject { void requestTemporaryFullAccuracyAuthorizationWithPurposeKey_completion_( NSString purposeKey, ObjCBlock_ffiVoid_NSError? completion) { - _lib._objc_msgSend_965( + _lib._objc_msgSend_1000( _id, _lib._sel_requestTemporaryFullAccuracyAuthorizationWithPurposeKey_completion_1, purposeKey._id, @@ -63245,7 +67382,7 @@ class CLLocationManager extends NSObject { void requestTemporaryFullAccuracyAuthorizationWithPurposeKey_( NSString purposeKey) { - _lib._objc_msgSend_199( + _lib._objc_msgSend_200( _id, _lib._sel_requestTemporaryFullAccuracyAuthorizationWithPurposeKey_1, purposeKey._id); @@ -63287,7 +67424,7 @@ class CLLocationManager extends NSObject { void startMonitoringLocationPushesWithCompletion_( ObjCBlock_ffiVoid_NSData_NSError? completion) { - _lib._objc_msgSend_966( + _lib._objc_msgSend_1001( _id, _lib._sel_startMonitoringLocationPushesWithCompletion_1, completion?._id ?? ffi.nullptr); @@ -63299,7 +67436,7 @@ class CLLocationManager extends NSObject { void startMonitoringForRegion_desiredAccuracy_( CLRegion region, double accuracy) { - _lib._objc_msgSend_969( + _lib._objc_msgSend_1004( _id, _lib._sel_startMonitoringForRegion_desiredAccuracy_1, region._id, @@ -63307,44 +67444,44 @@ class CLLocationManager extends NSObject { } void stopMonitoringForRegion_(CLRegion region) { - _lib._objc_msgSend_970( + _lib._objc_msgSend_1005( _id, _lib._sel_stopMonitoringForRegion_1, region._id); } void startMonitoringForRegion_(CLRegion region) { - _lib._objc_msgSend_970( + _lib._objc_msgSend_1005( _id, _lib._sel_startMonitoringForRegion_1, region._id); } void requestStateForRegion_(CLRegion region) { - _lib._objc_msgSend_970(_id, _lib._sel_requestStateForRegion_1, region._id); + _lib._objc_msgSend_1005(_id, _lib._sel_requestStateForRegion_1, region._id); } void startRangingBeaconsInRegion_(CLBeaconRegion region) { - _lib._objc_msgSend_984( + _lib._objc_msgSend_1019( _id, _lib._sel_startRangingBeaconsInRegion_1, region._id); } void stopRangingBeaconsInRegion_(CLBeaconRegion region) { - _lib._objc_msgSend_984( + _lib._objc_msgSend_1019( _id, _lib._sel_stopRangingBeaconsInRegion_1, region._id); } void startRangingBeaconsSatisfyingConstraint_( CLBeaconIdentityConstraint constraint) { - _lib._objc_msgSend_985(_id, + _lib._objc_msgSend_1020(_id, _lib._sel_startRangingBeaconsSatisfyingConstraint_1, constraint._id); } void stopRangingBeaconsSatisfyingConstraint_( CLBeaconIdentityConstraint constraint) { - _lib._objc_msgSend_985(_id, + _lib._objc_msgSend_1020(_id, _lib._sel_stopRangingBeaconsSatisfyingConstraint_1, constraint._id); } void allowDeferredLocationUpdatesUntilTraveled_timeout_( double distance, double timeout) { - _lib._objc_msgSend_986( + _lib._objc_msgSend_1021( _id, _lib._sel_allowDeferredLocationUpdatesUntilTraveled_timeout_1, distance, @@ -63364,7 +67501,7 @@ class CLLocationManager extends NSObject { NSString purposeKey, int sampleCount, ObjCBlock_ffiVoid_NSArray_NSError handler) { - _lib._objc_msgSend_987( + _lib._objc_msgSend_1022( _id, _lib._sel_requestHistoricalLocationsWithPurposeKey_sampleCount_completionHandler_1, purposeKey._id, @@ -63447,6 +67584,15 @@ class CLLocationManager extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLLocationManager1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_CLLocationManager1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -63506,7 +67652,7 @@ class CLLocation extends NSObject { } CLLocation initWithLatitude_longitude_(double latitude, double longitude) { - final _ret = _lib._objc_msgSend_951( + final _ret = _lib._objc_msgSend_986( _id, _lib._sel_initWithLatitude_longitude_1, latitude, longitude); return CLLocation._(_ret, _lib, retain: true, release: true); } @@ -63518,7 +67664,7 @@ class CLLocation extends NSObject { double hAccuracy, double vAccuracy, NSDate timestamp) { - final _ret = _lib._objc_msgSend_952( + final _ret = _lib._objc_msgSend_987( _id, _lib._sel_initWithCoordinate_altitude_horizontalAccuracy_verticalAccuracy_timestamp_1, coordinate, @@ -63538,7 +67684,7 @@ class CLLocation extends NSObject { double course, double speed, NSDate timestamp) { - final _ret = _lib._objc_msgSend_953( + final _ret = _lib._objc_msgSend_988( _id, _lib._sel_initWithCoordinate_altitude_horizontalAccuracy_verticalAccuracy_course_speed_timestamp_1, coordinate, @@ -63562,7 +67708,7 @@ class CLLocation extends NSObject { double speed, double speedAccuracy, NSDate timestamp) { - final _ret = _lib._objc_msgSend_954( + final _ret = _lib._objc_msgSend_989( _id, _lib._sel_initWithCoordinate_altitude_horizontalAccuracy_verticalAccuracy_course_courseAccuracy_speed_speedAccuracy_timestamp_1, coordinate, @@ -63589,7 +67735,7 @@ class CLLocation extends NSObject { double speedAccuracy, NSDate timestamp, CLLocationSourceInformation sourceInfo) { - final _ret = _lib._objc_msgSend_956( + final _ret = _lib._objc_msgSend_991( _id, _lib._sel_initWithCoordinate_altitude_horizontalAccuracy_verticalAccuracy_course_courseAccuracy_speed_speedAccuracy_timestamp_sourceInfo_1, coordinate, @@ -63606,55 +67752,73 @@ class CLLocation extends NSObject { } void getCoordinate(ffi.Pointer stret) { - _lib._objc_msgSend_957(stret, _id, _lib._sel_coordinate1); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_992_stret(stret, _id, _lib._sel_coordinate1) + : stret.ref = _lib._objc_msgSend_992(_id, _lib._sel_coordinate1); } double get altitude { - return _lib._objc_msgSend_156(_id, _lib._sel_altitude1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_altitude1) + : _lib._objc_msgSend_157(_id, _lib._sel_altitude1); } double get ellipsoidalAltitude { - return _lib._objc_msgSend_156(_id, _lib._sel_ellipsoidalAltitude1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_ellipsoidalAltitude1) + : _lib._objc_msgSend_157(_id, _lib._sel_ellipsoidalAltitude1); } double get horizontalAccuracy { - return _lib._objc_msgSend_156(_id, _lib._sel_horizontalAccuracy1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_horizontalAccuracy1) + : _lib._objc_msgSend_157(_id, _lib._sel_horizontalAccuracy1); } double get verticalAccuracy { - return _lib._objc_msgSend_156(_id, _lib._sel_verticalAccuracy1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_verticalAccuracy1) + : _lib._objc_msgSend_157(_id, _lib._sel_verticalAccuracy1); } double get course { - return _lib._objc_msgSend_156(_id, _lib._sel_course1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_course1) + : _lib._objc_msgSend_157(_id, _lib._sel_course1); } double get courseAccuracy { - return _lib._objc_msgSend_156(_id, _lib._sel_courseAccuracy1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_courseAccuracy1) + : _lib._objc_msgSend_157(_id, _lib._sel_courseAccuracy1); } double get speed { - return _lib._objc_msgSend_156(_id, _lib._sel_speed1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_speed1) + : _lib._objc_msgSend_157(_id, _lib._sel_speed1); } double get speedAccuracy { - return _lib._objc_msgSend_156(_id, _lib._sel_speedAccuracy1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_speedAccuracy1) + : _lib._objc_msgSend_157(_id, _lib._sel_speedAccuracy1); } NSDate get timestamp { - final _ret = _lib._objc_msgSend_163(_id, _lib._sel_timestamp1); + final _ret = _lib._objc_msgSend_164(_id, _lib._sel_timestamp1); return NSDate._(_ret, _lib, retain: true, release: true); } CLFloor? get floor { - final _ret = _lib._objc_msgSend_958(_id, _lib._sel_floor1); + final _ret = _lib._objc_msgSend_993(_id, _lib._sel_floor1); return _ret.address == 0 ? null : CLFloor._(_ret, _lib, retain: true, release: true); } CLLocationSourceInformation? get sourceInformation { - final _ret = _lib._objc_msgSend_959(_id, _lib._sel_sourceInformation1); + final _ret = _lib._objc_msgSend_994(_id, _lib._sel_sourceInformation1); return _ret.address == 0 ? null : CLLocationSourceInformation._(_ret, _lib, @@ -63662,13 +67826,19 @@ class CLLocation extends NSObject { } double getDistanceFrom_(CLLocation location) { - return _lib._objc_msgSend_960( - _id, _lib._sel_getDistanceFrom_1, location._id); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_995_fpret( + _id, _lib._sel_getDistanceFrom_1, location._id) + : _lib._objc_msgSend_995( + _id, _lib._sel_getDistanceFrom_1, location._id); } double distanceFromLocation_(CLLocation location) { - return _lib._objc_msgSend_960( - _id, _lib._sel_distanceFromLocation_1, location._id); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_995_fpret( + _id, _lib._sel_distanceFromLocation_1, location._id) + : _lib._objc_msgSend_995( + _id, _lib._sel_distanceFromLocation_1, location._id); } @override @@ -63737,6 +67907,15 @@ class CLLocation extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLLocation1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_CLLocation1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -63787,7 +67966,7 @@ class CLLocationSourceInformation extends NSObject { CLLocationSourceInformation initWithSoftwareSimulationState_andExternalAccessoryState_( bool isSoftware, bool isAccessory) { - final _ret = _lib._objc_msgSend_955( + final _ret = _lib._objc_msgSend_990( _id, _lib._sel_initWithSoftwareSimulationState_andExternalAccessoryState_1, isSoftware, @@ -63875,6 +68054,15 @@ class CLLocationSourceInformation extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLLocationSourceInformation1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_CLLocationSourceInformation1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -63980,6 +68168,15 @@ class CLFloor extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLFloor1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_CLFloor1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -64027,31 +68224,43 @@ class CLHeading extends NSObject { } double get magneticHeading { - return _lib._objc_msgSend_156(_id, _lib._sel_magneticHeading1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_magneticHeading1) + : _lib._objc_msgSend_157(_id, _lib._sel_magneticHeading1); } double get trueHeading { - return _lib._objc_msgSend_156(_id, _lib._sel_trueHeading1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_trueHeading1) + : _lib._objc_msgSend_157(_id, _lib._sel_trueHeading1); } double get headingAccuracy { - return _lib._objc_msgSend_156(_id, _lib._sel_headingAccuracy1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_headingAccuracy1) + : _lib._objc_msgSend_157(_id, _lib._sel_headingAccuracy1); } double get x { - return _lib._objc_msgSend_156(_id, _lib._sel_x1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_x1) + : _lib._objc_msgSend_157(_id, _lib._sel_x1); } double get y { - return _lib._objc_msgSend_156(_id, _lib._sel_y1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_y1) + : _lib._objc_msgSend_157(_id, _lib._sel_y1); } double get z { - return _lib._objc_msgSend_156(_id, _lib._sel_z1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_z1) + : _lib._objc_msgSend_157(_id, _lib._sel_z1); } NSDate get timestamp { - final _ret = _lib._objc_msgSend_163(_id, _lib._sel_timestamp1); + final _ret = _lib._objc_msgSend_164(_id, _lib._sel_timestamp1); return NSDate._(_ret, _lib, retain: true, release: true); } @@ -64120,6 +68329,15 @@ class CLHeading extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLHeading1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_CLHeading1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -64158,7 +68376,7 @@ class CLRegion extends NSObject { CLRegion initCircularRegionWithCenter_radius_identifier_( CLLocationCoordinate2D center, double radius, NSString identifier) { - final _ret = _lib._objc_msgSend_967( + final _ret = _lib._objc_msgSend_1002( _id, _lib._sel_initCircularRegionWithCenter_radius_identifier_1, center, @@ -64168,11 +68386,15 @@ class CLRegion extends NSObject { } void getCenter(ffi.Pointer stret) { - _lib._objc_msgSend_957(stret, _id, _lib._sel_center1); + _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_992_stret(stret, _id, _lib._sel_center1) + : stret.ref = _lib._objc_msgSend_992(_id, _lib._sel_center1); } double get radius { - return _lib._objc_msgSend_156(_id, _lib._sel_radius1); + return _lib._objc_msgSend_useVariants1 + ? _lib._objc_msgSend_157_fpret(_id, _lib._sel_radius1) + : _lib._objc_msgSend_157(_id, _lib._sel_radius1); } NSString get identifier { @@ -64185,7 +68407,7 @@ class CLRegion extends NSObject { } set notifyOnEntry(bool value) { - return _lib._objc_msgSend_475(_id, _lib._sel_setNotifyOnEntry_1, value); + return _lib._objc_msgSend_483(_id, _lib._sel_setNotifyOnEntry_1, value); } bool get notifyOnExit { @@ -64193,11 +68415,11 @@ class CLRegion extends NSObject { } set notifyOnExit(bool value) { - return _lib._objc_msgSend_475(_id, _lib._sel_setNotifyOnExit_1, value); + return _lib._objc_msgSend_483(_id, _lib._sel_setNotifyOnExit_1, value); } bool containsCoordinate_(CLLocationCoordinate2D coordinate) { - return _lib._objc_msgSend_968( + return _lib._objc_msgSend_1003( _id, _lib._sel_containsCoordinate_1, coordinate); } @@ -64266,6 +68488,15 @@ class CLRegion extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLRegion1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_CLRegion1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -64303,14 +68534,14 @@ class CLBeaconRegion extends CLRegion { } CLBeaconRegion initWithUUID_identifier_(NSUUID uuid, NSString identifier) { - final _ret = _lib._objc_msgSend_974( + final _ret = _lib._objc_msgSend_1009( _id, _lib._sel_initWithUUID_identifier_1, uuid._id, identifier._id); return CLBeaconRegion._(_ret, _lib, retain: true, release: true); } CLBeaconRegion initWithProximityUUID_identifier_( NSUUID proximityUUID, NSString identifier) { - final _ret = _lib._objc_msgSend_974( + final _ret = _lib._objc_msgSend_1009( _id, _lib._sel_initWithProximityUUID_identifier_1, proximityUUID._id, @@ -64320,7 +68551,7 @@ class CLBeaconRegion extends CLRegion { CLBeaconRegion initWithUUID_major_identifier_( NSUUID uuid, int major, NSString identifier) { - final _ret = _lib._objc_msgSend_975( + final _ret = _lib._objc_msgSend_1010( _id, _lib._sel_initWithUUID_major_identifier_1, uuid._id, @@ -64331,7 +68562,7 @@ class CLBeaconRegion extends CLRegion { CLBeaconRegion initWithProximityUUID_major_identifier_( NSUUID proximityUUID, int major, NSString identifier) { - final _ret = _lib._objc_msgSend_975( + final _ret = _lib._objc_msgSend_1010( _id, _lib._sel_initWithProximityUUID_major_identifier_1, proximityUUID._id, @@ -64342,7 +68573,7 @@ class CLBeaconRegion extends CLRegion { CLBeaconRegion initWithUUID_major_minor_identifier_( NSUUID uuid, int major, int minor, NSString identifier) { - final _ret = _lib._objc_msgSend_976( + final _ret = _lib._objc_msgSend_1011( _id, _lib._sel_initWithUUID_major_minor_identifier_1, uuid._id, @@ -64354,7 +68585,7 @@ class CLBeaconRegion extends CLRegion { CLBeaconRegion initWithProximityUUID_major_minor_identifier_( NSUUID proximityUUID, int major, int minor, NSString identifier) { - final _ret = _lib._objc_msgSend_976( + final _ret = _lib._objc_msgSend_1011( _id, _lib._sel_initWithProximityUUID_major_minor_identifier_1, proximityUUID._id, @@ -64367,7 +68598,7 @@ class CLBeaconRegion extends CLRegion { CLBeaconRegion initWithBeaconIdentityConstraint_identifier_( CLBeaconIdentityConstraint beaconIdentityConstraint, NSString identifier) { - final _ret = _lib._objc_msgSend_981( + final _ret = _lib._objc_msgSend_1016( _id, _lib._sel_initWithBeaconIdentityConstraint_identifier_1, beaconIdentityConstraint._id, @@ -64377,7 +68608,7 @@ class CLBeaconRegion extends CLRegion { NSMutableDictionary peripheralDataWithMeasuredPower_( NSNumber? measuredPower) { - final _ret = _lib._objc_msgSend_982( + final _ret = _lib._objc_msgSend_1017( _id, _lib._sel_peripheralDataWithMeasuredPower_1, measuredPower?._id ?? ffi.nullptr); @@ -64386,30 +68617,30 @@ class CLBeaconRegion extends CLRegion { CLBeaconIdentityConstraint get beaconIdentityConstraint { final _ret = - _lib._objc_msgSend_983(_id, _lib._sel_beaconIdentityConstraint1); + _lib._objc_msgSend_1018(_id, _lib._sel_beaconIdentityConstraint1); return CLBeaconIdentityConstraint._(_ret, _lib, retain: true, release: true); } NSUUID get UUID { - final _ret = _lib._objc_msgSend_977(_id, _lib._sel_UUID1); + final _ret = _lib._objc_msgSend_1012(_id, _lib._sel_UUID1); return NSUUID._(_ret, _lib, retain: true, release: true); } NSUUID get proximityUUID { - final _ret = _lib._objc_msgSend_977(_id, _lib._sel_proximityUUID1); + final _ret = _lib._objc_msgSend_1012(_id, _lib._sel_proximityUUID1); return NSUUID._(_ret, _lib, retain: true, release: true); } NSNumber? get major { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_major1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_major1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber? get minor { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_minor1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_minor1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); @@ -64420,14 +68651,14 @@ class CLBeaconRegion extends CLRegion { } set notifyEntryStateOnDisplay(bool value) { - return _lib._objc_msgSend_475( + return _lib._objc_msgSend_483( _id, _lib._sel_setNotifyEntryStateOnDisplay_1, value); } @override CLBeaconRegion initCircularRegionWithCenter_radius_identifier_( CLLocationCoordinate2D center, double radius, NSString identifier) { - final _ret = _lib._objc_msgSend_967( + final _ret = _lib._objc_msgSend_1002( _id, _lib._sel_initCircularRegionWithCenter_radius_identifier_1, center, @@ -64503,6 +68734,15 @@ class CLBeaconRegion extends CLRegion { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLBeaconRegion1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_CLBeaconRegion1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -64560,16 +68800,16 @@ class NSUUID extends NSObject { NSUUID initWithUUIDBytes_(ffi.Pointer bytes) { final _ret = - _lib._objc_msgSend_971(_id, _lib._sel_initWithUUIDBytes_1, bytes); + _lib._objc_msgSend_1006(_id, _lib._sel_initWithUUIDBytes_1, bytes); return NSUUID._(_ret, _lib, retain: true, release: true); } void getUUIDBytes_(ffi.Pointer uuid) { - _lib._objc_msgSend_972(_id, _lib._sel_getUUIDBytes_1, uuid); + _lib._objc_msgSend_1007(_id, _lib._sel_getUUIDBytes_1, uuid); } int compare_(NSUUID otherUUID) { - return _lib._objc_msgSend_973(_id, _lib._sel_compare_1, otherUUID._id); + return _lib._objc_msgSend_1008(_id, _lib._sel_compare_1, otherUUID._id); } NSString get UUIDString { @@ -64636,6 +68876,15 @@ class NSUUID extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_NSUUID1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_NSUUID1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -64678,14 +68927,14 @@ class CLBeaconIdentityConstraint extends CLBeaconIdentityCondition { @override CLBeaconIdentityConstraint initWithUUID_(NSUUID uuid) { final _ret = - _lib._objc_msgSend_978(_id, _lib._sel_initWithUUID_1, uuid._id); + _lib._objc_msgSend_1013(_id, _lib._sel_initWithUUID_1, uuid._id); return CLBeaconIdentityConstraint._(_ret, _lib, retain: true, release: true); } @override CLBeaconIdentityConstraint initWithUUID_major_(NSUUID uuid, int major) { - final _ret = _lib._objc_msgSend_979( + final _ret = _lib._objc_msgSend_1014( _id, _lib._sel_initWithUUID_major_1, uuid._id, major); return CLBeaconIdentityConstraint._(_ret, _lib, retain: true, release: true); @@ -64694,7 +68943,7 @@ class CLBeaconIdentityConstraint extends CLBeaconIdentityCondition { @override CLBeaconIdentityConstraint initWithUUID_major_minor_( NSUUID uuid, int major, int minor) { - final _ret = _lib._objc_msgSend_980( + final _ret = _lib._objc_msgSend_1015( _id, _lib._sel_initWithUUID_major_minor_1, uuid._id, major, minor); return CLBeaconIdentityConstraint._(_ret, _lib, retain: true, release: true); @@ -64771,6 +69020,15 @@ class CLBeaconIdentityConstraint extends CLBeaconIdentityCondition { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLBeaconIdentityConstraint1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_CLBeaconIdentityConstraint1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -64810,19 +69068,19 @@ class CLBeaconIdentityCondition extends CLCondition { } NSUUID get UUID { - final _ret = _lib._objc_msgSend_977(_id, _lib._sel_UUID1); + final _ret = _lib._objc_msgSend_1012(_id, _lib._sel_UUID1); return NSUUID._(_ret, _lib, retain: true, release: true); } NSNumber? get major { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_major1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_major1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber? get minor { - final _ret = _lib._objc_msgSend_166(_id, _lib._sel_minor1); + final _ret = _lib._objc_msgSend_167(_id, _lib._sel_minor1); return _ret.address == 0 ? null : NSNumber._(_ret, _lib, retain: true, release: true); @@ -64830,19 +69088,19 @@ class CLBeaconIdentityCondition extends CLCondition { CLBeaconIdentityCondition initWithUUID_(NSUUID uuid) { final _ret = - _lib._objc_msgSend_978(_id, _lib._sel_initWithUUID_1, uuid._id); + _lib._objc_msgSend_1013(_id, _lib._sel_initWithUUID_1, uuid._id); return CLBeaconIdentityCondition._(_ret, _lib, retain: true, release: true); } CLBeaconIdentityCondition initWithUUID_major_(NSUUID uuid, int major) { - final _ret = _lib._objc_msgSend_979( + final _ret = _lib._objc_msgSend_1014( _id, _lib._sel_initWithUUID_major_1, uuid._id, major); return CLBeaconIdentityCondition._(_ret, _lib, retain: true, release: true); } CLBeaconIdentityCondition initWithUUID_major_minor_( NSUUID uuid, int major, int minor) { - final _ret = _lib._objc_msgSend_980( + final _ret = _lib._objc_msgSend_1015( _id, _lib._sel_initWithUUID_major_minor_1, uuid._id, major, minor); return CLBeaconIdentityCondition._(_ret, _lib, retain: true, release: true); } @@ -64917,6 +69175,15 @@ class CLBeaconIdentityCondition extends CLCondition { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLBeaconIdentityCondition1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77(_lib._class_CLBeaconIdentityCondition1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -65019,6 +69286,15 @@ class CLCondition extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLCondition1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_CLCondition1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -65194,34 +69470,34 @@ class CLPlacemark extends NSObject { } CLPlacemark initWithPlacemark_(CLPlacemark placemark) { - final _ret = _lib._objc_msgSend_988( + final _ret = _lib._objc_msgSend_1023( _id, _lib._sel_initWithPlacemark_1, placemark._id); return CLPlacemark._(_ret, _lib, retain: true, release: true); } CLLocation? get location { - final _ret = _lib._objc_msgSend_961(_id, _lib._sel_location1); + final _ret = _lib._objc_msgSend_996(_id, _lib._sel_location1); return _ret.address == 0 ? null : CLLocation._(_ret, _lib, retain: true, release: true); } CLRegion? get region { - final _ret = _lib._objc_msgSend_989(_id, _lib._sel_region1); + final _ret = _lib._objc_msgSend_1024(_id, _lib._sel_region1); return _ret.address == 0 ? null : CLRegion._(_ret, _lib, retain: true, release: true); } NSTimeZone? get timeZone { - final _ret = _lib._objc_msgSend_624(_id, _lib._sel_timeZone1); + final _ret = _lib._objc_msgSend_632(_id, _lib._sel_timeZone1); return _ret.address == 0 ? null : NSTimeZone._(_ret, _lib, retain: true, release: true); } NSDictionary? get addressDictionary { - final _ret = _lib._objc_msgSend_340(_id, _lib._sel_addressDictionary1); + final _ret = _lib._objc_msgSend_345(_id, _lib._sel_addressDictionary1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -65319,7 +69595,7 @@ class CLPlacemark extends NSObject { } CNPostalAddress? get postalAddress { - final _ret = _lib._objc_msgSend_990(_id, _lib._sel_postalAddress1); + final _ret = _lib._objc_msgSend_1025(_id, _lib._sel_postalAddress1); return _ret.address == 0 ? null : CNPostalAddress._(_ret, _lib, retain: true, release: true); @@ -65380,6 +69656,15 @@ class CLPlacemark extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLPlacemark1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_CLPlacemark1, _lib._sel_classFallbacksForKeyedArchiver1); @@ -65447,7 +69732,7 @@ class CLGeocoder extends NSObject { void reverseGeocodeLocation_completionHandler_(CLLocation location, ObjCBlock_ffiVoid_NSArray_NSError1 completionHandler) { - _lib._objc_msgSend_991( + _lib._objc_msgSend_1026( _id, _lib._sel_reverseGeocodeLocation_completionHandler_1, location._id, @@ -65458,7 +69743,7 @@ class CLGeocoder extends NSObject { CLLocation location, NSLocale? locale, ObjCBlock_ffiVoid_NSArray_NSError1 completionHandler) { - _lib._objc_msgSend_992( + _lib._objc_msgSend_1027( _id, _lib._sel_reverseGeocodeLocation_preferredLocale_completionHandler_1, location._id, @@ -65469,7 +69754,7 @@ class CLGeocoder extends NSObject { void geocodeAddressDictionary_completionHandler_( NSDictionary addressDictionary, ObjCBlock_ffiVoid_NSArray_NSError1 completionHandler) { - _lib._objc_msgSend_993( + _lib._objc_msgSend_1028( _id, _lib._sel_geocodeAddressDictionary_completionHandler_1, addressDictionary._id, @@ -65478,7 +69763,7 @@ class CLGeocoder extends NSObject { void geocodeAddressString_inRegion_completionHandler_(NSString addressString, CLRegion? region, ObjCBlock_ffiVoid_NSArray_NSError1 completionHandler) { - _lib._objc_msgSend_994( + _lib._objc_msgSend_1029( _id, _lib._sel_geocodeAddressString_inRegion_completionHandler_1, addressString._id, @@ -65491,7 +69776,7 @@ class CLGeocoder extends NSObject { CLRegion? region, NSLocale? locale, ObjCBlock_ffiVoid_NSArray_NSError1 completionHandler) { - _lib._objc_msgSend_995( + _lib._objc_msgSend_1030( _id, _lib._sel_geocodeAddressString_inRegion_preferredLocale_completionHandler_1, addressString._id, @@ -65502,7 +69787,7 @@ class CLGeocoder extends NSObject { void geocodeAddressString_completionHandler_(NSString addressString, ObjCBlock_ffiVoid_NSArray_NSError1 completionHandler) { - _lib._objc_msgSend_996( + _lib._objc_msgSend_1031( _id, _lib._sel_geocodeAddressString_completionHandler_1, addressString._id, @@ -65515,7 +69800,7 @@ class CLGeocoder extends NSObject { void geocodePostalAddress_completionHandler_(CNPostalAddress postalAddress, ObjCBlock_ffiVoid_NSArray_NSError1 completionHandler) { - _lib._objc_msgSend_997( + _lib._objc_msgSend_1032( _id, _lib._sel_geocodePostalAddress_completionHandler_1, postalAddress._id, @@ -65526,7 +69811,7 @@ class CLGeocoder extends NSObject { CNPostalAddress postalAddress, NSLocale? locale, ObjCBlock_ffiVoid_NSArray_NSError1 completionHandler) { - _lib._objc_msgSend_998( + _lib._objc_msgSend_1033( _id, _lib._sel_geocodePostalAddress_preferredLocale_completionHandler_1, postalAddress._id, @@ -65600,6 +69885,15 @@ class CLGeocoder extends NSObject { _lib._sel_automaticallyNotifiesObserversForKey_1, key._id); } + static void setKeys_triggerChangeNotificationsForDependentKey_( + PedometerBindings _lib, NSArray keys, NSString dependentKey) { + _lib._objc_msgSend_80( + _lib._class_CLGeocoder1, + _lib._sel_setKeys_triggerChangeNotificationsForDependentKey_1, + keys._id, + dependentKey._id); + } + static NSArray classFallbacksForKeyedArchiver(PedometerBindings _lib) { final _ret = _lib._objc_msgSend_77( _lib._class_CLGeocoder1, _lib._sel_classFallbacksForKeyedArchiver1); diff --git a/experimental/pedometer/pubspec.yaml b/experimental/pedometer/pubspec.yaml index 51d046d8a..53b830f3e 100644 --- a/experimental/pedometer/pubspec.yaml +++ b/experimental/pedometer/pubspec.yaml @@ -1,21 +1,20 @@ name: pedometer description: A new Flutter FFI plugin project. version: 0.0.1 -publish_to: "none" +publish_to: none environment: sdk: ^3.2.0 - flutter: ">=2.11.0" dependencies: flutter: sdk: flutter plugin_platform_interface: ^2.0.2 - jni: ^0.7.0 - ffi: ^2.0.1 + jni: ^0.7.2 + ffi: ^2.1.0 dev_dependencies: - ffigen: ^10.0.0 + ffigen: ^11.0.0 jnigen: ^0.7.0 flutter_test: sdk: flutter diff --git a/experimental/pedometer/src/health_connect/health_connect.c b/experimental/pedometer/src/health_connect/health_connect.c index a71cf8eca..9b85ec834 100644 --- a/experimental/pedometer/src/health_connect/health_connect.c +++ b/experimental/pedometer/src/health_connect/health_connect.c @@ -1,18 +1,19 @@ // Autogenerated by jnigen. DO NOT EDIT! #include -#include "dartjni.h" #include "jni.h" +#include "dartjni.h" -thread_local JNIEnv* jniEnv; -JniContext* jni; +thread_local JNIEnv *jniEnv; +JniContext *jni; -JniContext* (*context_getter)(void); -JNIEnv* (*env_getter)(void); +JniContext *(*context_getter)(void); +JNIEnv *(*env_getter)(void); -void setJniGetters(JniContext* (*cg)(void), JNIEnv* (*eg)(void)) { - context_getter = cg; - env_getter = eg; +void setJniGetters(JniContext *(*cg)(void), + JNIEnv *(*eg)(void)) { + context_getter = cg; + env_getter = eg; } // androidx.health.connect.client.HealthConnectClient$Companion @@ -20,88 +21,54 @@ jclass _c_HealthConnectClient_Companion = NULL; jmethodID _m_HealthConnectClient_Companion__isAvailable = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient_Companion__isAvailable(jobject self_, - jobject context, - jobject list) { - load_env(); - load_class_global_ref( - &_c_HealthConnectClient_Companion, - "androidx/health/connect/client/HealthConnectClient$Companion"); - if (_c_HealthConnectClient_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_HealthConnectClient_Companion, - &_m_HealthConnectClient_Companion__isAvailable, "isAvailable", - "(Landroid/content/Context;Ljava/util/List;)Z"); - if (_m_HealthConnectClient_Companion__isAvailable == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_HealthConnectClient_Companion__isAvailable, context, - list); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult HealthConnectClient_Companion__isAvailable(jobject self_,jobject context,jobject list) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient_Companion, "androidx/health/connect/client/HealthConnectClient$Companion"); + if (_c_HealthConnectClient_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient_Companion, + &_m_HealthConnectClient_Companion__isAvailable, "isAvailable", "(Landroid/content/Context;Ljava/util/List;)Z"); + if (_m_HealthConnectClient_Companion__isAvailable == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_HealthConnectClient_Companion__isAvailable, context, list); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_HealthConnectClient_Companion__getOrCreate = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient_Companion__getOrCreate(jobject self_, - jobject context, - jobject list) { - load_env(); - load_class_global_ref( - &_c_HealthConnectClient_Companion, - "androidx/health/connect/client/HealthConnectClient$Companion"); - if (_c_HealthConnectClient_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_HealthConnectClient_Companion, - &_m_HealthConnectClient_Companion__getOrCreate, "getOrCreate", - "(Landroid/content/Context;Ljava/util/List;)Landroidx/health/" - "connect/client/HealthConnectClient;"); - if (_m_HealthConnectClient_Companion__getOrCreate == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient_Companion__getOrCreate, context, - list); - return to_global_ref_result(_result); +JniResult HealthConnectClient_Companion__getOrCreate(jobject self_,jobject context,jobject list) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient_Companion, "androidx/health/connect/client/HealthConnectClient$Companion"); + if (_c_HealthConnectClient_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient_Companion, + &_m_HealthConnectClient_Companion__getOrCreate, "getOrCreate", "(Landroid/content/Context;Ljava/util/List;)Landroidx/health/connect/client/HealthConnectClient;"); + if (_m_HealthConnectClient_Companion__getOrCreate == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient_Companion__getOrCreate, context, list); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient_Companion__isAvailable1 = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient_Companion__isAvailable1(jobject self_, - jobject context) { - load_env(); - load_class_global_ref( - &_c_HealthConnectClient_Companion, - "androidx/health/connect/client/HealthConnectClient$Companion"); - if (_c_HealthConnectClient_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_HealthConnectClient_Companion, - &_m_HealthConnectClient_Companion__isAvailable1, "isAvailable", - "(Landroid/content/Context;)Z"); - if (_m_HealthConnectClient_Companion__isAvailable1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_HealthConnectClient_Companion__isAvailable1, context); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult HealthConnectClient_Companion__isAvailable1(jobject self_,jobject context) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient_Companion, "androidx/health/connect/client/HealthConnectClient$Companion"); + if (_c_HealthConnectClient_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient_Companion, + &_m_HealthConnectClient_Companion__isAvailable1, "isAvailable", "(Landroid/content/Context;)Z"); + if (_m_HealthConnectClient_Companion__isAvailable1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_HealthConnectClient_Companion__isAvailable1, context); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_HealthConnectClient_Companion__getOrCreate1 = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient_Companion__getOrCreate1(jobject self_, - jobject context) { - load_env(); - load_class_global_ref( - &_c_HealthConnectClient_Companion, - "androidx/health/connect/client/HealthConnectClient$Companion"); - if (_c_HealthConnectClient_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_HealthConnectClient_Companion, - &_m_HealthConnectClient_Companion__getOrCreate1, "getOrCreate", - "(Landroid/content/Context;)Landroidx/health/connect/client/" - "HealthConnectClient;"); - if (_m_HealthConnectClient_Companion__getOrCreate1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient_Companion__getOrCreate1, context); - return to_global_ref_result(_result); +JniResult HealthConnectClient_Companion__getOrCreate1(jobject self_,jobject context) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient_Companion, "androidx/health/connect/client/HealthConnectClient$Companion"); + if (_c_HealthConnectClient_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient_Companion, + &_m_HealthConnectClient_Companion__getOrCreate1, "getOrCreate", "(Landroid/content/Context;)Landroidx/health/connect/client/HealthConnectClient;"); + if (_m_HealthConnectClient_Companion__getOrCreate1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient_Companion__getOrCreate1, context); + return to_global_ref_result(_result); } // androidx.health.connect.client.HealthConnectClient @@ -110,473 +77,276 @@ jclass _c_HealthConnectClient = NULL; jmethodID _m_HealthConnectClient__getPermissionController = NULL; FFI_PLUGIN_EXPORT JniResult HealthConnectClient__getPermissionController(jobject self_) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_HealthConnectClient, - &_m_HealthConnectClient__getPermissionController, - "getPermissionController", - "()Landroidx/health/connect/client/PermissionController;"); - if (_m_HealthConnectClient__getPermissionController == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__getPermissionController); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__getPermissionController, "getPermissionController", "()Landroidx/health/connect/client/PermissionController;"); + if (_m_HealthConnectClient__getPermissionController == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__getPermissionController); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__insertRecords = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__insertRecords(jobject self_, - jobject list, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_HealthConnectClient, &_m_HealthConnectClient__insertRecords, - "insertRecords", - "(Ljava/util/List;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__insertRecords == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__insertRecords, list, continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__insertRecords(jobject self_,jobject list,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__insertRecords, "insertRecords", "(Ljava/util/List;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__insertRecords == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__insertRecords, list, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__updateRecords = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__updateRecords(jobject self_, - jobject list, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_HealthConnectClient, &_m_HealthConnectClient__updateRecords, - "updateRecords", - "(Ljava/util/List;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__updateRecords == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__updateRecords, list, continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__updateRecords(jobject self_,jobject list,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__updateRecords, "updateRecords", "(Ljava/util/List;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__updateRecords == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__updateRecords, list, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__deleteRecords = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__deleteRecords(jobject self_, - jobject kClass, - jobject list, - jobject list1, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_HealthConnectClient, &_m_HealthConnectClient__deleteRecords, - "deleteRecords", - "(Lkotlin/reflect/KClass;Ljava/util/List;Ljava/util/List;Lkotlin/" - "coroutines/Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__deleteRecords == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__deleteRecords, kClass, list, list1, - continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__deleteRecords(jobject self_,jobject kClass,jobject list,jobject list1,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__deleteRecords, "deleteRecords", "(Lkotlin/reflect/KClass;Ljava/util/List;Ljava/util/List;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__deleteRecords == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__deleteRecords, kClass, list, list1, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__deleteRecords1 = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__deleteRecords1(jobject self_, - jobject kClass, - jobject timeRangeFilter, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_HealthConnectClient, &_m_HealthConnectClient__deleteRecords1, - "deleteRecords", - "(Lkotlin/reflect/KClass;Landroidx/health/connect/client/time/" - "TimeRangeFilter;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__deleteRecords1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__deleteRecords1, kClass, - timeRangeFilter, continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__deleteRecords1(jobject self_,jobject kClass,jobject timeRangeFilter,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__deleteRecords1, "deleteRecords", "(Lkotlin/reflect/KClass;Landroidx/health/connect/client/time/TimeRangeFilter;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__deleteRecords1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__deleteRecords1, kClass, timeRangeFilter, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__readRecord = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__readRecord(jobject self_, - jobject kClass, - jobject string, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_HealthConnectClient, &_m_HealthConnectClient__readRecord, - "readRecord", - "(Lkotlin/reflect/KClass;Ljava/lang/String;Lkotlin/coroutines/" - "Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__readRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__readRecord, kClass, string, - continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__readRecord(jobject self_,jobject kClass,jobject string,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__readRecord, "readRecord", "(Lkotlin/reflect/KClass;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__readRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__readRecord, kClass, string, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__readRecords = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__readRecords(jobject self_, - jobject readRecordsRequest, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_HealthConnectClient, &_m_HealthConnectClient__readRecords, - "readRecords", - "(Landroidx/health/connect/client/request/ReadRecordsRequest;Lkotlin/" - "coroutines/Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__readRecords == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__readRecords, readRecordsRequest, - continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__readRecords(jobject self_,jobject readRecordsRequest,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__readRecords, "readRecords", "(Landroidx/health/connect/client/request/ReadRecordsRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__readRecords == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__readRecords, readRecordsRequest, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__aggregate = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__aggregate(jobject self_, - jobject aggregateRequest, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_HealthConnectClient, &_m_HealthConnectClient__aggregate, "aggregate", - "(Landroidx/health/connect/client/request/AggregateRequest;Lkotlin/" - "coroutines/Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__aggregate == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__aggregate, aggregateRequest, - continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__aggregate(jobject self_,jobject aggregateRequest,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__aggregate, "aggregate", "(Landroidx/health/connect/client/request/AggregateRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__aggregate == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__aggregate, aggregateRequest, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__aggregateGroupByDuration = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__aggregateGroupByDuration( - jobject self_, - jobject aggregateGroupByDurationRequest, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_HealthConnectClient, - &_m_HealthConnectClient__aggregateGroupByDuration, - "aggregateGroupByDuration", - "(Landroidx/health/connect/client/request/" - "AggregateGroupByDurationRequest;Lkotlin/coroutines/" - "Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__aggregateGroupByDuration == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__aggregateGroupByDuration, - aggregateGroupByDurationRequest, continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__aggregateGroupByDuration(jobject self_,jobject aggregateGroupByDurationRequest,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__aggregateGroupByDuration, "aggregateGroupByDuration", "(Landroidx/health/connect/client/request/AggregateGroupByDurationRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__aggregateGroupByDuration == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__aggregateGroupByDuration, aggregateGroupByDurationRequest, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__aggregateGroupByPeriod = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__aggregateGroupByPeriod( - jobject self_, - jobject aggregateGroupByPeriodRequest, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_HealthConnectClient, - &_m_HealthConnectClient__aggregateGroupByPeriod, - "aggregateGroupByPeriod", - "(Landroidx/health/connect/client/request/" - "AggregateGroupByPeriodRequest;Lkotlin/coroutines/" - "Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__aggregateGroupByPeriod == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__aggregateGroupByPeriod, - aggregateGroupByPeriodRequest, continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__aggregateGroupByPeriod(jobject self_,jobject aggregateGroupByPeriodRequest,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__aggregateGroupByPeriod, "aggregateGroupByPeriod", "(Landroidx/health/connect/client/request/AggregateGroupByPeriodRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__aggregateGroupByPeriod == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__aggregateGroupByPeriod, aggregateGroupByPeriodRequest, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__getChangesToken = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__getChangesToken(jobject self_, - jobject changesTokenRequest, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_HealthConnectClient, &_m_HealthConnectClient__getChangesToken, - "getChangesToken", - "(Landroidx/health/connect/client/request/ChangesTokenRequest;Lkotlin/" - "coroutines/Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__getChangesToken == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__getChangesToken, - changesTokenRequest, continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__getChangesToken(jobject self_,jobject changesTokenRequest,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__getChangesToken, "getChangesToken", "(Landroidx/health/connect/client/request/ChangesTokenRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__getChangesToken == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__getChangesToken, changesTokenRequest, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__registerForDataNotifications = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__registerForDataNotifications( - jobject self_, - jobject string, - jobject iterable, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_HealthConnectClient, - &_m_HealthConnectClient__registerForDataNotifications, - "registerForDataNotifications", - "(Ljava/lang/String;Ljava/lang/Iterable;Lkotlin/coroutines/" - "Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__registerForDataNotifications == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__registerForDataNotifications, - string, iterable, continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__registerForDataNotifications(jobject self_,jobject string,jobject iterable,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__registerForDataNotifications, "registerForDataNotifications", "(Ljava/lang/String;Ljava/lang/Iterable;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__registerForDataNotifications == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__registerForDataNotifications, string, iterable, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__unregisterFromDataNotifications = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__unregisterFromDataNotifications( - jobject self_, - jobject string, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_HealthConnectClient, - &_m_HealthConnectClient__unregisterFromDataNotifications, - "unregisterFromDataNotifications", - "(Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__unregisterFromDataNotifications == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__unregisterFromDataNotifications, - string, continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__unregisterFromDataNotifications(jobject self_,jobject string,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__unregisterFromDataNotifications, "unregisterFromDataNotifications", "(Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__unregisterFromDataNotifications == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__unregisterFromDataNotifications, string, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__getChanges = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__getChanges(jobject self_, - jobject string, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_HealthConnectClient, &_m_HealthConnectClient__getChanges, "getChanges", - "(Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); - if (_m_HealthConnectClient__getChanges == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_HealthConnectClient__getChanges, string, continuation); - return to_global_ref_result(_result); +JniResult HealthConnectClient__getChanges(jobject self_,jobject string,jobject continuation) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_HealthConnectClient, + &_m_HealthConnectClient__getChanges, "getChanges", "(Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_HealthConnectClient__getChanges == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_HealthConnectClient__getChanges, string, continuation); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__isAvailable = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__isAvailable(jobject context, jobject list) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_HealthConnectClient, - &_m_HealthConnectClient__isAvailable, "isAvailable", - "(Landroid/content/Context;Ljava/util/List;)Z"); - if (_m_HealthConnectClient__isAvailable == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallStaticBooleanMethod( - jniEnv, _c_HealthConnectClient, _m_HealthConnectClient__isAvailable, - context, list); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult HealthConnectClient__isAvailable(jobject context,jobject list) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_HealthConnectClient, + &_m_HealthConnectClient__isAvailable, "isAvailable", "(Landroid/content/Context;Ljava/util/List;)Z"); + if (_m_HealthConnectClient__isAvailable == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallStaticBooleanMethod(jniEnv, _c_HealthConnectClient, _m_HealthConnectClient__isAvailable, context, list); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_HealthConnectClient__getOrCreate = NULL; FFI_PLUGIN_EXPORT -JniResult HealthConnectClient__getOrCreate(jobject context, jobject list) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_HealthConnectClient, - &_m_HealthConnectClient__getOrCreate, "getOrCreate", - "(Landroid/content/Context;Ljava/util/List;)Landroidx/" - "health/connect/client/HealthConnectClient;"); - if (_m_HealthConnectClient__getOrCreate == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_HealthConnectClient, _m_HealthConnectClient__getOrCreate, - context, list); - return to_global_ref_result(_result); +JniResult HealthConnectClient__getOrCreate(jobject context,jobject list) { + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_HealthConnectClient, + &_m_HealthConnectClient__getOrCreate, "getOrCreate", "(Landroid/content/Context;Ljava/util/List;)Landroidx/health/connect/client/HealthConnectClient;"); + if (_m_HealthConnectClient__getOrCreate == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_HealthConnectClient, _m_HealthConnectClient__getOrCreate, context, list); + return to_global_ref_result(_result); } jmethodID _m_HealthConnectClient__isAvailable1 = NULL; FFI_PLUGIN_EXPORT JniResult HealthConnectClient__isAvailable1(jobject context) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_HealthConnectClient, - &_m_HealthConnectClient__isAvailable1, "isAvailable", - "(Landroid/content/Context;)Z"); - if (_m_HealthConnectClient__isAvailable1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallStaticBooleanMethod( - jniEnv, _c_HealthConnectClient, _m_HealthConnectClient__isAvailable1, - context); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_HealthConnectClient, + &_m_HealthConnectClient__isAvailable1, "isAvailable", "(Landroid/content/Context;)Z"); + if (_m_HealthConnectClient__isAvailable1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallStaticBooleanMethod(jniEnv, _c_HealthConnectClient, _m_HealthConnectClient__isAvailable1, context); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_HealthConnectClient__getOrCreate1 = NULL; FFI_PLUGIN_EXPORT JniResult HealthConnectClient__getOrCreate1(jobject context) { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_HealthConnectClient, - &_m_HealthConnectClient__getOrCreate1, "getOrCreate", - "(Landroid/content/Context;)Landroidx/health/connect/" - "client/HealthConnectClient;"); - if (_m_HealthConnectClient__getOrCreate1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_HealthConnectClient, _m_HealthConnectClient__getOrCreate1, - context); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_HealthConnectClient, + &_m_HealthConnectClient__getOrCreate1, "getOrCreate", "(Landroid/content/Context;)Landroidx/health/connect/client/HealthConnectClient;"); + if (_m_HealthConnectClient__getOrCreate1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_HealthConnectClient, _m_HealthConnectClient__getOrCreate1, context); + return to_global_ref_result(_result); } jfieldID _f_HealthConnectClient__Companion = NULL; FFI_PLUGIN_EXPORT JniResult get_HealthConnectClient__Companion() { - load_env(); - load_class_global_ref(&_c_HealthConnectClient, - "androidx/health/connect/client/HealthConnectClient"); - if (_c_HealthConnectClient == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field( - _c_HealthConnectClient, &_f_HealthConnectClient__Companion, "Companion", + load_env(); + load_class_global_ref(&_c_HealthConnectClient, "androidx/health/connect/client/HealthConnectClient"); + if (_c_HealthConnectClient == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_HealthConnectClient, &_f_HealthConnectClient__Companion, "Companion", "Landroidx/health/connect/client/HealthConnectClient$Companion;"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_HealthConnectClient, _f_HealthConnectClient__Companion); - return to_global_ref_result(_result); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_HealthConnectClient, _f_HealthConnectClient__Companion); + return to_global_ref_result(_result); } // androidx.health.connect.client.PermissionController$Companion jclass _c_PermissionController_Companion = NULL; -jmethodID - _m_PermissionController_Companion__createRequestPermissionResultContract = - NULL; +jmethodID _m_PermissionController_Companion__createRequestPermissionResultContract = NULL; FFI_PLUGIN_EXPORT -JniResult PermissionController_Companion__createRequestPermissionResultContract( - jobject self_, - jobject string) { - load_env(); - load_class_global_ref( - &_c_PermissionController_Companion, - "androidx/health/connect/client/PermissionController$Companion"); - if (_c_PermissionController_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_PermissionController_Companion, - &_m_PermissionController_Companion__createRequestPermissionResultContract, - "createRequestPermissionResultContract", - "(Ljava/lang/String;)Landroidx/activity/result/contract/" - "ActivityResultContract;"); - if (_m_PermissionController_Companion__createRequestPermissionResultContract == - NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, - _m_PermissionController_Companion__createRequestPermissionResultContract, - string); - return to_global_ref_result(_result); +JniResult PermissionController_Companion__createRequestPermissionResultContract(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_PermissionController_Companion, "androidx/health/connect/client/PermissionController$Companion"); + if (_c_PermissionController_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_PermissionController_Companion, + &_m_PermissionController_Companion__createRequestPermissionResultContract, "createRequestPermissionResultContract", "(Ljava/lang/String;)Landroidx/activity/result/contract/ActivityResultContract;"); + if (_m_PermissionController_Companion__createRequestPermissionResultContract == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_PermissionController_Companion__createRequestPermissionResultContract, string); + return to_global_ref_result(_result); } -jmethodID - _m_PermissionController_Companion__createRequestPermissionResultContract1 = - NULL; +jmethodID _m_PermissionController_Companion__createRequestPermissionResultContract1 = NULL; FFI_PLUGIN_EXPORT -JniResult -PermissionController_Companion__createRequestPermissionResultContract1( - jobject self_) { - load_env(); - load_class_global_ref( - &_c_PermissionController_Companion, - "androidx/health/connect/client/PermissionController$Companion"); - if (_c_PermissionController_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_PermissionController_Companion, - &_m_PermissionController_Companion__createRequestPermissionResultContract1, - "createRequestPermissionResultContract", - "()Landroidx/activity/result/contract/ActivityResultContract;"); - if (_m_PermissionController_Companion__createRequestPermissionResultContract1 == - NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, - _m_PermissionController_Companion__createRequestPermissionResultContract1); - return to_global_ref_result(_result); +JniResult PermissionController_Companion__createRequestPermissionResultContract1(jobject self_) { + load_env(); + load_class_global_ref(&_c_PermissionController_Companion, "androidx/health/connect/client/PermissionController$Companion"); + if (_c_PermissionController_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_PermissionController_Companion, + &_m_PermissionController_Companion__createRequestPermissionResultContract1, "createRequestPermissionResultContract", "()Landroidx/activity/result/contract/ActivityResultContract;"); + if (_m_PermissionController_Companion__createRequestPermissionResultContract1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_PermissionController_Companion__createRequestPermissionResultContract1); + return to_global_ref_result(_result); } // androidx.health.connect.client.PermissionController @@ -584,106 +354,66 @@ jclass _c_PermissionController = NULL; jmethodID _m_PermissionController__getGrantedPermissions = NULL; FFI_PLUGIN_EXPORT -JniResult PermissionController__getGrantedPermissions(jobject self_, - jobject set, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_PermissionController, - "androidx/health/connect/client/PermissionController"); - if (_c_PermissionController == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_PermissionController, &_m_PermissionController__getGrantedPermissions, - "getGrantedPermissions", - "(Ljava/util/Set;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); - if (_m_PermissionController__getGrantedPermissions == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_PermissionController__getGrantedPermissions, set, - continuation); - return to_global_ref_result(_result); +JniResult PermissionController__getGrantedPermissions(jobject self_,jobject set,jobject continuation) { + load_env(); + load_class_global_ref(&_c_PermissionController, "androidx/health/connect/client/PermissionController"); + if (_c_PermissionController == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_PermissionController, + &_m_PermissionController__getGrantedPermissions, "getGrantedPermissions", "(Ljava/util/Set;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_PermissionController__getGrantedPermissions == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_PermissionController__getGrantedPermissions, set, continuation); + return to_global_ref_result(_result); } jmethodID _m_PermissionController__revokeAllPermissions = NULL; FFI_PLUGIN_EXPORT -JniResult PermissionController__revokeAllPermissions(jobject self_, - jobject continuation) { - load_env(); - load_class_global_ref(&_c_PermissionController, - "androidx/health/connect/client/PermissionController"); - if (_c_PermissionController == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_PermissionController, - &_m_PermissionController__revokeAllPermissions, - "revokeAllPermissions", - "(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); - if (_m_PermissionController__revokeAllPermissions == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_PermissionController__revokeAllPermissions, - continuation); - return to_global_ref_result(_result); +JniResult PermissionController__revokeAllPermissions(jobject self_,jobject continuation) { + load_env(); + load_class_global_ref(&_c_PermissionController, "androidx/health/connect/client/PermissionController"); + if (_c_PermissionController == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_PermissionController, + &_m_PermissionController__revokeAllPermissions, "revokeAllPermissions", "(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;"); + if (_m_PermissionController__revokeAllPermissions == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_PermissionController__revokeAllPermissions, continuation); + return to_global_ref_result(_result); } jmethodID _m_PermissionController__createRequestPermissionResultContract = NULL; FFI_PLUGIN_EXPORT -JniResult PermissionController__createRequestPermissionResultContract( - jobject string) { - load_env(); - load_class_global_ref(&_c_PermissionController, - "androidx/health/connect/client/PermissionController"); - if (_c_PermissionController == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method( - _c_PermissionController, - &_m_PermissionController__createRequestPermissionResultContract, - "createRequestPermissionResultContract", - "(Ljava/lang/String;)Landroidx/activity/result/contract/" - "ActivityResultContract;"); - if (_m_PermissionController__createRequestPermissionResultContract == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_PermissionController, - _m_PermissionController__createRequestPermissionResultContract, string); - return to_global_ref_result(_result); +JniResult PermissionController__createRequestPermissionResultContract(jobject string) { + load_env(); + load_class_global_ref(&_c_PermissionController, "androidx/health/connect/client/PermissionController"); + if (_c_PermissionController == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_PermissionController, + &_m_PermissionController__createRequestPermissionResultContract, "createRequestPermissionResultContract", "(Ljava/lang/String;)Landroidx/activity/result/contract/ActivityResultContract;"); + if (_m_PermissionController__createRequestPermissionResultContract == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_PermissionController, _m_PermissionController__createRequestPermissionResultContract, string); + return to_global_ref_result(_result); } -jmethodID _m_PermissionController__createRequestPermissionResultContract1 = - NULL; +jmethodID _m_PermissionController__createRequestPermissionResultContract1 = NULL; FFI_PLUGIN_EXPORT JniResult PermissionController__createRequestPermissionResultContract1() { - load_env(); - load_class_global_ref(&_c_PermissionController, - "androidx/health/connect/client/PermissionController"); - if (_c_PermissionController == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method( - _c_PermissionController, - &_m_PermissionController__createRequestPermissionResultContract1, - "createRequestPermissionResultContract", - "()Landroidx/activity/result/contract/ActivityResultContract;"); - if (_m_PermissionController__createRequestPermissionResultContract1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_PermissionController, - _m_PermissionController__createRequestPermissionResultContract1); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_PermissionController, "androidx/health/connect/client/PermissionController"); + if (_c_PermissionController == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_PermissionController, + &_m_PermissionController__createRequestPermissionResultContract1, "createRequestPermissionResultContract", "()Landroidx/activity/result/contract/ActivityResultContract;"); + if (_m_PermissionController__createRequestPermissionResultContract1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_PermissionController, _m_PermissionController__createRequestPermissionResultContract1); + return to_global_ref_result(_result); } jfieldID _f_PermissionController__Companion = NULL; FFI_PLUGIN_EXPORT JniResult get_PermissionController__Companion() { - load_env(); - load_class_global_ref(&_c_PermissionController, - "androidx/health/connect/client/PermissionController"); - if (_c_PermissionController == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field( - _c_PermissionController, &_f_PermissionController__Companion, "Companion", + load_env(); + load_class_global_ref(&_c_PermissionController, "androidx/health/connect/client/PermissionController"); + if (_c_PermissionController == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_PermissionController, &_f_PermissionController__Companion, "Companion", "Landroidx/health/connect/client/PermissionController$Companion;"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_PermissionController, _f_PermissionController__Companion); - return to_global_ref_result(_result); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_PermissionController, _f_PermissionController__Companion); + return to_global_ref_result(_result); } // androidx.health.connect.client.records.StepsRecord$Companion @@ -692,20 +422,14 @@ jclass _c_StepsRecord_Companion = NULL; jmethodID _m_StepsRecord_Companion__new0 = NULL; FFI_PLUGIN_EXPORT JniResult StepsRecord_Companion__new0(jobject defaultConstructorMarker) { - load_env(); - load_class_global_ref( - &_c_StepsRecord_Companion, - "androidx/health/connect/client/records/StepsRecord$Companion"); - if (_c_StepsRecord_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_StepsRecord_Companion, &_m_StepsRecord_Companion__new0, - "", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V"); - if (_m_StepsRecord_Companion__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject(jniEnv, _c_StepsRecord_Companion, - _m_StepsRecord_Companion__new0, - defaultConstructorMarker); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_StepsRecord_Companion, "androidx/health/connect/client/records/StepsRecord$Companion"); + if (_c_StepsRecord_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_StepsRecord_Companion, + &_m_StepsRecord_Companion__new0, "", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V"); + if (_m_StepsRecord_Companion__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_StepsRecord_Companion, _m_StepsRecord_Companion__new0, defaultConstructorMarker); + return to_global_ref_result(_result); } // androidx.health.connect.client.records.StepsRecord @@ -713,221 +437,156 @@ jclass _c_StepsRecord = NULL; jmethodID _m_StepsRecord__new0 = NULL; FFI_PLUGIN_EXPORT -JniResult StepsRecord__new0(int64_t j, - jobject instant, - jobject zoneOffset, - jobject instant1, - jobject zoneOffset1, - jobject metadata) { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_StepsRecord, &_m_StepsRecord__new0, "", - "(JLjava/time/Instant;Ljava/time/ZoneOffset;Ljava/time/" - "Instant;Ljava/time/ZoneOffset;Landroidx/health/connect/client/" - "records/metadata/Metadata;)V"); - if (_m_StepsRecord__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject( - jniEnv, _c_StepsRecord, _m_StepsRecord__new0, j, instant, zoneOffset, - instant1, zoneOffset1, metadata); - return to_global_ref_result(_result); +JniResult StepsRecord__new0(int64_t j,jobject instant,jobject zoneOffset,jobject instant1,jobject zoneOffset1,jobject metadata) { + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_StepsRecord, + &_m_StepsRecord__new0, "", "(JLjava/time/Instant;Ljava/time/ZoneOffset;Ljava/time/Instant;Ljava/time/ZoneOffset;Landroidx/health/connect/client/records/metadata/Metadata;)V"); + if (_m_StepsRecord__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_StepsRecord, _m_StepsRecord__new0, j, instant, zoneOffset, instant1, zoneOffset1, metadata); + return to_global_ref_result(_result); } jmethodID _m_StepsRecord__new1 = NULL; FFI_PLUGIN_EXPORT -JniResult StepsRecord__new1(int64_t j, - jobject instant, - jobject zoneOffset, - jobject instant1, - jobject zoneOffset1, - jobject metadata, - int32_t i, - jobject defaultConstructorMarker) { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_StepsRecord, &_m_StepsRecord__new1, "", - "(JLjava/time/Instant;Ljava/time/ZoneOffset;Ljava/time/Instant;Ljava/" - "time/ZoneOffset;Landroidx/health/connect/client/records/metadata/" - "Metadata;ILkotlin/jvm/internal/DefaultConstructorMarker;)V"); - if (_m_StepsRecord__new1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject( - jniEnv, _c_StepsRecord, _m_StepsRecord__new1, j, instant, zoneOffset, - instant1, zoneOffset1, metadata, i, defaultConstructorMarker); - return to_global_ref_result(_result); +JniResult StepsRecord__new1(int64_t j,jobject instant,jobject zoneOffset,jobject instant1,jobject zoneOffset1,jobject metadata,int32_t i,jobject defaultConstructorMarker) { + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_StepsRecord, + &_m_StepsRecord__new1, "", "(JLjava/time/Instant;Ljava/time/ZoneOffset;Ljava/time/Instant;Ljava/time/ZoneOffset;Landroidx/health/connect/client/records/metadata/Metadata;ILkotlin/jvm/internal/DefaultConstructorMarker;)V"); + if (_m_StepsRecord__new1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_StepsRecord, _m_StepsRecord__new1, j, instant, zoneOffset, instant1, zoneOffset1, metadata, i, defaultConstructorMarker); + return to_global_ref_result(_result); } jmethodID _m_StepsRecord__getCount = NULL; FFI_PLUGIN_EXPORT JniResult StepsRecord__getCount(jobject self_) { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_StepsRecord, &_m_StepsRecord__getCount, "getCount", "()J"); - if (_m_StepsRecord__getCount == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int64_t _result = - (*jniEnv)->CallLongMethod(jniEnv, self_, _m_StepsRecord__getCount); - return (JniResult){.value = {.j = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_StepsRecord, + &_m_StepsRecord__getCount, "getCount", "()J"); + if (_m_StepsRecord__getCount == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int64_t _result = (*jniEnv)->CallLongMethod(jniEnv, self_, _m_StepsRecord__getCount); + return (JniResult){.value = {.j = _result}, .exception = check_exception()}; } jmethodID _m_StepsRecord__getStartTime = NULL; FFI_PLUGIN_EXPORT JniResult StepsRecord__getStartTime(jobject self_) { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_StepsRecord, &_m_StepsRecord__getStartTime, "getStartTime", - "()Ljava/time/Instant;"); - if (_m_StepsRecord__getStartTime == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_StepsRecord__getStartTime); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_StepsRecord, + &_m_StepsRecord__getStartTime, "getStartTime", "()Ljava/time/Instant;"); + if (_m_StepsRecord__getStartTime == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_StepsRecord__getStartTime); + return to_global_ref_result(_result); } jmethodID _m_StepsRecord__getStartZoneOffset = NULL; FFI_PLUGIN_EXPORT JniResult StepsRecord__getStartZoneOffset(jobject self_) { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_StepsRecord, &_m_StepsRecord__getStartZoneOffset, - "getStartZoneOffset", "()Ljava/time/ZoneOffset;"); - if (_m_StepsRecord__getStartZoneOffset == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_StepsRecord__getStartZoneOffset); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_StepsRecord, + &_m_StepsRecord__getStartZoneOffset, "getStartZoneOffset", "()Ljava/time/ZoneOffset;"); + if (_m_StepsRecord__getStartZoneOffset == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_StepsRecord__getStartZoneOffset); + return to_global_ref_result(_result); } jmethodID _m_StepsRecord__getEndTime = NULL; FFI_PLUGIN_EXPORT JniResult StepsRecord__getEndTime(jobject self_) { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_StepsRecord, &_m_StepsRecord__getEndTime, "getEndTime", - "()Ljava/time/Instant;"); - if (_m_StepsRecord__getEndTime == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_StepsRecord__getEndTime); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_StepsRecord, + &_m_StepsRecord__getEndTime, "getEndTime", "()Ljava/time/Instant;"); + if (_m_StepsRecord__getEndTime == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_StepsRecord__getEndTime); + return to_global_ref_result(_result); } jmethodID _m_StepsRecord__getEndZoneOffset = NULL; FFI_PLUGIN_EXPORT JniResult StepsRecord__getEndZoneOffset(jobject self_) { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_StepsRecord, &_m_StepsRecord__getEndZoneOffset, - "getEndZoneOffset", "()Ljava/time/ZoneOffset;"); - if (_m_StepsRecord__getEndZoneOffset == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_StepsRecord__getEndZoneOffset); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_StepsRecord, + &_m_StepsRecord__getEndZoneOffset, "getEndZoneOffset", "()Ljava/time/ZoneOffset;"); + if (_m_StepsRecord__getEndZoneOffset == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_StepsRecord__getEndZoneOffset); + return to_global_ref_result(_result); } jmethodID _m_StepsRecord__getMetadata = NULL; FFI_PLUGIN_EXPORT JniResult StepsRecord__getMetadata(jobject self_) { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_StepsRecord, &_m_StepsRecord__getMetadata, "getMetadata", - "()Landroidx/health/connect/client/records/metadata/Metadata;"); - if (_m_StepsRecord__getMetadata == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_StepsRecord__getMetadata); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_StepsRecord, + &_m_StepsRecord__getMetadata, "getMetadata", "()Landroidx/health/connect/client/records/metadata/Metadata;"); + if (_m_StepsRecord__getMetadata == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_StepsRecord__getMetadata); + return to_global_ref_result(_result); } jmethodID _m_StepsRecord__equals1 = NULL; FFI_PLUGIN_EXPORT -JniResult StepsRecord__equals1(jobject self_, jobject object) { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_StepsRecord, &_m_StepsRecord__equals1, "equals", - "(Ljava/lang/Object;)Z"); - if (_m_StepsRecord__equals1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_StepsRecord__equals1, object); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult StepsRecord__equals1(jobject self_,jobject object) { + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_StepsRecord, + &_m_StepsRecord__equals1, "equals", "(Ljava/lang/Object;)Z"); + if (_m_StepsRecord__equals1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_StepsRecord__equals1, object); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_StepsRecord__hashCode1 = NULL; FFI_PLUGIN_EXPORT JniResult StepsRecord__hashCode1(jobject self_) { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_StepsRecord, &_m_StepsRecord__hashCode1, "hashCode", "()I"); - if (_m_StepsRecord__hashCode1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_StepsRecord__hashCode1); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_StepsRecord, + &_m_StepsRecord__hashCode1, "hashCode", "()I"); + if (_m_StepsRecord__hashCode1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_StepsRecord__hashCode1); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jfieldID _f_StepsRecord__Companion = NULL; FFI_PLUGIN_EXPORT JniResult get_StepsRecord__Companion() { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field( - _c_StepsRecord, &_f_StepsRecord__Companion, "Companion", + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_StepsRecord, &_f_StepsRecord__Companion, "Companion", "Landroidx/health/connect/client/records/StepsRecord$Companion;"); - jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_StepsRecord, - _f_StepsRecord__Companion); - return to_global_ref_result(_result); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_StepsRecord, _f_StepsRecord__Companion); + return to_global_ref_result(_result); } jfieldID _f_StepsRecord__COUNT_TOTAL = NULL; FFI_PLUGIN_EXPORT JniResult get_StepsRecord__COUNT_TOTAL() { - load_env(); - load_class_global_ref(&_c_StepsRecord, - "androidx/health/connect/client/records/StepsRecord"); - if (_c_StepsRecord == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field( - _c_StepsRecord, &_f_StepsRecord__COUNT_TOTAL, "COUNT_TOTAL", + load_env(); + load_class_global_ref(&_c_StepsRecord, "androidx/health/connect/client/records/StepsRecord"); + if (_c_StepsRecord == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_StepsRecord, &_f_StepsRecord__COUNT_TOTAL, "COUNT_TOTAL", "Landroidx/health/connect/client/aggregate/AggregateMetric;"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_StepsRecord, _f_StepsRecord__COUNT_TOTAL); - return to_global_ref_result(_result); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_StepsRecord, _f_StepsRecord__COUNT_TOTAL); + return to_global_ref_result(_result); } // androidx.health.connect.client.time.TimeRangeFilter$Companion @@ -935,148 +594,93 @@ jclass _c_TimeRangeFilter_Companion = NULL; jmethodID _m_TimeRangeFilter_Companion__between = NULL; FFI_PLUGIN_EXPORT -JniResult TimeRangeFilter_Companion__between(jobject self_, - jobject instant, - jobject instant1) { - load_env(); - load_class_global_ref( - &_c_TimeRangeFilter_Companion, - "androidx/health/connect/client/time/TimeRangeFilter$Companion"); - if (_c_TimeRangeFilter_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_TimeRangeFilter_Companion, - &_m_TimeRangeFilter_Companion__between, "between", - "(Ljava/time/Instant;Ljava/time/Instant;)Landroidx/health/" - "connect/client/time/TimeRangeFilter;"); - if (_m_TimeRangeFilter_Companion__between == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_TimeRangeFilter_Companion__between, instant, instant1); - return to_global_ref_result(_result); +JniResult TimeRangeFilter_Companion__between(jobject self_,jobject instant,jobject instant1) { + load_env(); + load_class_global_ref(&_c_TimeRangeFilter_Companion, "androidx/health/connect/client/time/TimeRangeFilter$Companion"); + if (_c_TimeRangeFilter_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter_Companion, + &_m_TimeRangeFilter_Companion__between, "between", "(Ljava/time/Instant;Ljava/time/Instant;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter_Companion__between == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_TimeRangeFilter_Companion__between, instant, instant1); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter_Companion__between1 = NULL; FFI_PLUGIN_EXPORT -JniResult TimeRangeFilter_Companion__between1(jobject self_, - jobject localDateTime, - jobject localDateTime1) { - load_env(); - load_class_global_ref( - &_c_TimeRangeFilter_Companion, - "androidx/health/connect/client/time/TimeRangeFilter$Companion"); - if (_c_TimeRangeFilter_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_TimeRangeFilter_Companion, - &_m_TimeRangeFilter_Companion__between1, "between", - "(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;)Landroidx/" - "health/connect/client/time/TimeRangeFilter;"); - if (_m_TimeRangeFilter_Companion__between1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_TimeRangeFilter_Companion__between1, localDateTime, - localDateTime1); - return to_global_ref_result(_result); +JniResult TimeRangeFilter_Companion__between1(jobject self_,jobject localDateTime,jobject localDateTime1) { + load_env(); + load_class_global_ref(&_c_TimeRangeFilter_Companion, "androidx/health/connect/client/time/TimeRangeFilter$Companion"); + if (_c_TimeRangeFilter_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter_Companion, + &_m_TimeRangeFilter_Companion__between1, "between", "(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter_Companion__between1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_TimeRangeFilter_Companion__between1, localDateTime, localDateTime1); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter_Companion__before = NULL; FFI_PLUGIN_EXPORT -JniResult TimeRangeFilter_Companion__before(jobject self_, jobject instant) { - load_env(); - load_class_global_ref( - &_c_TimeRangeFilter_Companion, - "androidx/health/connect/client/time/TimeRangeFilter$Companion"); - if (_c_TimeRangeFilter_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_TimeRangeFilter_Companion, - &_m_TimeRangeFilter_Companion__before, "before", - "(Ljava/time/Instant;)Landroidx/health/connect/client/time/" - "TimeRangeFilter;"); - if (_m_TimeRangeFilter_Companion__before == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_TimeRangeFilter_Companion__before, instant); - return to_global_ref_result(_result); +JniResult TimeRangeFilter_Companion__before(jobject self_,jobject instant) { + load_env(); + load_class_global_ref(&_c_TimeRangeFilter_Companion, "androidx/health/connect/client/time/TimeRangeFilter$Companion"); + if (_c_TimeRangeFilter_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter_Companion, + &_m_TimeRangeFilter_Companion__before, "before", "(Ljava/time/Instant;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter_Companion__before == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_TimeRangeFilter_Companion__before, instant); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter_Companion__before1 = NULL; FFI_PLUGIN_EXPORT -JniResult TimeRangeFilter_Companion__before1(jobject self_, - jobject localDateTime) { - load_env(); - load_class_global_ref( - &_c_TimeRangeFilter_Companion, - "androidx/health/connect/client/time/TimeRangeFilter$Companion"); - if (_c_TimeRangeFilter_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_TimeRangeFilter_Companion, - &_m_TimeRangeFilter_Companion__before1, "before", - "(Ljava/time/LocalDateTime;)Landroidx/health/connect/client/time/" - "TimeRangeFilter;"); - if (_m_TimeRangeFilter_Companion__before1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_TimeRangeFilter_Companion__before1, localDateTime); - return to_global_ref_result(_result); +JniResult TimeRangeFilter_Companion__before1(jobject self_,jobject localDateTime) { + load_env(); + load_class_global_ref(&_c_TimeRangeFilter_Companion, "androidx/health/connect/client/time/TimeRangeFilter$Companion"); + if (_c_TimeRangeFilter_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter_Companion, + &_m_TimeRangeFilter_Companion__before1, "before", "(Ljava/time/LocalDateTime;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter_Companion__before1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_TimeRangeFilter_Companion__before1, localDateTime); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter_Companion__after = NULL; FFI_PLUGIN_EXPORT -JniResult TimeRangeFilter_Companion__after(jobject self_, jobject instant) { - load_env(); - load_class_global_ref( - &_c_TimeRangeFilter_Companion, - "androidx/health/connect/client/time/TimeRangeFilter$Companion"); - if (_c_TimeRangeFilter_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_TimeRangeFilter_Companion, - &_m_TimeRangeFilter_Companion__after, "after", - "(Ljava/time/Instant;)Landroidx/health/connect/client/time/" - "TimeRangeFilter;"); - if (_m_TimeRangeFilter_Companion__after == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_TimeRangeFilter_Companion__after, instant); - return to_global_ref_result(_result); +JniResult TimeRangeFilter_Companion__after(jobject self_,jobject instant) { + load_env(); + load_class_global_ref(&_c_TimeRangeFilter_Companion, "androidx/health/connect/client/time/TimeRangeFilter$Companion"); + if (_c_TimeRangeFilter_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter_Companion, + &_m_TimeRangeFilter_Companion__after, "after", "(Ljava/time/Instant;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter_Companion__after == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_TimeRangeFilter_Companion__after, instant); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter_Companion__after1 = NULL; FFI_PLUGIN_EXPORT -JniResult TimeRangeFilter_Companion__after1(jobject self_, - jobject localDateTime) { - load_env(); - load_class_global_ref( - &_c_TimeRangeFilter_Companion, - "androidx/health/connect/client/time/TimeRangeFilter$Companion"); - if (_c_TimeRangeFilter_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_TimeRangeFilter_Companion, - &_m_TimeRangeFilter_Companion__after1, "after", - "(Ljava/time/LocalDateTime;)Landroidx/health/connect/client/time/" - "TimeRangeFilter;"); - if (_m_TimeRangeFilter_Companion__after1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_TimeRangeFilter_Companion__after1, localDateTime); - return to_global_ref_result(_result); +JniResult TimeRangeFilter_Companion__after1(jobject self_,jobject localDateTime) { + load_env(); + load_class_global_ref(&_c_TimeRangeFilter_Companion, "androidx/health/connect/client/time/TimeRangeFilter$Companion"); + if (_c_TimeRangeFilter_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter_Companion, + &_m_TimeRangeFilter_Companion__after1, "after", "(Ljava/time/LocalDateTime;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter_Companion__after1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_TimeRangeFilter_Companion__after1, localDateTime); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter_Companion__new0 = NULL; FFI_PLUGIN_EXPORT JniResult TimeRangeFilter_Companion__new0(jobject defaultConstructorMarker) { - load_env(); - load_class_global_ref( - &_c_TimeRangeFilter_Companion, - "androidx/health/connect/client/time/TimeRangeFilter$Companion"); - if (_c_TimeRangeFilter_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_TimeRangeFilter_Companion, &_m_TimeRangeFilter_Companion__new0, - "", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V"); - if (_m_TimeRangeFilter_Companion__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject(jniEnv, _c_TimeRangeFilter_Companion, - _m_TimeRangeFilter_Companion__new0, - defaultConstructorMarker); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_TimeRangeFilter_Companion, "androidx/health/connect/client/time/TimeRangeFilter$Companion"); + if (_c_TimeRangeFilter_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter_Companion, + &_m_TimeRangeFilter_Companion__new0, "", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V"); + if (_m_TimeRangeFilter_Companion__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_TimeRangeFilter_Companion, _m_TimeRangeFilter_Companion__new0, defaultConstructorMarker); + return to_global_ref_result(_result); } // androidx.health.connect.client.time.TimeRangeFilter @@ -1084,228 +688,157 @@ jclass _c_TimeRangeFilter = NULL; jmethodID _m_TimeRangeFilter__new0 = NULL; FFI_PLUGIN_EXPORT -JniResult TimeRangeFilter__new0(jobject instant, - jobject instant1, - jobject localDateTime, - jobject localDateTime1) { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_TimeRangeFilter, &_m_TimeRangeFilter__new0, "", - "(Ljava/time/Instant;Ljava/time/Instant;Ljava/time/" - "LocalDateTime;Ljava/time/LocalDateTime;)V"); - if (_m_TimeRangeFilter__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->NewObject(jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__new0, - instant, instant1, localDateTime, localDateTime1); - return to_global_ref_result(_result); +JniResult TimeRangeFilter__new0(jobject instant,jobject instant1,jobject localDateTime,jobject localDateTime1) { + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter, + &_m_TimeRangeFilter__new0, "", "(Ljava/time/Instant;Ljava/time/Instant;Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;)V"); + if (_m_TimeRangeFilter__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__new0, instant, instant1, localDateTime, localDateTime1); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter__new1 = NULL; FFI_PLUGIN_EXPORT -JniResult TimeRangeFilter__new1(jobject instant, - jobject instant1, - jobject localDateTime, - jobject localDateTime1, - int32_t i, - jobject defaultConstructorMarker) { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_TimeRangeFilter, &_m_TimeRangeFilter__new1, "", - "(Ljava/time/Instant;Ljava/time/Instant;Ljava/time/LocalDateTime;Ljava/" - "time/LocalDateTime;ILkotlin/jvm/internal/DefaultConstructorMarker;)V"); - if (_m_TimeRangeFilter__new1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject( - jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__new1, instant, instant1, - localDateTime, localDateTime1, i, defaultConstructorMarker); - return to_global_ref_result(_result); +JniResult TimeRangeFilter__new1(jobject instant,jobject instant1,jobject localDateTime,jobject localDateTime1,int32_t i,jobject defaultConstructorMarker) { + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter, + &_m_TimeRangeFilter__new1, "", "(Ljava/time/Instant;Ljava/time/Instant;Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;ILkotlin/jvm/internal/DefaultConstructorMarker;)V"); + if (_m_TimeRangeFilter__new1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__new1, instant, instant1, localDateTime, localDateTime1, i, defaultConstructorMarker); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter__equals1 = NULL; FFI_PLUGIN_EXPORT -JniResult TimeRangeFilter__equals1(jobject self_, jobject object) { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_TimeRangeFilter, &_m_TimeRangeFilter__equals1, "equals", - "(Ljava/lang/Object;)Z"); - if (_m_TimeRangeFilter__equals1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_TimeRangeFilter__equals1, object); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult TimeRangeFilter__equals1(jobject self_,jobject object) { + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter, + &_m_TimeRangeFilter__equals1, "equals", "(Ljava/lang/Object;)Z"); + if (_m_TimeRangeFilter__equals1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_TimeRangeFilter__equals1, object); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_TimeRangeFilter__hashCode1 = NULL; FFI_PLUGIN_EXPORT JniResult TimeRangeFilter__hashCode1(jobject self_) { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_TimeRangeFilter, &_m_TimeRangeFilter__hashCode1, "hashCode", - "()I"); - if (_m_TimeRangeFilter__hashCode1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_TimeRangeFilter__hashCode1); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter, + &_m_TimeRangeFilter__hashCode1, "hashCode", "()I"); + if (_m_TimeRangeFilter__hashCode1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_TimeRangeFilter__hashCode1); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_TimeRangeFilter__new2 = NULL; FFI_PLUGIN_EXPORT JniResult TimeRangeFilter__new2() { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_TimeRangeFilter, &_m_TimeRangeFilter__new2, "", "()V"); - if (_m_TimeRangeFilter__new2 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject(jniEnv, _c_TimeRangeFilter, - _m_TimeRangeFilter__new2); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_TimeRangeFilter, + &_m_TimeRangeFilter__new2, "", "()V"); + if (_m_TimeRangeFilter__new2 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__new2); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter__between = NULL; FFI_PLUGIN_EXPORT -JniResult TimeRangeFilter__between(jobject instant, jobject instant1) { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_TimeRangeFilter, &_m_TimeRangeFilter__between, - "between", - "(Ljava/time/Instant;Ljava/time/Instant;)Landroidx/health/" - "connect/client/time/TimeRangeFilter;"); - if (_m_TimeRangeFilter__between == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__between, instant, - instant1); - return to_global_ref_result(_result); +JniResult TimeRangeFilter__between(jobject instant,jobject instant1) { + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_TimeRangeFilter, + &_m_TimeRangeFilter__between, "between", "(Ljava/time/Instant;Ljava/time/Instant;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter__between == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__between, instant, instant1); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter__between1 = NULL; FFI_PLUGIN_EXPORT -JniResult TimeRangeFilter__between1(jobject localDateTime, - jobject localDateTime1) { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method( - _c_TimeRangeFilter, &_m_TimeRangeFilter__between1, "between", - "(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;)Landroidx/health/" - "connect/client/time/TimeRangeFilter;"); - if (_m_TimeRangeFilter__between1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__between1, localDateTime, - localDateTime1); - return to_global_ref_result(_result); +JniResult TimeRangeFilter__between1(jobject localDateTime,jobject localDateTime1) { + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_TimeRangeFilter, + &_m_TimeRangeFilter__between1, "between", "(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter__between1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__between1, localDateTime, localDateTime1); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter__before = NULL; FFI_PLUGIN_EXPORT JniResult TimeRangeFilter__before(jobject instant) { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_TimeRangeFilter, &_m_TimeRangeFilter__before, "before", - "(Ljava/time/Instant;)Landroidx/health/connect/client/" - "time/TimeRangeFilter;"); - if (_m_TimeRangeFilter__before == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__before, instant); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_TimeRangeFilter, + &_m_TimeRangeFilter__before, "before", "(Ljava/time/Instant;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter__before == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__before, instant); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter__before1 = NULL; FFI_PLUGIN_EXPORT JniResult TimeRangeFilter__before1(jobject localDateTime) { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_TimeRangeFilter, &_m_TimeRangeFilter__before1, "before", - "(Ljava/time/LocalDateTime;)Landroidx/health/connect/" - "client/time/TimeRangeFilter;"); - if (_m_TimeRangeFilter__before1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__before1, localDateTime); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_TimeRangeFilter, + &_m_TimeRangeFilter__before1, "before", "(Ljava/time/LocalDateTime;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter__before1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__before1, localDateTime); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter__after = NULL; FFI_PLUGIN_EXPORT JniResult TimeRangeFilter__after(jobject instant) { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_TimeRangeFilter, &_m_TimeRangeFilter__after, "after", - "(Ljava/time/Instant;)Landroidx/health/connect/client/" - "time/TimeRangeFilter;"); - if (_m_TimeRangeFilter__after == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__after, instant); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_TimeRangeFilter, + &_m_TimeRangeFilter__after, "after", "(Ljava/time/Instant;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter__after == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__after, instant); + return to_global_ref_result(_result); } jmethodID _m_TimeRangeFilter__after1 = NULL; FFI_PLUGIN_EXPORT JniResult TimeRangeFilter__after1(jobject localDateTime) { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_TimeRangeFilter, &_m_TimeRangeFilter__after1, "after", - "(Ljava/time/LocalDateTime;)Landroidx/health/connect/" - "client/time/TimeRangeFilter;"); - if (_m_TimeRangeFilter__after1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__after1, localDateTime); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_TimeRangeFilter, + &_m_TimeRangeFilter__after1, "after", "(Ljava/time/LocalDateTime;)Landroidx/health/connect/client/time/TimeRangeFilter;"); + if (_m_TimeRangeFilter__after1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_TimeRangeFilter, _m_TimeRangeFilter__after1, localDateTime); + return to_global_ref_result(_result); } jfieldID _f_TimeRangeFilter__Companion = NULL; FFI_PLUGIN_EXPORT JniResult get_TimeRangeFilter__Companion() { - load_env(); - load_class_global_ref(&_c_TimeRangeFilter, - "androidx/health/connect/client/time/TimeRangeFilter"); - if (_c_TimeRangeFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field( - _c_TimeRangeFilter, &_f_TimeRangeFilter__Companion, "Companion", + load_env(); + load_class_global_ref(&_c_TimeRangeFilter, "androidx/health/connect/client/time/TimeRangeFilter"); + if (_c_TimeRangeFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_TimeRangeFilter, &_f_TimeRangeFilter__Companion, "Companion", "Landroidx/health/connect/client/time/TimeRangeFilter$Companion;"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_TimeRangeFilter, _f_TimeRangeFilter__Companion); - return to_global_ref_result(_result); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_TimeRangeFilter, _f_TimeRangeFilter__Companion); + return to_global_ref_result(_result); } // android.content.Context @@ -1314,2529 +847,1834 @@ jclass _c_Context = NULL; jmethodID _m_Context__new0 = NULL; FFI_PLUGIN_EXPORT JniResult Context__new0() { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__new0, "", "()V"); - if (_m_Context__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Context, _m_Context__new0); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__new0, "", "()V"); + if (_m_Context__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Context, _m_Context__new0); + return to_global_ref_result(_result); } jmethodID _m_Context__getAssets = NULL; FFI_PLUGIN_EXPORT JniResult Context__getAssets(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getAssets, "getAssets", - "()Landroid/content/res/AssetManager;"); - if (_m_Context__getAssets == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getAssets); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getAssets, "getAssets", "()Landroid/content/res/AssetManager;"); + if (_m_Context__getAssets == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getAssets); + return to_global_ref_result(_result); } jmethodID _m_Context__getResources = NULL; FFI_PLUGIN_EXPORT JniResult Context__getResources(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getResources, "getResources", - "()Landroid/content/res/Resources;"); - if (_m_Context__getResources == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getResources); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getResources, "getResources", "()Landroid/content/res/Resources;"); + if (_m_Context__getResources == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getResources); + return to_global_ref_result(_result); } jmethodID _m_Context__getPackageManager = NULL; FFI_PLUGIN_EXPORT JniResult Context__getPackageManager(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getPackageManager, "getPackageManager", - "()Landroid/content/pm/PackageManager;"); - if (_m_Context__getPackageManager == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getPackageManager); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getPackageManager, "getPackageManager", "()Landroid/content/pm/PackageManager;"); + if (_m_Context__getPackageManager == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getPackageManager); + return to_global_ref_result(_result); } jmethodID _m_Context__getContentResolver = NULL; FFI_PLUGIN_EXPORT JniResult Context__getContentResolver(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getContentResolver, "getContentResolver", - "()Landroid/content/ContentResolver;"); - if (_m_Context__getContentResolver == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, - _m_Context__getContentResolver); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getContentResolver, "getContentResolver", "()Landroid/content/ContentResolver;"); + if (_m_Context__getContentResolver == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getContentResolver); + return to_global_ref_result(_result); } jmethodID _m_Context__getMainLooper = NULL; FFI_PLUGIN_EXPORT JniResult Context__getMainLooper(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getMainLooper, "getMainLooper", - "()Landroid/os/Looper;"); - if (_m_Context__getMainLooper == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getMainLooper); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getMainLooper, "getMainLooper", "()Landroid/os/Looper;"); + if (_m_Context__getMainLooper == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getMainLooper); + return to_global_ref_result(_result); } jmethodID _m_Context__getMainExecutor = NULL; FFI_PLUGIN_EXPORT JniResult Context__getMainExecutor(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getMainExecutor, "getMainExecutor", - "()Ljava/util/concurrent/Executor;"); - if (_m_Context__getMainExecutor == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getMainExecutor); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getMainExecutor, "getMainExecutor", "()Ljava/util/concurrent/Executor;"); + if (_m_Context__getMainExecutor == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getMainExecutor); + return to_global_ref_result(_result); } jmethodID _m_Context__getApplicationContext = NULL; FFI_PLUGIN_EXPORT JniResult Context__getApplicationContext(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getApplicationContext, - "getApplicationContext", "()Landroid/content/Context;"); - if (_m_Context__getApplicationContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getApplicationContext); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getApplicationContext, "getApplicationContext", "()Landroid/content/Context;"); + if (_m_Context__getApplicationContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getApplicationContext); + return to_global_ref_result(_result); } jmethodID _m_Context__registerComponentCallbacks = NULL; FFI_PLUGIN_EXPORT -JniResult Context__registerComponentCallbacks(jobject self_, - jobject componentCallbacks) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__registerComponentCallbacks(jobject self_,jobject componentCallbacks) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__registerComponentCallbacks, "registerComponentCallbacks", "(Landroid/content/ComponentCallbacks;)V"); + if (_m_Context__registerComponentCallbacks == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__registerComponentCallbacks, componentCallbacks); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__registerComponentCallbacks, - "registerComponentCallbacks", - "(Landroid/content/ComponentCallbacks;)V"); - if (_m_Context__registerComponentCallbacks == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Context__registerComponentCallbacks, - componentCallbacks); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__unregisterComponentCallbacks = NULL; FFI_PLUGIN_EXPORT -JniResult Context__unregisterComponentCallbacks(jobject self_, - jobject componentCallbacks) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__unregisterComponentCallbacks(jobject self_,jobject componentCallbacks) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__unregisterComponentCallbacks, "unregisterComponentCallbacks", "(Landroid/content/ComponentCallbacks;)V"); + if (_m_Context__unregisterComponentCallbacks == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__unregisterComponentCallbacks, componentCallbacks); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__unregisterComponentCallbacks, - "unregisterComponentCallbacks", - "(Landroid/content/ComponentCallbacks;)V"); - if (_m_Context__unregisterComponentCallbacks == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Context__unregisterComponentCallbacks, - componentCallbacks); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__getText = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getText(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getText, "getText", - "(I)Ljava/lang/CharSequence;"); - if (_m_Context__getText == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getText, i); - return to_global_ref_result(_result); +JniResult Context__getText(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getText, "getText", "(I)Ljava/lang/CharSequence;"); + if (_m_Context__getText == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getText, i); + return to_global_ref_result(_result); } jmethodID _m_Context__getString = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getString(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getString, "getString", - "(I)Ljava/lang/String;"); - if (_m_Context__getString == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getString, i); - return to_global_ref_result(_result); +JniResult Context__getString(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getString, "getString", "(I)Ljava/lang/String;"); + if (_m_Context__getString == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getString, i); + return to_global_ref_result(_result); } jmethodID _m_Context__getString1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getString1(jobject self_, int32_t i, jobject objects) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getString1, "getString", - "(I[Ljava/lang/Object;)Ljava/lang/String;"); - if (_m_Context__getString1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getString1, i, objects); - return to_global_ref_result(_result); +JniResult Context__getString1(jobject self_,int32_t i,jobject objects) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getString1, "getString", "(I[Ljava/lang/Object;)Ljava/lang/String;"); + if (_m_Context__getString1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getString1, i, objects); + return to_global_ref_result(_result); } jmethodID _m_Context__getColor = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getColor(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getColor, "getColor", "(I)I"); - if (_m_Context__getColor == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__getColor, i); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Context__getColor(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getColor, "getColor", "(I)I"); + if (_m_Context__getColor == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__getColor, i); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Context__getDrawable = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getDrawable(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getDrawable, "getDrawable", - "(I)Landroid/graphics/drawable/Drawable;"); - if (_m_Context__getDrawable == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getDrawable, i); - return to_global_ref_result(_result); +JniResult Context__getDrawable(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getDrawable, "getDrawable", "(I)Landroid/graphics/drawable/Drawable;"); + if (_m_Context__getDrawable == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getDrawable, i); + return to_global_ref_result(_result); } jmethodID _m_Context__getColorStateList = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getColorStateList(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getColorStateList, "getColorStateList", - "(I)Landroid/content/res/ColorStateList;"); - if (_m_Context__getColorStateList == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getColorStateList, i); - return to_global_ref_result(_result); +JniResult Context__getColorStateList(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getColorStateList, "getColorStateList", "(I)Landroid/content/res/ColorStateList;"); + if (_m_Context__getColorStateList == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getColorStateList, i); + return to_global_ref_result(_result); } jmethodID _m_Context__setTheme = NULL; FFI_PLUGIN_EXPORT -JniResult Context__setTheme(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__setTheme(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__setTheme, "setTheme", "(I)V"); + if (_m_Context__setTheme == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__setTheme, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__setTheme, "setTheme", "(I)V"); - if (_m_Context__setTheme == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__setTheme, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__getTheme = NULL; FFI_PLUGIN_EXPORT JniResult Context__getTheme(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getTheme, "getTheme", - "()Landroid/content/res/Resources$Theme;"); - if (_m_Context__getTheme == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getTheme); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getTheme, "getTheme", "()Landroid/content/res/Resources$Theme;"); + if (_m_Context__getTheme == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getTheme); + return to_global_ref_result(_result); } jmethodID _m_Context__obtainStyledAttributes = NULL; FFI_PLUGIN_EXPORT -JniResult Context__obtainStyledAttributes(jobject self_, jobject is) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__obtainStyledAttributes, - "obtainStyledAttributes", "([I)Landroid/content/res/TypedArray;"); - if (_m_Context__obtainStyledAttributes == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__obtainStyledAttributes, is); - return to_global_ref_result(_result); +JniResult Context__obtainStyledAttributes(jobject self_,jobject is) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__obtainStyledAttributes, "obtainStyledAttributes", "([I)Landroid/content/res/TypedArray;"); + if (_m_Context__obtainStyledAttributes == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__obtainStyledAttributes, is); + return to_global_ref_result(_result); } jmethodID _m_Context__obtainStyledAttributes1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__obtainStyledAttributes1(jobject self_, - int32_t i, - jobject is) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__obtainStyledAttributes1, - "obtainStyledAttributes", - "(I[I)Landroid/content/res/TypedArray;"); - if (_m_Context__obtainStyledAttributes1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__obtainStyledAttributes1, i, is); - return to_global_ref_result(_result); +JniResult Context__obtainStyledAttributes1(jobject self_,int32_t i,jobject is) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__obtainStyledAttributes1, "obtainStyledAttributes", "(I[I)Landroid/content/res/TypedArray;"); + if (_m_Context__obtainStyledAttributes1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__obtainStyledAttributes1, i, is); + return to_global_ref_result(_result); } jmethodID _m_Context__obtainStyledAttributes2 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__obtainStyledAttributes2(jobject self_, - jobject attributeSet, - jobject is) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Context, &_m_Context__obtainStyledAttributes2, - "obtainStyledAttributes", - "(Landroid/util/AttributeSet;[I)Landroid/content/res/TypedArray;"); - if (_m_Context__obtainStyledAttributes2 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__obtainStyledAttributes2, attributeSet, is); - return to_global_ref_result(_result); +JniResult Context__obtainStyledAttributes2(jobject self_,jobject attributeSet,jobject is) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__obtainStyledAttributes2, "obtainStyledAttributes", "(Landroid/util/AttributeSet;[I)Landroid/content/res/TypedArray;"); + if (_m_Context__obtainStyledAttributes2 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__obtainStyledAttributes2, attributeSet, is); + return to_global_ref_result(_result); } jmethodID _m_Context__obtainStyledAttributes3 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__obtainStyledAttributes3(jobject self_, - jobject attributeSet, - jobject is, - int32_t i, - int32_t i1) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Context, &_m_Context__obtainStyledAttributes3, - "obtainStyledAttributes", - "(Landroid/util/AttributeSet;[III)Landroid/content/res/TypedArray;"); - if (_m_Context__obtainStyledAttributes3 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__obtainStyledAttributes3, attributeSet, is, i, - i1); - return to_global_ref_result(_result); +JniResult Context__obtainStyledAttributes3(jobject self_,jobject attributeSet,jobject is,int32_t i,int32_t i1) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__obtainStyledAttributes3, "obtainStyledAttributes", "(Landroid/util/AttributeSet;[III)Landroid/content/res/TypedArray;"); + if (_m_Context__obtainStyledAttributes3 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__obtainStyledAttributes3, attributeSet, is, i, i1); + return to_global_ref_result(_result); } jmethodID _m_Context__getClassLoader = NULL; FFI_PLUGIN_EXPORT JniResult Context__getClassLoader(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getClassLoader, "getClassLoader", - "()Ljava/lang/ClassLoader;"); - if (_m_Context__getClassLoader == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getClassLoader); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getClassLoader, "getClassLoader", "()Ljava/lang/ClassLoader;"); + if (_m_Context__getClassLoader == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getClassLoader); + return to_global_ref_result(_result); } jmethodID _m_Context__getPackageName = NULL; FFI_PLUGIN_EXPORT JniResult Context__getPackageName(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getPackageName, "getPackageName", - "()Ljava/lang/String;"); - if (_m_Context__getPackageName == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getPackageName); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getPackageName, "getPackageName", "()Ljava/lang/String;"); + if (_m_Context__getPackageName == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getPackageName); + return to_global_ref_result(_result); } jmethodID _m_Context__getOpPackageName = NULL; FFI_PLUGIN_EXPORT JniResult Context__getOpPackageName(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getOpPackageName, "getOpPackageName", - "()Ljava/lang/String;"); - if (_m_Context__getOpPackageName == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getOpPackageName); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getOpPackageName, "getOpPackageName", "()Ljava/lang/String;"); + if (_m_Context__getOpPackageName == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getOpPackageName); + return to_global_ref_result(_result); } jmethodID _m_Context__getAttributionTag = NULL; FFI_PLUGIN_EXPORT JniResult Context__getAttributionTag(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getAttributionTag, "getAttributionTag", - "()Ljava/lang/String;"); - if (_m_Context__getAttributionTag == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getAttributionTag); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getAttributionTag, "getAttributionTag", "()Ljava/lang/String;"); + if (_m_Context__getAttributionTag == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getAttributionTag); + return to_global_ref_result(_result); } jmethodID _m_Context__getAttributionSource = NULL; FFI_PLUGIN_EXPORT JniResult Context__getAttributionSource(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getAttributionSource, - "getAttributionSource", "()Landroid/content/AttributionSource;"); - if (_m_Context__getAttributionSource == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getAttributionSource); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getAttributionSource, "getAttributionSource", "()Landroid/content/AttributionSource;"); + if (_m_Context__getAttributionSource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getAttributionSource); + return to_global_ref_result(_result); } jmethodID _m_Context__getParams = NULL; FFI_PLUGIN_EXPORT JniResult Context__getParams(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getParams, "getParams", - "()Landroid/content/ContextParams;"); - if (_m_Context__getParams == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getParams); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getParams, "getParams", "()Landroid/content/ContextParams;"); + if (_m_Context__getParams == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getParams); + return to_global_ref_result(_result); } jmethodID _m_Context__getApplicationInfo = NULL; FFI_PLUGIN_EXPORT JniResult Context__getApplicationInfo(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getApplicationInfo, "getApplicationInfo", - "()Landroid/content/pm/ApplicationInfo;"); - if (_m_Context__getApplicationInfo == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, - _m_Context__getApplicationInfo); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getApplicationInfo, "getApplicationInfo", "()Landroid/content/pm/ApplicationInfo;"); + if (_m_Context__getApplicationInfo == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getApplicationInfo); + return to_global_ref_result(_result); } jmethodID _m_Context__getPackageResourcePath = NULL; FFI_PLUGIN_EXPORT JniResult Context__getPackageResourcePath(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getPackageResourcePath, - "getPackageResourcePath", "()Ljava/lang/String;"); - if (_m_Context__getPackageResourcePath == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getPackageResourcePath); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getPackageResourcePath, "getPackageResourcePath", "()Ljava/lang/String;"); + if (_m_Context__getPackageResourcePath == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getPackageResourcePath); + return to_global_ref_result(_result); } jmethodID _m_Context__getPackageCodePath = NULL; FFI_PLUGIN_EXPORT JniResult Context__getPackageCodePath(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getPackageCodePath, "getPackageCodePath", - "()Ljava/lang/String;"); - if (_m_Context__getPackageCodePath == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, - _m_Context__getPackageCodePath); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getPackageCodePath, "getPackageCodePath", "()Ljava/lang/String;"); + if (_m_Context__getPackageCodePath == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getPackageCodePath); + return to_global_ref_result(_result); } jmethodID _m_Context__getSharedPreferences = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getSharedPreferences(jobject self_, - jobject string, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getSharedPreferences, - "getSharedPreferences", - "(Ljava/lang/String;I)Landroid/content/SharedPreferences;"); - if (_m_Context__getSharedPreferences == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getSharedPreferences, string, i); - return to_global_ref_result(_result); +JniResult Context__getSharedPreferences(jobject self_,jobject string,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getSharedPreferences, "getSharedPreferences", "(Ljava/lang/String;I)Landroid/content/SharedPreferences;"); + if (_m_Context__getSharedPreferences == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getSharedPreferences, string, i); + return to_global_ref_result(_result); } jmethodID _m_Context__moveSharedPreferencesFrom = NULL; FFI_PLUGIN_EXPORT -JniResult Context__moveSharedPreferencesFrom(jobject self_, - jobject context, - jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__moveSharedPreferencesFrom, - "moveSharedPreferencesFrom", - "(Landroid/content/Context;Ljava/lang/String;)Z"); - if (_m_Context__moveSharedPreferencesFrom == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Context__moveSharedPreferencesFrom, context, string); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Context__moveSharedPreferencesFrom(jobject self_,jobject context,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__moveSharedPreferencesFrom, "moveSharedPreferencesFrom", "(Landroid/content/Context;Ljava/lang/String;)Z"); + if (_m_Context__moveSharedPreferencesFrom == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__moveSharedPreferencesFrom, context, string); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__deleteSharedPreferences = NULL; FFI_PLUGIN_EXPORT -JniResult Context__deleteSharedPreferences(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__deleteSharedPreferences, - "deleteSharedPreferences", "(Ljava/lang/String;)Z"); - if (_m_Context__deleteSharedPreferences == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Context__deleteSharedPreferences, string); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Context__deleteSharedPreferences(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__deleteSharedPreferences, "deleteSharedPreferences", "(Ljava/lang/String;)Z"); + if (_m_Context__deleteSharedPreferences == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__deleteSharedPreferences, string); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__openFileInput = NULL; FFI_PLUGIN_EXPORT -JniResult Context__openFileInput(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__openFileInput, "openFileInput", - "(Ljava/lang/String;)Ljava/io/FileInputStream;"); - if (_m_Context__openFileInput == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__openFileInput, string); - return to_global_ref_result(_result); +JniResult Context__openFileInput(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__openFileInput, "openFileInput", "(Ljava/lang/String;)Ljava/io/FileInputStream;"); + if (_m_Context__openFileInput == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__openFileInput, string); + return to_global_ref_result(_result); } jmethodID _m_Context__openFileOutput = NULL; FFI_PLUGIN_EXPORT -JniResult Context__openFileOutput(jobject self_, jobject string, int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__openFileOutput, "openFileOutput", - "(Ljava/lang/String;I)Ljava/io/FileOutputStream;"); - if (_m_Context__openFileOutput == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__openFileOutput, string, i); - return to_global_ref_result(_result); +JniResult Context__openFileOutput(jobject self_,jobject string,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__openFileOutput, "openFileOutput", "(Ljava/lang/String;I)Ljava/io/FileOutputStream;"); + if (_m_Context__openFileOutput == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__openFileOutput, string, i); + return to_global_ref_result(_result); } jmethodID _m_Context__deleteFile = NULL; FFI_PLUGIN_EXPORT -JniResult Context__deleteFile(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__deleteFile, "deleteFile", - "(Ljava/lang/String;)Z"); - if (_m_Context__deleteFile == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Context__deleteFile, string); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Context__deleteFile(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__deleteFile, "deleteFile", "(Ljava/lang/String;)Z"); + if (_m_Context__deleteFile == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__deleteFile, string); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__getFileStreamPath = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getFileStreamPath(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getFileStreamPath, "getFileStreamPath", - "(Ljava/lang/String;)Ljava/io/File;"); - if (_m_Context__getFileStreamPath == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getFileStreamPath, string); - return to_global_ref_result(_result); +JniResult Context__getFileStreamPath(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getFileStreamPath, "getFileStreamPath", "(Ljava/lang/String;)Ljava/io/File;"); + if (_m_Context__getFileStreamPath == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getFileStreamPath, string); + return to_global_ref_result(_result); } jmethodID _m_Context__getDataDir = NULL; FFI_PLUGIN_EXPORT JniResult Context__getDataDir(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getDataDir, "getDataDir", - "()Ljava/io/File;"); - if (_m_Context__getDataDir == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getDataDir); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getDataDir, "getDataDir", "()Ljava/io/File;"); + if (_m_Context__getDataDir == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getDataDir); + return to_global_ref_result(_result); } jmethodID _m_Context__getFilesDir = NULL; FFI_PLUGIN_EXPORT JniResult Context__getFilesDir(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getFilesDir, "getFilesDir", - "()Ljava/io/File;"); - if (_m_Context__getFilesDir == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getFilesDir); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getFilesDir, "getFilesDir", "()Ljava/io/File;"); + if (_m_Context__getFilesDir == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getFilesDir); + return to_global_ref_result(_result); } jmethodID _m_Context__getNoBackupFilesDir = NULL; FFI_PLUGIN_EXPORT JniResult Context__getNoBackupFilesDir(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getNoBackupFilesDir, - "getNoBackupFilesDir", "()Ljava/io/File;"); - if (_m_Context__getNoBackupFilesDir == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getNoBackupFilesDir); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getNoBackupFilesDir, "getNoBackupFilesDir", "()Ljava/io/File;"); + if (_m_Context__getNoBackupFilesDir == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getNoBackupFilesDir); + return to_global_ref_result(_result); } jmethodID _m_Context__getExternalFilesDir = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getExternalFilesDir(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getExternalFilesDir, - "getExternalFilesDir", "(Ljava/lang/String;)Ljava/io/File;"); - if (_m_Context__getExternalFilesDir == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getExternalFilesDir, string); - return to_global_ref_result(_result); +JniResult Context__getExternalFilesDir(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getExternalFilesDir, "getExternalFilesDir", "(Ljava/lang/String;)Ljava/io/File;"); + if (_m_Context__getExternalFilesDir == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getExternalFilesDir, string); + return to_global_ref_result(_result); } jmethodID _m_Context__getExternalFilesDirs = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getExternalFilesDirs(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getExternalFilesDirs, - "getExternalFilesDirs", "(Ljava/lang/String;)[Ljava/io/File;"); - if (_m_Context__getExternalFilesDirs == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getExternalFilesDirs, string); - return to_global_ref_result(_result); +JniResult Context__getExternalFilesDirs(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getExternalFilesDirs, "getExternalFilesDirs", "(Ljava/lang/String;)[Ljava/io/File;"); + if (_m_Context__getExternalFilesDirs == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getExternalFilesDirs, string); + return to_global_ref_result(_result); } jmethodID _m_Context__getObbDir = NULL; FFI_PLUGIN_EXPORT JniResult Context__getObbDir(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getObbDir, "getObbDir", - "()Ljava/io/File;"); - if (_m_Context__getObbDir == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getObbDir); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getObbDir, "getObbDir", "()Ljava/io/File;"); + if (_m_Context__getObbDir == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getObbDir); + return to_global_ref_result(_result); } jmethodID _m_Context__getObbDirs = NULL; FFI_PLUGIN_EXPORT JniResult Context__getObbDirs(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getObbDirs, "getObbDirs", - "()[Ljava/io/File;"); - if (_m_Context__getObbDirs == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getObbDirs); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getObbDirs, "getObbDirs", "()[Ljava/io/File;"); + if (_m_Context__getObbDirs == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getObbDirs); + return to_global_ref_result(_result); } jmethodID _m_Context__getCacheDir = NULL; FFI_PLUGIN_EXPORT JniResult Context__getCacheDir(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getCacheDir, "getCacheDir", - "()Ljava/io/File;"); - if (_m_Context__getCacheDir == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getCacheDir); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getCacheDir, "getCacheDir", "()Ljava/io/File;"); + if (_m_Context__getCacheDir == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getCacheDir); + return to_global_ref_result(_result); } jmethodID _m_Context__getCodeCacheDir = NULL; FFI_PLUGIN_EXPORT JniResult Context__getCodeCacheDir(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getCodeCacheDir, "getCodeCacheDir", - "()Ljava/io/File;"); - if (_m_Context__getCodeCacheDir == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getCodeCacheDir); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getCodeCacheDir, "getCodeCacheDir", "()Ljava/io/File;"); + if (_m_Context__getCodeCacheDir == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getCodeCacheDir); + return to_global_ref_result(_result); } jmethodID _m_Context__getExternalCacheDir = NULL; FFI_PLUGIN_EXPORT JniResult Context__getExternalCacheDir(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getExternalCacheDir, - "getExternalCacheDir", "()Ljava/io/File;"); - if (_m_Context__getExternalCacheDir == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getExternalCacheDir); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getExternalCacheDir, "getExternalCacheDir", "()Ljava/io/File;"); + if (_m_Context__getExternalCacheDir == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getExternalCacheDir); + return to_global_ref_result(_result); } jmethodID _m_Context__getExternalCacheDirs = NULL; FFI_PLUGIN_EXPORT JniResult Context__getExternalCacheDirs(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getExternalCacheDirs, - "getExternalCacheDirs", "()[Ljava/io/File;"); - if (_m_Context__getExternalCacheDirs == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getExternalCacheDirs); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getExternalCacheDirs, "getExternalCacheDirs", "()[Ljava/io/File;"); + if (_m_Context__getExternalCacheDirs == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getExternalCacheDirs); + return to_global_ref_result(_result); } jmethodID _m_Context__getExternalMediaDirs = NULL; FFI_PLUGIN_EXPORT JniResult Context__getExternalMediaDirs(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getExternalMediaDirs, - "getExternalMediaDirs", "()[Ljava/io/File;"); - if (_m_Context__getExternalMediaDirs == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getExternalMediaDirs); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getExternalMediaDirs, "getExternalMediaDirs", "()[Ljava/io/File;"); + if (_m_Context__getExternalMediaDirs == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getExternalMediaDirs); + return to_global_ref_result(_result); } jmethodID _m_Context__fileList = NULL; FFI_PLUGIN_EXPORT JniResult Context__fileList(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__fileList, "fileList", - "()[Ljava/lang/String;"); - if (_m_Context__fileList == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__fileList); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__fileList, "fileList", "()[Ljava/lang/String;"); + if (_m_Context__fileList == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__fileList); + return to_global_ref_result(_result); } jmethodID _m_Context__getDir = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getDir(jobject self_, jobject string, int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getDir, "getDir", - "(Ljava/lang/String;I)Ljava/io/File;"); - if (_m_Context__getDir == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getDir, string, i); - return to_global_ref_result(_result); +JniResult Context__getDir(jobject self_,jobject string,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getDir, "getDir", "(Ljava/lang/String;I)Ljava/io/File;"); + if (_m_Context__getDir == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getDir, string, i); + return to_global_ref_result(_result); } jmethodID _m_Context__openOrCreateDatabase = NULL; FFI_PLUGIN_EXPORT -JniResult Context__openOrCreateDatabase(jobject self_, - jobject string, - int32_t i, - jobject cursorFactory) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Context, &_m_Context__openOrCreateDatabase, "openOrCreateDatabase", - "(Ljava/lang/String;ILandroid/database/sqlite/" - "SQLiteDatabase$CursorFactory;)Landroid/database/sqlite/SQLiteDatabase;"); - if (_m_Context__openOrCreateDatabase == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__openOrCreateDatabase, string, i, - cursorFactory); - return to_global_ref_result(_result); +JniResult Context__openOrCreateDatabase(jobject self_,jobject string,int32_t i,jobject cursorFactory) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__openOrCreateDatabase, "openOrCreateDatabase", "(Ljava/lang/String;ILandroid/database/sqlite/SQLiteDatabase$CursorFactory;)Landroid/database/sqlite/SQLiteDatabase;"); + if (_m_Context__openOrCreateDatabase == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__openOrCreateDatabase, string, i, cursorFactory); + return to_global_ref_result(_result); } jmethodID _m_Context__openOrCreateDatabase1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__openOrCreateDatabase1(jobject self_, - jobject string, - int32_t i, - jobject cursorFactory, - jobject databaseErrorHandler) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__openOrCreateDatabase1, - "openOrCreateDatabase", - "(Ljava/lang/String;ILandroid/database/sqlite/" - "SQLiteDatabase$CursorFactory;Landroid/database/" - "DatabaseErrorHandler;)Landroid/database/sqlite/SQLiteDatabase;"); - if (_m_Context__openOrCreateDatabase1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__openOrCreateDatabase1, string, i, - cursorFactory, databaseErrorHandler); - return to_global_ref_result(_result); +JniResult Context__openOrCreateDatabase1(jobject self_,jobject string,int32_t i,jobject cursorFactory,jobject databaseErrorHandler) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__openOrCreateDatabase1, "openOrCreateDatabase", "(Ljava/lang/String;ILandroid/database/sqlite/SQLiteDatabase$CursorFactory;Landroid/database/DatabaseErrorHandler;)Landroid/database/sqlite/SQLiteDatabase;"); + if (_m_Context__openOrCreateDatabase1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__openOrCreateDatabase1, string, i, cursorFactory, databaseErrorHandler); + return to_global_ref_result(_result); } jmethodID _m_Context__moveDatabaseFrom = NULL; FFI_PLUGIN_EXPORT -JniResult Context__moveDatabaseFrom(jobject self_, - jobject context, - jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__moveDatabaseFrom, "moveDatabaseFrom", - "(Landroid/content/Context;Ljava/lang/String;)Z"); - if (_m_Context__moveDatabaseFrom == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Context__moveDatabaseFrom, context, string); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Context__moveDatabaseFrom(jobject self_,jobject context,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__moveDatabaseFrom, "moveDatabaseFrom", "(Landroid/content/Context;Ljava/lang/String;)Z"); + if (_m_Context__moveDatabaseFrom == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__moveDatabaseFrom, context, string); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__deleteDatabase = NULL; FFI_PLUGIN_EXPORT -JniResult Context__deleteDatabase(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__deleteDatabase, "deleteDatabase", - "(Ljava/lang/String;)Z"); - if (_m_Context__deleteDatabase == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Context__deleteDatabase, string); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Context__deleteDatabase(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__deleteDatabase, "deleteDatabase", "(Ljava/lang/String;)Z"); + if (_m_Context__deleteDatabase == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__deleteDatabase, string); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__getDatabasePath = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getDatabasePath(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getDatabasePath, "getDatabasePath", - "(Ljava/lang/String;)Ljava/io/File;"); - if (_m_Context__getDatabasePath == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getDatabasePath, string); - return to_global_ref_result(_result); +JniResult Context__getDatabasePath(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getDatabasePath, "getDatabasePath", "(Ljava/lang/String;)Ljava/io/File;"); + if (_m_Context__getDatabasePath == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getDatabasePath, string); + return to_global_ref_result(_result); } jmethodID _m_Context__databaseList = NULL; FFI_PLUGIN_EXPORT JniResult Context__databaseList(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__databaseList, "databaseList", - "()[Ljava/lang/String;"); - if (_m_Context__databaseList == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__databaseList); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__databaseList, "databaseList", "()[Ljava/lang/String;"); + if (_m_Context__databaseList == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__databaseList); + return to_global_ref_result(_result); } jmethodID _m_Context__getWallpaper = NULL; FFI_PLUGIN_EXPORT JniResult Context__getWallpaper(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getWallpaper, "getWallpaper", - "()Landroid/graphics/drawable/Drawable;"); - if (_m_Context__getWallpaper == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getWallpaper); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getWallpaper, "getWallpaper", "()Landroid/graphics/drawable/Drawable;"); + if (_m_Context__getWallpaper == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getWallpaper); + return to_global_ref_result(_result); } jmethodID _m_Context__peekWallpaper = NULL; FFI_PLUGIN_EXPORT JniResult Context__peekWallpaper(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__peekWallpaper, "peekWallpaper", - "()Landroid/graphics/drawable/Drawable;"); - if (_m_Context__peekWallpaper == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__peekWallpaper); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__peekWallpaper, "peekWallpaper", "()Landroid/graphics/drawable/Drawable;"); + if (_m_Context__peekWallpaper == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__peekWallpaper); + return to_global_ref_result(_result); } jmethodID _m_Context__getWallpaperDesiredMinimumWidth = NULL; FFI_PLUGIN_EXPORT JniResult Context__getWallpaperDesiredMinimumWidth(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getWallpaperDesiredMinimumWidth, - "getWallpaperDesiredMinimumWidth", "()I"); - if (_m_Context__getWallpaperDesiredMinimumWidth == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Context__getWallpaperDesiredMinimumWidth); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getWallpaperDesiredMinimumWidth, "getWallpaperDesiredMinimumWidth", "()I"); + if (_m_Context__getWallpaperDesiredMinimumWidth == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__getWallpaperDesiredMinimumWidth); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Context__getWallpaperDesiredMinimumHeight = NULL; FFI_PLUGIN_EXPORT JniResult Context__getWallpaperDesiredMinimumHeight(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getWallpaperDesiredMinimumHeight, - "getWallpaperDesiredMinimumHeight", "()I"); - if (_m_Context__getWallpaperDesiredMinimumHeight == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Context__getWallpaperDesiredMinimumHeight); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getWallpaperDesiredMinimumHeight, "getWallpaperDesiredMinimumHeight", "()I"); + if (_m_Context__getWallpaperDesiredMinimumHeight == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__getWallpaperDesiredMinimumHeight); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Context__setWallpaper = NULL; FFI_PLUGIN_EXPORT -JniResult Context__setWallpaper(jobject self_, jobject bitmap) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__setWallpaper(jobject self_,jobject bitmap) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__setWallpaper, "setWallpaper", "(Landroid/graphics/Bitmap;)V"); + if (_m_Context__setWallpaper == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__setWallpaper, bitmap); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__setWallpaper, "setWallpaper", - "(Landroid/graphics/Bitmap;)V"); - if (_m_Context__setWallpaper == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__setWallpaper, bitmap); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__setWallpaper1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__setWallpaper1(jobject self_, jobject inputStream) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__setWallpaper1(jobject self_,jobject inputStream) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__setWallpaper1, "setWallpaper", "(Ljava/io/InputStream;)V"); + if (_m_Context__setWallpaper1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__setWallpaper1, inputStream); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__setWallpaper1, "setWallpaper", - "(Ljava/io/InputStream;)V"); - if (_m_Context__setWallpaper1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__setWallpaper1, - inputStream); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__clearWallpaper = NULL; FFI_PLUGIN_EXPORT JniResult Context__clearWallpaper(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__clearWallpaper, "clearWallpaper", "()V"); + if (_m_Context__clearWallpaper == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__clearWallpaper); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__clearWallpaper, "clearWallpaper", "()V"); - if (_m_Context__clearWallpaper == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__clearWallpaper); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__startActivity = NULL; FFI_PLUGIN_EXPORT -JniResult Context__startActivity(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__startActivity(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__startActivity, "startActivity", "(Landroid/content/Intent;)V"); + if (_m_Context__startActivity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startActivity, intent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__startActivity, "startActivity", - "(Landroid/content/Intent;)V"); - if (_m_Context__startActivity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startActivity, intent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__startActivity1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__startActivity1(jobject self_, - jobject intent, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__startActivity1(jobject self_,jobject intent,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__startActivity1, "startActivity", "(Landroid/content/Intent;Landroid/os/Bundle;)V"); + if (_m_Context__startActivity1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startActivity1, intent, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__startActivity1, "startActivity", - "(Landroid/content/Intent;Landroid/os/Bundle;)V"); - if (_m_Context__startActivity1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startActivity1, intent, - bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__startActivities = NULL; FFI_PLUGIN_EXPORT -JniResult Context__startActivities(jobject self_, jobject intents) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__startActivities(jobject self_,jobject intents) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__startActivities, "startActivities", "([Landroid/content/Intent;)V"); + if (_m_Context__startActivities == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startActivities, intents); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__startActivities, "startActivities", - "([Landroid/content/Intent;)V"); - if (_m_Context__startActivities == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startActivities, - intents); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__startActivities1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__startActivities1(jobject self_, - jobject intents, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__startActivities1(jobject self_,jobject intents,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__startActivities1, "startActivities", "([Landroid/content/Intent;Landroid/os/Bundle;)V"); + if (_m_Context__startActivities1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startActivities1, intents, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__startActivities1, "startActivities", - "([Landroid/content/Intent;Landroid/os/Bundle;)V"); - if (_m_Context__startActivities1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startActivities1, - intents, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__startIntentSender = NULL; FFI_PLUGIN_EXPORT -JniResult Context__startIntentSender(jobject self_, - jobject intentSender, - jobject intent, - int32_t i, - int32_t i1, - int32_t i2) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__startIntentSender(jobject self_,jobject intentSender,jobject intent,int32_t i,int32_t i1,int32_t i2) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__startIntentSender, "startIntentSender", "(Landroid/content/IntentSender;Landroid/content/Intent;III)V"); + if (_m_Context__startIntentSender == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startIntentSender, intentSender, intent, i, i1, i2); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__startIntentSender, "startIntentSender", - "(Landroid/content/IntentSender;Landroid/content/Intent;III)V"); - if (_m_Context__startIntentSender == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startIntentSender, - intentSender, intent, i, i1, i2); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__startIntentSender1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__startIntentSender1(jobject self_, - jobject intentSender, - jobject intent, - int32_t i, - int32_t i1, - int32_t i2, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__startIntentSender1(jobject self_,jobject intentSender,jobject intent,int32_t i,int32_t i1,int32_t i2,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__startIntentSender1, "startIntentSender", "(Landroid/content/IntentSender;Landroid/content/Intent;IIILandroid/os/Bundle;)V"); + if (_m_Context__startIntentSender1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startIntentSender1, intentSender, intent, i, i1, i2, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__startIntentSender1, "startIntentSender", - "(Landroid/content/IntentSender;Landroid/content/" - "Intent;IIILandroid/os/Bundle;)V"); - if (_m_Context__startIntentSender1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__startIntentSender1, - intentSender, intent, i, i1, i2, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendBroadcast = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendBroadcast(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendBroadcast(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendBroadcast, "sendBroadcast", "(Landroid/content/Intent;)V"); + if (_m_Context__sendBroadcast == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendBroadcast, intent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendBroadcast, "sendBroadcast", - "(Landroid/content/Intent;)V"); - if (_m_Context__sendBroadcast == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendBroadcast, intent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendBroadcast1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendBroadcast1(jobject self_, - jobject intent, - jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendBroadcast1(jobject self_,jobject intent,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendBroadcast1, "sendBroadcast", "(Landroid/content/Intent;Ljava/lang/String;)V"); + if (_m_Context__sendBroadcast1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendBroadcast1, intent, string); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendBroadcast1, "sendBroadcast", - "(Landroid/content/Intent;Ljava/lang/String;)V"); - if (_m_Context__sendBroadcast1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendBroadcast1, intent, - string); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendBroadcastWithMultiplePermissions = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendBroadcastWithMultiplePermissions(jobject self_, - jobject intent, - jobject strings) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendBroadcastWithMultiplePermissions(jobject self_,jobject intent,jobject strings) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendBroadcastWithMultiplePermissions, "sendBroadcastWithMultiplePermissions", "(Landroid/content/Intent;[Ljava/lang/String;)V"); + if (_m_Context__sendBroadcastWithMultiplePermissions == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendBroadcastWithMultiplePermissions, intent, strings); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendBroadcastWithMultiplePermissions, - "sendBroadcastWithMultiplePermissions", - "(Landroid/content/Intent;[Ljava/lang/String;)V"); - if (_m_Context__sendBroadcastWithMultiplePermissions == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Context__sendBroadcastWithMultiplePermissions, - intent, strings); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendOrderedBroadcast = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendOrderedBroadcast(jobject self_, - jobject intent, - jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendOrderedBroadcast(jobject self_,jobject intent,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendOrderedBroadcast, "sendOrderedBroadcast", "(Landroid/content/Intent;Ljava/lang/String;)V"); + if (_m_Context__sendOrderedBroadcast == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendOrderedBroadcast, intent, string); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendOrderedBroadcast, - "sendOrderedBroadcast", - "(Landroid/content/Intent;Ljava/lang/String;)V"); - if (_m_Context__sendOrderedBroadcast == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendOrderedBroadcast, - intent, string); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendOrderedBroadcast1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendOrderedBroadcast1(jobject self_, - jobject intent, - jobject string, - jobject broadcastReceiver, - jobject handler, - int32_t i, - jobject string1, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendOrderedBroadcast1(jobject self_,jobject intent,jobject string,jobject broadcastReceiver,jobject handler,int32_t i,jobject string1,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendOrderedBroadcast1, "sendOrderedBroadcast", "(Landroid/content/Intent;Ljava/lang/String;Landroid/content/BroadcastReceiver;Landroid/os/Handler;ILjava/lang/String;Landroid/os/Bundle;)V"); + if (_m_Context__sendOrderedBroadcast1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendOrderedBroadcast1, intent, string, broadcastReceiver, handler, i, string1, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendOrderedBroadcast1, - "sendOrderedBroadcast", - "(Landroid/content/Intent;Ljava/lang/String;Landroid/content/" - "BroadcastReceiver;Landroid/os/Handler;ILjava/lang/" - "String;Landroid/os/Bundle;)V"); - if (_m_Context__sendOrderedBroadcast1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendOrderedBroadcast1, - intent, string, broadcastReceiver, handler, i, - string1, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendBroadcastAsUser = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendBroadcastAsUser(jobject self_, - jobject intent, - jobject userHandle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendBroadcastAsUser(jobject self_,jobject intent,jobject userHandle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendBroadcastAsUser, "sendBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V"); + if (_m_Context__sendBroadcastAsUser == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendBroadcastAsUser, intent, userHandle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendBroadcastAsUser, - "sendBroadcastAsUser", - "(Landroid/content/Intent;Landroid/os/UserHandle;)V"); - if (_m_Context__sendBroadcastAsUser == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendBroadcastAsUser, - intent, userHandle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendBroadcastAsUser1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendBroadcastAsUser1(jobject self_, - jobject intent, - jobject userHandle, - jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendBroadcastAsUser1(jobject self_,jobject intent,jobject userHandle,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendBroadcastAsUser1, "sendBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;Ljava/lang/String;)V"); + if (_m_Context__sendBroadcastAsUser1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendBroadcastAsUser1, intent, userHandle, string); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Context, &_m_Context__sendBroadcastAsUser1, "sendBroadcastAsUser", - "(Landroid/content/Intent;Landroid/os/UserHandle;Ljava/lang/String;)V"); - if (_m_Context__sendBroadcastAsUser1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendBroadcastAsUser1, - intent, userHandle, string); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendOrderedBroadcastAsUser = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendOrderedBroadcastAsUser(jobject self_, - jobject intent, - jobject userHandle, - jobject string, - jobject broadcastReceiver, - jobject handler, - int32_t i, - jobject string1, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendOrderedBroadcastAsUser(jobject self_,jobject intent,jobject userHandle,jobject string,jobject broadcastReceiver,jobject handler,int32_t i,jobject string1,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendOrderedBroadcastAsUser, "sendOrderedBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;Ljava/lang/String;Landroid/content/BroadcastReceiver;Landroid/os/Handler;ILjava/lang/String;Landroid/os/Bundle;)V"); + if (_m_Context__sendOrderedBroadcastAsUser == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendOrderedBroadcastAsUser, intent, userHandle, string, broadcastReceiver, handler, i, string1, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendOrderedBroadcastAsUser, - "sendOrderedBroadcastAsUser", - "(Landroid/content/Intent;Landroid/os/UserHandle;Ljava/lang/" - "String;Landroid/content/BroadcastReceiver;Landroid/os/" - "Handler;ILjava/lang/String;Landroid/os/Bundle;)V"); - if (_m_Context__sendOrderedBroadcastAsUser == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod( - jniEnv, self_, _m_Context__sendOrderedBroadcastAsUser, intent, userHandle, - string, broadcastReceiver, handler, i, string1, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendOrderedBroadcast2 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendOrderedBroadcast2(jobject self_, - jobject intent, - jobject string, - jobject string1, - jobject broadcastReceiver, - jobject handler, - int32_t i, - jobject string2, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendOrderedBroadcast2(jobject self_,jobject intent,jobject string,jobject string1,jobject broadcastReceiver,jobject handler,int32_t i,jobject string2,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendOrderedBroadcast2, "sendOrderedBroadcast", "(Landroid/content/Intent;Ljava/lang/String;Ljava/lang/String;Landroid/content/BroadcastReceiver;Landroid/os/Handler;ILjava/lang/String;Landroid/os/Bundle;)V"); + if (_m_Context__sendOrderedBroadcast2 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendOrderedBroadcast2, intent, string, string1, broadcastReceiver, handler, i, string2, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendOrderedBroadcast2, - "sendOrderedBroadcast", - "(Landroid/content/Intent;Ljava/lang/String;Ljava/lang/" - "String;Landroid/content/BroadcastReceiver;Landroid/os/" - "Handler;ILjava/lang/String;Landroid/os/Bundle;)V"); - if (_m_Context__sendOrderedBroadcast2 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendOrderedBroadcast2, - intent, string, string1, broadcastReceiver, handler, - i, string2, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendStickyBroadcast = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendStickyBroadcast(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendStickyBroadcast(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendStickyBroadcast, "sendStickyBroadcast", "(Landroid/content/Intent;)V"); + if (_m_Context__sendStickyBroadcast == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendStickyBroadcast, intent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendStickyBroadcast, - "sendStickyBroadcast", "(Landroid/content/Intent;)V"); - if (_m_Context__sendStickyBroadcast == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendStickyBroadcast, - intent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendStickyBroadcast1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendStickyBroadcast1(jobject self_, - jobject intent, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendStickyBroadcast1(jobject self_,jobject intent,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendStickyBroadcast1, "sendStickyBroadcast", "(Landroid/content/Intent;Landroid/os/Bundle;)V"); + if (_m_Context__sendStickyBroadcast1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendStickyBroadcast1, intent, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendStickyBroadcast1, - "sendStickyBroadcast", - "(Landroid/content/Intent;Landroid/os/Bundle;)V"); - if (_m_Context__sendStickyBroadcast1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendStickyBroadcast1, - intent, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendStickyOrderedBroadcast = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendStickyOrderedBroadcast(jobject self_, - jobject intent, - jobject broadcastReceiver, - jobject handler, - int32_t i, - jobject string, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendStickyOrderedBroadcast(jobject self_,jobject intent,jobject broadcastReceiver,jobject handler,int32_t i,jobject string,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendStickyOrderedBroadcast, "sendStickyOrderedBroadcast", "(Landroid/content/Intent;Landroid/content/BroadcastReceiver;Landroid/os/Handler;ILjava/lang/String;Landroid/os/Bundle;)V"); + if (_m_Context__sendStickyOrderedBroadcast == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendStickyOrderedBroadcast, intent, broadcastReceiver, handler, i, string, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Context, &_m_Context__sendStickyOrderedBroadcast, - "sendStickyOrderedBroadcast", - "(Landroid/content/Intent;Landroid/content/BroadcastReceiver;Landroid/os/" - "Handler;ILjava/lang/String;Landroid/os/Bundle;)V"); - if (_m_Context__sendStickyOrderedBroadcast == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Context__sendStickyOrderedBroadcast, intent, - broadcastReceiver, handler, i, string, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__removeStickyBroadcast = NULL; FFI_PLUGIN_EXPORT -JniResult Context__removeStickyBroadcast(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__removeStickyBroadcast(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__removeStickyBroadcast, "removeStickyBroadcast", "(Landroid/content/Intent;)V"); + if (_m_Context__removeStickyBroadcast == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__removeStickyBroadcast, intent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__removeStickyBroadcast, - "removeStickyBroadcast", "(Landroid/content/Intent;)V"); - if (_m_Context__removeStickyBroadcast == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__removeStickyBroadcast, - intent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendStickyBroadcastAsUser = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendStickyBroadcastAsUser(jobject self_, - jobject intent, - jobject userHandle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendStickyBroadcastAsUser(jobject self_,jobject intent,jobject userHandle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendStickyBroadcastAsUser, "sendStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V"); + if (_m_Context__sendStickyBroadcastAsUser == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendStickyBroadcastAsUser, intent, userHandle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendStickyBroadcastAsUser, - "sendStickyBroadcastAsUser", - "(Landroid/content/Intent;Landroid/os/UserHandle;)V"); - if (_m_Context__sendStickyBroadcastAsUser == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod( - jniEnv, self_, _m_Context__sendStickyBroadcastAsUser, intent, userHandle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__sendStickyOrderedBroadcastAsUser = NULL; FFI_PLUGIN_EXPORT -JniResult Context__sendStickyOrderedBroadcastAsUser(jobject self_, - jobject intent, - jobject userHandle, - jobject broadcastReceiver, - jobject handler, - int32_t i, - jobject string, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__sendStickyOrderedBroadcastAsUser(jobject self_,jobject intent,jobject userHandle,jobject broadcastReceiver,jobject handler,int32_t i,jobject string,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__sendStickyOrderedBroadcastAsUser, "sendStickyOrderedBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;Landroid/content/BroadcastReceiver;Landroid/os/Handler;ILjava/lang/String;Landroid/os/Bundle;)V"); + if (_m_Context__sendStickyOrderedBroadcastAsUser == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__sendStickyOrderedBroadcastAsUser, intent, userHandle, broadcastReceiver, handler, i, string, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__sendStickyOrderedBroadcastAsUser, - "sendStickyOrderedBroadcastAsUser", - "(Landroid/content/Intent;Landroid/os/UserHandle;Landroid/" - "content/BroadcastReceiver;Landroid/os/Handler;ILjava/lang/" - "String;Landroid/os/Bundle;)V"); - if (_m_Context__sendStickyOrderedBroadcastAsUser == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod( - jniEnv, self_, _m_Context__sendStickyOrderedBroadcastAsUser, intent, - userHandle, broadcastReceiver, handler, i, string, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__removeStickyBroadcastAsUser = NULL; FFI_PLUGIN_EXPORT -JniResult Context__removeStickyBroadcastAsUser(jobject self_, - jobject intent, - jobject userHandle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__removeStickyBroadcastAsUser(jobject self_,jobject intent,jobject userHandle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__removeStickyBroadcastAsUser, "removeStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V"); + if (_m_Context__removeStickyBroadcastAsUser == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__removeStickyBroadcastAsUser, intent, userHandle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__removeStickyBroadcastAsUser, - "removeStickyBroadcastAsUser", - "(Landroid/content/Intent;Landroid/os/UserHandle;)V"); - if (_m_Context__removeStickyBroadcastAsUser == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Context__removeStickyBroadcastAsUser, intent, - userHandle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__registerReceiver = NULL; FFI_PLUGIN_EXPORT -JniResult Context__registerReceiver(jobject self_, - jobject broadcastReceiver, - jobject intentFilter) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__registerReceiver, "registerReceiver", - "(Landroid/content/BroadcastReceiver;Landroid/content/" - "IntentFilter;)Landroid/content/Intent;"); - if (_m_Context__registerReceiver == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__registerReceiver, - broadcastReceiver, intentFilter); - return to_global_ref_result(_result); +JniResult Context__registerReceiver(jobject self_,jobject broadcastReceiver,jobject intentFilter) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__registerReceiver, "registerReceiver", "(Landroid/content/BroadcastReceiver;Landroid/content/IntentFilter;)Landroid/content/Intent;"); + if (_m_Context__registerReceiver == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__registerReceiver, broadcastReceiver, intentFilter); + return to_global_ref_result(_result); } jmethodID _m_Context__registerReceiver1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__registerReceiver1(jobject self_, - jobject broadcastReceiver, - jobject intentFilter, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__registerReceiver1, "registerReceiver", - "(Landroid/content/BroadcastReceiver;Landroid/content/" - "IntentFilter;I)Landroid/content/Intent;"); - if (_m_Context__registerReceiver1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__registerReceiver1, - broadcastReceiver, intentFilter, i); - return to_global_ref_result(_result); +JniResult Context__registerReceiver1(jobject self_,jobject broadcastReceiver,jobject intentFilter,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__registerReceiver1, "registerReceiver", "(Landroid/content/BroadcastReceiver;Landroid/content/IntentFilter;I)Landroid/content/Intent;"); + if (_m_Context__registerReceiver1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__registerReceiver1, broadcastReceiver, intentFilter, i); + return to_global_ref_result(_result); } jmethodID _m_Context__registerReceiver2 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__registerReceiver2(jobject self_, - jobject broadcastReceiver, - jobject intentFilter, - jobject string, - jobject handler) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Context, &_m_Context__registerReceiver2, "registerReceiver", - "(Landroid/content/BroadcastReceiver;Landroid/content/IntentFilter;Ljava/" - "lang/String;Landroid/os/Handler;)Landroid/content/Intent;"); - if (_m_Context__registerReceiver2 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__registerReceiver2, broadcastReceiver, - intentFilter, string, handler); - return to_global_ref_result(_result); +JniResult Context__registerReceiver2(jobject self_,jobject broadcastReceiver,jobject intentFilter,jobject string,jobject handler) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__registerReceiver2, "registerReceiver", "(Landroid/content/BroadcastReceiver;Landroid/content/IntentFilter;Ljava/lang/String;Landroid/os/Handler;)Landroid/content/Intent;"); + if (_m_Context__registerReceiver2 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__registerReceiver2, broadcastReceiver, intentFilter, string, handler); + return to_global_ref_result(_result); } jmethodID _m_Context__registerReceiver3 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__registerReceiver3(jobject self_, - jobject broadcastReceiver, - jobject intentFilter, - jobject string, - jobject handler, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Context, &_m_Context__registerReceiver3, "registerReceiver", - "(Landroid/content/BroadcastReceiver;Landroid/content/IntentFilter;Ljava/" - "lang/String;Landroid/os/Handler;I)Landroid/content/Intent;"); - if (_m_Context__registerReceiver3 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__registerReceiver3, broadcastReceiver, - intentFilter, string, handler, i); - return to_global_ref_result(_result); +JniResult Context__registerReceiver3(jobject self_,jobject broadcastReceiver,jobject intentFilter,jobject string,jobject handler,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__registerReceiver3, "registerReceiver", "(Landroid/content/BroadcastReceiver;Landroid/content/IntentFilter;Ljava/lang/String;Landroid/os/Handler;I)Landroid/content/Intent;"); + if (_m_Context__registerReceiver3 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__registerReceiver3, broadcastReceiver, intentFilter, string, handler, i); + return to_global_ref_result(_result); } jmethodID _m_Context__unregisterReceiver = NULL; FFI_PLUGIN_EXPORT -JniResult Context__unregisterReceiver(jobject self_, - jobject broadcastReceiver) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__unregisterReceiver(jobject self_,jobject broadcastReceiver) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__unregisterReceiver, "unregisterReceiver", "(Landroid/content/BroadcastReceiver;)V"); + if (_m_Context__unregisterReceiver == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__unregisterReceiver, broadcastReceiver); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__unregisterReceiver, "unregisterReceiver", - "(Landroid/content/BroadcastReceiver;)V"); - if (_m_Context__unregisterReceiver == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__unregisterReceiver, - broadcastReceiver); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__startService = NULL; FFI_PLUGIN_EXPORT -JniResult Context__startService(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__startService, "startService", - "(Landroid/content/Intent;)Landroid/content/ComponentName;"); - if (_m_Context__startService == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__startService, intent); - return to_global_ref_result(_result); +JniResult Context__startService(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__startService, "startService", "(Landroid/content/Intent;)Landroid/content/ComponentName;"); + if (_m_Context__startService == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__startService, intent); + return to_global_ref_result(_result); } jmethodID _m_Context__startForegroundService = NULL; FFI_PLUGIN_EXPORT -JniResult Context__startForegroundService(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__startForegroundService, - "startForegroundService", - "(Landroid/content/Intent;)Landroid/content/ComponentName;"); - if (_m_Context__startForegroundService == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__startForegroundService, intent); - return to_global_ref_result(_result); +JniResult Context__startForegroundService(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__startForegroundService, "startForegroundService", "(Landroid/content/Intent;)Landroid/content/ComponentName;"); + if (_m_Context__startForegroundService == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__startForegroundService, intent); + return to_global_ref_result(_result); } jmethodID _m_Context__stopService = NULL; FFI_PLUGIN_EXPORT -JniResult Context__stopService(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__stopService, "stopService", - "(Landroid/content/Intent;)Z"); - if (_m_Context__stopService == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Context__stopService, intent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Context__stopService(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__stopService, "stopService", "(Landroid/content/Intent;)Z"); + if (_m_Context__stopService == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__stopService, intent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__bindService = NULL; FFI_PLUGIN_EXPORT -JniResult Context__bindService(jobject self_, - jobject intent, - jobject serviceConnection, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Context, &_m_Context__bindService, "bindService", - "(Landroid/content/Intent;Landroid/content/ServiceConnection;I)Z"); - if (_m_Context__bindService == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Context__bindService, intent, serviceConnection, i); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Context__bindService(jobject self_,jobject intent,jobject serviceConnection,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__bindService, "bindService", "(Landroid/content/Intent;Landroid/content/ServiceConnection;I)Z"); + if (_m_Context__bindService == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__bindService, intent, serviceConnection, i); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__bindService1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__bindService1(jobject self_, - jobject intent, - int32_t i, - jobject executor, - jobject serviceConnection) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__bindService1, "bindService", - "(Landroid/content/Intent;ILjava/util/concurrent/" - "Executor;Landroid/content/ServiceConnection;)Z"); - if (_m_Context__bindService1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__bindService1, - intent, i, executor, serviceConnection); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Context__bindService1(jobject self_,jobject intent,int32_t i,jobject executor,jobject serviceConnection) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__bindService1, "bindService", "(Landroid/content/Intent;ILjava/util/concurrent/Executor;Landroid/content/ServiceConnection;)Z"); + if (_m_Context__bindService1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__bindService1, intent, i, executor, serviceConnection); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__bindIsolatedService = NULL; FFI_PLUGIN_EXPORT -JniResult Context__bindIsolatedService(jobject self_, - jobject intent, - int32_t i, - jobject string, - jobject executor, - jobject serviceConnection) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__bindIsolatedService, - "bindIsolatedService", - "(Landroid/content/Intent;ILjava/lang/String;Ljava/util/" - "concurrent/Executor;Landroid/content/ServiceConnection;)Z"); - if (_m_Context__bindIsolatedService == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Context__bindIsolatedService, intent, i, string, - executor, serviceConnection); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Context__bindIsolatedService(jobject self_,jobject intent,int32_t i,jobject string,jobject executor,jobject serviceConnection) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__bindIsolatedService, "bindIsolatedService", "(Landroid/content/Intent;ILjava/lang/String;Ljava/util/concurrent/Executor;Landroid/content/ServiceConnection;)Z"); + if (_m_Context__bindIsolatedService == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__bindIsolatedService, intent, i, string, executor, serviceConnection); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__bindServiceAsUser = NULL; FFI_PLUGIN_EXPORT -JniResult Context__bindServiceAsUser(jobject self_, - jobject intent, - jobject serviceConnection, - int32_t i, - jobject userHandle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__bindServiceAsUser, "bindServiceAsUser", - "(Landroid/content/Intent;Landroid/content/" - "ServiceConnection;ILandroid/os/UserHandle;)Z"); - if (_m_Context__bindServiceAsUser == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__bindServiceAsUser, - intent, serviceConnection, i, userHandle); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Context__bindServiceAsUser(jobject self_,jobject intent,jobject serviceConnection,int32_t i,jobject userHandle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__bindServiceAsUser, "bindServiceAsUser", "(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/UserHandle;)Z"); + if (_m_Context__bindServiceAsUser == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__bindServiceAsUser, intent, serviceConnection, i, userHandle); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__updateServiceGroup = NULL; FFI_PLUGIN_EXPORT -JniResult Context__updateServiceGroup(jobject self_, - jobject serviceConnection, - int32_t i, - int32_t i1) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__updateServiceGroup(jobject self_,jobject serviceConnection,int32_t i,int32_t i1) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__updateServiceGroup, "updateServiceGroup", "(Landroid/content/ServiceConnection;II)V"); + if (_m_Context__updateServiceGroup == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__updateServiceGroup, serviceConnection, i, i1); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__updateServiceGroup, "updateServiceGroup", - "(Landroid/content/ServiceConnection;II)V"); - if (_m_Context__updateServiceGroup == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__updateServiceGroup, - serviceConnection, i, i1); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__unbindService = NULL; FFI_PLUGIN_EXPORT -JniResult Context__unbindService(jobject self_, jobject serviceConnection) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__unbindService(jobject self_,jobject serviceConnection) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__unbindService, "unbindService", "(Landroid/content/ServiceConnection;)V"); + if (_m_Context__unbindService == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__unbindService, serviceConnection); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__unbindService, "unbindService", - "(Landroid/content/ServiceConnection;)V"); - if (_m_Context__unbindService == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__unbindService, - serviceConnection); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__startInstrumentation = NULL; FFI_PLUGIN_EXPORT -JniResult Context__startInstrumentation(jobject self_, - jobject componentName, - jobject string, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__startInstrumentation, - "startInstrumentation", - "(Landroid/content/ComponentName;Ljava/lang/String;Landroid/os/" - "Bundle;)Z"); - if (_m_Context__startInstrumentation == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Context__startInstrumentation, componentName, string, - bundle); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Context__startInstrumentation(jobject self_,jobject componentName,jobject string,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__startInstrumentation, "startInstrumentation", "(Landroid/content/ComponentName;Ljava/lang/String;Landroid/os/Bundle;)Z"); + if (_m_Context__startInstrumentation == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__startInstrumentation, componentName, string, bundle); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__getSystemService = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getSystemService(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getSystemService, "getSystemService", - "(Ljava/lang/String;)Ljava/lang/Object;"); - if (_m_Context__getSystemService == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getSystemService, string); - return to_global_ref_result(_result); +JniResult Context__getSystemService(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getSystemService, "getSystemService", "(Ljava/lang/String;)Ljava/lang/Object;"); + if (_m_Context__getSystemService == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getSystemService, string); + return to_global_ref_result(_result); } jmethodID _m_Context__getSystemService1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getSystemService1(jobject self_, jobject class) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getSystemService1, "getSystemService", - "(Ljava/lang/Class;)Ljava/lang/Object;"); - if (_m_Context__getSystemService1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getSystemService1, class); - return to_global_ref_result(_result); +JniResult Context__getSystemService1(jobject self_,jobject class) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getSystemService1, "getSystemService", "(Ljava/lang/Class;)Ljava/lang/Object;"); + if (_m_Context__getSystemService1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getSystemService1, class); + return to_global_ref_result(_result); } jmethodID _m_Context__getSystemServiceName = NULL; FFI_PLUGIN_EXPORT -JniResult Context__getSystemServiceName(jobject self_, jobject class) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getSystemServiceName, - "getSystemServiceName", "(Ljava/lang/Class;)Ljava/lang/String;"); - if (_m_Context__getSystemServiceName == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__getSystemServiceName, class); - return to_global_ref_result(_result); +JniResult Context__getSystemServiceName(jobject self_,jobject class) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getSystemServiceName, "getSystemServiceName", "(Ljava/lang/Class;)Ljava/lang/String;"); + if (_m_Context__getSystemServiceName == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getSystemServiceName, class); + return to_global_ref_result(_result); } jmethodID _m_Context__checkPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__checkPermission(jobject self_, - jobject string, - int32_t i, - int32_t i1) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__checkPermission, "checkPermission", - "(Ljava/lang/String;II)I"); - if (_m_Context__checkPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Context__checkPermission, string, i, i1); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Context__checkPermission(jobject self_,jobject string,int32_t i,int32_t i1) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__checkPermission, "checkPermission", "(Ljava/lang/String;II)I"); + if (_m_Context__checkPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__checkPermission, string, i, i1); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Context__checkCallingPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__checkCallingPermission(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__checkCallingPermission, - "checkCallingPermission", "(Ljava/lang/String;)I"); - if (_m_Context__checkCallingPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Context__checkCallingPermission, string); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Context__checkCallingPermission(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__checkCallingPermission, "checkCallingPermission", "(Ljava/lang/String;)I"); + if (_m_Context__checkCallingPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__checkCallingPermission, string); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Context__checkCallingOrSelfPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__checkCallingOrSelfPermission(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__checkCallingOrSelfPermission, - "checkCallingOrSelfPermission", "(Ljava/lang/String;)I"); - if (_m_Context__checkCallingOrSelfPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Context__checkCallingOrSelfPermission, string); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Context__checkCallingOrSelfPermission(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__checkCallingOrSelfPermission, "checkCallingOrSelfPermission", "(Ljava/lang/String;)I"); + if (_m_Context__checkCallingOrSelfPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__checkCallingOrSelfPermission, string); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Context__checkSelfPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__checkSelfPermission(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__checkSelfPermission, - "checkSelfPermission", "(Ljava/lang/String;)I"); - if (_m_Context__checkSelfPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Context__checkSelfPermission, string); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Context__checkSelfPermission(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__checkSelfPermission, "checkSelfPermission", "(Ljava/lang/String;)I"); + if (_m_Context__checkSelfPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__checkSelfPermission, string); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Context__enforcePermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__enforcePermission(jobject self_, - jobject string, - int32_t i, - int32_t i1, - jobject string1) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__enforcePermission(jobject self_,jobject string,int32_t i,int32_t i1,jobject string1) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__enforcePermission, "enforcePermission", "(Ljava/lang/String;IILjava/lang/String;)V"); + if (_m_Context__enforcePermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__enforcePermission, string, i, i1, string1); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__enforcePermission, "enforcePermission", - "(Ljava/lang/String;IILjava/lang/String;)V"); - if (_m_Context__enforcePermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__enforcePermission, - string, i, i1, string1); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__enforceCallingPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__enforceCallingPermission(jobject self_, - jobject string, - jobject string1) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__enforceCallingPermission(jobject self_,jobject string,jobject string1) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__enforceCallingPermission, "enforceCallingPermission", "(Ljava/lang/String;Ljava/lang/String;)V"); + if (_m_Context__enforceCallingPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__enforceCallingPermission, string, string1); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__enforceCallingPermission, - "enforceCallingPermission", - "(Ljava/lang/String;Ljava/lang/String;)V"); - if (_m_Context__enforceCallingPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__enforceCallingPermission, - string, string1); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__enforceCallingOrSelfPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__enforceCallingOrSelfPermission(jobject self_, - jobject string, - jobject string1) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__enforceCallingOrSelfPermission(jobject self_,jobject string,jobject string1) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__enforceCallingOrSelfPermission, "enforceCallingOrSelfPermission", "(Ljava/lang/String;Ljava/lang/String;)V"); + if (_m_Context__enforceCallingOrSelfPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__enforceCallingOrSelfPermission, string, string1); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__enforceCallingOrSelfPermission, - "enforceCallingOrSelfPermission", - "(Ljava/lang/String;Ljava/lang/String;)V"); - if (_m_Context__enforceCallingOrSelfPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Context__enforceCallingOrSelfPermission, string, - string1); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__grantUriPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__grantUriPermission(jobject self_, - jobject string, - jobject uri, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__grantUriPermission(jobject self_,jobject string,jobject uri,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__grantUriPermission, "grantUriPermission", "(Ljava/lang/String;Landroid/net/Uri;I)V"); + if (_m_Context__grantUriPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__grantUriPermission, string, uri, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__grantUriPermission, "grantUriPermission", - "(Ljava/lang/String;Landroid/net/Uri;I)V"); - if (_m_Context__grantUriPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__grantUriPermission, - string, uri, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__revokeUriPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__revokeUriPermission(jobject self_, jobject uri, int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__revokeUriPermission(jobject self_,jobject uri,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__revokeUriPermission, "revokeUriPermission", "(Landroid/net/Uri;I)V"); + if (_m_Context__revokeUriPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__revokeUriPermission, uri, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__revokeUriPermission, - "revokeUriPermission", "(Landroid/net/Uri;I)V"); - if (_m_Context__revokeUriPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__revokeUriPermission, uri, - i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__revokeUriPermission1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__revokeUriPermission1(jobject self_, - jobject string, - jobject uri, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__revokeUriPermission1(jobject self_,jobject string,jobject uri,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__revokeUriPermission1, "revokeUriPermission", "(Ljava/lang/String;Landroid/net/Uri;I)V"); + if (_m_Context__revokeUriPermission1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__revokeUriPermission1, string, uri, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__revokeUriPermission1, - "revokeUriPermission", "(Ljava/lang/String;Landroid/net/Uri;I)V"); - if (_m_Context__revokeUriPermission1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__revokeUriPermission1, - string, uri, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__checkUriPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__checkUriPermission(jobject self_, - jobject uri, - int32_t i, - int32_t i1, - int32_t i2) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__checkUriPermission, "checkUriPermission", - "(Landroid/net/Uri;III)I"); - if (_m_Context__checkUriPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Context__checkUriPermission, uri, i, i1, i2); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Context__checkUriPermission(jobject self_,jobject uri,int32_t i,int32_t i1,int32_t i2) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__checkUriPermission, "checkUriPermission", "(Landroid/net/Uri;III)I"); + if (_m_Context__checkUriPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__checkUriPermission, uri, i, i1, i2); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Context__checkUriPermissions = NULL; FFI_PLUGIN_EXPORT -JniResult Context__checkUriPermissions(jobject self_, - jobject list, - int32_t i, - int32_t i1, - int32_t i2) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__checkUriPermissions, - "checkUriPermissions", "(Ljava/util/List;III)[I"); - if (_m_Context__checkUriPermissions == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__checkUriPermissions, list, i, i1, i2); - return to_global_ref_result(_result); +JniResult Context__checkUriPermissions(jobject self_,jobject list,int32_t i,int32_t i1,int32_t i2) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__checkUriPermissions, "checkUriPermissions", "(Ljava/util/List;III)[I"); + if (_m_Context__checkUriPermissions == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__checkUriPermissions, list, i, i1, i2); + return to_global_ref_result(_result); } jmethodID _m_Context__checkCallingUriPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__checkCallingUriPermission(jobject self_, - jobject uri, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__checkCallingUriPermission, - "checkCallingUriPermission", "(Landroid/net/Uri;I)I"); - if (_m_Context__checkCallingUriPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Context__checkCallingUriPermission, uri, i); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Context__checkCallingUriPermission(jobject self_,jobject uri,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__checkCallingUriPermission, "checkCallingUriPermission", "(Landroid/net/Uri;I)I"); + if (_m_Context__checkCallingUriPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__checkCallingUriPermission, uri, i); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Context__checkCallingUriPermissions = NULL; FFI_PLUGIN_EXPORT -JniResult Context__checkCallingUriPermissions(jobject self_, - jobject list, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__checkCallingUriPermissions, - "checkCallingUriPermissions", "(Ljava/util/List;I)[I"); - if (_m_Context__checkCallingUriPermissions == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__checkCallingUriPermissions, list, i); - return to_global_ref_result(_result); +JniResult Context__checkCallingUriPermissions(jobject self_,jobject list,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__checkCallingUriPermissions, "checkCallingUriPermissions", "(Ljava/util/List;I)[I"); + if (_m_Context__checkCallingUriPermissions == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__checkCallingUriPermissions, list, i); + return to_global_ref_result(_result); } jmethodID _m_Context__checkCallingOrSelfUriPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__checkCallingOrSelfUriPermission(jobject self_, - jobject uri, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__checkCallingOrSelfUriPermission, - "checkCallingOrSelfUriPermission", "(Landroid/net/Uri;I)I"); - if (_m_Context__checkCallingOrSelfUriPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Context__checkCallingOrSelfUriPermission, uri, i); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Context__checkCallingOrSelfUriPermission(jobject self_,jobject uri,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__checkCallingOrSelfUriPermission, "checkCallingOrSelfUriPermission", "(Landroid/net/Uri;I)I"); + if (_m_Context__checkCallingOrSelfUriPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__checkCallingOrSelfUriPermission, uri, i); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Context__checkCallingOrSelfUriPermissions = NULL; FFI_PLUGIN_EXPORT -JniResult Context__checkCallingOrSelfUriPermissions(jobject self_, - jobject list, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__checkCallingOrSelfUriPermissions, - "checkCallingOrSelfUriPermissions", "(Ljava/util/List;I)[I"); - if (_m_Context__checkCallingOrSelfUriPermissions == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__checkCallingOrSelfUriPermissions, list, i); - return to_global_ref_result(_result); +JniResult Context__checkCallingOrSelfUriPermissions(jobject self_,jobject list,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__checkCallingOrSelfUriPermissions, "checkCallingOrSelfUriPermissions", "(Ljava/util/List;I)[I"); + if (_m_Context__checkCallingOrSelfUriPermissions == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__checkCallingOrSelfUriPermissions, list, i); + return to_global_ref_result(_result); } jmethodID _m_Context__checkUriPermission1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__checkUriPermission1(jobject self_, - jobject uri, - jobject string, - jobject string1, - int32_t i, - int32_t i1, - int32_t i2) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__checkUriPermission1, - "checkUriPermission", - "(Landroid/net/Uri;Ljava/lang/String;Ljava/lang/String;III)I"); - if (_m_Context__checkUriPermission1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__checkUriPermission1, - uri, string, string1, i, i1, i2); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Context__checkUriPermission1(jobject self_,jobject uri,jobject string,jobject string1,int32_t i,int32_t i1,int32_t i2) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__checkUriPermission1, "checkUriPermission", "(Landroid/net/Uri;Ljava/lang/String;Ljava/lang/String;III)I"); + if (_m_Context__checkUriPermission1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Context__checkUriPermission1, uri, string, string1, i, i1, i2); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Context__enforceUriPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__enforceUriPermission(jobject self_, - jobject uri, - int32_t i, - int32_t i1, - int32_t i2, - jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__enforceUriPermission(jobject self_,jobject uri,int32_t i,int32_t i1,int32_t i2,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__enforceUriPermission, "enforceUriPermission", "(Landroid/net/Uri;IIILjava/lang/String;)V"); + if (_m_Context__enforceUriPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__enforceUriPermission, uri, i, i1, i2, string); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__enforceUriPermission, - "enforceUriPermission", - "(Landroid/net/Uri;IIILjava/lang/String;)V"); - if (_m_Context__enforceUriPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__enforceUriPermission, - uri, i, i1, i2, string); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__enforceCallingUriPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__enforceCallingUriPermission(jobject self_, - jobject uri, - int32_t i, - jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__enforceCallingUriPermission(jobject self_,jobject uri,int32_t i,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__enforceCallingUriPermission, "enforceCallingUriPermission", "(Landroid/net/Uri;ILjava/lang/String;)V"); + if (_m_Context__enforceCallingUriPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__enforceCallingUriPermission, uri, i, string); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__enforceCallingUriPermission, - "enforceCallingUriPermission", - "(Landroid/net/Uri;ILjava/lang/String;)V"); - if (_m_Context__enforceCallingUriPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod( - jniEnv, self_, _m_Context__enforceCallingUriPermission, uri, i, string); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__enforceCallingOrSelfUriPermission = NULL; FFI_PLUGIN_EXPORT -JniResult Context__enforceCallingOrSelfUriPermission(jobject self_, - jobject uri, - int32_t i, - jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__enforceCallingOrSelfUriPermission(jobject self_,jobject uri,int32_t i,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__enforceCallingOrSelfUriPermission, "enforceCallingOrSelfUriPermission", "(Landroid/net/Uri;ILjava/lang/String;)V"); + if (_m_Context__enforceCallingOrSelfUriPermission == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__enforceCallingOrSelfUriPermission, uri, i, string); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__enforceCallingOrSelfUriPermission, - "enforceCallingOrSelfUriPermission", - "(Landroid/net/Uri;ILjava/lang/String;)V"); - if (_m_Context__enforceCallingOrSelfUriPermission == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Context__enforceCallingOrSelfUriPermission, uri, - i, string); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__enforceUriPermission1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__enforceUriPermission1(jobject self_, - jobject uri, - jobject string, - jobject string1, - int32_t i, - int32_t i1, - int32_t i2, - jobject string2) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__enforceUriPermission1(jobject self_,jobject uri,jobject string,jobject string1,int32_t i,int32_t i1,int32_t i2,jobject string2) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__enforceUriPermission1, "enforceUriPermission", "(Landroid/net/Uri;Ljava/lang/String;Ljava/lang/String;IIILjava/lang/String;)V"); + if (_m_Context__enforceUriPermission1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__enforceUriPermission1, uri, string, string1, i, i1, i2, string2); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__enforceUriPermission1, - "enforceUriPermission", - "(Landroid/net/Uri;Ljava/lang/String;Ljava/lang/String;IIILjava/" - "lang/String;)V"); - if (_m_Context__enforceUriPermission1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__enforceUriPermission1, - uri, string, string1, i, i1, i2, string2); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__revokeSelfPermissionOnKill = NULL; FFI_PLUGIN_EXPORT -JniResult Context__revokeSelfPermissionOnKill(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__revokeSelfPermissionOnKill(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__revokeSelfPermissionOnKill, "revokeSelfPermissionOnKill", "(Ljava/lang/String;)V"); + if (_m_Context__revokeSelfPermissionOnKill == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__revokeSelfPermissionOnKill, string); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__revokeSelfPermissionOnKill, - "revokeSelfPermissionOnKill", "(Ljava/lang/String;)V"); - if (_m_Context__revokeSelfPermissionOnKill == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Context__revokeSelfPermissionOnKill, string); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__revokeSelfPermissionsOnKill = NULL; FFI_PLUGIN_EXPORT -JniResult Context__revokeSelfPermissionsOnKill(jobject self_, - jobject collection) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) +JniResult Context__revokeSelfPermissionsOnKill(jobject self_,jobject collection) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__revokeSelfPermissionsOnKill, "revokeSelfPermissionsOnKill", "(Ljava/util/Collection;)V"); + if (_m_Context__revokeSelfPermissionsOnKill == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Context__revokeSelfPermissionsOnKill, collection); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__revokeSelfPermissionsOnKill, - "revokeSelfPermissionsOnKill", "(Ljava/util/Collection;)V"); - if (_m_Context__revokeSelfPermissionsOnKill == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod( - jniEnv, self_, _m_Context__revokeSelfPermissionsOnKill, collection); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Context__createPackageContext = NULL; FFI_PLUGIN_EXPORT -JniResult Context__createPackageContext(jobject self_, - jobject string, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__createPackageContext, - "createPackageContext", - "(Ljava/lang/String;I)Landroid/content/Context;"); - if (_m_Context__createPackageContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__createPackageContext, string, i); - return to_global_ref_result(_result); +JniResult Context__createPackageContext(jobject self_,jobject string,int32_t i) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__createPackageContext, "createPackageContext", "(Ljava/lang/String;I)Landroid/content/Context;"); + if (_m_Context__createPackageContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__createPackageContext, string, i); + return to_global_ref_result(_result); } jmethodID _m_Context__createContextForSplit = NULL; FFI_PLUGIN_EXPORT -JniResult Context__createContextForSplit(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__createContextForSplit, - "createContextForSplit", - "(Ljava/lang/String;)Landroid/content/Context;"); - if (_m_Context__createContextForSplit == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__createContextForSplit, string); - return to_global_ref_result(_result); +JniResult Context__createContextForSplit(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__createContextForSplit, "createContextForSplit", "(Ljava/lang/String;)Landroid/content/Context;"); + if (_m_Context__createContextForSplit == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__createContextForSplit, string); + return to_global_ref_result(_result); } jmethodID _m_Context__createConfigurationContext = NULL; FFI_PLUGIN_EXPORT -JniResult Context__createConfigurationContext(jobject self_, - jobject configuration) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__createConfigurationContext, - "createConfigurationContext", - "(Landroid/content/res/Configuration;)Landroid/content/Context;"); - if (_m_Context__createConfigurationContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__createConfigurationContext, configuration); - return to_global_ref_result(_result); +JniResult Context__createConfigurationContext(jobject self_,jobject configuration) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__createConfigurationContext, "createConfigurationContext", "(Landroid/content/res/Configuration;)Landroid/content/Context;"); + if (_m_Context__createConfigurationContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__createConfigurationContext, configuration); + return to_global_ref_result(_result); } jmethodID _m_Context__createDisplayContext = NULL; FFI_PLUGIN_EXPORT -JniResult Context__createDisplayContext(jobject self_, jobject display) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__createDisplayContext, - "createDisplayContext", - "(Landroid/view/Display;)Landroid/content/Context;"); - if (_m_Context__createDisplayContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__createDisplayContext, display); - return to_global_ref_result(_result); +JniResult Context__createDisplayContext(jobject self_,jobject display) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__createDisplayContext, "createDisplayContext", "(Landroid/view/Display;)Landroid/content/Context;"); + if (_m_Context__createDisplayContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__createDisplayContext, display); + return to_global_ref_result(_result); } jmethodID _m_Context__createWindowContext = NULL; FFI_PLUGIN_EXPORT -JniResult Context__createWindowContext(jobject self_, - int32_t i, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__createWindowContext, - "createWindowContext", - "(ILandroid/os/Bundle;)Landroid/content/Context;"); - if (_m_Context__createWindowContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__createWindowContext, i, bundle); - return to_global_ref_result(_result); +JniResult Context__createWindowContext(jobject self_,int32_t i,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__createWindowContext, "createWindowContext", "(ILandroid/os/Bundle;)Landroid/content/Context;"); + if (_m_Context__createWindowContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__createWindowContext, i, bundle); + return to_global_ref_result(_result); } jmethodID _m_Context__createWindowContext1 = NULL; FFI_PLUGIN_EXPORT -JniResult Context__createWindowContext1(jobject self_, - jobject display, - int32_t i, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Context, &_m_Context__createWindowContext1, "createWindowContext", - "(Landroid/view/Display;ILandroid/os/Bundle;)Landroid/content/Context;"); - if (_m_Context__createWindowContext1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__createWindowContext1, display, i, bundle); - return to_global_ref_result(_result); +JniResult Context__createWindowContext1(jobject self_,jobject display,int32_t i,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__createWindowContext1, "createWindowContext", "(Landroid/view/Display;ILandroid/os/Bundle;)Landroid/content/Context;"); + if (_m_Context__createWindowContext1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__createWindowContext1, display, i, bundle); + return to_global_ref_result(_result); } jmethodID _m_Context__createContext = NULL; FFI_PLUGIN_EXPORT -JniResult Context__createContext(jobject self_, jobject contextParams) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__createContext, "createContext", - "(Landroid/content/ContextParams;)Landroid/content/Context;"); - if (_m_Context__createContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__createContext, contextParams); - return to_global_ref_result(_result); +JniResult Context__createContext(jobject self_,jobject contextParams) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__createContext, "createContext", "(Landroid/content/ContextParams;)Landroid/content/Context;"); + if (_m_Context__createContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__createContext, contextParams); + return to_global_ref_result(_result); } jmethodID _m_Context__createAttributionContext = NULL; FFI_PLUGIN_EXPORT -JniResult Context__createAttributionContext(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__createAttributionContext, - "createAttributionContext", - "(Ljava/lang/String;)Landroid/content/Context;"); - if (_m_Context__createAttributionContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__createAttributionContext, string); - return to_global_ref_result(_result); +JniResult Context__createAttributionContext(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__createAttributionContext, "createAttributionContext", "(Ljava/lang/String;)Landroid/content/Context;"); + if (_m_Context__createAttributionContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__createAttributionContext, string); + return to_global_ref_result(_result); } jmethodID _m_Context__createDeviceProtectedStorageContext = NULL; FFI_PLUGIN_EXPORT JniResult Context__createDeviceProtectedStorageContext(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__createDeviceProtectedStorageContext, - "createDeviceProtectedStorageContext", - "()Landroid/content/Context;"); - if (_m_Context__createDeviceProtectedStorageContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Context__createDeviceProtectedStorageContext); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__createDeviceProtectedStorageContext, "createDeviceProtectedStorageContext", "()Landroid/content/Context;"); + if (_m_Context__createDeviceProtectedStorageContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__createDeviceProtectedStorageContext); + return to_global_ref_result(_result); } jmethodID _m_Context__getDisplay = NULL; FFI_PLUGIN_EXPORT JniResult Context__getDisplay(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__getDisplay, "getDisplay", - "()Landroid/view/Display;"); - if (_m_Context__getDisplay == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getDisplay); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__getDisplay, "getDisplay", "()Landroid/view/Display;"); + if (_m_Context__getDisplay == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Context__getDisplay); + return to_global_ref_result(_result); } jmethodID _m_Context__isRestricted = NULL; FFI_PLUGIN_EXPORT JniResult Context__isRestricted(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__isRestricted, "isRestricted", "()Z"); - if (_m_Context__isRestricted == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__isRestricted); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__isRestricted, "isRestricted", "()Z"); + if (_m_Context__isRestricted == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__isRestricted); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__isDeviceProtectedStorage = NULL; FFI_PLUGIN_EXPORT JniResult Context__isDeviceProtectedStorage(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__isDeviceProtectedStorage, - "isDeviceProtectedStorage", "()Z"); - if (_m_Context__isDeviceProtectedStorage == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Context__isDeviceProtectedStorage); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__isDeviceProtectedStorage, "isDeviceProtectedStorage", "()Z"); + if (_m_Context__isDeviceProtectedStorage == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__isDeviceProtectedStorage); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Context__isUiContext = NULL; FFI_PLUGIN_EXPORT JniResult Context__isUiContext(jobject self_) { - load_env(); - load_class_global_ref(&_c_Context, "android/content/Context"); - if (_c_Context == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Context, &_m_Context__isUiContext, "isUiContext", "()Z"); - if (_m_Context__isUiContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__isUiContext); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Context, "android/content/Context"); + if (_c_Context == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Context, + &_m_Context__isUiContext, "isUiContext", "()Z"); + if (_m_Context__isUiContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Context__isUiContext); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } // android.content.Intent$FilterComparison @@ -3845,71 +2683,53 @@ jclass _c_Intent_FilterComparison = NULL; jmethodID _m_Intent_FilterComparison__new0 = NULL; FFI_PLUGIN_EXPORT JniResult Intent_FilterComparison__new0(jobject intent) { - load_env(); - load_class_global_ref(&_c_Intent_FilterComparison, - "android/content/Intent$FilterComparison"); - if (_c_Intent_FilterComparison == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent_FilterComparison, &_m_Intent_FilterComparison__new0, - "", "(Landroid/content/Intent;)V"); - if (_m_Intent_FilterComparison__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->NewObject(jniEnv, _c_Intent_FilterComparison, - _m_Intent_FilterComparison__new0, intent); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent_FilterComparison, "android/content/Intent$FilterComparison"); + if (_c_Intent_FilterComparison == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent_FilterComparison, + &_m_Intent_FilterComparison__new0, "", "(Landroid/content/Intent;)V"); + if (_m_Intent_FilterComparison__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Intent_FilterComparison, _m_Intent_FilterComparison__new0, intent); + return to_global_ref_result(_result); } jmethodID _m_Intent_FilterComparison__getIntent = NULL; FFI_PLUGIN_EXPORT JniResult Intent_FilterComparison__getIntent(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent_FilterComparison, - "android/content/Intent$FilterComparison"); - if (_c_Intent_FilterComparison == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent_FilterComparison, - &_m_Intent_FilterComparison__getIntent, "getIntent", - "()Landroid/content/Intent;"); - if (_m_Intent_FilterComparison__getIntent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent_FilterComparison__getIntent); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent_FilterComparison, "android/content/Intent$FilterComparison"); + if (_c_Intent_FilterComparison == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent_FilterComparison, + &_m_Intent_FilterComparison__getIntent, "getIntent", "()Landroid/content/Intent;"); + if (_m_Intent_FilterComparison__getIntent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent_FilterComparison__getIntent); + return to_global_ref_result(_result); } jmethodID _m_Intent_FilterComparison__equals1 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent_FilterComparison__equals1(jobject self_, jobject object) { - load_env(); - load_class_global_ref(&_c_Intent_FilterComparison, - "android/content/Intent$FilterComparison"); - if (_c_Intent_FilterComparison == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent_FilterComparison, &_m_Intent_FilterComparison__equals1, - "equals", "(Ljava/lang/Object;)Z"); - if (_m_Intent_FilterComparison__equals1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Intent_FilterComparison__equals1, object); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Intent_FilterComparison__equals1(jobject self_,jobject object) { + load_env(); + load_class_global_ref(&_c_Intent_FilterComparison, "android/content/Intent$FilterComparison"); + if (_c_Intent_FilterComparison == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent_FilterComparison, + &_m_Intent_FilterComparison__equals1, "equals", "(Ljava/lang/Object;)Z"); + if (_m_Intent_FilterComparison__equals1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Intent_FilterComparison__equals1, object); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Intent_FilterComparison__hashCode1 = NULL; FFI_PLUGIN_EXPORT JniResult Intent_FilterComparison__hashCode1(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent_FilterComparison, - "android/content/Intent$FilterComparison"); - if (_c_Intent_FilterComparison == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent_FilterComparison, - &_m_Intent_FilterComparison__hashCode1, "hashCode", "()I"); - if (_m_Intent_FilterComparison__hashCode1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Intent_FilterComparison__hashCode1); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Intent_FilterComparison, "android/content/Intent$FilterComparison"); + if (_c_Intent_FilterComparison == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent_FilterComparison, + &_m_Intent_FilterComparison__hashCode1, "hashCode", "()I"); + if (_m_Intent_FilterComparison__hashCode1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Intent_FilterComparison__hashCode1); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } // android.content.Intent$ShortcutIconResource @@ -3918,176 +2738,124 @@ jclass _c_Intent_ShortcutIconResource = NULL; jmethodID _m_Intent_ShortcutIconResource__new0 = NULL; FFI_PLUGIN_EXPORT JniResult Intent_ShortcutIconResource__new0() { - load_env(); - load_class_global_ref(&_c_Intent_ShortcutIconResource, - "android/content/Intent$ShortcutIconResource"); - if (_c_Intent_ShortcutIconResource == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent_ShortcutIconResource, - &_m_Intent_ShortcutIconResource__new0, "", "()V"); - if (_m_Intent_ShortcutIconResource__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Intent_ShortcutIconResource, - _m_Intent_ShortcutIconResource__new0); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent_ShortcutIconResource, "android/content/Intent$ShortcutIconResource"); + if (_c_Intent_ShortcutIconResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent_ShortcutIconResource, + &_m_Intent_ShortcutIconResource__new0, "", "()V"); + if (_m_Intent_ShortcutIconResource__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Intent_ShortcutIconResource, _m_Intent_ShortcutIconResource__new0); + return to_global_ref_result(_result); } jmethodID _m_Intent_ShortcutIconResource__fromContext = NULL; FFI_PLUGIN_EXPORT -JniResult Intent_ShortcutIconResource__fromContext(jobject context, int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent_ShortcutIconResource, - "android/content/Intent$ShortcutIconResource"); - if (_c_Intent_ShortcutIconResource == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Intent_ShortcutIconResource, - &_m_Intent_ShortcutIconResource__fromContext, - "fromContext", - "(Landroid/content/Context;I)Landroid/content/" - "Intent$ShortcutIconResource;"); - if (_m_Intent_ShortcutIconResource__fromContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Intent_ShortcutIconResource, - _m_Intent_ShortcutIconResource__fromContext, context, i); - return to_global_ref_result(_result); +JniResult Intent_ShortcutIconResource__fromContext(jobject context,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent_ShortcutIconResource, "android/content/Intent$ShortcutIconResource"); + if (_c_Intent_ShortcutIconResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Intent_ShortcutIconResource, + &_m_Intent_ShortcutIconResource__fromContext, "fromContext", "(Landroid/content/Context;I)Landroid/content/Intent$ShortcutIconResource;"); + if (_m_Intent_ShortcutIconResource__fromContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Intent_ShortcutIconResource, _m_Intent_ShortcutIconResource__fromContext, context, i); + return to_global_ref_result(_result); } jmethodID _m_Intent_ShortcutIconResource__describeContents = NULL; FFI_PLUGIN_EXPORT JniResult Intent_ShortcutIconResource__describeContents(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent_ShortcutIconResource, - "android/content/Intent$ShortcutIconResource"); - if (_c_Intent_ShortcutIconResource == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent_ShortcutIconResource, - &_m_Intent_ShortcutIconResource__describeContents, - "describeContents", "()I"); - if (_m_Intent_ShortcutIconResource__describeContents == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Intent_ShortcutIconResource__describeContents); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Intent_ShortcutIconResource, "android/content/Intent$ShortcutIconResource"); + if (_c_Intent_ShortcutIconResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent_ShortcutIconResource, + &_m_Intent_ShortcutIconResource__describeContents, "describeContents", "()I"); + if (_m_Intent_ShortcutIconResource__describeContents == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Intent_ShortcutIconResource__describeContents); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Intent_ShortcutIconResource__writeToParcel = NULL; FFI_PLUGIN_EXPORT -JniResult Intent_ShortcutIconResource__writeToParcel(jobject self_, - jobject parcel, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent_ShortcutIconResource, - "android/content/Intent$ShortcutIconResource"); - if (_c_Intent_ShortcutIconResource == NULL) +JniResult Intent_ShortcutIconResource__writeToParcel(jobject self_,jobject parcel,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent_ShortcutIconResource, "android/content/Intent$ShortcutIconResource"); + if (_c_Intent_ShortcutIconResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent_ShortcutIconResource, + &_m_Intent_ShortcutIconResource__writeToParcel, "writeToParcel", "(Landroid/os/Parcel;I)V"); + if (_m_Intent_ShortcutIconResource__writeToParcel == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent_ShortcutIconResource__writeToParcel, parcel, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent_ShortcutIconResource, - &_m_Intent_ShortcutIconResource__writeToParcel, "writeToParcel", - "(Landroid/os/Parcel;I)V"); - if (_m_Intent_ShortcutIconResource__writeToParcel == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod( - jniEnv, self_, _m_Intent_ShortcutIconResource__writeToParcel, parcel, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Intent_ShortcutIconResource__toString1 = NULL; FFI_PLUGIN_EXPORT JniResult Intent_ShortcutIconResource__toString1(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent_ShortcutIconResource, - "android/content/Intent$ShortcutIconResource"); - if (_c_Intent_ShortcutIconResource == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent_ShortcutIconResource, - &_m_Intent_ShortcutIconResource__toString1, "toString", - "()Ljava/lang/String;"); - if (_m_Intent_ShortcutIconResource__toString1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent_ShortcutIconResource__toString1); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent_ShortcutIconResource, "android/content/Intent$ShortcutIconResource"); + if (_c_Intent_ShortcutIconResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent_ShortcutIconResource, + &_m_Intent_ShortcutIconResource__toString1, "toString", "()Ljava/lang/String;"); + if (_m_Intent_ShortcutIconResource__toString1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent_ShortcutIconResource__toString1); + return to_global_ref_result(_result); } jfieldID _f_Intent_ShortcutIconResource__CREATOR = NULL; FFI_PLUGIN_EXPORT JniResult get_Intent_ShortcutIconResource__CREATOR() { - load_env(); - load_class_global_ref(&_c_Intent_ShortcutIconResource, - "android/content/Intent$ShortcutIconResource"); - if (_c_Intent_ShortcutIconResource == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_Intent_ShortcutIconResource, - &_f_Intent_ShortcutIconResource__CREATOR, "CREATOR", - "Landroid/os/Parcelable$Creator;"); - jobject _result = - (*jniEnv)->GetStaticObjectField(jniEnv, _c_Intent_ShortcutIconResource, - _f_Intent_ShortcutIconResource__CREATOR); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent_ShortcutIconResource, "android/content/Intent$ShortcutIconResource"); + if (_c_Intent_ShortcutIconResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_Intent_ShortcutIconResource, &_f_Intent_ShortcutIconResource__CREATOR, "CREATOR", + "Landroid/os/Parcelable$Creator;"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_Intent_ShortcutIconResource, _f_Intent_ShortcutIconResource__CREATOR); + return to_global_ref_result(_result); } jfieldID _f_Intent_ShortcutIconResource__packageName = NULL; FFI_PLUGIN_EXPORT JniResult get_Intent_ShortcutIconResource__packageName(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent_ShortcutIconResource, - "android/content/Intent$ShortcutIconResource"); - if (_c_Intent_ShortcutIconResource == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_field(_c_Intent_ShortcutIconResource, - &_f_Intent_ShortcutIconResource__packageName, "packageName", - "Ljava/lang/String;"); - jobject _result = (*jniEnv)->GetObjectField( - jniEnv, self_, _f_Intent_ShortcutIconResource__packageName); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent_ShortcutIconResource, "android/content/Intent$ShortcutIconResource"); + if (_c_Intent_ShortcutIconResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_field(_c_Intent_ShortcutIconResource, &_f_Intent_ShortcutIconResource__packageName, "packageName", + "Ljava/lang/String;"); + jobject _result = (*jniEnv)->GetObjectField(jniEnv, self_, _f_Intent_ShortcutIconResource__packageName); + return to_global_ref_result(_result); } FFI_PLUGIN_EXPORT -JniResult set_Intent_ShortcutIconResource__packageName(jobject self_, - jobject value) { - load_env(); - load_class_global_ref(&_c_Intent_ShortcutIconResource, - "android/content/Intent$ShortcutIconResource"); - if (_c_Intent_ShortcutIconResource == NULL) +JniResult set_Intent_ShortcutIconResource__packageName(jobject self_, jobject value) { + load_env(); + load_class_global_ref(&_c_Intent_ShortcutIconResource, "android/content/Intent$ShortcutIconResource"); + if (_c_Intent_ShortcutIconResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_field(_c_Intent_ShortcutIconResource, &_f_Intent_ShortcutIconResource__packageName, "packageName", + "Ljava/lang/String;"); + (*jniEnv)->SetObjectField(jniEnv, self_, _f_Intent_ShortcutIconResource__packageName, value); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_field(_c_Intent_ShortcutIconResource, - &_f_Intent_ShortcutIconResource__packageName, "packageName", - "Ljava/lang/String;"); - (*jniEnv)->SetObjectField(jniEnv, self_, - _f_Intent_ShortcutIconResource__packageName, value); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jfieldID _f_Intent_ShortcutIconResource__resourceName = NULL; FFI_PLUGIN_EXPORT JniResult get_Intent_ShortcutIconResource__resourceName(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent_ShortcutIconResource, - "android/content/Intent$ShortcutIconResource"); - if (_c_Intent_ShortcutIconResource == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_field(_c_Intent_ShortcutIconResource, - &_f_Intent_ShortcutIconResource__resourceName, "resourceName", - "Ljava/lang/String;"); - jobject _result = (*jniEnv)->GetObjectField( - jniEnv, self_, _f_Intent_ShortcutIconResource__resourceName); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent_ShortcutIconResource, "android/content/Intent$ShortcutIconResource"); + if (_c_Intent_ShortcutIconResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_field(_c_Intent_ShortcutIconResource, &_f_Intent_ShortcutIconResource__resourceName, "resourceName", + "Ljava/lang/String;"); + jobject _result = (*jniEnv)->GetObjectField(jniEnv, self_, _f_Intent_ShortcutIconResource__resourceName); + return to_global_ref_result(_result); } FFI_PLUGIN_EXPORT -JniResult set_Intent_ShortcutIconResource__resourceName(jobject self_, - jobject value) { - load_env(); - load_class_global_ref(&_c_Intent_ShortcutIconResource, - "android/content/Intent$ShortcutIconResource"); - if (_c_Intent_ShortcutIconResource == NULL) +JniResult set_Intent_ShortcutIconResource__resourceName(jobject self_, jobject value) { + load_env(); + load_class_global_ref(&_c_Intent_ShortcutIconResource, "android/content/Intent$ShortcutIconResource"); + if (_c_Intent_ShortcutIconResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_field(_c_Intent_ShortcutIconResource, &_f_Intent_ShortcutIconResource__resourceName, "resourceName", + "Ljava/lang/String;"); + (*jniEnv)->SetObjectField(jniEnv, self_, _f_Intent_ShortcutIconResource__resourceName, value); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_field(_c_Intent_ShortcutIconResource, - &_f_Intent_ShortcutIconResource__resourceName, "resourceName", - "Ljava/lang/String;"); - (*jniEnv)->SetObjectField( - jniEnv, self_, _f_Intent_ShortcutIconResource__resourceName, value); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } // android.content.Intent @@ -4096,2256 +2864,1781 @@ jclass _c_Intent = NULL; jmethodID _m_Intent__new0 = NULL; FFI_PLUGIN_EXPORT JniResult Intent__new0() { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__new0, "", "()V"); - if (_m_Intent__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new0); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__new0, "", "()V"); + if (_m_Intent__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new0); + return to_global_ref_result(_result); } jmethodID _m_Intent__new1 = NULL; FFI_PLUGIN_EXPORT JniResult Intent__new1(jobject intent) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__new1, "", - "(Landroid/content/Intent;)V"); - if (_m_Intent__new1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new1, intent); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__new1, "", "(Landroid/content/Intent;)V"); + if (_m_Intent__new1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new1, intent); + return to_global_ref_result(_result); } jmethodID _m_Intent__new2 = NULL; FFI_PLUGIN_EXPORT JniResult Intent__new2(jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__new2, "", "(Ljava/lang/String;)V"); - if (_m_Intent__new2 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new2, string); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__new2, "", "(Ljava/lang/String;)V"); + if (_m_Intent__new2 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new2, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__new3 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__new3(jobject string, jobject uri) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__new3, "", - "(Ljava/lang/String;Landroid/net/Uri;)V"); - if (_m_Intent__new3 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new3, string, uri); - return to_global_ref_result(_result); +JniResult Intent__new3(jobject string,jobject uri) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__new3, "", "(Ljava/lang/String;Landroid/net/Uri;)V"); + if (_m_Intent__new3 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new3, string, uri); + return to_global_ref_result(_result); } jmethodID _m_Intent__new4 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__new4(jobject context, jobject class) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__new4, "", - "(Landroid/content/Context;Ljava/lang/Class;)V"); - if (_m_Intent__new4 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new4, context, class); - return to_global_ref_result(_result); +JniResult Intent__new4(jobject context,jobject class) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__new4, "", "(Landroid/content/Context;Ljava/lang/Class;)V"); + if (_m_Intent__new4 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new4, context, class); + return to_global_ref_result(_result); } jmethodID _m_Intent__new5 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__new5(jobject string, - jobject uri, - jobject context, - jobject class) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__new5, "", - "(Ljava/lang/String;Landroid/net/Uri;Landroid/content/" - "Context;Ljava/lang/Class;)V"); - if (_m_Intent__new5 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new5, - string, uri, context, class); - return to_global_ref_result(_result); +JniResult Intent__new5(jobject string,jobject uri,jobject context,jobject class) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__new5, "", "(Ljava/lang/String;Landroid/net/Uri;Landroid/content/Context;Ljava/lang/Class;)V"); + if (_m_Intent__new5 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Intent, _m_Intent__new5, string, uri, context, class); + return to_global_ref_result(_result); } jmethodID _m_Intent__createChooser = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__createChooser(jobject intent, jobject charSequence) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Intent, &_m_Intent__createChooser, "createChooser", - "(Landroid/content/Intent;Ljava/lang/" - "CharSequence;)Landroid/content/Intent;"); - if (_m_Intent__createChooser == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Intent, _m_Intent__createChooser, intent, charSequence); - return to_global_ref_result(_result); +JniResult Intent__createChooser(jobject intent,jobject charSequence) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Intent, + &_m_Intent__createChooser, "createChooser", "(Landroid/content/Intent;Ljava/lang/CharSequence;)Landroid/content/Intent;"); + if (_m_Intent__createChooser == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Intent, _m_Intent__createChooser, intent, charSequence); + return to_global_ref_result(_result); } jmethodID _m_Intent__createChooser1 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__createChooser1(jobject intent, - jobject charSequence, - jobject intentSender) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method( - _c_Intent, &_m_Intent__createChooser1, "createChooser", - "(Landroid/content/Intent;Ljava/lang/CharSequence;Landroid/content/" - "IntentSender;)Landroid/content/Intent;"); - if (_m_Intent__createChooser1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Intent, _m_Intent__createChooser1, intent, charSequence, - intentSender); - return to_global_ref_result(_result); +JniResult Intent__createChooser1(jobject intent,jobject charSequence,jobject intentSender) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Intent, + &_m_Intent__createChooser1, "createChooser", "(Landroid/content/Intent;Ljava/lang/CharSequence;Landroid/content/IntentSender;)Landroid/content/Intent;"); + if (_m_Intent__createChooser1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Intent, _m_Intent__createChooser1, intent, charSequence, intentSender); + return to_global_ref_result(_result); } jmethodID _m_Intent__clone = NULL; FFI_PLUGIN_EXPORT JniResult Intent__clone(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__clone, "clone", "()Ljava/lang/Object;"); - if (_m_Intent__clone == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__clone); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__clone, "clone", "()Ljava/lang/Object;"); + if (_m_Intent__clone == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__clone); + return to_global_ref_result(_result); } jmethodID _m_Intent__cloneFilter = NULL; FFI_PLUGIN_EXPORT JniResult Intent__cloneFilter(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__cloneFilter, "cloneFilter", - "()Landroid/content/Intent;"); - if (_m_Intent__cloneFilter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__cloneFilter); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__cloneFilter, "cloneFilter", "()Landroid/content/Intent;"); + if (_m_Intent__cloneFilter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__cloneFilter); + return to_global_ref_result(_result); } jmethodID _m_Intent__makeMainActivity = NULL; FFI_PLUGIN_EXPORT JniResult Intent__makeMainActivity(jobject componentName) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method( - _c_Intent, &_m_Intent__makeMainActivity, "makeMainActivity", - "(Landroid/content/ComponentName;)Landroid/content/Intent;"); - if (_m_Intent__makeMainActivity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Intent, _m_Intent__makeMainActivity, componentName); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Intent, + &_m_Intent__makeMainActivity, "makeMainActivity", "(Landroid/content/ComponentName;)Landroid/content/Intent;"); + if (_m_Intent__makeMainActivity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Intent, _m_Intent__makeMainActivity, componentName); + return to_global_ref_result(_result); } jmethodID _m_Intent__makeMainSelectorActivity = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__makeMainSelectorActivity(jobject string, jobject string1) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method( - _c_Intent, &_m_Intent__makeMainSelectorActivity, - "makeMainSelectorActivity", - "(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__makeMainSelectorActivity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Intent, _m_Intent__makeMainSelectorActivity, string, string1); - return to_global_ref_result(_result); +JniResult Intent__makeMainSelectorActivity(jobject string,jobject string1) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Intent, + &_m_Intent__makeMainSelectorActivity, "makeMainSelectorActivity", "(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__makeMainSelectorActivity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Intent, _m_Intent__makeMainSelectorActivity, string, string1); + return to_global_ref_result(_result); } jmethodID _m_Intent__makeRestartActivityTask = NULL; FFI_PLUGIN_EXPORT JniResult Intent__makeRestartActivityTask(jobject componentName) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method( - _c_Intent, &_m_Intent__makeRestartActivityTask, "makeRestartActivityTask", - "(Landroid/content/ComponentName;)Landroid/content/Intent;"); - if (_m_Intent__makeRestartActivityTask == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Intent, _m_Intent__makeRestartActivityTask, componentName); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Intent, + &_m_Intent__makeRestartActivityTask, "makeRestartActivityTask", "(Landroid/content/ComponentName;)Landroid/content/Intent;"); + if (_m_Intent__makeRestartActivityTask == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Intent, _m_Intent__makeRestartActivityTask, componentName); + return to_global_ref_result(_result); } jmethodID _m_Intent__getIntent = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getIntent(jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Intent, &_m_Intent__getIntent, "getIntent", - "(Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__getIntent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Intent, _m_Intent__getIntent, string); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Intent, + &_m_Intent__getIntent, "getIntent", "(Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__getIntent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Intent, _m_Intent__getIntent, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__parseUri = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__parseUri(jobject string, int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Intent, &_m_Intent__parseUri, "parseUri", - "(Ljava/lang/String;I)Landroid/content/Intent;"); - if (_m_Intent__parseUri == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Intent, _m_Intent__parseUri, string, i); - return to_global_ref_result(_result); +JniResult Intent__parseUri(jobject string,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Intent, + &_m_Intent__parseUri, "parseUri", "(Ljava/lang/String;I)Landroid/content/Intent;"); + if (_m_Intent__parseUri == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Intent, _m_Intent__parseUri, string, i); + return to_global_ref_result(_result); } jmethodID _m_Intent__getIntentOld = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getIntentOld(jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Intent, &_m_Intent__getIntentOld, "getIntentOld", - "(Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__getIntentOld == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Intent, _m_Intent__getIntentOld, string); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Intent, + &_m_Intent__getIntentOld, "getIntentOld", "(Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__getIntentOld == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Intent, _m_Intent__getIntentOld, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getAction = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getAction(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getAction, "getAction", - "()Ljava/lang/String;"); - if (_m_Intent__getAction == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getAction); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getAction, "getAction", "()Ljava/lang/String;"); + if (_m_Intent__getAction == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getAction); + return to_global_ref_result(_result); } jmethodID _m_Intent__getData = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getData(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getData, "getData", "()Landroid/net/Uri;"); - if (_m_Intent__getData == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getData); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getData, "getData", "()Landroid/net/Uri;"); + if (_m_Intent__getData == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getData); + return to_global_ref_result(_result); } jmethodID _m_Intent__getDataString = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getDataString(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getDataString, "getDataString", - "()Ljava/lang/String;"); - if (_m_Intent__getDataString == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getDataString); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getDataString, "getDataString", "()Ljava/lang/String;"); + if (_m_Intent__getDataString == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getDataString); + return to_global_ref_result(_result); } jmethodID _m_Intent__getScheme = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getScheme(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getScheme, "getScheme", - "()Ljava/lang/String;"); - if (_m_Intent__getScheme == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getScheme); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getScheme, "getScheme", "()Ljava/lang/String;"); + if (_m_Intent__getScheme == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getScheme); + return to_global_ref_result(_result); } jmethodID _m_Intent__getType = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getType(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getType, "getType", - "()Ljava/lang/String;"); - if (_m_Intent__getType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getType); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getType, "getType", "()Ljava/lang/String;"); + if (_m_Intent__getType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getType); + return to_global_ref_result(_result); } jmethodID _m_Intent__resolveType = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__resolveType(jobject self_, jobject context) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__resolveType, "resolveType", - "(Landroid/content/Context;)Ljava/lang/String;"); - if (_m_Intent__resolveType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__resolveType, context); - return to_global_ref_result(_result); +JniResult Intent__resolveType(jobject self_,jobject context) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__resolveType, "resolveType", "(Landroid/content/Context;)Ljava/lang/String;"); + if (_m_Intent__resolveType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__resolveType, context); + return to_global_ref_result(_result); } jmethodID _m_Intent__resolveType1 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__resolveType1(jobject self_, jobject contentResolver) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__resolveType1, "resolveType", - "(Landroid/content/ContentResolver;)Ljava/lang/String;"); - if (_m_Intent__resolveType1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__resolveType1, contentResolver); - return to_global_ref_result(_result); +JniResult Intent__resolveType1(jobject self_,jobject contentResolver) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__resolveType1, "resolveType", "(Landroid/content/ContentResolver;)Ljava/lang/String;"); + if (_m_Intent__resolveType1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__resolveType1, contentResolver); + return to_global_ref_result(_result); } jmethodID _m_Intent__resolveTypeIfNeeded = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__resolveTypeIfNeeded(jobject self_, jobject contentResolver) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__resolveTypeIfNeeded, "resolveTypeIfNeeded", - "(Landroid/content/ContentResolver;)Ljava/lang/String;"); - if (_m_Intent__resolveTypeIfNeeded == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__resolveTypeIfNeeded, contentResolver); - return to_global_ref_result(_result); +JniResult Intent__resolveTypeIfNeeded(jobject self_,jobject contentResolver) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__resolveTypeIfNeeded, "resolveTypeIfNeeded", "(Landroid/content/ContentResolver;)Ljava/lang/String;"); + if (_m_Intent__resolveTypeIfNeeded == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__resolveTypeIfNeeded, contentResolver); + return to_global_ref_result(_result); } jmethodID _m_Intent__getIdentifier = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getIdentifier(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getIdentifier, "getIdentifier", - "()Ljava/lang/String;"); - if (_m_Intent__getIdentifier == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getIdentifier); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getIdentifier, "getIdentifier", "()Ljava/lang/String;"); + if (_m_Intent__getIdentifier == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getIdentifier); + return to_global_ref_result(_result); } jmethodID _m_Intent__hasCategory = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__hasCategory(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__hasCategory, "hasCategory", - "(Ljava/lang/String;)Z"); - if (_m_Intent__hasCategory == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Intent__hasCategory, string); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Intent__hasCategory(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__hasCategory, "hasCategory", "(Ljava/lang/String;)Z"); + if (_m_Intent__hasCategory == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Intent__hasCategory, string); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Intent__getCategories = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getCategories(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getCategories, "getCategories", - "()Ljava/util/Set;"); - if (_m_Intent__getCategories == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getCategories); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getCategories, "getCategories", "()Ljava/util/Set;"); + if (_m_Intent__getCategories == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getCategories); + return to_global_ref_result(_result); } jmethodID _m_Intent__getSelector = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getSelector(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getSelector, "getSelector", - "()Landroid/content/Intent;"); - if (_m_Intent__getSelector == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getSelector); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getSelector, "getSelector", "()Landroid/content/Intent;"); + if (_m_Intent__getSelector == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getSelector); + return to_global_ref_result(_result); } jmethodID _m_Intent__getClipData = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getClipData(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getClipData, "getClipData", - "()Landroid/content/ClipData;"); - if (_m_Intent__getClipData == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getClipData); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getClipData, "getClipData", "()Landroid/content/ClipData;"); + if (_m_Intent__getClipData == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getClipData); + return to_global_ref_result(_result); } jmethodID _m_Intent__setExtrasClassLoader = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setExtrasClassLoader(jobject self_, jobject classLoader) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) +JniResult Intent__setExtrasClassLoader(jobject self_,jobject classLoader) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setExtrasClassLoader, "setExtrasClassLoader", "(Ljava/lang/ClassLoader;)V"); + if (_m_Intent__setExtrasClassLoader == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__setExtrasClassLoader, classLoader); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setExtrasClassLoader, - "setExtrasClassLoader", "(Ljava/lang/ClassLoader;)V"); - if (_m_Intent__setExtrasClassLoader == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__setExtrasClassLoader, - classLoader); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Intent__hasExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__hasExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__hasExtra, "hasExtra", - "(Ljava/lang/String;)Z"); - if (_m_Intent__hasExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Intent__hasExtra, string); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Intent__hasExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__hasExtra, "hasExtra", "(Ljava/lang/String;)Z"); + if (_m_Intent__hasExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Intent__hasExtra, string); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Intent__hasFileDescriptors = NULL; FFI_PLUGIN_EXPORT JniResult Intent__hasFileDescriptors(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__hasFileDescriptors, "hasFileDescriptors", - "()Z"); - if (_m_Intent__hasFileDescriptors == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, - _m_Intent__hasFileDescriptors); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__hasFileDescriptors, "hasFileDescriptors", "()Z"); + if (_m_Intent__hasFileDescriptors == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Intent__hasFileDescriptors); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Intent__getBooleanExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getBooleanExtra(jobject self_, jobject string, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getBooleanExtra, "getBooleanExtra", - "(Ljava/lang/String;Z)Z"); - if (_m_Intent__getBooleanExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Intent__getBooleanExtra, string, z); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Intent__getBooleanExtra(jobject self_,jobject string,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getBooleanExtra, "getBooleanExtra", "(Ljava/lang/String;Z)Z"); + if (_m_Intent__getBooleanExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Intent__getBooleanExtra, string, z); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Intent__getByteExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getByteExtra(jobject self_, jobject string, int8_t b) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getByteExtra, "getByteExtra", - "(Ljava/lang/String;B)B"); - if (_m_Intent__getByteExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int8_t _result = (*jniEnv)->CallByteMethod( - jniEnv, self_, _m_Intent__getByteExtra, string, b); - return (JniResult){.value = {.b = _result}, .exception = check_exception()}; +JniResult Intent__getByteExtra(jobject self_,jobject string,int8_t b) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getByteExtra, "getByteExtra", "(Ljava/lang/String;B)B"); + if (_m_Intent__getByteExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int8_t _result = (*jniEnv)->CallByteMethod(jniEnv, self_, _m_Intent__getByteExtra, string, b); + return (JniResult){.value = {.b = _result}, .exception = check_exception()}; } jmethodID _m_Intent__getShortExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getShortExtra(jobject self_, jobject string, int16_t s) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getShortExtra, "getShortExtra", - "(Ljava/lang/String;S)S"); - if (_m_Intent__getShortExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int16_t _result = (*jniEnv)->CallShortMethod( - jniEnv, self_, _m_Intent__getShortExtra, string, s); - return (JniResult){.value = {.s = _result}, .exception = check_exception()}; +JniResult Intent__getShortExtra(jobject self_,jobject string,int16_t s) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getShortExtra, "getShortExtra", "(Ljava/lang/String;S)S"); + if (_m_Intent__getShortExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int16_t _result = (*jniEnv)->CallShortMethod(jniEnv, self_, _m_Intent__getShortExtra, string, s); + return (JniResult){.value = {.s = _result}, .exception = check_exception()}; } jmethodID _m_Intent__getCharExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getCharExtra(jobject self_, jobject string, uint16_t c) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getCharExtra, "getCharExtra", - "(Ljava/lang/String;C)C"); - if (_m_Intent__getCharExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint16_t _result = (*jniEnv)->CallCharMethod( - jniEnv, self_, _m_Intent__getCharExtra, string, c); - return (JniResult){.value = {.c = _result}, .exception = check_exception()}; +JniResult Intent__getCharExtra(jobject self_,jobject string,uint16_t c) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getCharExtra, "getCharExtra", "(Ljava/lang/String;C)C"); + if (_m_Intent__getCharExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint16_t _result = (*jniEnv)->CallCharMethod(jniEnv, self_, _m_Intent__getCharExtra, string, c); + return (JniResult){.value = {.c = _result}, .exception = check_exception()}; } jmethodID _m_Intent__getIntExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getIntExtra(jobject self_, jobject string, int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getIntExtra, "getIntExtra", - "(Ljava/lang/String;I)I"); - if (_m_Intent__getIntExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, - _m_Intent__getIntExtra, string, i); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Intent__getIntExtra(jobject self_,jobject string,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getIntExtra, "getIntExtra", "(Ljava/lang/String;I)I"); + if (_m_Intent__getIntExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Intent__getIntExtra, string, i); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Intent__getLongExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getLongExtra(jobject self_, jobject string, int64_t j) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getLongExtra, "getLongExtra", - "(Ljava/lang/String;J)J"); - if (_m_Intent__getLongExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int64_t _result = (*jniEnv)->CallLongMethod( - jniEnv, self_, _m_Intent__getLongExtra, string, j); - return (JniResult){.value = {.j = _result}, .exception = check_exception()}; +JniResult Intent__getLongExtra(jobject self_,jobject string,int64_t j) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getLongExtra, "getLongExtra", "(Ljava/lang/String;J)J"); + if (_m_Intent__getLongExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int64_t _result = (*jniEnv)->CallLongMethod(jniEnv, self_, _m_Intent__getLongExtra, string, j); + return (JniResult){.value = {.j = _result}, .exception = check_exception()}; } jmethodID _m_Intent__getFloatExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getFloatExtra(jobject self_, jobject string, float f) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getFloatExtra, "getFloatExtra", - "(Ljava/lang/String;F)F"); - if (_m_Intent__getFloatExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - float _result = (*jniEnv)->CallFloatMethod( - jniEnv, self_, _m_Intent__getFloatExtra, string, f); - return (JniResult){.value = {.f = _result}, .exception = check_exception()}; +JniResult Intent__getFloatExtra(jobject self_,jobject string,float f) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getFloatExtra, "getFloatExtra", "(Ljava/lang/String;F)F"); + if (_m_Intent__getFloatExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + float _result = (*jniEnv)->CallFloatMethod(jniEnv, self_, _m_Intent__getFloatExtra, string, f); + return (JniResult){.value = {.f = _result}, .exception = check_exception()}; } jmethodID _m_Intent__getDoubleExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getDoubleExtra(jobject self_, jobject string, double d) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getDoubleExtra, "getDoubleExtra", - "(Ljava/lang/String;D)D"); - if (_m_Intent__getDoubleExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - double _result = (*jniEnv)->CallDoubleMethod( - jniEnv, self_, _m_Intent__getDoubleExtra, string, d); - return (JniResult){.value = {.d = _result}, .exception = check_exception()}; +JniResult Intent__getDoubleExtra(jobject self_,jobject string,double d) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getDoubleExtra, "getDoubleExtra", "(Ljava/lang/String;D)D"); + if (_m_Intent__getDoubleExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + double _result = (*jniEnv)->CallDoubleMethod(jniEnv, self_, _m_Intent__getDoubleExtra, string, d); + return (JniResult){.value = {.d = _result}, .exception = check_exception()}; } jmethodID _m_Intent__getStringExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getStringExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getStringExtra, "getStringExtra", - "(Ljava/lang/String;)Ljava/lang/String;"); - if (_m_Intent__getStringExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getStringExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getStringExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getStringExtra, "getStringExtra", "(Ljava/lang/String;)Ljava/lang/String;"); + if (_m_Intent__getStringExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getStringExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getCharSequenceExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getCharSequenceExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getCharSequenceExtra, - "getCharSequenceExtra", - "(Ljava/lang/String;)Ljava/lang/CharSequence;"); - if (_m_Intent__getCharSequenceExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getCharSequenceExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getCharSequenceExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getCharSequenceExtra, "getCharSequenceExtra", "(Ljava/lang/String;)Ljava/lang/CharSequence;"); + if (_m_Intent__getCharSequenceExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getCharSequenceExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getParcelableExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getParcelableExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getParcelableExtra, "getParcelableExtra", - "(Ljava/lang/String;)Landroid/os/Parcelable;"); - if (_m_Intent__getParcelableExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getParcelableExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getParcelableExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getParcelableExtra, "getParcelableExtra", "(Ljava/lang/String;)Landroid/os/Parcelable;"); + if (_m_Intent__getParcelableExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getParcelableExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getParcelableExtra1 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getParcelableExtra1(jobject self_, - jobject string, - jobject class) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getParcelableExtra1, "getParcelableExtra", - "(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;"); - if (_m_Intent__getParcelableExtra1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getParcelableExtra1, string, class); - return to_global_ref_result(_result); +JniResult Intent__getParcelableExtra1(jobject self_,jobject string,jobject class) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getParcelableExtra1, "getParcelableExtra", "(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;"); + if (_m_Intent__getParcelableExtra1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getParcelableExtra1, string, class); + return to_global_ref_result(_result); } jmethodID _m_Intent__getParcelableArrayExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getParcelableArrayExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getParcelableArrayExtra, - "getParcelableArrayExtra", - "(Ljava/lang/String;)[Landroid/os/Parcelable;"); - if (_m_Intent__getParcelableArrayExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getParcelableArrayExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getParcelableArrayExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getParcelableArrayExtra, "getParcelableArrayExtra", "(Ljava/lang/String;)[Landroid/os/Parcelable;"); + if (_m_Intent__getParcelableArrayExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getParcelableArrayExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getParcelableArrayExtra1 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getParcelableArrayExtra1(jobject self_, - jobject string, - jobject class) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getParcelableArrayExtra1, - "getParcelableArrayExtra", - "(Ljava/lang/String;Ljava/lang/Class;)[Ljava/lang/Object;"); - if (_m_Intent__getParcelableArrayExtra1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getParcelableArrayExtra1, string, class); - return to_global_ref_result(_result); +JniResult Intent__getParcelableArrayExtra1(jobject self_,jobject string,jobject class) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getParcelableArrayExtra1, "getParcelableArrayExtra", "(Ljava/lang/String;Ljava/lang/Class;)[Ljava/lang/Object;"); + if (_m_Intent__getParcelableArrayExtra1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getParcelableArrayExtra1, string, class); + return to_global_ref_result(_result); } jmethodID _m_Intent__getParcelableArrayListExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getParcelableArrayListExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getParcelableArrayListExtra, - "getParcelableArrayListExtra", - "(Ljava/lang/String;)Ljava/util/ArrayList;"); - if (_m_Intent__getParcelableArrayListExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getParcelableArrayListExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getParcelableArrayListExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getParcelableArrayListExtra, "getParcelableArrayListExtra", "(Ljava/lang/String;)Ljava/util/ArrayList;"); + if (_m_Intent__getParcelableArrayListExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getParcelableArrayListExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getParcelableArrayListExtra1 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getParcelableArrayListExtra1(jobject self_, - jobject string, - jobject class) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getParcelableArrayListExtra1, - "getParcelableArrayListExtra", - "(Ljava/lang/String;Ljava/lang/Class;)Ljava/util/ArrayList;"); - if (_m_Intent__getParcelableArrayListExtra1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getParcelableArrayListExtra1, string, class); - return to_global_ref_result(_result); +JniResult Intent__getParcelableArrayListExtra1(jobject self_,jobject string,jobject class) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getParcelableArrayListExtra1, "getParcelableArrayListExtra", "(Ljava/lang/String;Ljava/lang/Class;)Ljava/util/ArrayList;"); + if (_m_Intent__getParcelableArrayListExtra1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getParcelableArrayListExtra1, string, class); + return to_global_ref_result(_result); } jmethodID _m_Intent__getSerializableExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getSerializableExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getSerializableExtra, - "getSerializableExtra", - "(Ljava/lang/String;)Ljava/io/Serializable;"); - if (_m_Intent__getSerializableExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getSerializableExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getSerializableExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getSerializableExtra, "getSerializableExtra", "(Ljava/lang/String;)Ljava/io/Serializable;"); + if (_m_Intent__getSerializableExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getSerializableExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getSerializableExtra1 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getSerializableExtra1(jobject self_, - jobject string, - jobject class) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getSerializableExtra1, - "getSerializableExtra", - "(Ljava/lang/String;Ljava/lang/Class;)Ljava/io/Serializable;"); - if (_m_Intent__getSerializableExtra1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getSerializableExtra1, string, class); - return to_global_ref_result(_result); +JniResult Intent__getSerializableExtra1(jobject self_,jobject string,jobject class) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getSerializableExtra1, "getSerializableExtra", "(Ljava/lang/String;Ljava/lang/Class;)Ljava/io/Serializable;"); + if (_m_Intent__getSerializableExtra1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getSerializableExtra1, string, class); + return to_global_ref_result(_result); } jmethodID _m_Intent__getIntegerArrayListExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getIntegerArrayListExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getIntegerArrayListExtra, - "getIntegerArrayListExtra", - "(Ljava/lang/String;)Ljava/util/ArrayList;"); - if (_m_Intent__getIntegerArrayListExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getIntegerArrayListExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getIntegerArrayListExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getIntegerArrayListExtra, "getIntegerArrayListExtra", "(Ljava/lang/String;)Ljava/util/ArrayList;"); + if (_m_Intent__getIntegerArrayListExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getIntegerArrayListExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getStringArrayListExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getStringArrayListExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getStringArrayListExtra, - "getStringArrayListExtra", - "(Ljava/lang/String;)Ljava/util/ArrayList;"); - if (_m_Intent__getStringArrayListExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getStringArrayListExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getStringArrayListExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getStringArrayListExtra, "getStringArrayListExtra", "(Ljava/lang/String;)Ljava/util/ArrayList;"); + if (_m_Intent__getStringArrayListExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getStringArrayListExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getCharSequenceArrayListExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getCharSequenceArrayListExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getCharSequenceArrayListExtra, - "getCharSequenceArrayListExtra", - "(Ljava/lang/String;)Ljava/util/ArrayList;"); - if (_m_Intent__getCharSequenceArrayListExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getCharSequenceArrayListExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getCharSequenceArrayListExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getCharSequenceArrayListExtra, "getCharSequenceArrayListExtra", "(Ljava/lang/String;)Ljava/util/ArrayList;"); + if (_m_Intent__getCharSequenceArrayListExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getCharSequenceArrayListExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getBooleanArrayExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getBooleanArrayExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getBooleanArrayExtra, - "getBooleanArrayExtra", "(Ljava/lang/String;)[Z"); - if (_m_Intent__getBooleanArrayExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getBooleanArrayExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getBooleanArrayExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getBooleanArrayExtra, "getBooleanArrayExtra", "(Ljava/lang/String;)[Z"); + if (_m_Intent__getBooleanArrayExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getBooleanArrayExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getByteArrayExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getByteArrayExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getByteArrayExtra, "getByteArrayExtra", - "(Ljava/lang/String;)[B"); - if (_m_Intent__getByteArrayExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getByteArrayExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getByteArrayExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getByteArrayExtra, "getByteArrayExtra", "(Ljava/lang/String;)[B"); + if (_m_Intent__getByteArrayExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getByteArrayExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getShortArrayExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getShortArrayExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getShortArrayExtra, "getShortArrayExtra", - "(Ljava/lang/String;)[S"); - if (_m_Intent__getShortArrayExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getShortArrayExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getShortArrayExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getShortArrayExtra, "getShortArrayExtra", "(Ljava/lang/String;)[S"); + if (_m_Intent__getShortArrayExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getShortArrayExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getCharArrayExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getCharArrayExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getCharArrayExtra, "getCharArrayExtra", - "(Ljava/lang/String;)[C"); - if (_m_Intent__getCharArrayExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getCharArrayExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getCharArrayExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getCharArrayExtra, "getCharArrayExtra", "(Ljava/lang/String;)[C"); + if (_m_Intent__getCharArrayExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getCharArrayExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getIntArrayExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getIntArrayExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getIntArrayExtra, "getIntArrayExtra", - "(Ljava/lang/String;)[I"); - if (_m_Intent__getIntArrayExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getIntArrayExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getIntArrayExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getIntArrayExtra, "getIntArrayExtra", "(Ljava/lang/String;)[I"); + if (_m_Intent__getIntArrayExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getIntArrayExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getLongArrayExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getLongArrayExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getLongArrayExtra, "getLongArrayExtra", - "(Ljava/lang/String;)[J"); - if (_m_Intent__getLongArrayExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getLongArrayExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getLongArrayExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getLongArrayExtra, "getLongArrayExtra", "(Ljava/lang/String;)[J"); + if (_m_Intent__getLongArrayExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getLongArrayExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getFloatArrayExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getFloatArrayExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getFloatArrayExtra, "getFloatArrayExtra", - "(Ljava/lang/String;)[F"); - if (_m_Intent__getFloatArrayExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getFloatArrayExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getFloatArrayExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getFloatArrayExtra, "getFloatArrayExtra", "(Ljava/lang/String;)[F"); + if (_m_Intent__getFloatArrayExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getFloatArrayExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getDoubleArrayExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getDoubleArrayExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getDoubleArrayExtra, "getDoubleArrayExtra", - "(Ljava/lang/String;)[D"); - if (_m_Intent__getDoubleArrayExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getDoubleArrayExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getDoubleArrayExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getDoubleArrayExtra, "getDoubleArrayExtra", "(Ljava/lang/String;)[D"); + if (_m_Intent__getDoubleArrayExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getDoubleArrayExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getStringArrayExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getStringArrayExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getStringArrayExtra, "getStringArrayExtra", - "(Ljava/lang/String;)[Ljava/lang/String;"); - if (_m_Intent__getStringArrayExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getStringArrayExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getStringArrayExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getStringArrayExtra, "getStringArrayExtra", "(Ljava/lang/String;)[Ljava/lang/String;"); + if (_m_Intent__getStringArrayExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getStringArrayExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getCharSequenceArrayExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getCharSequenceArrayExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getCharSequenceArrayExtra, - "getCharSequenceArrayExtra", - "(Ljava/lang/String;)[Ljava/lang/CharSequence;"); - if (_m_Intent__getCharSequenceArrayExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getCharSequenceArrayExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getCharSequenceArrayExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getCharSequenceArrayExtra, "getCharSequenceArrayExtra", "(Ljava/lang/String;)[Ljava/lang/CharSequence;"); + if (_m_Intent__getCharSequenceArrayExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getCharSequenceArrayExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getBundleExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__getBundleExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getBundleExtra, "getBundleExtra", - "(Ljava/lang/String;)Landroid/os/Bundle;"); - if (_m_Intent__getBundleExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__getBundleExtra, string); - return to_global_ref_result(_result); +JniResult Intent__getBundleExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getBundleExtra, "getBundleExtra", "(Ljava/lang/String;)Landroid/os/Bundle;"); + if (_m_Intent__getBundleExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getBundleExtra, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__getExtras = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getExtras(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getExtras, "getExtras", - "()Landroid/os/Bundle;"); - if (_m_Intent__getExtras == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getExtras); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getExtras, "getExtras", "()Landroid/os/Bundle;"); + if (_m_Intent__getExtras == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getExtras); + return to_global_ref_result(_result); } jmethodID _m_Intent__getFlags = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getFlags(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getFlags, "getFlags", "()I"); - if (_m_Intent__getFlags == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Intent__getFlags); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getFlags, "getFlags", "()I"); + if (_m_Intent__getFlags == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Intent__getFlags); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Intent__getPackage = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getPackage(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getPackage, "getPackage", - "()Ljava/lang/String;"); - if (_m_Intent__getPackage == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getPackage); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getPackage, "getPackage", "()Ljava/lang/String;"); + if (_m_Intent__getPackage == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getPackage); + return to_global_ref_result(_result); } jmethodID _m_Intent__getComponent = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getComponent(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getComponent, "getComponent", - "()Landroid/content/ComponentName;"); - if (_m_Intent__getComponent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getComponent); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getComponent, "getComponent", "()Landroid/content/ComponentName;"); + if (_m_Intent__getComponent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getComponent); + return to_global_ref_result(_result); } jmethodID _m_Intent__getSourceBounds = NULL; FFI_PLUGIN_EXPORT JniResult Intent__getSourceBounds(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__getSourceBounds, "getSourceBounds", - "()Landroid/graphics/Rect;"); - if (_m_Intent__getSourceBounds == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getSourceBounds); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__getSourceBounds, "getSourceBounds", "()Landroid/graphics/Rect;"); + if (_m_Intent__getSourceBounds == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__getSourceBounds); + return to_global_ref_result(_result); } jmethodID _m_Intent__resolveActivity = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__resolveActivity(jobject self_, jobject packageManager) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__resolveActivity, "resolveActivity", - "(Landroid/content/pm/PackageManager;)Landroid/content/ComponentName;"); - if (_m_Intent__resolveActivity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__resolveActivity, packageManager); - return to_global_ref_result(_result); +JniResult Intent__resolveActivity(jobject self_,jobject packageManager) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__resolveActivity, "resolveActivity", "(Landroid/content/pm/PackageManager;)Landroid/content/ComponentName;"); + if (_m_Intent__resolveActivity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__resolveActivity, packageManager); + return to_global_ref_result(_result); } jmethodID _m_Intent__resolveActivityInfo = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__resolveActivityInfo(jobject self_, - jobject packageManager, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__resolveActivityInfo, "resolveActivityInfo", - "(Landroid/content/pm/PackageManager;I)Landroid/content/pm/" - "ActivityInfo;"); - if (_m_Intent__resolveActivityInfo == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__resolveActivityInfo, packageManager, i); - return to_global_ref_result(_result); +JniResult Intent__resolveActivityInfo(jobject self_,jobject packageManager,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__resolveActivityInfo, "resolveActivityInfo", "(Landroid/content/pm/PackageManager;I)Landroid/content/pm/ActivityInfo;"); + if (_m_Intent__resolveActivityInfo == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__resolveActivityInfo, packageManager, i); + return to_global_ref_result(_result); } jmethodID _m_Intent__setAction = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setAction(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setAction, "setAction", - "(Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__setAction == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setAction, string); - return to_global_ref_result(_result); +JniResult Intent__setAction(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setAction, "setAction", "(Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__setAction == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setAction, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__setData = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setData(jobject self_, jobject uri) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setData, "setData", - "(Landroid/net/Uri;)Landroid/content/Intent;"); - if (_m_Intent__setData == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setData, uri); - return to_global_ref_result(_result); +JniResult Intent__setData(jobject self_,jobject uri) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setData, "setData", "(Landroid/net/Uri;)Landroid/content/Intent;"); + if (_m_Intent__setData == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setData, uri); + return to_global_ref_result(_result); } jmethodID _m_Intent__setDataAndNormalize = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setDataAndNormalize(jobject self_, jobject uri) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setDataAndNormalize, "setDataAndNormalize", - "(Landroid/net/Uri;)Landroid/content/Intent;"); - if (_m_Intent__setDataAndNormalize == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__setDataAndNormalize, uri); - return to_global_ref_result(_result); +JniResult Intent__setDataAndNormalize(jobject self_,jobject uri) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setDataAndNormalize, "setDataAndNormalize", "(Landroid/net/Uri;)Landroid/content/Intent;"); + if (_m_Intent__setDataAndNormalize == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setDataAndNormalize, uri); + return to_global_ref_result(_result); } jmethodID _m_Intent__setType = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setType(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setType, "setType", - "(Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__setType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setType, string); - return to_global_ref_result(_result); +JniResult Intent__setType(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setType, "setType", "(Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__setType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setType, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__setTypeAndNormalize = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setTypeAndNormalize(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setTypeAndNormalize, "setTypeAndNormalize", - "(Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__setTypeAndNormalize == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__setTypeAndNormalize, string); - return to_global_ref_result(_result); +JniResult Intent__setTypeAndNormalize(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setTypeAndNormalize, "setTypeAndNormalize", "(Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__setTypeAndNormalize == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setTypeAndNormalize, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__setDataAndType = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setDataAndType(jobject self_, jobject uri, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setDataAndType, "setDataAndType", - "(Landroid/net/Uri;Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__setDataAndType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__setDataAndType, uri, string); - return to_global_ref_result(_result); +JniResult Intent__setDataAndType(jobject self_,jobject uri,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setDataAndType, "setDataAndType", "(Landroid/net/Uri;Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__setDataAndType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setDataAndType, uri, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__setDataAndTypeAndNormalize = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setDataAndTypeAndNormalize(jobject self_, - jobject uri, - jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setDataAndTypeAndNormalize, - "setDataAndTypeAndNormalize", - "(Landroid/net/Uri;Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__setDataAndTypeAndNormalize == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__setDataAndTypeAndNormalize, uri, string); - return to_global_ref_result(_result); +JniResult Intent__setDataAndTypeAndNormalize(jobject self_,jobject uri,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setDataAndTypeAndNormalize, "setDataAndTypeAndNormalize", "(Landroid/net/Uri;Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__setDataAndTypeAndNormalize == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setDataAndTypeAndNormalize, uri, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__setIdentifier = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setIdentifier(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setIdentifier, "setIdentifier", - "(Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__setIdentifier == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__setIdentifier, string); - return to_global_ref_result(_result); +JniResult Intent__setIdentifier(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setIdentifier, "setIdentifier", "(Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__setIdentifier == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setIdentifier, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__addCategory = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__addCategory(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__addCategory, "addCategory", - "(Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__addCategory == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, - _m_Intent__addCategory, string); - return to_global_ref_result(_result); +JniResult Intent__addCategory(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__addCategory, "addCategory", "(Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__addCategory == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__addCategory, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__removeCategory = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__removeCategory(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) +JniResult Intent__removeCategory(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__removeCategory, "removeCategory", "(Ljava/lang/String;)V"); + if (_m_Intent__removeCategory == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__removeCategory, string); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__removeCategory, "removeCategory", - "(Ljava/lang/String;)V"); - if (_m_Intent__removeCategory == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__removeCategory, string); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Intent__setSelector = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setSelector(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) +JniResult Intent__setSelector(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setSelector, "setSelector", "(Landroid/content/Intent;)V"); + if (_m_Intent__setSelector == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__setSelector, intent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setSelector, "setSelector", - "(Landroid/content/Intent;)V"); - if (_m_Intent__setSelector == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__setSelector, intent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Intent__setClipData = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setClipData(jobject self_, jobject clipData) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) +JniResult Intent__setClipData(jobject self_,jobject clipData) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setClipData, "setClipData", "(Landroid/content/ClipData;)V"); + if (_m_Intent__setClipData == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__setClipData, clipData); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setClipData, "setClipData", - "(Landroid/content/ClipData;)V"); - if (_m_Intent__setClipData == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__setClipData, clipData); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Intent__putExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra(jobject self_, jobject string, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra, "putExtra", - "(Ljava/lang/String;Z)Landroid/content/Intent;"); - if (_m_Intent__putExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, - _m_Intent__putExtra, string, z); - return to_global_ref_result(_result); +JniResult Intent__putExtra(jobject self_,jobject string,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra, "putExtra", "(Ljava/lang/String;Z)Landroid/content/Intent;"); + if (_m_Intent__putExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra, string, z); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra1 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra1(jobject self_, jobject string, int8_t b) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra1, "putExtra", - "(Ljava/lang/String;B)Landroid/content/Intent;"); - if (_m_Intent__putExtra1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra1, string, b); - return to_global_ref_result(_result); +JniResult Intent__putExtra1(jobject self_,jobject string,int8_t b) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra1, "putExtra", "(Ljava/lang/String;B)Landroid/content/Intent;"); + if (_m_Intent__putExtra1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra1, string, b); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra2 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra2(jobject self_, jobject string, uint16_t c) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra2, "putExtra", - "(Ljava/lang/String;C)Landroid/content/Intent;"); - if (_m_Intent__putExtra2 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra2, string, c); - return to_global_ref_result(_result); +JniResult Intent__putExtra2(jobject self_,jobject string,uint16_t c) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra2, "putExtra", "(Ljava/lang/String;C)Landroid/content/Intent;"); + if (_m_Intent__putExtra2 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra2, string, c); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra3 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra3(jobject self_, jobject string, int16_t s) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra3, "putExtra", - "(Ljava/lang/String;S)Landroid/content/Intent;"); - if (_m_Intent__putExtra3 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra3, string, s); - return to_global_ref_result(_result); +JniResult Intent__putExtra3(jobject self_,jobject string,int16_t s) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra3, "putExtra", "(Ljava/lang/String;S)Landroid/content/Intent;"); + if (_m_Intent__putExtra3 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra3, string, s); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra4 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra4(jobject self_, jobject string, int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra4, "putExtra", - "(Ljava/lang/String;I)Landroid/content/Intent;"); - if (_m_Intent__putExtra4 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra4, string, i); - return to_global_ref_result(_result); +JniResult Intent__putExtra4(jobject self_,jobject string,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra4, "putExtra", "(Ljava/lang/String;I)Landroid/content/Intent;"); + if (_m_Intent__putExtra4 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra4, string, i); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra5 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra5(jobject self_, jobject string, int64_t j) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra5, "putExtra", - "(Ljava/lang/String;J)Landroid/content/Intent;"); - if (_m_Intent__putExtra5 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra5, string, j); - return to_global_ref_result(_result); +JniResult Intent__putExtra5(jobject self_,jobject string,int64_t j) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra5, "putExtra", "(Ljava/lang/String;J)Landroid/content/Intent;"); + if (_m_Intent__putExtra5 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra5, string, j); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra6 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra6(jobject self_, jobject string, float f) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra6, "putExtra", - "(Ljava/lang/String;F)Landroid/content/Intent;"); - if (_m_Intent__putExtra6 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra6, string, f); - return to_global_ref_result(_result); +JniResult Intent__putExtra6(jobject self_,jobject string,float f) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra6, "putExtra", "(Ljava/lang/String;F)Landroid/content/Intent;"); + if (_m_Intent__putExtra6 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra6, string, f); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra7 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra7(jobject self_, jobject string, double d) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra7, "putExtra", - "(Ljava/lang/String;D)Landroid/content/Intent;"); - if (_m_Intent__putExtra7 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra7, string, d); - return to_global_ref_result(_result); +JniResult Intent__putExtra7(jobject self_,jobject string,double d) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra7, "putExtra", "(Ljava/lang/String;D)Landroid/content/Intent;"); + if (_m_Intent__putExtra7 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra7, string, d); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra8 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra8(jobject self_, jobject string, jobject string1) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra8, "putExtra", - "(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__putExtra8 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra8, string, string1); - return to_global_ref_result(_result); +JniResult Intent__putExtra8(jobject self_,jobject string,jobject string1) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra8, "putExtra", "(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__putExtra8 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra8, string, string1); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra9 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra9(jobject self_, - jobject string, - jobject charSequence) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__putExtra9, "putExtra", - "(Ljava/lang/String;Ljava/lang/CharSequence;)Landroid/content/Intent;"); - if (_m_Intent__putExtra9 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra9, string, charSequence); - return to_global_ref_result(_result); +JniResult Intent__putExtra9(jobject self_,jobject string,jobject charSequence) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra9, "putExtra", "(Ljava/lang/String;Ljava/lang/CharSequence;)Landroid/content/Intent;"); + if (_m_Intent__putExtra9 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra9, string, charSequence); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra10 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra10(jobject self_, - jobject string, - jobject parcelable) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__putExtra10, "putExtra", - "(Ljava/lang/String;Landroid/os/Parcelable;)Landroid/content/Intent;"); - if (_m_Intent__putExtra10 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra10, string, parcelable); - return to_global_ref_result(_result); +JniResult Intent__putExtra10(jobject self_,jobject string,jobject parcelable) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra10, "putExtra", "(Ljava/lang/String;Landroid/os/Parcelable;)Landroid/content/Intent;"); + if (_m_Intent__putExtra10 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra10, string, parcelable); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra11 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra11(jobject self_, - jobject string, - jobject parcelables) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__putExtra11, "putExtra", - "(Ljava/lang/String;[Landroid/os/Parcelable;)Landroid/content/Intent;"); - if (_m_Intent__putExtra11 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra11, string, parcelables); - return to_global_ref_result(_result); +JniResult Intent__putExtra11(jobject self_,jobject string,jobject parcelables) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra11, "putExtra", "(Ljava/lang/String;[Landroid/os/Parcelable;)Landroid/content/Intent;"); + if (_m_Intent__putExtra11 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra11, string, parcelables); + return to_global_ref_result(_result); } jmethodID _m_Intent__putParcelableArrayListExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putParcelableArrayListExtra(jobject self_, - jobject string, - jobject arrayList) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__putParcelableArrayListExtra, - "putParcelableArrayListExtra", - "(Ljava/lang/String;Ljava/util/ArrayList;)Landroid/content/Intent;"); - if (_m_Intent__putParcelableArrayListExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putParcelableArrayListExtra, string, arrayList); - return to_global_ref_result(_result); +JniResult Intent__putParcelableArrayListExtra(jobject self_,jobject string,jobject arrayList) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putParcelableArrayListExtra, "putParcelableArrayListExtra", "(Ljava/lang/String;Ljava/util/ArrayList;)Landroid/content/Intent;"); + if (_m_Intent__putParcelableArrayListExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putParcelableArrayListExtra, string, arrayList); + return to_global_ref_result(_result); } jmethodID _m_Intent__putIntegerArrayListExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putIntegerArrayListExtra(jobject self_, - jobject string, - jobject arrayList) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__putIntegerArrayListExtra, - "putIntegerArrayListExtra", - "(Ljava/lang/String;Ljava/util/ArrayList;)Landroid/content/Intent;"); - if (_m_Intent__putIntegerArrayListExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putIntegerArrayListExtra, string, arrayList); - return to_global_ref_result(_result); +JniResult Intent__putIntegerArrayListExtra(jobject self_,jobject string,jobject arrayList) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putIntegerArrayListExtra, "putIntegerArrayListExtra", "(Ljava/lang/String;Ljava/util/ArrayList;)Landroid/content/Intent;"); + if (_m_Intent__putIntegerArrayListExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putIntegerArrayListExtra, string, arrayList); + return to_global_ref_result(_result); } jmethodID _m_Intent__putStringArrayListExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putStringArrayListExtra(jobject self_, - jobject string, - jobject arrayList) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__putStringArrayListExtra, "putStringArrayListExtra", - "(Ljava/lang/String;Ljava/util/ArrayList;)Landroid/content/Intent;"); - if (_m_Intent__putStringArrayListExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putStringArrayListExtra, string, arrayList); - return to_global_ref_result(_result); +JniResult Intent__putStringArrayListExtra(jobject self_,jobject string,jobject arrayList) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putStringArrayListExtra, "putStringArrayListExtra", "(Ljava/lang/String;Ljava/util/ArrayList;)Landroid/content/Intent;"); + if (_m_Intent__putStringArrayListExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putStringArrayListExtra, string, arrayList); + return to_global_ref_result(_result); } jmethodID _m_Intent__putCharSequenceArrayListExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putCharSequenceArrayListExtra(jobject self_, - jobject string, - jobject arrayList) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__putCharSequenceArrayListExtra, - "putCharSequenceArrayListExtra", - "(Ljava/lang/String;Ljava/util/ArrayList;)Landroid/content/Intent;"); - if (_m_Intent__putCharSequenceArrayListExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putCharSequenceArrayListExtra, string, - arrayList); - return to_global_ref_result(_result); +JniResult Intent__putCharSequenceArrayListExtra(jobject self_,jobject string,jobject arrayList) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putCharSequenceArrayListExtra, "putCharSequenceArrayListExtra", "(Ljava/lang/String;Ljava/util/ArrayList;)Landroid/content/Intent;"); + if (_m_Intent__putCharSequenceArrayListExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putCharSequenceArrayListExtra, string, arrayList); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra12 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra12(jobject self_, - jobject string, - jobject serializable) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__putExtra12, "putExtra", - "(Ljava/lang/String;Ljava/io/Serializable;)Landroid/content/Intent;"); - if (_m_Intent__putExtra12 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra12, string, serializable); - return to_global_ref_result(_result); +JniResult Intent__putExtra12(jobject self_,jobject string,jobject serializable) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra12, "putExtra", "(Ljava/lang/String;Ljava/io/Serializable;)Landroid/content/Intent;"); + if (_m_Intent__putExtra12 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra12, string, serializable); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra13 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra13(jobject self_, jobject string, jobject zs) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra13, "putExtra", - "(Ljava/lang/String;[Z)Landroid/content/Intent;"); - if (_m_Intent__putExtra13 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra13, string, zs); - return to_global_ref_result(_result); +JniResult Intent__putExtra13(jobject self_,jobject string,jobject zs) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra13, "putExtra", "(Ljava/lang/String;[Z)Landroid/content/Intent;"); + if (_m_Intent__putExtra13 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra13, string, zs); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra14 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra14(jobject self_, jobject string, jobject bs) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra14, "putExtra", - "(Ljava/lang/String;[B)Landroid/content/Intent;"); - if (_m_Intent__putExtra14 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra14, string, bs); - return to_global_ref_result(_result); +JniResult Intent__putExtra14(jobject self_,jobject string,jobject bs) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra14, "putExtra", "(Ljava/lang/String;[B)Landroid/content/Intent;"); + if (_m_Intent__putExtra14 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra14, string, bs); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra15 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra15(jobject self_, jobject string, jobject ss) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra15, "putExtra", - "(Ljava/lang/String;[S)Landroid/content/Intent;"); - if (_m_Intent__putExtra15 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra15, string, ss); - return to_global_ref_result(_result); +JniResult Intent__putExtra15(jobject self_,jobject string,jobject ss) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra15, "putExtra", "(Ljava/lang/String;[S)Landroid/content/Intent;"); + if (_m_Intent__putExtra15 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra15, string, ss); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra16 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra16(jobject self_, jobject string, jobject cs) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra16, "putExtra", - "(Ljava/lang/String;[C)Landroid/content/Intent;"); - if (_m_Intent__putExtra16 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra16, string, cs); - return to_global_ref_result(_result); +JniResult Intent__putExtra16(jobject self_,jobject string,jobject cs) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra16, "putExtra", "(Ljava/lang/String;[C)Landroid/content/Intent;"); + if (_m_Intent__putExtra16 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra16, string, cs); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra17 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra17(jobject self_, jobject string, jobject is) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra17, "putExtra", - "(Ljava/lang/String;[I)Landroid/content/Intent;"); - if (_m_Intent__putExtra17 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra17, string, is); - return to_global_ref_result(_result); +JniResult Intent__putExtra17(jobject self_,jobject string,jobject is) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra17, "putExtra", "(Ljava/lang/String;[I)Landroid/content/Intent;"); + if (_m_Intent__putExtra17 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra17, string, is); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra18 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra18(jobject self_, jobject string, jobject js) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra18, "putExtra", - "(Ljava/lang/String;[J)Landroid/content/Intent;"); - if (_m_Intent__putExtra18 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra18, string, js); - return to_global_ref_result(_result); +JniResult Intent__putExtra18(jobject self_,jobject string,jobject js) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra18, "putExtra", "(Ljava/lang/String;[J)Landroid/content/Intent;"); + if (_m_Intent__putExtra18 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra18, string, js); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra19 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra19(jobject self_, jobject string, jobject fs) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra19, "putExtra", - "(Ljava/lang/String;[F)Landroid/content/Intent;"); - if (_m_Intent__putExtra19 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra19, string, fs); - return to_global_ref_result(_result); +JniResult Intent__putExtra19(jobject self_,jobject string,jobject fs) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra19, "putExtra", "(Ljava/lang/String;[F)Landroid/content/Intent;"); + if (_m_Intent__putExtra19 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra19, string, fs); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra20 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra20(jobject self_, jobject string, jobject ds) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtra20, "putExtra", - "(Ljava/lang/String;[D)Landroid/content/Intent;"); - if (_m_Intent__putExtra20 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra20, string, ds); - return to_global_ref_result(_result); +JniResult Intent__putExtra20(jobject self_,jobject string,jobject ds) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra20, "putExtra", "(Ljava/lang/String;[D)Landroid/content/Intent;"); + if (_m_Intent__putExtra20 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra20, string, ds); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra21 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra21(jobject self_, jobject string, jobject strings) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__putExtra21, "putExtra", - "(Ljava/lang/String;[Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__putExtra21 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra21, string, strings); - return to_global_ref_result(_result); +JniResult Intent__putExtra21(jobject self_,jobject string,jobject strings) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra21, "putExtra", "(Ljava/lang/String;[Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__putExtra21 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra21, string, strings); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra22 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra22(jobject self_, - jobject string, - jobject charSequences) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__putExtra22, "putExtra", - "(Ljava/lang/String;[Ljava/lang/CharSequence;)Landroid/content/Intent;"); - if (_m_Intent__putExtra22 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra22, string, charSequences); - return to_global_ref_result(_result); +JniResult Intent__putExtra22(jobject self_,jobject string,jobject charSequences) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra22, "putExtra", "(Ljava/lang/String;[Ljava/lang/CharSequence;)Landroid/content/Intent;"); + if (_m_Intent__putExtra22 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra22, string, charSequences); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtra23 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtra23(jobject self_, jobject string, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__putExtra23, "putExtra", - "(Ljava/lang/String;Landroid/os/Bundle;)Landroid/content/Intent;"); - if (_m_Intent__putExtra23 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__putExtra23, string, bundle); - return to_global_ref_result(_result); +JniResult Intent__putExtra23(jobject self_,jobject string,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtra23, "putExtra", "(Ljava/lang/String;Landroid/os/Bundle;)Landroid/content/Intent;"); + if (_m_Intent__putExtra23 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtra23, string, bundle); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtras = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtras(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtras, "putExtras", - "(Landroid/content/Intent;)Landroid/content/Intent;"); - if (_m_Intent__putExtras == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtras, intent); - return to_global_ref_result(_result); +JniResult Intent__putExtras(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtras, "putExtras", "(Landroid/content/Intent;)Landroid/content/Intent;"); + if (_m_Intent__putExtras == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtras, intent); + return to_global_ref_result(_result); } jmethodID _m_Intent__putExtras1 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__putExtras1(jobject self_, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__putExtras1, "putExtras", - "(Landroid/os/Bundle;)Landroid/content/Intent;"); - if (_m_Intent__putExtras1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtras1, bundle); - return to_global_ref_result(_result); +JniResult Intent__putExtras1(jobject self_,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__putExtras1, "putExtras", "(Landroid/os/Bundle;)Landroid/content/Intent;"); + if (_m_Intent__putExtras1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__putExtras1, bundle); + return to_global_ref_result(_result); } jmethodID _m_Intent__replaceExtras = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__replaceExtras(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__replaceExtras, "replaceExtras", - "(Landroid/content/Intent;)Landroid/content/Intent;"); - if (_m_Intent__replaceExtras == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__replaceExtras, intent); - return to_global_ref_result(_result); +JniResult Intent__replaceExtras(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__replaceExtras, "replaceExtras", "(Landroid/content/Intent;)Landroid/content/Intent;"); + if (_m_Intent__replaceExtras == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__replaceExtras, intent); + return to_global_ref_result(_result); } jmethodID _m_Intent__replaceExtras1 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__replaceExtras1(jobject self_, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__replaceExtras1, "replaceExtras", - "(Landroid/os/Bundle;)Landroid/content/Intent;"); - if (_m_Intent__replaceExtras1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__replaceExtras1, bundle); - return to_global_ref_result(_result); +JniResult Intent__replaceExtras1(jobject self_,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__replaceExtras1, "replaceExtras", "(Landroid/os/Bundle;)Landroid/content/Intent;"); + if (_m_Intent__replaceExtras1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__replaceExtras1, bundle); + return to_global_ref_result(_result); } jmethodID _m_Intent__removeExtra = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__removeExtra(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) +JniResult Intent__removeExtra(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__removeExtra, "removeExtra", "(Ljava/lang/String;)V"); + if (_m_Intent__removeExtra == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__removeExtra, string); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__removeExtra, "removeExtra", - "(Ljava/lang/String;)V"); - if (_m_Intent__removeExtra == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__removeExtra, string); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Intent__setFlags = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setFlags(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setFlags, "setFlags", - "(I)Landroid/content/Intent;"); - if (_m_Intent__setFlags == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setFlags, i); - return to_global_ref_result(_result); +JniResult Intent__setFlags(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setFlags, "setFlags", "(I)Landroid/content/Intent;"); + if (_m_Intent__setFlags == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setFlags, i); + return to_global_ref_result(_result); } jmethodID _m_Intent__addFlags = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__addFlags(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__addFlags, "addFlags", - "(I)Landroid/content/Intent;"); - if (_m_Intent__addFlags == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__addFlags, i); - return to_global_ref_result(_result); +JniResult Intent__addFlags(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__addFlags, "addFlags", "(I)Landroid/content/Intent;"); + if (_m_Intent__addFlags == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__addFlags, i); + return to_global_ref_result(_result); } jmethodID _m_Intent__removeFlags = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__removeFlags(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) +JniResult Intent__removeFlags(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__removeFlags, "removeFlags", "(I)V"); + if (_m_Intent__removeFlags == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__removeFlags, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__removeFlags, "removeFlags", "(I)V"); - if (_m_Intent__removeFlags == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__removeFlags, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Intent__setPackage = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setPackage(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setPackage, "setPackage", - "(Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__setPackage == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setPackage, string); - return to_global_ref_result(_result); +JniResult Intent__setPackage(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setPackage, "setPackage", "(Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__setPackage == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setPackage, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__setComponent = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setComponent(jobject self_, jobject componentName) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setComponent, "setComponent", - "(Landroid/content/ComponentName;)Landroid/content/Intent;"); - if (_m_Intent__setComponent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__setComponent, componentName); - return to_global_ref_result(_result); +JniResult Intent__setComponent(jobject self_,jobject componentName) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setComponent, "setComponent", "(Landroid/content/ComponentName;)Landroid/content/Intent;"); + if (_m_Intent__setComponent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setComponent, componentName); + return to_global_ref_result(_result); } jmethodID _m_Intent__setClassName = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setClassName(jobject self_, jobject context, jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__setClassName, "setClassName", - "(Landroid/content/Context;Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__setClassName == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__setClassName, context, string); - return to_global_ref_result(_result); +JniResult Intent__setClassName(jobject self_,jobject context,jobject string) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setClassName, "setClassName", "(Landroid/content/Context;Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__setClassName == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setClassName, context, string); + return to_global_ref_result(_result); } jmethodID _m_Intent__setClassName1 = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setClassName1(jobject self_, - jobject string, - jobject string1) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setClassName1, "setClassName", - "(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;"); - if (_m_Intent__setClassName1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__setClassName1, string, string1); - return to_global_ref_result(_result); +JniResult Intent__setClassName1(jobject self_,jobject string,jobject string1) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setClassName1, "setClassName", "(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;"); + if (_m_Intent__setClassName1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setClassName1, string, string1); + return to_global_ref_result(_result); } jmethodID _m_Intent__setClass = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setClass(jobject self_, jobject context, jobject class) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Intent, &_m_Intent__setClass, "setClass", - "(Landroid/content/Context;Ljava/lang/Class;)Landroid/content/Intent;"); - if (_m_Intent__setClass == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Intent__setClass, context, class); - return to_global_ref_result(_result); +JniResult Intent__setClass(jobject self_,jobject context,jobject class) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setClass, "setClass", "(Landroid/content/Context;Ljava/lang/Class;)Landroid/content/Intent;"); + if (_m_Intent__setClass == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__setClass, context, class); + return to_global_ref_result(_result); } jmethodID _m_Intent__setSourceBounds = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__setSourceBounds(jobject self_, jobject rect) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) +JniResult Intent__setSourceBounds(jobject self_,jobject rect) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__setSourceBounds, "setSourceBounds", "(Landroid/graphics/Rect;)V"); + if (_m_Intent__setSourceBounds == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__setSourceBounds, rect); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__setSourceBounds, "setSourceBounds", - "(Landroid/graphics/Rect;)V"); - if (_m_Intent__setSourceBounds == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__setSourceBounds, rect); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Intent__fillIn = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__fillIn(jobject self_, jobject intent, int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__fillIn, "fillIn", - "(Landroid/content/Intent;I)I"); - if (_m_Intent__fillIn == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Intent__fillIn, intent, i); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Intent__fillIn(jobject self_,jobject intent,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__fillIn, "fillIn", "(Landroid/content/Intent;I)I"); + if (_m_Intent__fillIn == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Intent__fillIn, intent, i); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Intent__filterEquals = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__filterEquals(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__filterEquals, "filterEquals", - "(Landroid/content/Intent;)Z"); - if (_m_Intent__filterEquals == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Intent__filterEquals, intent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Intent__filterEquals(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__filterEquals, "filterEquals", "(Landroid/content/Intent;)Z"); + if (_m_Intent__filterEquals == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Intent__filterEquals, intent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Intent__filterHashCode = NULL; FFI_PLUGIN_EXPORT JniResult Intent__filterHashCode(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__filterHashCode, "filterHashCode", "()I"); - if (_m_Intent__filterHashCode == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Intent__filterHashCode); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__filterHashCode, "filterHashCode", "()I"); + if (_m_Intent__filterHashCode == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Intent__filterHashCode); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Intent__toString1 = NULL; FFI_PLUGIN_EXPORT JniResult Intent__toString1(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__toString1, "toString", - "()Ljava/lang/String;"); - if (_m_Intent__toString1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__toString1); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__toString1, "toString", "()Ljava/lang/String;"); + if (_m_Intent__toString1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__toString1); + return to_global_ref_result(_result); } jmethodID _m_Intent__toURI = NULL; FFI_PLUGIN_EXPORT JniResult Intent__toURI(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__toURI, "toURI", "()Ljava/lang/String;"); - if (_m_Intent__toURI == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__toURI); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__toURI, "toURI", "()Ljava/lang/String;"); + if (_m_Intent__toURI == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__toURI); + return to_global_ref_result(_result); } jmethodID _m_Intent__toUri = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__toUri(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__toUri, "toUri", "(I)Ljava/lang/String;"); - if (_m_Intent__toUri == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__toUri, i); - return to_global_ref_result(_result); +JniResult Intent__toUri(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__toUri, "toUri", "(I)Ljava/lang/String;"); + if (_m_Intent__toUri == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Intent__toUri, i); + return to_global_ref_result(_result); } jmethodID _m_Intent__describeContents = NULL; FFI_PLUGIN_EXPORT JniResult Intent__describeContents(jobject self_) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__describeContents, "describeContents", - "()I"); - if (_m_Intent__describeContents == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Intent__describeContents); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__describeContents, "describeContents", "()I"); + if (_m_Intent__describeContents == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Intent__describeContents); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Intent__writeToParcel = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__writeToParcel(jobject self_, jobject parcel, int32_t i) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) +JniResult Intent__writeToParcel(jobject self_,jobject parcel,int32_t i) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__writeToParcel, "writeToParcel", "(Landroid/os/Parcel;I)V"); + if (_m_Intent__writeToParcel == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__writeToParcel, parcel, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__writeToParcel, "writeToParcel", - "(Landroid/os/Parcel;I)V"); - if (_m_Intent__writeToParcel == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__writeToParcel, parcel, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Intent__readFromParcel = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__readFromParcel(jobject self_, jobject parcel) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) +JniResult Intent__readFromParcel(jobject self_,jobject parcel) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Intent, + &_m_Intent__readFromParcel, "readFromParcel", "(Landroid/os/Parcel;)V"); + if (_m_Intent__readFromParcel == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__readFromParcel, parcel); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Intent, &_m_Intent__readFromParcel, "readFromParcel", - "(Landroid/os/Parcel;)V"); - if (_m_Intent__readFromParcel == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Intent__readFromParcel, parcel); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Intent__parseIntent = NULL; FFI_PLUGIN_EXPORT -JniResult Intent__parseIntent(jobject resources, - jobject xmlPullParser, - jobject attributeSet) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method( - _c_Intent, &_m_Intent__parseIntent, "parseIntent", - "(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/" - "util/AttributeSet;)Landroid/content/Intent;"); - if (_m_Intent__parseIntent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Intent, _m_Intent__parseIntent, resources, xmlPullParser, - attributeSet); - return to_global_ref_result(_result); +JniResult Intent__parseIntent(jobject resources,jobject xmlPullParser,jobject attributeSet) { + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Intent, + &_m_Intent__parseIntent, "parseIntent", "(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;)Landroid/content/Intent;"); + if (_m_Intent__parseIntent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Intent, _m_Intent__parseIntent, resources, xmlPullParser, attributeSet); + return to_global_ref_result(_result); } jmethodID _m_Intent__normalizeMimeType = NULL; FFI_PLUGIN_EXPORT JniResult Intent__normalizeMimeType(jobject string) { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Intent, &_m_Intent__normalizeMimeType, - "normalizeMimeType", - "(Ljava/lang/String;)Ljava/lang/String;"); - if (_m_Intent__normalizeMimeType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Intent, _m_Intent__normalizeMimeType, string); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Intent, + &_m_Intent__normalizeMimeType, "normalizeMimeType", "(Ljava/lang/String;)Ljava/lang/String;"); + if (_m_Intent__normalizeMimeType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Intent, _m_Intent__normalizeMimeType, string); + return to_global_ref_result(_result); } jfieldID _f_Intent__CREATOR = NULL; FFI_PLUGIN_EXPORT JniResult get_Intent__CREATOR() { - load_env(); - load_class_global_ref(&_c_Intent, "android/content/Intent"); - if (_c_Intent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_Intent, &_f_Intent__CREATOR, "CREATOR", - "Landroid/os/Parcelable$Creator;"); - jobject _result = - (*jniEnv)->GetStaticObjectField(jniEnv, _c_Intent, _f_Intent__CREATOR); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Intent, "android/content/Intent"); + if (_c_Intent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_Intent, &_f_Intent__CREATOR, "CREATOR", + "Landroid/os/Parcelable$Creator;"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_Intent, _f_Intent__CREATOR); + return to_global_ref_result(_result); } // android.app.Activity @@ -6354,4552 +4647,3536 @@ jclass _c_Activity = NULL; jmethodID _m_Activity__new0 = NULL; FFI_PLUGIN_EXPORT JniResult Activity__new0() { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__new0, "", "()V"); - if (_m_Activity__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->NewObject(jniEnv, _c_Activity, _m_Activity__new0); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__new0, "", "()V"); + if (_m_Activity__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_Activity, _m_Activity__new0); + return to_global_ref_result(_result); } jmethodID _m_Activity__getIntent = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getIntent(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getIntent, "getIntent", - "()Landroid/content/Intent;"); - if (_m_Activity__getIntent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getIntent); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getIntent, "getIntent", "()Landroid/content/Intent;"); + if (_m_Activity__getIntent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getIntent); + return to_global_ref_result(_result); } jmethodID _m_Activity__setIntent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setIntent(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setIntent(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setIntent, "setIntent", "(Landroid/content/Intent;)V"); + if (_m_Activity__setIntent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setIntent, intent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setIntent, "setIntent", - "(Landroid/content/Intent;)V"); - if (_m_Activity__setIntent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setIntent, intent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setLocusContext = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setLocusContext(jobject self_, - jobject locusId, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setLocusContext(jobject self_,jobject locusId,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setLocusContext, "setLocusContext", "(Landroid/content/LocusId;Landroid/os/Bundle;)V"); + if (_m_Activity__setLocusContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setLocusContext, locusId, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setLocusContext, "setLocusContext", - "(Landroid/content/LocusId;Landroid/os/Bundle;)V"); - if (_m_Activity__setLocusContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setLocusContext, - locusId, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getApplication = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getApplication(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getApplication, "getApplication", - "()Landroid/app/Application;"); - if (_m_Activity__getApplication == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getApplication); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getApplication, "getApplication", "()Landroid/app/Application;"); + if (_m_Activity__getApplication == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getApplication); + return to_global_ref_result(_result); } jmethodID _m_Activity__isChild = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isChild(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isChild, "isChild", "()Z"); - if (_m_Activity__isChild == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isChild); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isChild, "isChild", "()Z"); + if (_m_Activity__isChild == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isChild); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__getParent = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getParent(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getParent, "getParent", - "()Landroid/app/Activity;"); - if (_m_Activity__getParent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getParent); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getParent, "getParent", "()Landroid/app/Activity;"); + if (_m_Activity__getParent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getParent); + return to_global_ref_result(_result); } jmethodID _m_Activity__getWindowManager = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getWindowManager(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getWindowManager, "getWindowManager", - "()Landroid/view/WindowManager;"); - if (_m_Activity__getWindowManager == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getWindowManager); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getWindowManager, "getWindowManager", "()Landroid/view/WindowManager;"); + if (_m_Activity__getWindowManager == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getWindowManager); + return to_global_ref_result(_result); } jmethodID _m_Activity__getWindow = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getWindow(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getWindow, "getWindow", - "()Landroid/view/Window;"); - if (_m_Activity__getWindow == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getWindow); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getWindow, "getWindow", "()Landroid/view/Window;"); + if (_m_Activity__getWindow == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getWindow); + return to_global_ref_result(_result); } jmethodID _m_Activity__getLoaderManager = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getLoaderManager(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getLoaderManager, "getLoaderManager", - "()Landroid/app/LoaderManager;"); - if (_m_Activity__getLoaderManager == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getLoaderManager); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getLoaderManager, "getLoaderManager", "()Landroid/app/LoaderManager;"); + if (_m_Activity__getLoaderManager == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getLoaderManager); + return to_global_ref_result(_result); } jmethodID _m_Activity__getCurrentFocus = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getCurrentFocus(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getCurrentFocus, "getCurrentFocus", - "()Landroid/view/View;"); - if (_m_Activity__getCurrentFocus == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getCurrentFocus); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getCurrentFocus, "getCurrentFocus", "()Landroid/view/View;"); + if (_m_Activity__getCurrentFocus == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getCurrentFocus); + return to_global_ref_result(_result); } jmethodID _m_Activity__attachBaseContext = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__attachBaseContext(jobject self_, jobject context) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__attachBaseContext(jobject self_,jobject context) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__attachBaseContext, "attachBaseContext", "(Landroid/content/Context;)V"); + if (_m_Activity__attachBaseContext == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__attachBaseContext, context); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__attachBaseContext, "attachBaseContext", - "(Landroid/content/Context;)V"); - if (_m_Activity__attachBaseContext == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__attachBaseContext, - context); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__registerActivityLifecycleCallbacks = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__registerActivityLifecycleCallbacks( - jobject self_, - jobject activityLifecycleCallbacks) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__registerActivityLifecycleCallbacks(jobject self_,jobject activityLifecycleCallbacks) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__registerActivityLifecycleCallbacks, "registerActivityLifecycleCallbacks", "(Landroid/app/Application$ActivityLifecycleCallbacks;)V"); + if (_m_Activity__registerActivityLifecycleCallbacks == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__registerActivityLifecycleCallbacks, activityLifecycleCallbacks); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__registerActivityLifecycleCallbacks, - "registerActivityLifecycleCallbacks", - "(Landroid/app/Application$ActivityLifecycleCallbacks;)V"); - if (_m_Activity__registerActivityLifecycleCallbacks == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__registerActivityLifecycleCallbacks, - activityLifecycleCallbacks); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__unregisterActivityLifecycleCallbacks = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__unregisterActivityLifecycleCallbacks( - jobject self_, - jobject activityLifecycleCallbacks) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__unregisterActivityLifecycleCallbacks(jobject self_,jobject activityLifecycleCallbacks) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__unregisterActivityLifecycleCallbacks, "unregisterActivityLifecycleCallbacks", "(Landroid/app/Application$ActivityLifecycleCallbacks;)V"); + if (_m_Activity__unregisterActivityLifecycleCallbacks == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__unregisterActivityLifecycleCallbacks, activityLifecycleCallbacks); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__unregisterActivityLifecycleCallbacks, - "unregisterActivityLifecycleCallbacks", - "(Landroid/app/Application$ActivityLifecycleCallbacks;)V"); - if (_m_Activity__unregisterActivityLifecycleCallbacks == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__unregisterActivityLifecycleCallbacks, - activityLifecycleCallbacks); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__registerComponentCallbacks = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__registerComponentCallbacks(jobject self_, - jobject componentCallbacks) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__registerComponentCallbacks(jobject self_,jobject componentCallbacks) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__registerComponentCallbacks, "registerComponentCallbacks", "(Landroid/content/ComponentCallbacks;)V"); + if (_m_Activity__registerComponentCallbacks == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__registerComponentCallbacks, componentCallbacks); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__registerComponentCallbacks, - "registerComponentCallbacks", - "(Landroid/content/ComponentCallbacks;)V"); - if (_m_Activity__registerComponentCallbacks == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__registerComponentCallbacks, - componentCallbacks); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__unregisterComponentCallbacks = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__unregisterComponentCallbacks(jobject self_, - jobject componentCallbacks) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__unregisterComponentCallbacks(jobject self_,jobject componentCallbacks) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__unregisterComponentCallbacks, "unregisterComponentCallbacks", "(Landroid/content/ComponentCallbacks;)V"); + if (_m_Activity__unregisterComponentCallbacks == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__unregisterComponentCallbacks, componentCallbacks); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__unregisterComponentCallbacks, - "unregisterComponentCallbacks", - "(Landroid/content/ComponentCallbacks;)V"); - if (_m_Activity__unregisterComponentCallbacks == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__unregisterComponentCallbacks, - componentCallbacks); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onCreate = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreate(jobject self_, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onCreate(jobject self_,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreate, "onCreate", "(Landroid/os/Bundle;)V"); + if (_m_Activity__onCreate == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onCreate, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreate, "onCreate", - "(Landroid/os/Bundle;)V"); - if (_m_Activity__onCreate == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onCreate, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getSplashScreen = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getSplashScreen(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getSplashScreen, "getSplashScreen", - "()Landroid/window/SplashScreen;"); - if (_m_Activity__getSplashScreen == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getSplashScreen); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getSplashScreen, "getSplashScreen", "()Landroid/window/SplashScreen;"); + if (_m_Activity__getSplashScreen == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getSplashScreen); + return to_global_ref_result(_result); } jmethodID _m_Activity__onCreate1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreate1(jobject self_, - jobject bundle, - jobject persistableBundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onCreate1(jobject self_,jobject bundle,jobject persistableBundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreate1, "onCreate", "(Landroid/os/Bundle;Landroid/os/PersistableBundle;)V"); + if (_m_Activity__onCreate1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onCreate1, bundle, persistableBundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreate1, "onCreate", - "(Landroid/os/Bundle;Landroid/os/PersistableBundle;)V"); - if (_m_Activity__onCreate1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onCreate1, bundle, - persistableBundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onRestoreInstanceState = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onRestoreInstanceState(jobject self_, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onRestoreInstanceState(jobject self_,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onRestoreInstanceState, "onRestoreInstanceState", "(Landroid/os/Bundle;)V"); + if (_m_Activity__onRestoreInstanceState == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onRestoreInstanceState, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onRestoreInstanceState, - "onRestoreInstanceState", "(Landroid/os/Bundle;)V"); - if (_m_Activity__onRestoreInstanceState == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onRestoreInstanceState, - bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onRestoreInstanceState1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onRestoreInstanceState1(jobject self_, - jobject bundle, - jobject persistableBundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onRestoreInstanceState1(jobject self_,jobject bundle,jobject persistableBundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onRestoreInstanceState1, "onRestoreInstanceState", "(Landroid/os/Bundle;Landroid/os/PersistableBundle;)V"); + if (_m_Activity__onRestoreInstanceState1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onRestoreInstanceState1, bundle, persistableBundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onRestoreInstanceState1, - "onRestoreInstanceState", - "(Landroid/os/Bundle;Landroid/os/PersistableBundle;)V"); - if (_m_Activity__onRestoreInstanceState1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onRestoreInstanceState1, - bundle, persistableBundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onPostCreate = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPostCreate(jobject self_, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onPostCreate(jobject self_,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPostCreate, "onPostCreate", "(Landroid/os/Bundle;)V"); + if (_m_Activity__onPostCreate == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPostCreate, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPostCreate, "onPostCreate", - "(Landroid/os/Bundle;)V"); - if (_m_Activity__onPostCreate == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPostCreate, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onPostCreate1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPostCreate1(jobject self_, - jobject bundle, - jobject persistableBundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onPostCreate1(jobject self_,jobject bundle,jobject persistableBundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPostCreate1, "onPostCreate", "(Landroid/os/Bundle;Landroid/os/PersistableBundle;)V"); + if (_m_Activity__onPostCreate1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPostCreate1, bundle, persistableBundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPostCreate1, "onPostCreate", - "(Landroid/os/Bundle;Landroid/os/PersistableBundle;)V"); - if (_m_Activity__onPostCreate1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPostCreate1, bundle, - persistableBundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onStart = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onStart(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onStart, "onStart", "()V"); + if (_m_Activity__onStart == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onStart); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onStart, "onStart", "()V"); - if (_m_Activity__onStart == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onStart); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onRestart = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onRestart(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onRestart, "onRestart", "()V"); + if (_m_Activity__onRestart == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onRestart); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onRestart, "onRestart", "()V"); - if (_m_Activity__onRestart == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onRestart); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onStateNotSaved = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onStateNotSaved(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onStateNotSaved, "onStateNotSaved", "()V"); + if (_m_Activity__onStateNotSaved == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onStateNotSaved); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onStateNotSaved, "onStateNotSaved", - "()V"); - if (_m_Activity__onStateNotSaved == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onStateNotSaved); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onResume = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onResume(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onResume, "onResume", "()V"); + if (_m_Activity__onResume == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onResume); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onResume, "onResume", "()V"); - if (_m_Activity__onResume == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onResume); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onPostResume = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onPostResume(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPostResume, "onPostResume", "()V"); + if (_m_Activity__onPostResume == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPostResume); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPostResume, "onPostResume", "()V"); - if (_m_Activity__onPostResume == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPostResume); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onTopResumedActivityChanged = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onTopResumedActivityChanged(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onTopResumedActivityChanged(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onTopResumedActivityChanged, "onTopResumedActivityChanged", "(Z)V"); + if (_m_Activity__onTopResumedActivityChanged == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onTopResumedActivityChanged, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onTopResumedActivityChanged, - "onTopResumedActivityChanged", "(Z)V"); - if (_m_Activity__onTopResumedActivityChanged == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__onTopResumedActivityChanged, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__isVoiceInteraction = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isVoiceInteraction(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isVoiceInteraction, - "isVoiceInteraction", "()Z"); - if (_m_Activity__isVoiceInteraction == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__isVoiceInteraction); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isVoiceInteraction, "isVoiceInteraction", "()Z"); + if (_m_Activity__isVoiceInteraction == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isVoiceInteraction); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__isVoiceInteractionRoot = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isVoiceInteractionRoot(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isVoiceInteractionRoot, - "isVoiceInteractionRoot", "()Z"); - if (_m_Activity__isVoiceInteractionRoot == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__isVoiceInteractionRoot); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isVoiceInteractionRoot, "isVoiceInteractionRoot", "()Z"); + if (_m_Activity__isVoiceInteractionRoot == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isVoiceInteractionRoot); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__getVoiceInteractor = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getVoiceInteractor(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getVoiceInteractor, - "getVoiceInteractor", "()Landroid/app/VoiceInteractor;"); - if (_m_Activity__getVoiceInteractor == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__getVoiceInteractor); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getVoiceInteractor, "getVoiceInteractor", "()Landroid/app/VoiceInteractor;"); + if (_m_Activity__getVoiceInteractor == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getVoiceInteractor); + return to_global_ref_result(_result); } jmethodID _m_Activity__isLocalVoiceInteractionSupported = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isLocalVoiceInteractionSupported(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isLocalVoiceInteractionSupported, - "isLocalVoiceInteractionSupported", "()Z"); - if (_m_Activity__isLocalVoiceInteractionSupported == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__isLocalVoiceInteractionSupported); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isLocalVoiceInteractionSupported, "isLocalVoiceInteractionSupported", "()Z"); + if (_m_Activity__isLocalVoiceInteractionSupported == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isLocalVoiceInteractionSupported); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__startLocalVoiceInteraction = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startLocalVoiceInteraction(jobject self_, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startLocalVoiceInteraction(jobject self_,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startLocalVoiceInteraction, "startLocalVoiceInteraction", "(Landroid/os/Bundle;)V"); + if (_m_Activity__startLocalVoiceInteraction == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startLocalVoiceInteraction, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startLocalVoiceInteraction, - "startLocalVoiceInteraction", "(Landroid/os/Bundle;)V"); - if (_m_Activity__startLocalVoiceInteraction == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__startLocalVoiceInteraction, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onLocalVoiceInteractionStarted = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onLocalVoiceInteractionStarted(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onLocalVoiceInteractionStarted, "onLocalVoiceInteractionStarted", "()V"); + if (_m_Activity__onLocalVoiceInteractionStarted == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onLocalVoiceInteractionStarted); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onLocalVoiceInteractionStarted, - "onLocalVoiceInteractionStarted", "()V"); - if (_m_Activity__onLocalVoiceInteractionStarted == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__onLocalVoiceInteractionStarted); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onLocalVoiceInteractionStopped = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onLocalVoiceInteractionStopped(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onLocalVoiceInteractionStopped, "onLocalVoiceInteractionStopped", "()V"); + if (_m_Activity__onLocalVoiceInteractionStopped == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onLocalVoiceInteractionStopped); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onLocalVoiceInteractionStopped, - "onLocalVoiceInteractionStopped", "()V"); - if (_m_Activity__onLocalVoiceInteractionStopped == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__onLocalVoiceInteractionStopped); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__stopLocalVoiceInteraction = NULL; FFI_PLUGIN_EXPORT JniResult Activity__stopLocalVoiceInteraction(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__stopLocalVoiceInteraction, "stopLocalVoiceInteraction", "()V"); + if (_m_Activity__stopLocalVoiceInteraction == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__stopLocalVoiceInteraction); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__stopLocalVoiceInteraction, - "stopLocalVoiceInteraction", "()V"); - if (_m_Activity__stopLocalVoiceInteraction == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__stopLocalVoiceInteraction); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onNewIntent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onNewIntent(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onNewIntent(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onNewIntent, "onNewIntent", "(Landroid/content/Intent;)V"); + if (_m_Activity__onNewIntent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onNewIntent, intent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onNewIntent, "onNewIntent", - "(Landroid/content/Intent;)V"); - if (_m_Activity__onNewIntent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onNewIntent, intent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onSaveInstanceState = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onSaveInstanceState(jobject self_, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onSaveInstanceState(jobject self_,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onSaveInstanceState, "onSaveInstanceState", "(Landroid/os/Bundle;)V"); + if (_m_Activity__onSaveInstanceState == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onSaveInstanceState, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onSaveInstanceState, - "onSaveInstanceState", "(Landroid/os/Bundle;)V"); - if (_m_Activity__onSaveInstanceState == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onSaveInstanceState, - bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onSaveInstanceState1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onSaveInstanceState1(jobject self_, - jobject bundle, - jobject persistableBundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onSaveInstanceState1(jobject self_,jobject bundle,jobject persistableBundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onSaveInstanceState1, "onSaveInstanceState", "(Landroid/os/Bundle;Landroid/os/PersistableBundle;)V"); + if (_m_Activity__onSaveInstanceState1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onSaveInstanceState1, bundle, persistableBundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onSaveInstanceState1, - "onSaveInstanceState", - "(Landroid/os/Bundle;Landroid/os/PersistableBundle;)V"); - if (_m_Activity__onSaveInstanceState1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onSaveInstanceState1, - bundle, persistableBundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onPause = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onPause(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPause, "onPause", "()V"); + if (_m_Activity__onPause == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPause); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPause, "onPause", "()V"); - if (_m_Activity__onPause == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPause); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onUserLeaveHint = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onUserLeaveHint(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onUserLeaveHint, "onUserLeaveHint", "()V"); + if (_m_Activity__onUserLeaveHint == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onUserLeaveHint); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onUserLeaveHint, "onUserLeaveHint", - "()V"); - if (_m_Activity__onUserLeaveHint == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onUserLeaveHint); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onCreateThumbnail = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreateThumbnail(jobject self_, - jobject bitmap, - jobject canvas) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreateThumbnail, "onCreateThumbnail", - "(Landroid/graphics/Bitmap;Landroid/graphics/Canvas;)Z"); - if (_m_Activity__onCreateThumbnail == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onCreateThumbnail, bitmap, canvas); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onCreateThumbnail(jobject self_,jobject bitmap,jobject canvas) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreateThumbnail, "onCreateThumbnail", "(Landroid/graphics/Bitmap;Landroid/graphics/Canvas;)Z"); + if (_m_Activity__onCreateThumbnail == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onCreateThumbnail, bitmap, canvas); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onCreateDescription = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onCreateDescription(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreateDescription, - "onCreateDescription", "()Ljava/lang/CharSequence;"); - if (_m_Activity__onCreateDescription == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__onCreateDescription); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreateDescription, "onCreateDescription", "()Ljava/lang/CharSequence;"); + if (_m_Activity__onCreateDescription == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__onCreateDescription); + return to_global_ref_result(_result); } jmethodID _m_Activity__onProvideAssistData = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onProvideAssistData(jobject self_, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onProvideAssistData(jobject self_,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onProvideAssistData, "onProvideAssistData", "(Landroid/os/Bundle;)V"); + if (_m_Activity__onProvideAssistData == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onProvideAssistData, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onProvideAssistData, - "onProvideAssistData", "(Landroid/os/Bundle;)V"); - if (_m_Activity__onProvideAssistData == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onProvideAssistData, - bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onProvideAssistContent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onProvideAssistContent(jobject self_, - jobject assistContent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onProvideAssistContent(jobject self_,jobject assistContent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onProvideAssistContent, "onProvideAssistContent", "(Landroid/app/assist/AssistContent;)V"); + if (_m_Activity__onProvideAssistContent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onProvideAssistContent, assistContent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onProvideAssistContent, - "onProvideAssistContent", - "(Landroid/app/assist/AssistContent;)V"); - if (_m_Activity__onProvideAssistContent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onProvideAssistContent, - assistContent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onGetDirectActions = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onGetDirectActions(jobject self_, - jobject cancellationSignal, - jobject consumer) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onGetDirectActions(jobject self_,jobject cancellationSignal,jobject consumer) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onGetDirectActions, "onGetDirectActions", "(Landroid/os/CancellationSignal;Ljava/util/function/Consumer;)V"); + if (_m_Activity__onGetDirectActions == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onGetDirectActions, cancellationSignal, consumer); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Activity, &_m_Activity__onGetDirectActions, "onGetDirectActions", - "(Landroid/os/CancellationSignal;Ljava/util/function/Consumer;)V"); - if (_m_Activity__onGetDirectActions == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onGetDirectActions, - cancellationSignal, consumer); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onPerformDirectAction = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPerformDirectAction(jobject self_, - jobject string, - jobject bundle, - jobject cancellationSignal, - jobject consumer) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onPerformDirectAction(jobject self_,jobject string,jobject bundle,jobject cancellationSignal,jobject consumer) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPerformDirectAction, "onPerformDirectAction", "(Ljava/lang/String;Landroid/os/Bundle;Landroid/os/CancellationSignal;Ljava/util/function/Consumer;)V"); + if (_m_Activity__onPerformDirectAction == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPerformDirectAction, string, bundle, cancellationSignal, consumer); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPerformDirectAction, - "onPerformDirectAction", - "(Ljava/lang/String;Landroid/os/Bundle;Landroid/os/" - "CancellationSignal;Ljava/util/function/Consumer;)V"); - if (_m_Activity__onPerformDirectAction == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPerformDirectAction, - string, bundle, cancellationSignal, consumer); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__requestShowKeyboardShortcuts = NULL; FFI_PLUGIN_EXPORT JniResult Activity__requestShowKeyboardShortcuts(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__requestShowKeyboardShortcuts, "requestShowKeyboardShortcuts", "()V"); + if (_m_Activity__requestShowKeyboardShortcuts == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__requestShowKeyboardShortcuts); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__requestShowKeyboardShortcuts, - "requestShowKeyboardShortcuts", "()V"); - if (_m_Activity__requestShowKeyboardShortcuts == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__requestShowKeyboardShortcuts); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__dismissKeyboardShortcutsHelper = NULL; FFI_PLUGIN_EXPORT JniResult Activity__dismissKeyboardShortcutsHelper(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__dismissKeyboardShortcutsHelper, "dismissKeyboardShortcutsHelper", "()V"); + if (_m_Activity__dismissKeyboardShortcutsHelper == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__dismissKeyboardShortcutsHelper); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__dismissKeyboardShortcutsHelper, - "dismissKeyboardShortcutsHelper", "()V"); - if (_m_Activity__dismissKeyboardShortcutsHelper == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__dismissKeyboardShortcutsHelper); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onProvideKeyboardShortcuts = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onProvideKeyboardShortcuts(jobject self_, - jobject list, - jobject menu, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onProvideKeyboardShortcuts(jobject self_,jobject list,jobject menu,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onProvideKeyboardShortcuts, "onProvideKeyboardShortcuts", "(Ljava/util/List;Landroid/view/Menu;I)V"); + if (_m_Activity__onProvideKeyboardShortcuts == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onProvideKeyboardShortcuts, list, menu, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onProvideKeyboardShortcuts, - "onProvideKeyboardShortcuts", - "(Ljava/util/List;Landroid/view/Menu;I)V"); - if (_m_Activity__onProvideKeyboardShortcuts == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod( - jniEnv, self_, _m_Activity__onProvideKeyboardShortcuts, list, menu, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__showAssist = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__showAssist(jobject self_, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__showAssist, "showAssist", - "(Landroid/os/Bundle;)Z"); - if (_m_Activity__showAssist == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__showAssist, bundle); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__showAssist(jobject self_,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__showAssist, "showAssist", "(Landroid/os/Bundle;)Z"); + if (_m_Activity__showAssist == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__showAssist, bundle); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onStop = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onStop(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onStop, "onStop", "()V"); + if (_m_Activity__onStop == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onStop); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onStop, "onStop", "()V"); - if (_m_Activity__onStop == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onStop); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onDestroy = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onDestroy(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onDestroy, "onDestroy", "()V"); + if (_m_Activity__onDestroy == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onDestroy); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onDestroy, "onDestroy", "()V"); - if (_m_Activity__onDestroy == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onDestroy); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__reportFullyDrawn = NULL; FFI_PLUGIN_EXPORT JniResult Activity__reportFullyDrawn(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__reportFullyDrawn, "reportFullyDrawn", "()V"); + if (_m_Activity__reportFullyDrawn == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__reportFullyDrawn); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__reportFullyDrawn, "reportFullyDrawn", - "()V"); - if (_m_Activity__reportFullyDrawn == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__reportFullyDrawn); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onMultiWindowModeChanged = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onMultiWindowModeChanged(jobject self_, - uint8_t z, - jobject configuration) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onMultiWindowModeChanged(jobject self_,uint8_t z,jobject configuration) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onMultiWindowModeChanged, "onMultiWindowModeChanged", "(ZLandroid/content/res/Configuration;)V"); + if (_m_Activity__onMultiWindowModeChanged == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onMultiWindowModeChanged, z, configuration); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onMultiWindowModeChanged, - "onMultiWindowModeChanged", - "(ZLandroid/content/res/Configuration;)V"); - if (_m_Activity__onMultiWindowModeChanged == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod( - jniEnv, self_, _m_Activity__onMultiWindowModeChanged, z, configuration); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onMultiWindowModeChanged1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onMultiWindowModeChanged1(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onMultiWindowModeChanged1(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onMultiWindowModeChanged1, "onMultiWindowModeChanged", "(Z)V"); + if (_m_Activity__onMultiWindowModeChanged1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onMultiWindowModeChanged1, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onMultiWindowModeChanged1, - "onMultiWindowModeChanged", "(Z)V"); - if (_m_Activity__onMultiWindowModeChanged1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__onMultiWindowModeChanged1, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__isInMultiWindowMode = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isInMultiWindowMode(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isInMultiWindowMode, - "isInMultiWindowMode", "()Z"); - if (_m_Activity__isInMultiWindowMode == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__isInMultiWindowMode); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isInMultiWindowMode, "isInMultiWindowMode", "()Z"); + if (_m_Activity__isInMultiWindowMode == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isInMultiWindowMode); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onPictureInPictureModeChanged = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPictureInPictureModeChanged(jobject self_, - uint8_t z, - jobject configuration) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onPictureInPictureModeChanged(jobject self_,uint8_t z,jobject configuration) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPictureInPictureModeChanged, "onPictureInPictureModeChanged", "(ZLandroid/content/res/Configuration;)V"); + if (_m_Activity__onPictureInPictureModeChanged == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPictureInPictureModeChanged, z, configuration); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPictureInPictureModeChanged, - "onPictureInPictureModeChanged", - "(ZLandroid/content/res/Configuration;)V"); - if (_m_Activity__onPictureInPictureModeChanged == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__onPictureInPictureModeChanged, z, - configuration); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onPictureInPictureUiStateChanged = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPictureInPictureUiStateChanged( - jobject self_, - jobject pictureInPictureUiState) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onPictureInPictureUiStateChanged(jobject self_,jobject pictureInPictureUiState) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPictureInPictureUiStateChanged, "onPictureInPictureUiStateChanged", "(Landroid/app/PictureInPictureUiState;)V"); + if (_m_Activity__onPictureInPictureUiStateChanged == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPictureInPictureUiStateChanged, pictureInPictureUiState); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPictureInPictureUiStateChanged, - "onPictureInPictureUiStateChanged", - "(Landroid/app/PictureInPictureUiState;)V"); - if (_m_Activity__onPictureInPictureUiStateChanged == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__onPictureInPictureUiStateChanged, - pictureInPictureUiState); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onPictureInPictureModeChanged1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPictureInPictureModeChanged1(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onPictureInPictureModeChanged1(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPictureInPictureModeChanged1, "onPictureInPictureModeChanged", "(Z)V"); + if (_m_Activity__onPictureInPictureModeChanged1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPictureInPictureModeChanged1, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPictureInPictureModeChanged1, - "onPictureInPictureModeChanged", "(Z)V"); - if (_m_Activity__onPictureInPictureModeChanged1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__onPictureInPictureModeChanged1, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__isInPictureInPictureMode = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isInPictureInPictureMode(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isInPictureInPictureMode, - "isInPictureInPictureMode", "()Z"); - if (_m_Activity__isInPictureInPictureMode == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__isInPictureInPictureMode); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isInPictureInPictureMode, "isInPictureInPictureMode", "()Z"); + if (_m_Activity__isInPictureInPictureMode == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isInPictureInPictureMode); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__enterPictureInPictureMode = NULL; FFI_PLUGIN_EXPORT JniResult Activity__enterPictureInPictureMode(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__enterPictureInPictureMode, "enterPictureInPictureMode", "()V"); + if (_m_Activity__enterPictureInPictureMode == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__enterPictureInPictureMode); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__enterPictureInPictureMode, - "enterPictureInPictureMode", "()V"); - if (_m_Activity__enterPictureInPictureMode == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__enterPictureInPictureMode); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__enterPictureInPictureMode1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__enterPictureInPictureMode1(jobject self_, - jobject pictureInPictureParams) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__enterPictureInPictureMode1, - "enterPictureInPictureMode", - "(Landroid/app/PictureInPictureParams;)Z"); - if (_m_Activity__enterPictureInPictureMode1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__enterPictureInPictureMode1, - pictureInPictureParams); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__enterPictureInPictureMode1(jobject self_,jobject pictureInPictureParams) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__enterPictureInPictureMode1, "enterPictureInPictureMode", "(Landroid/app/PictureInPictureParams;)Z"); + if (_m_Activity__enterPictureInPictureMode1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__enterPictureInPictureMode1, pictureInPictureParams); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__setPictureInPictureParams = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setPictureInPictureParams(jobject self_, - jobject pictureInPictureParams) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setPictureInPictureParams(jobject self_,jobject pictureInPictureParams) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setPictureInPictureParams, "setPictureInPictureParams", "(Landroid/app/PictureInPictureParams;)V"); + if (_m_Activity__setPictureInPictureParams == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setPictureInPictureParams, pictureInPictureParams); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setPictureInPictureParams, - "setPictureInPictureParams", - "(Landroid/app/PictureInPictureParams;)V"); - if (_m_Activity__setPictureInPictureParams == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__setPictureInPictureParams, - pictureInPictureParams); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getMaxNumPictureInPictureActions = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getMaxNumPictureInPictureActions(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getMaxNumPictureInPictureActions, - "getMaxNumPictureInPictureActions", "()I"); - if (_m_Activity__getMaxNumPictureInPictureActions == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Activity__getMaxNumPictureInPictureActions); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getMaxNumPictureInPictureActions, "getMaxNumPictureInPictureActions", "()I"); + if (_m_Activity__getMaxNumPictureInPictureActions == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Activity__getMaxNumPictureInPictureActions); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onPictureInPictureRequested = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onPictureInPictureRequested(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPictureInPictureRequested, - "onPictureInPictureRequested", "()Z"); - if (_m_Activity__onPictureInPictureRequested == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onPictureInPictureRequested); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPictureInPictureRequested, "onPictureInPictureRequested", "()Z"); + if (_m_Activity__onPictureInPictureRequested == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onPictureInPictureRequested); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__setShouldDockBigOverlays = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setShouldDockBigOverlays(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setShouldDockBigOverlays(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setShouldDockBigOverlays, "setShouldDockBigOverlays", "(Z)V"); + if (_m_Activity__setShouldDockBigOverlays == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setShouldDockBigOverlays, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setShouldDockBigOverlays, - "setShouldDockBigOverlays", "(Z)V"); - if (_m_Activity__setShouldDockBigOverlays == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__setShouldDockBigOverlays, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__shouldDockBigOverlays = NULL; FFI_PLUGIN_EXPORT JniResult Activity__shouldDockBigOverlays(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__shouldDockBigOverlays, - "shouldDockBigOverlays", "()Z"); - if (_m_Activity__shouldDockBigOverlays == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__shouldDockBigOverlays); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__shouldDockBigOverlays, "shouldDockBigOverlays", "()Z"); + if (_m_Activity__shouldDockBigOverlays == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__shouldDockBigOverlays); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onConfigurationChanged = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onConfigurationChanged(jobject self_, - jobject configuration) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onConfigurationChanged(jobject self_,jobject configuration) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onConfigurationChanged, "onConfigurationChanged", "(Landroid/content/res/Configuration;)V"); + if (_m_Activity__onConfigurationChanged == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onConfigurationChanged, configuration); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onConfigurationChanged, - "onConfigurationChanged", - "(Landroid/content/res/Configuration;)V"); - if (_m_Activity__onConfigurationChanged == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onConfigurationChanged, - configuration); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getChangingConfigurations = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getChangingConfigurations(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getChangingConfigurations, - "getChangingConfigurations", "()I"); - if (_m_Activity__getChangingConfigurations == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Activity__getChangingConfigurations); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getChangingConfigurations, "getChangingConfigurations", "()I"); + if (_m_Activity__getChangingConfigurations == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Activity__getChangingConfigurations); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Activity__getLastNonConfigurationInstance = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getLastNonConfigurationInstance(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getLastNonConfigurationInstance, - "getLastNonConfigurationInstance", "()Ljava/lang/Object;"); - if (_m_Activity__getLastNonConfigurationInstance == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__getLastNonConfigurationInstance); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getLastNonConfigurationInstance, "getLastNonConfigurationInstance", "()Ljava/lang/Object;"); + if (_m_Activity__getLastNonConfigurationInstance == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getLastNonConfigurationInstance); + return to_global_ref_result(_result); } jmethodID _m_Activity__onRetainNonConfigurationInstance = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onRetainNonConfigurationInstance(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onRetainNonConfigurationInstance, - "onRetainNonConfigurationInstance", "()Ljava/lang/Object;"); - if (_m_Activity__onRetainNonConfigurationInstance == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__onRetainNonConfigurationInstance); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onRetainNonConfigurationInstance, "onRetainNonConfigurationInstance", "()Ljava/lang/Object;"); + if (_m_Activity__onRetainNonConfigurationInstance == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__onRetainNonConfigurationInstance); + return to_global_ref_result(_result); } jmethodID _m_Activity__onLowMemory = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onLowMemory(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onLowMemory, "onLowMemory", "()V"); + if (_m_Activity__onLowMemory == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onLowMemory); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onLowMemory, "onLowMemory", "()V"); - if (_m_Activity__onLowMemory == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onLowMemory); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onTrimMemory = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onTrimMemory(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onTrimMemory(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onTrimMemory, "onTrimMemory", "(I)V"); + if (_m_Activity__onTrimMemory == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onTrimMemory, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onTrimMemory, "onTrimMemory", "(I)V"); - if (_m_Activity__onTrimMemory == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onTrimMemory, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getFragmentManager = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getFragmentManager(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getFragmentManager, - "getFragmentManager", "()Landroid/app/FragmentManager;"); - if (_m_Activity__getFragmentManager == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__getFragmentManager); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getFragmentManager, "getFragmentManager", "()Landroid/app/FragmentManager;"); + if (_m_Activity__getFragmentManager == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getFragmentManager); + return to_global_ref_result(_result); } jmethodID _m_Activity__onAttachFragment = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onAttachFragment(jobject self_, jobject fragment) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onAttachFragment(jobject self_,jobject fragment) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onAttachFragment, "onAttachFragment", "(Landroid/app/Fragment;)V"); + if (_m_Activity__onAttachFragment == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onAttachFragment, fragment); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onAttachFragment, "onAttachFragment", - "(Landroid/app/Fragment;)V"); - if (_m_Activity__onAttachFragment == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onAttachFragment, - fragment); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__managedQuery = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__managedQuery(jobject self_, - jobject uri, - jobject strings, - jobject string, - jobject strings1, - jobject string1) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__managedQuery, "managedQuery", - "(Landroid/net/Uri;[Ljava/lang/String;Ljava/lang/String;[Ljava/" - "lang/String;Ljava/lang/String;)Landroid/database/Cursor;"); - if (_m_Activity__managedQuery == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__managedQuery, uri, - strings, string, strings1, string1); - return to_global_ref_result(_result); +JniResult Activity__managedQuery(jobject self_,jobject uri,jobject strings,jobject string,jobject strings1,jobject string1) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__managedQuery, "managedQuery", "(Landroid/net/Uri;[Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)Landroid/database/Cursor;"); + if (_m_Activity__managedQuery == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__managedQuery, uri, strings, string, strings1, string1); + return to_global_ref_result(_result); } jmethodID _m_Activity__startManagingCursor = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startManagingCursor(jobject self_, jobject cursor) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startManagingCursor(jobject self_,jobject cursor) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startManagingCursor, "startManagingCursor", "(Landroid/database/Cursor;)V"); + if (_m_Activity__startManagingCursor == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startManagingCursor, cursor); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startManagingCursor, - "startManagingCursor", "(Landroid/database/Cursor;)V"); - if (_m_Activity__startManagingCursor == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startManagingCursor, - cursor); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__stopManagingCursor = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__stopManagingCursor(jobject self_, jobject cursor) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__stopManagingCursor(jobject self_,jobject cursor) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__stopManagingCursor, "stopManagingCursor", "(Landroid/database/Cursor;)V"); + if (_m_Activity__stopManagingCursor == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__stopManagingCursor, cursor); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__stopManagingCursor, - "stopManagingCursor", "(Landroid/database/Cursor;)V"); - if (_m_Activity__stopManagingCursor == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__stopManagingCursor, - cursor); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__findViewById = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__findViewById(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__findViewById, "findViewById", - "(I)Landroid/view/View;"); - if (_m_Activity__findViewById == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__findViewById, i); - return to_global_ref_result(_result); +JniResult Activity__findViewById(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__findViewById, "findViewById", "(I)Landroid/view/View;"); + if (_m_Activity__findViewById == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__findViewById, i); + return to_global_ref_result(_result); } jmethodID _m_Activity__requireViewById = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__requireViewById(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__requireViewById, "requireViewById", - "(I)Landroid/view/View;"); - if (_m_Activity__requireViewById == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__requireViewById, i); - return to_global_ref_result(_result); +JniResult Activity__requireViewById(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__requireViewById, "requireViewById", "(I)Landroid/view/View;"); + if (_m_Activity__requireViewById == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__requireViewById, i); + return to_global_ref_result(_result); } jmethodID _m_Activity__getActionBar = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getActionBar(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getActionBar, "getActionBar", - "()Landroid/app/ActionBar;"); - if (_m_Activity__getActionBar == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getActionBar); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getActionBar, "getActionBar", "()Landroid/app/ActionBar;"); + if (_m_Activity__getActionBar == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getActionBar); + return to_global_ref_result(_result); } jmethodID _m_Activity__setActionBar = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setActionBar(jobject self_, jobject toolbar) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setActionBar(jobject self_,jobject toolbar) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setActionBar, "setActionBar", "(Landroid/widget/Toolbar;)V"); + if (_m_Activity__setActionBar == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setActionBar, toolbar); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setActionBar, "setActionBar", - "(Landroid/widget/Toolbar;)V"); - if (_m_Activity__setActionBar == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setActionBar, toolbar); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setContentView = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setContentView(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setContentView(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setContentView, "setContentView", "(I)V"); + if (_m_Activity__setContentView == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setContentView, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setContentView, "setContentView", - "(I)V"); - if (_m_Activity__setContentView == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setContentView, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setContentView1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setContentView1(jobject self_, jobject view) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setContentView1(jobject self_,jobject view) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setContentView1, "setContentView", "(Landroid/view/View;)V"); + if (_m_Activity__setContentView1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setContentView1, view); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setContentView1, "setContentView", - "(Landroid/view/View;)V"); - if (_m_Activity__setContentView1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setContentView1, view); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setContentView2 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setContentView2(jobject self_, - jobject view, - jobject layoutParams) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setContentView2(jobject self_,jobject view,jobject layoutParams) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setContentView2, "setContentView", "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V"); + if (_m_Activity__setContentView2 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setContentView2, view, layoutParams); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setContentView2, "setContentView", - "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V"); - if (_m_Activity__setContentView2 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setContentView2, view, - layoutParams); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__addContentView = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__addContentView(jobject self_, - jobject view, - jobject layoutParams) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__addContentView(jobject self_,jobject view,jobject layoutParams) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__addContentView, "addContentView", "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V"); + if (_m_Activity__addContentView == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__addContentView, view, layoutParams); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__addContentView, "addContentView", - "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V"); - if (_m_Activity__addContentView == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__addContentView, view, - layoutParams); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getContentTransitionManager = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getContentTransitionManager(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getContentTransitionManager, - "getContentTransitionManager", - "()Landroid/transition/TransitionManager;"); - if (_m_Activity__getContentTransitionManager == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__getContentTransitionManager); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getContentTransitionManager, "getContentTransitionManager", "()Landroid/transition/TransitionManager;"); + if (_m_Activity__getContentTransitionManager == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getContentTransitionManager); + return to_global_ref_result(_result); } jmethodID _m_Activity__setContentTransitionManager = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setContentTransitionManager(jobject self_, - jobject transitionManager) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setContentTransitionManager(jobject self_,jobject transitionManager) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setContentTransitionManager, "setContentTransitionManager", "(Landroid/transition/TransitionManager;)V"); + if (_m_Activity__setContentTransitionManager == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setContentTransitionManager, transitionManager); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setContentTransitionManager, - "setContentTransitionManager", - "(Landroid/transition/TransitionManager;)V"); - if (_m_Activity__setContentTransitionManager == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__setContentTransitionManager, - transitionManager); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getContentScene = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getContentScene(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getContentScene, "getContentScene", - "()Landroid/transition/Scene;"); - if (_m_Activity__getContentScene == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getContentScene); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getContentScene, "getContentScene", "()Landroid/transition/Scene;"); + if (_m_Activity__getContentScene == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getContentScene); + return to_global_ref_result(_result); } jmethodID _m_Activity__setFinishOnTouchOutside = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setFinishOnTouchOutside(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setFinishOnTouchOutside(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setFinishOnTouchOutside, "setFinishOnTouchOutside", "(Z)V"); + if (_m_Activity__setFinishOnTouchOutside == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setFinishOnTouchOutside, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setFinishOnTouchOutside, - "setFinishOnTouchOutside", "(Z)V"); - if (_m_Activity__setFinishOnTouchOutside == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setFinishOnTouchOutside, - z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setDefaultKeyMode = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setDefaultKeyMode(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setDefaultKeyMode(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setDefaultKeyMode, "setDefaultKeyMode", "(I)V"); + if (_m_Activity__setDefaultKeyMode == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setDefaultKeyMode, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setDefaultKeyMode, "setDefaultKeyMode", - "(I)V"); - if (_m_Activity__setDefaultKeyMode == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setDefaultKeyMode, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onKeyDown = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onKeyDown(jobject self_, int32_t i, jobject keyEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onKeyDown, "onKeyDown", - "(ILandroid/view/KeyEvent;)Z"); - if (_m_Activity__onKeyDown == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onKeyDown, i, keyEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onKeyDown(jobject self_,int32_t i,jobject keyEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onKeyDown, "onKeyDown", "(ILandroid/view/KeyEvent;)Z"); + if (_m_Activity__onKeyDown == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onKeyDown, i, keyEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onKeyLongPress = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onKeyLongPress(jobject self_, int32_t i, jobject keyEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onKeyLongPress, "onKeyLongPress", - "(ILandroid/view/KeyEvent;)Z"); - if (_m_Activity__onKeyLongPress == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onKeyLongPress, i, keyEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onKeyLongPress(jobject self_,int32_t i,jobject keyEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onKeyLongPress, "onKeyLongPress", "(ILandroid/view/KeyEvent;)Z"); + if (_m_Activity__onKeyLongPress == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onKeyLongPress, i, keyEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onKeyUp = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onKeyUp(jobject self_, int32_t i, jobject keyEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onKeyUp, "onKeyUp", - "(ILandroid/view/KeyEvent;)Z"); - if (_m_Activity__onKeyUp == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onKeyUp, i, keyEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onKeyUp(jobject self_,int32_t i,jobject keyEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onKeyUp, "onKeyUp", "(ILandroid/view/KeyEvent;)Z"); + if (_m_Activity__onKeyUp == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onKeyUp, i, keyEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onKeyMultiple = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onKeyMultiple(jobject self_, - int32_t i, - int32_t i1, - jobject keyEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onKeyMultiple, "onKeyMultiple", - "(IILandroid/view/KeyEvent;)Z"); - if (_m_Activity__onKeyMultiple == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onKeyMultiple, i, i1, keyEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onKeyMultiple(jobject self_,int32_t i,int32_t i1,jobject keyEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onKeyMultiple, "onKeyMultiple", "(IILandroid/view/KeyEvent;)Z"); + if (_m_Activity__onKeyMultiple == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onKeyMultiple, i, i1, keyEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onBackPressed = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onBackPressed(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onBackPressed, "onBackPressed", "()V"); + if (_m_Activity__onBackPressed == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onBackPressed); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onBackPressed, "onBackPressed", "()V"); - if (_m_Activity__onBackPressed == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onBackPressed); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onKeyShortcut = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onKeyShortcut(jobject self_, int32_t i, jobject keyEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onKeyShortcut, "onKeyShortcut", - "(ILandroid/view/KeyEvent;)Z"); - if (_m_Activity__onKeyShortcut == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onKeyShortcut, i, keyEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onKeyShortcut(jobject self_,int32_t i,jobject keyEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onKeyShortcut, "onKeyShortcut", "(ILandroid/view/KeyEvent;)Z"); + if (_m_Activity__onKeyShortcut == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onKeyShortcut, i, keyEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onTouchEvent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onTouchEvent(jobject self_, jobject motionEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onTouchEvent, "onTouchEvent", - "(Landroid/view/MotionEvent;)Z"); - if (_m_Activity__onTouchEvent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onTouchEvent, motionEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onTouchEvent(jobject self_,jobject motionEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onTouchEvent, "onTouchEvent", "(Landroid/view/MotionEvent;)Z"); + if (_m_Activity__onTouchEvent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onTouchEvent, motionEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onTrackballEvent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onTrackballEvent(jobject self_, jobject motionEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onTrackballEvent, "onTrackballEvent", - "(Landroid/view/MotionEvent;)Z"); - if (_m_Activity__onTrackballEvent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onTrackballEvent, motionEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onTrackballEvent(jobject self_,jobject motionEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onTrackballEvent, "onTrackballEvent", "(Landroid/view/MotionEvent;)Z"); + if (_m_Activity__onTrackballEvent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onTrackballEvent, motionEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onGenericMotionEvent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onGenericMotionEvent(jobject self_, jobject motionEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onGenericMotionEvent, - "onGenericMotionEvent", "(Landroid/view/MotionEvent;)Z"); - if (_m_Activity__onGenericMotionEvent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onGenericMotionEvent, motionEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onGenericMotionEvent(jobject self_,jobject motionEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onGenericMotionEvent, "onGenericMotionEvent", "(Landroid/view/MotionEvent;)Z"); + if (_m_Activity__onGenericMotionEvent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onGenericMotionEvent, motionEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onUserInteraction = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onUserInteraction(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onUserInteraction, "onUserInteraction", "()V"); + if (_m_Activity__onUserInteraction == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onUserInteraction); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onUserInteraction, "onUserInteraction", - "()V"); - if (_m_Activity__onUserInteraction == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onUserInteraction); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onWindowAttributesChanged = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onWindowAttributesChanged(jobject self_, - jobject layoutParams) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onWindowAttributesChanged(jobject self_,jobject layoutParams) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onWindowAttributesChanged, "onWindowAttributesChanged", "(Landroid/view/WindowManager$LayoutParams;)V"); + if (_m_Activity__onWindowAttributesChanged == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onWindowAttributesChanged, layoutParams); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onWindowAttributesChanged, - "onWindowAttributesChanged", - "(Landroid/view/WindowManager$LayoutParams;)V"); - if (_m_Activity__onWindowAttributesChanged == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod( - jniEnv, self_, _m_Activity__onWindowAttributesChanged, layoutParams); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onContentChanged = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onContentChanged(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onContentChanged, "onContentChanged", "()V"); + if (_m_Activity__onContentChanged == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onContentChanged); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onContentChanged, "onContentChanged", - "()V"); - if (_m_Activity__onContentChanged == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onContentChanged); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onWindowFocusChanged = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onWindowFocusChanged(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onWindowFocusChanged(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onWindowFocusChanged, "onWindowFocusChanged", "(Z)V"); + if (_m_Activity__onWindowFocusChanged == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onWindowFocusChanged, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onWindowFocusChanged, - "onWindowFocusChanged", "(Z)V"); - if (_m_Activity__onWindowFocusChanged == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onWindowFocusChanged, - z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onAttachedToWindow = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onAttachedToWindow(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onAttachedToWindow, "onAttachedToWindow", "()V"); + if (_m_Activity__onAttachedToWindow == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onAttachedToWindow); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onAttachedToWindow, - "onAttachedToWindow", "()V"); - if (_m_Activity__onAttachedToWindow == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onAttachedToWindow); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onDetachedFromWindow = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onDetachedFromWindow(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onDetachedFromWindow, "onDetachedFromWindow", "()V"); + if (_m_Activity__onDetachedFromWindow == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onDetachedFromWindow); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onDetachedFromWindow, - "onDetachedFromWindow", "()V"); - if (_m_Activity__onDetachedFromWindow == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onDetachedFromWindow); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__hasWindowFocus = NULL; FFI_PLUGIN_EXPORT JniResult Activity__hasWindowFocus(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__hasWindowFocus, "hasWindowFocus", - "()Z"); - if (_m_Activity__hasWindowFocus == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__hasWindowFocus); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__hasWindowFocus, "hasWindowFocus", "()Z"); + if (_m_Activity__hasWindowFocus == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__hasWindowFocus); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__dispatchKeyEvent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__dispatchKeyEvent(jobject self_, jobject keyEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__dispatchKeyEvent, "dispatchKeyEvent", - "(Landroid/view/KeyEvent;)Z"); - if (_m_Activity__dispatchKeyEvent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__dispatchKeyEvent, keyEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__dispatchKeyEvent(jobject self_,jobject keyEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__dispatchKeyEvent, "dispatchKeyEvent", "(Landroid/view/KeyEvent;)Z"); + if (_m_Activity__dispatchKeyEvent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__dispatchKeyEvent, keyEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__dispatchKeyShortcutEvent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__dispatchKeyShortcutEvent(jobject self_, jobject keyEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__dispatchKeyShortcutEvent, - "dispatchKeyShortcutEvent", "(Landroid/view/KeyEvent;)Z"); - if (_m_Activity__dispatchKeyShortcutEvent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__dispatchKeyShortcutEvent, keyEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__dispatchKeyShortcutEvent(jobject self_,jobject keyEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__dispatchKeyShortcutEvent, "dispatchKeyShortcutEvent", "(Landroid/view/KeyEvent;)Z"); + if (_m_Activity__dispatchKeyShortcutEvent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__dispatchKeyShortcutEvent, keyEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__dispatchTouchEvent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__dispatchTouchEvent(jobject self_, jobject motionEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__dispatchTouchEvent, - "dispatchTouchEvent", "(Landroid/view/MotionEvent;)Z"); - if (_m_Activity__dispatchTouchEvent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__dispatchTouchEvent, motionEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__dispatchTouchEvent(jobject self_,jobject motionEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__dispatchTouchEvent, "dispatchTouchEvent", "(Landroid/view/MotionEvent;)Z"); + if (_m_Activity__dispatchTouchEvent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__dispatchTouchEvent, motionEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__dispatchTrackballEvent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__dispatchTrackballEvent(jobject self_, jobject motionEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__dispatchTrackballEvent, - "dispatchTrackballEvent", "(Landroid/view/MotionEvent;)Z"); - if (_m_Activity__dispatchTrackballEvent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__dispatchTrackballEvent, motionEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__dispatchTrackballEvent(jobject self_,jobject motionEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__dispatchTrackballEvent, "dispatchTrackballEvent", "(Landroid/view/MotionEvent;)Z"); + if (_m_Activity__dispatchTrackballEvent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__dispatchTrackballEvent, motionEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__dispatchGenericMotionEvent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__dispatchGenericMotionEvent(jobject self_, - jobject motionEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__dispatchGenericMotionEvent, - "dispatchGenericMotionEvent", "(Landroid/view/MotionEvent;)Z"); - if (_m_Activity__dispatchGenericMotionEvent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__dispatchGenericMotionEvent, motionEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__dispatchGenericMotionEvent(jobject self_,jobject motionEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__dispatchGenericMotionEvent, "dispatchGenericMotionEvent", "(Landroid/view/MotionEvent;)Z"); + if (_m_Activity__dispatchGenericMotionEvent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__dispatchGenericMotionEvent, motionEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__dispatchPopulateAccessibilityEvent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__dispatchPopulateAccessibilityEvent( - jobject self_, - jobject accessibilityEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__dispatchPopulateAccessibilityEvent, - "dispatchPopulateAccessibilityEvent", - "(Landroid/view/accessibility/AccessibilityEvent;)Z"); - if (_m_Activity__dispatchPopulateAccessibilityEvent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__dispatchPopulateAccessibilityEvent, - accessibilityEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__dispatchPopulateAccessibilityEvent(jobject self_,jobject accessibilityEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__dispatchPopulateAccessibilityEvent, "dispatchPopulateAccessibilityEvent", "(Landroid/view/accessibility/AccessibilityEvent;)Z"); + if (_m_Activity__dispatchPopulateAccessibilityEvent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__dispatchPopulateAccessibilityEvent, accessibilityEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onCreatePanelView = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreatePanelView(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreatePanelView, "onCreatePanelView", - "(I)Landroid/view/View;"); - if (_m_Activity__onCreatePanelView == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__onCreatePanelView, i); - return to_global_ref_result(_result); +JniResult Activity__onCreatePanelView(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreatePanelView, "onCreatePanelView", "(I)Landroid/view/View;"); + if (_m_Activity__onCreatePanelView == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__onCreatePanelView, i); + return to_global_ref_result(_result); } jmethodID _m_Activity__onCreatePanelMenu = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreatePanelMenu(jobject self_, int32_t i, jobject menu) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreatePanelMenu, "onCreatePanelMenu", - "(ILandroid/view/Menu;)Z"); - if (_m_Activity__onCreatePanelMenu == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onCreatePanelMenu, i, menu); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onCreatePanelMenu(jobject self_,int32_t i,jobject menu) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreatePanelMenu, "onCreatePanelMenu", "(ILandroid/view/Menu;)Z"); + if (_m_Activity__onCreatePanelMenu == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onCreatePanelMenu, i, menu); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onPreparePanel = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPreparePanel(jobject self_, - int32_t i, - jobject view, - jobject menu) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPreparePanel, "onPreparePanel", - "(ILandroid/view/View;Landroid/view/Menu;)Z"); - if (_m_Activity__onPreparePanel == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onPreparePanel, i, view, menu); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onPreparePanel(jobject self_,int32_t i,jobject view,jobject menu) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPreparePanel, "onPreparePanel", "(ILandroid/view/View;Landroid/view/Menu;)Z"); + if (_m_Activity__onPreparePanel == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onPreparePanel, i, view, menu); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onMenuOpened = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onMenuOpened(jobject self_, int32_t i, jobject menu) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onMenuOpened, "onMenuOpened", - "(ILandroid/view/Menu;)Z"); - if (_m_Activity__onMenuOpened == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onMenuOpened, i, menu); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onMenuOpened(jobject self_,int32_t i,jobject menu) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onMenuOpened, "onMenuOpened", "(ILandroid/view/Menu;)Z"); + if (_m_Activity__onMenuOpened == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onMenuOpened, i, menu); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onMenuItemSelected = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onMenuItemSelected(jobject self_, - int32_t i, - jobject menuItem) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onMenuItemSelected, - "onMenuItemSelected", "(ILandroid/view/MenuItem;)Z"); - if (_m_Activity__onMenuItemSelected == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onMenuItemSelected, i, menuItem); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onMenuItemSelected(jobject self_,int32_t i,jobject menuItem) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onMenuItemSelected, "onMenuItemSelected", "(ILandroid/view/MenuItem;)Z"); + if (_m_Activity__onMenuItemSelected == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onMenuItemSelected, i, menuItem); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onPanelClosed = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPanelClosed(jobject self_, int32_t i, jobject menu) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onPanelClosed(jobject self_,int32_t i,jobject menu) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPanelClosed, "onPanelClosed", "(ILandroid/view/Menu;)V"); + if (_m_Activity__onPanelClosed == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPanelClosed, i, menu); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPanelClosed, "onPanelClosed", - "(ILandroid/view/Menu;)V"); - if (_m_Activity__onPanelClosed == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPanelClosed, i, menu); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__invalidateOptionsMenu = NULL; FFI_PLUGIN_EXPORT JniResult Activity__invalidateOptionsMenu(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__invalidateOptionsMenu, "invalidateOptionsMenu", "()V"); + if (_m_Activity__invalidateOptionsMenu == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__invalidateOptionsMenu); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__invalidateOptionsMenu, - "invalidateOptionsMenu", "()V"); - if (_m_Activity__invalidateOptionsMenu == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__invalidateOptionsMenu); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onCreateOptionsMenu = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreateOptionsMenu(jobject self_, jobject menu) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreateOptionsMenu, - "onCreateOptionsMenu", "(Landroid/view/Menu;)Z"); - if (_m_Activity__onCreateOptionsMenu == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onCreateOptionsMenu, menu); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onCreateOptionsMenu(jobject self_,jobject menu) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreateOptionsMenu, "onCreateOptionsMenu", "(Landroid/view/Menu;)Z"); + if (_m_Activity__onCreateOptionsMenu == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onCreateOptionsMenu, menu); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onPrepareOptionsMenu = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPrepareOptionsMenu(jobject self_, jobject menu) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPrepareOptionsMenu, - "onPrepareOptionsMenu", "(Landroid/view/Menu;)Z"); - if (_m_Activity__onPrepareOptionsMenu == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onPrepareOptionsMenu, menu); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onPrepareOptionsMenu(jobject self_,jobject menu) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPrepareOptionsMenu, "onPrepareOptionsMenu", "(Landroid/view/Menu;)Z"); + if (_m_Activity__onPrepareOptionsMenu == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onPrepareOptionsMenu, menu); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onOptionsItemSelected = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onOptionsItemSelected(jobject self_, jobject menuItem) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onOptionsItemSelected, - "onOptionsItemSelected", "(Landroid/view/MenuItem;)Z"); - if (_m_Activity__onOptionsItemSelected == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onOptionsItemSelected, menuItem); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onOptionsItemSelected(jobject self_,jobject menuItem) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onOptionsItemSelected, "onOptionsItemSelected", "(Landroid/view/MenuItem;)Z"); + if (_m_Activity__onOptionsItemSelected == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onOptionsItemSelected, menuItem); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onNavigateUp = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onNavigateUp(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onNavigateUp, "onNavigateUp", "()Z"); - if (_m_Activity__onNavigateUp == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onNavigateUp); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onNavigateUp, "onNavigateUp", "()Z"); + if (_m_Activity__onNavigateUp == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onNavigateUp); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onNavigateUpFromChild = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onNavigateUpFromChild(jobject self_, jobject activity) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onNavigateUpFromChild, - "onNavigateUpFromChild", "(Landroid/app/Activity;)Z"); - if (_m_Activity__onNavigateUpFromChild == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onNavigateUpFromChild, activity); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onNavigateUpFromChild(jobject self_,jobject activity) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onNavigateUpFromChild, "onNavigateUpFromChild", "(Landroid/app/Activity;)Z"); + if (_m_Activity__onNavigateUpFromChild == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onNavigateUpFromChild, activity); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onCreateNavigateUpTaskStack = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreateNavigateUpTaskStack(jobject self_, - jobject taskStackBuilder) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onCreateNavigateUpTaskStack(jobject self_,jobject taskStackBuilder) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreateNavigateUpTaskStack, "onCreateNavigateUpTaskStack", "(Landroid/app/TaskStackBuilder;)V"); + if (_m_Activity__onCreateNavigateUpTaskStack == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onCreateNavigateUpTaskStack, taskStackBuilder); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreateNavigateUpTaskStack, - "onCreateNavigateUpTaskStack", - "(Landroid/app/TaskStackBuilder;)V"); - if (_m_Activity__onCreateNavigateUpTaskStack == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__onCreateNavigateUpTaskStack, - taskStackBuilder); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onPrepareNavigateUpTaskStack = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPrepareNavigateUpTaskStack(jobject self_, - jobject taskStackBuilder) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onPrepareNavigateUpTaskStack(jobject self_,jobject taskStackBuilder) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPrepareNavigateUpTaskStack, "onPrepareNavigateUpTaskStack", "(Landroid/app/TaskStackBuilder;)V"); + if (_m_Activity__onPrepareNavigateUpTaskStack == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPrepareNavigateUpTaskStack, taskStackBuilder); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPrepareNavigateUpTaskStack, - "onPrepareNavigateUpTaskStack", - "(Landroid/app/TaskStackBuilder;)V"); - if (_m_Activity__onPrepareNavigateUpTaskStack == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__onPrepareNavigateUpTaskStack, - taskStackBuilder); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onOptionsMenuClosed = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onOptionsMenuClosed(jobject self_, jobject menu) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onOptionsMenuClosed(jobject self_,jobject menu) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onOptionsMenuClosed, "onOptionsMenuClosed", "(Landroid/view/Menu;)V"); + if (_m_Activity__onOptionsMenuClosed == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onOptionsMenuClosed, menu); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onOptionsMenuClosed, - "onOptionsMenuClosed", "(Landroid/view/Menu;)V"); - if (_m_Activity__onOptionsMenuClosed == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onOptionsMenuClosed, - menu); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__openOptionsMenu = NULL; FFI_PLUGIN_EXPORT JniResult Activity__openOptionsMenu(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__openOptionsMenu, "openOptionsMenu", "()V"); + if (_m_Activity__openOptionsMenu == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__openOptionsMenu); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__openOptionsMenu, "openOptionsMenu", - "()V"); - if (_m_Activity__openOptionsMenu == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__openOptionsMenu); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__closeOptionsMenu = NULL; FFI_PLUGIN_EXPORT JniResult Activity__closeOptionsMenu(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__closeOptionsMenu, "closeOptionsMenu", "()V"); + if (_m_Activity__closeOptionsMenu == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__closeOptionsMenu); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__closeOptionsMenu, "closeOptionsMenu", - "()V"); - if (_m_Activity__closeOptionsMenu == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__closeOptionsMenu); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onCreateContextMenu = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreateContextMenu(jobject self_, - jobject contextMenu, - jobject view, - jobject contextMenuInfo) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onCreateContextMenu(jobject self_,jobject contextMenu,jobject view,jobject contextMenuInfo) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreateContextMenu, "onCreateContextMenu", "(Landroid/view/ContextMenu;Landroid/view/View;Landroid/view/ContextMenu$ContextMenuInfo;)V"); + if (_m_Activity__onCreateContextMenu == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onCreateContextMenu, contextMenu, view, contextMenuInfo); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreateContextMenu, - "onCreateContextMenu", - "(Landroid/view/ContextMenu;Landroid/view/View;Landroid/view/" - "ContextMenu$ContextMenuInfo;)V"); - if (_m_Activity__onCreateContextMenu == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onCreateContextMenu, - contextMenu, view, contextMenuInfo); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__registerForContextMenu = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__registerForContextMenu(jobject self_, jobject view) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__registerForContextMenu(jobject self_,jobject view) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__registerForContextMenu, "registerForContextMenu", "(Landroid/view/View;)V"); + if (_m_Activity__registerForContextMenu == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__registerForContextMenu, view); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__registerForContextMenu, - "registerForContextMenu", "(Landroid/view/View;)V"); - if (_m_Activity__registerForContextMenu == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__registerForContextMenu, - view); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__unregisterForContextMenu = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__unregisterForContextMenu(jobject self_, jobject view) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__unregisterForContextMenu(jobject self_,jobject view) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__unregisterForContextMenu, "unregisterForContextMenu", "(Landroid/view/View;)V"); + if (_m_Activity__unregisterForContextMenu == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__unregisterForContextMenu, view); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__unregisterForContextMenu, - "unregisterForContextMenu", "(Landroid/view/View;)V"); - if (_m_Activity__unregisterForContextMenu == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__unregisterForContextMenu, view); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__openContextMenu = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__openContextMenu(jobject self_, jobject view) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__openContextMenu(jobject self_,jobject view) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__openContextMenu, "openContextMenu", "(Landroid/view/View;)V"); + if (_m_Activity__openContextMenu == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__openContextMenu, view); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__openContextMenu, "openContextMenu", - "(Landroid/view/View;)V"); - if (_m_Activity__openContextMenu == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__openContextMenu, view); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__closeContextMenu = NULL; FFI_PLUGIN_EXPORT JniResult Activity__closeContextMenu(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__closeContextMenu, "closeContextMenu", "()V"); + if (_m_Activity__closeContextMenu == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__closeContextMenu); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__closeContextMenu, "closeContextMenu", - "()V"); - if (_m_Activity__closeContextMenu == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__closeContextMenu); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onContextItemSelected = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onContextItemSelected(jobject self_, jobject menuItem) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onContextItemSelected, - "onContextItemSelected", "(Landroid/view/MenuItem;)Z"); - if (_m_Activity__onContextItemSelected == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onContextItemSelected, menuItem); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onContextItemSelected(jobject self_,jobject menuItem) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onContextItemSelected, "onContextItemSelected", "(Landroid/view/MenuItem;)Z"); + if (_m_Activity__onContextItemSelected == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onContextItemSelected, menuItem); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onContextMenuClosed = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onContextMenuClosed(jobject self_, jobject menu) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onContextMenuClosed(jobject self_,jobject menu) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onContextMenuClosed, "onContextMenuClosed", "(Landroid/view/Menu;)V"); + if (_m_Activity__onContextMenuClosed == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onContextMenuClosed, menu); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onContextMenuClosed, - "onContextMenuClosed", "(Landroid/view/Menu;)V"); - if (_m_Activity__onContextMenuClosed == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onContextMenuClosed, - menu); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onCreateDialog = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreateDialog(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreateDialog, "onCreateDialog", - "(I)Landroid/app/Dialog;"); - if (_m_Activity__onCreateDialog == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, - _m_Activity__onCreateDialog, i); - return to_global_ref_result(_result); +JniResult Activity__onCreateDialog(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreateDialog, "onCreateDialog", "(I)Landroid/app/Dialog;"); + if (_m_Activity__onCreateDialog == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__onCreateDialog, i); + return to_global_ref_result(_result); } jmethodID _m_Activity__onCreateDialog1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreateDialog1(jobject self_, int32_t i, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreateDialog1, "onCreateDialog", - "(ILandroid/os/Bundle;)Landroid/app/Dialog;"); - if (_m_Activity__onCreateDialog1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__onCreateDialog1, i, bundle); - return to_global_ref_result(_result); +JniResult Activity__onCreateDialog1(jobject self_,int32_t i,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreateDialog1, "onCreateDialog", "(ILandroid/os/Bundle;)Landroid/app/Dialog;"); + if (_m_Activity__onCreateDialog1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__onCreateDialog1, i, bundle); + return to_global_ref_result(_result); } jmethodID _m_Activity__onPrepareDialog = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPrepareDialog(jobject self_, int32_t i, jobject dialog) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onPrepareDialog(jobject self_,int32_t i,jobject dialog) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPrepareDialog, "onPrepareDialog", "(ILandroid/app/Dialog;)V"); + if (_m_Activity__onPrepareDialog == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPrepareDialog, i, dialog); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPrepareDialog, "onPrepareDialog", - "(ILandroid/app/Dialog;)V"); - if (_m_Activity__onPrepareDialog == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPrepareDialog, i, - dialog); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onPrepareDialog1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onPrepareDialog1(jobject self_, - int32_t i, - jobject dialog, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onPrepareDialog1(jobject self_,int32_t i,jobject dialog,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onPrepareDialog1, "onPrepareDialog", "(ILandroid/app/Dialog;Landroid/os/Bundle;)V"); + if (_m_Activity__onPrepareDialog1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPrepareDialog1, i, dialog, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onPrepareDialog1, "onPrepareDialog", - "(ILandroid/app/Dialog;Landroid/os/Bundle;)V"); - if (_m_Activity__onPrepareDialog1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onPrepareDialog1, i, - dialog, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__showDialog = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__showDialog(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__showDialog(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__showDialog, "showDialog", "(I)V"); + if (_m_Activity__showDialog == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__showDialog, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__showDialog, "showDialog", "(I)V"); - if (_m_Activity__showDialog == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__showDialog, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__showDialog1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__showDialog1(jobject self_, int32_t i, jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__showDialog1, "showDialog", - "(ILandroid/os/Bundle;)Z"); - if (_m_Activity__showDialog1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__showDialog1, i, bundle); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__showDialog1(jobject self_,int32_t i,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__showDialog1, "showDialog", "(ILandroid/os/Bundle;)Z"); + if (_m_Activity__showDialog1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__showDialog1, i, bundle); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__dismissDialog = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__dismissDialog(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__dismissDialog(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__dismissDialog, "dismissDialog", "(I)V"); + if (_m_Activity__dismissDialog == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__dismissDialog, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__dismissDialog, "dismissDialog", - "(I)V"); - if (_m_Activity__dismissDialog == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__dismissDialog, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__removeDialog = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__removeDialog(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__removeDialog(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__removeDialog, "removeDialog", "(I)V"); + if (_m_Activity__removeDialog == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__removeDialog, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__removeDialog, "removeDialog", "(I)V"); - if (_m_Activity__removeDialog == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__removeDialog, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onSearchRequested = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onSearchRequested(jobject self_, jobject searchEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onSearchRequested, "onSearchRequested", - "(Landroid/view/SearchEvent;)Z"); - if (_m_Activity__onSearchRequested == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onSearchRequested, searchEvent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__onSearchRequested(jobject self_,jobject searchEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onSearchRequested, "onSearchRequested", "(Landroid/view/SearchEvent;)Z"); + if (_m_Activity__onSearchRequested == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onSearchRequested, searchEvent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onSearchRequested1 = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onSearchRequested1(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onSearchRequested1, - "onSearchRequested", "()Z"); - if (_m_Activity__onSearchRequested1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__onSearchRequested1); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onSearchRequested1, "onSearchRequested", "()Z"); + if (_m_Activity__onSearchRequested1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__onSearchRequested1); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__getSearchEvent = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getSearchEvent(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getSearchEvent, "getSearchEvent", - "()Landroid/view/SearchEvent;"); - if (_m_Activity__getSearchEvent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getSearchEvent); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getSearchEvent, "getSearchEvent", "()Landroid/view/SearchEvent;"); + if (_m_Activity__getSearchEvent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getSearchEvent); + return to_global_ref_result(_result); } jmethodID _m_Activity__startSearch = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startSearch(jobject self_, - jobject string, - uint8_t z, - jobject bundle, - uint8_t z1) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startSearch(jobject self_,jobject string,uint8_t z,jobject bundle,uint8_t z1) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startSearch, "startSearch", "(Ljava/lang/String;ZLandroid/os/Bundle;Z)V"); + if (_m_Activity__startSearch == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startSearch, string, z, bundle, z1); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startSearch, "startSearch", - "(Ljava/lang/String;ZLandroid/os/Bundle;Z)V"); - if (_m_Activity__startSearch == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startSearch, string, z, - bundle, z1); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__triggerSearch = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__triggerSearch(jobject self_, - jobject string, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__triggerSearch(jobject self_,jobject string,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__triggerSearch, "triggerSearch", "(Ljava/lang/String;Landroid/os/Bundle;)V"); + if (_m_Activity__triggerSearch == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__triggerSearch, string, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__triggerSearch, "triggerSearch", - "(Ljava/lang/String;Landroid/os/Bundle;)V"); - if (_m_Activity__triggerSearch == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__triggerSearch, string, - bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__takeKeyEvents = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__takeKeyEvents(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__takeKeyEvents(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__takeKeyEvents, "takeKeyEvents", "(Z)V"); + if (_m_Activity__takeKeyEvents == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__takeKeyEvents, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__takeKeyEvents, "takeKeyEvents", - "(Z)V"); - if (_m_Activity__takeKeyEvents == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__takeKeyEvents, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__requestWindowFeature = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__requestWindowFeature(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__requestWindowFeature, - "requestWindowFeature", "(I)Z"); - if (_m_Activity__requestWindowFeature == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__requestWindowFeature, i); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__requestWindowFeature(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__requestWindowFeature, "requestWindowFeature", "(I)Z"); + if (_m_Activity__requestWindowFeature == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__requestWindowFeature, i); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__setFeatureDrawableResource = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setFeatureDrawableResource(jobject self_, - int32_t i, - int32_t i1) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setFeatureDrawableResource(jobject self_,int32_t i,int32_t i1) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setFeatureDrawableResource, "setFeatureDrawableResource", "(II)V"); + if (_m_Activity__setFeatureDrawableResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setFeatureDrawableResource, i, i1); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setFeatureDrawableResource, - "setFeatureDrawableResource", "(II)V"); - if (_m_Activity__setFeatureDrawableResource == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__setFeatureDrawableResource, i, i1); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setFeatureDrawableUri = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setFeatureDrawableUri(jobject self_, - int32_t i, - jobject uri) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setFeatureDrawableUri(jobject self_,int32_t i,jobject uri) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setFeatureDrawableUri, "setFeatureDrawableUri", "(ILandroid/net/Uri;)V"); + if (_m_Activity__setFeatureDrawableUri == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setFeatureDrawableUri, i, uri); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setFeatureDrawableUri, - "setFeatureDrawableUri", "(ILandroid/net/Uri;)V"); - if (_m_Activity__setFeatureDrawableUri == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setFeatureDrawableUri, - i, uri); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setFeatureDrawable = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setFeatureDrawable(jobject self_, - int32_t i, - jobject drawable) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setFeatureDrawable(jobject self_,int32_t i,jobject drawable) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setFeatureDrawable, "setFeatureDrawable", "(ILandroid/graphics/drawable/Drawable;)V"); + if (_m_Activity__setFeatureDrawable == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setFeatureDrawable, i, drawable); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setFeatureDrawable, - "setFeatureDrawable", "(ILandroid/graphics/drawable/Drawable;)V"); - if (_m_Activity__setFeatureDrawable == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setFeatureDrawable, i, - drawable); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setFeatureDrawableAlpha = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setFeatureDrawableAlpha(jobject self_, - int32_t i, - int32_t i1) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setFeatureDrawableAlpha(jobject self_,int32_t i,int32_t i1) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setFeatureDrawableAlpha, "setFeatureDrawableAlpha", "(II)V"); + if (_m_Activity__setFeatureDrawableAlpha == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setFeatureDrawableAlpha, i, i1); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setFeatureDrawableAlpha, - "setFeatureDrawableAlpha", "(II)V"); - if (_m_Activity__setFeatureDrawableAlpha == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setFeatureDrawableAlpha, - i, i1); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getLayoutInflater = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getLayoutInflater(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getLayoutInflater, "getLayoutInflater", - "()Landroid/view/LayoutInflater;"); - if (_m_Activity__getLayoutInflater == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, - _m_Activity__getLayoutInflater); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getLayoutInflater, "getLayoutInflater", "()Landroid/view/LayoutInflater;"); + if (_m_Activity__getLayoutInflater == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getLayoutInflater); + return to_global_ref_result(_result); } jmethodID _m_Activity__getMenuInflater = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getMenuInflater(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getMenuInflater, "getMenuInflater", - "()Landroid/view/MenuInflater;"); - if (_m_Activity__getMenuInflater == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getMenuInflater); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getMenuInflater, "getMenuInflater", "()Landroid/view/MenuInflater;"); + if (_m_Activity__getMenuInflater == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getMenuInflater); + return to_global_ref_result(_result); } jmethodID _m_Activity__setTheme = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setTheme(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setTheme(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setTheme, "setTheme", "(I)V"); + if (_m_Activity__setTheme == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTheme, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setTheme, "setTheme", "(I)V"); - if (_m_Activity__setTheme == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTheme, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onApplyThemeResource = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onApplyThemeResource(jobject self_, - jobject theme, - int32_t i, - uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onApplyThemeResource(jobject self_,jobject theme,int32_t i,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onApplyThemeResource, "onApplyThemeResource", "(Landroid/content/res/Resources$Theme;IZ)V"); + if (_m_Activity__onApplyThemeResource == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onApplyThemeResource, theme, i, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onApplyThemeResource, - "onApplyThemeResource", - "(Landroid/content/res/Resources$Theme;IZ)V"); - if (_m_Activity__onApplyThemeResource == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onApplyThemeResource, - theme, i, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__requestPermissions = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__requestPermissions(jobject self_, - jobject strings, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__requestPermissions(jobject self_,jobject strings,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__requestPermissions, "requestPermissions", "([Ljava/lang/String;I)V"); + if (_m_Activity__requestPermissions == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__requestPermissions, strings, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__requestPermissions, - "requestPermissions", "([Ljava/lang/String;I)V"); - if (_m_Activity__requestPermissions == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__requestPermissions, - strings, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onRequestPermissionsResult = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onRequestPermissionsResult(jobject self_, - int32_t i, - jobject strings, - jobject is) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onRequestPermissionsResult(jobject self_,int32_t i,jobject strings,jobject is) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onRequestPermissionsResult, "onRequestPermissionsResult", "(I[Ljava/lang/String;[I)V"); + if (_m_Activity__onRequestPermissionsResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onRequestPermissionsResult, i, strings, is); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onRequestPermissionsResult, - "onRequestPermissionsResult", "(I[Ljava/lang/String;[I)V"); - if (_m_Activity__onRequestPermissionsResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod( - jniEnv, self_, _m_Activity__onRequestPermissionsResult, i, strings, is); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__shouldShowRequestPermissionRationale = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__shouldShowRequestPermissionRationale(jobject self_, - jobject string) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__shouldShowRequestPermissionRationale, - "shouldShowRequestPermissionRationale", "(Ljava/lang/String;)Z"); - if (_m_Activity__shouldShowRequestPermissionRationale == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__shouldShowRequestPermissionRationale, string); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__shouldShowRequestPermissionRationale(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__shouldShowRequestPermissionRationale, "shouldShowRequestPermissionRationale", "(Ljava/lang/String;)Z"); + if (_m_Activity__shouldShowRequestPermissionRationale == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__shouldShowRequestPermissionRationale, string); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__startActivityForResult = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivityForResult(jobject self_, - jobject intent, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startActivityForResult(jobject self_,jobject intent,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivityForResult, "startActivityForResult", "(Landroid/content/Intent;I)V"); + if (_m_Activity__startActivityForResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivityForResult, intent, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActivityForResult, - "startActivityForResult", "(Landroid/content/Intent;I)V"); - if (_m_Activity__startActivityForResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivityForResult, - intent, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startActivityForResult1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivityForResult1(jobject self_, - jobject intent, - int32_t i, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startActivityForResult1(jobject self_,jobject intent,int32_t i,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivityForResult1, "startActivityForResult", "(Landroid/content/Intent;ILandroid/os/Bundle;)V"); + if (_m_Activity__startActivityForResult1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivityForResult1, intent, i, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActivityForResult1, - "startActivityForResult", - "(Landroid/content/Intent;ILandroid/os/Bundle;)V"); - if (_m_Activity__startActivityForResult1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivityForResult1, - intent, i, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__isActivityTransitionRunning = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isActivityTransitionRunning(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isActivityTransitionRunning, - "isActivityTransitionRunning", "()Z"); - if (_m_Activity__isActivityTransitionRunning == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__isActivityTransitionRunning); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isActivityTransitionRunning, "isActivityTransitionRunning", "()Z"); + if (_m_Activity__isActivityTransitionRunning == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isActivityTransitionRunning); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__startIntentSenderForResult = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startIntentSenderForResult(jobject self_, - jobject intentSender, - int32_t i, - jobject intent, - int32_t i1, - int32_t i2, - int32_t i3) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startIntentSenderForResult(jobject self_,jobject intentSender,int32_t i,jobject intent,int32_t i1,int32_t i2,int32_t i3) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startIntentSenderForResult, "startIntentSenderForResult", "(Landroid/content/IntentSender;ILandroid/content/Intent;III)V"); + if (_m_Activity__startIntentSenderForResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startIntentSenderForResult, intentSender, i, intent, i1, i2, i3); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startIntentSenderForResult, - "startIntentSenderForResult", - "(Landroid/content/IntentSender;ILandroid/content/Intent;III)V"); - if (_m_Activity__startIntentSenderForResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__startIntentSenderForResult, - intentSender, i, intent, i1, i2, i3); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startIntentSenderForResult1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startIntentSenderForResult1(jobject self_, - jobject intentSender, - int32_t i, - jobject intent, - int32_t i1, - int32_t i2, - int32_t i3, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startIntentSenderForResult1(jobject self_,jobject intentSender,int32_t i,jobject intent,int32_t i1,int32_t i2,int32_t i3,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startIntentSenderForResult1, "startIntentSenderForResult", "(Landroid/content/IntentSender;ILandroid/content/Intent;IIILandroid/os/Bundle;)V"); + if (_m_Activity__startIntentSenderForResult1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startIntentSenderForResult1, intentSender, i, intent, i1, i2, i3, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startIntentSenderForResult1, - "startIntentSenderForResult", - "(Landroid/content/IntentSender;ILandroid/content/" - "Intent;IIILandroid/os/Bundle;)V"); - if (_m_Activity__startIntentSenderForResult1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__startIntentSenderForResult1, - intentSender, i, intent, i1, i2, i3, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startActivity = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivity(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startActivity(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivity, "startActivity", "(Landroid/content/Intent;)V"); + if (_m_Activity__startActivity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivity, intent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActivity, "startActivity", - "(Landroid/content/Intent;)V"); - if (_m_Activity__startActivity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivity, intent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startActivity1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivity1(jobject self_, - jobject intent, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startActivity1(jobject self_,jobject intent,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivity1, "startActivity", "(Landroid/content/Intent;Landroid/os/Bundle;)V"); + if (_m_Activity__startActivity1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivity1, intent, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActivity1, "startActivity", - "(Landroid/content/Intent;Landroid/os/Bundle;)V"); - if (_m_Activity__startActivity1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivity1, intent, - bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startActivities = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivities(jobject self_, jobject intents) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startActivities(jobject self_,jobject intents) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivities, "startActivities", "([Landroid/content/Intent;)V"); + if (_m_Activity__startActivities == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivities, intents); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActivities, "startActivities", - "([Landroid/content/Intent;)V"); - if (_m_Activity__startActivities == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivities, - intents); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startActivities1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivities1(jobject self_, - jobject intents, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startActivities1(jobject self_,jobject intents,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivities1, "startActivities", "([Landroid/content/Intent;Landroid/os/Bundle;)V"); + if (_m_Activity__startActivities1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivities1, intents, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActivities1, "startActivities", - "([Landroid/content/Intent;Landroid/os/Bundle;)V"); - if (_m_Activity__startActivities1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivities1, - intents, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startIntentSender = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startIntentSender(jobject self_, - jobject intentSender, - jobject intent, - int32_t i, - int32_t i1, - int32_t i2) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startIntentSender(jobject self_,jobject intentSender,jobject intent,int32_t i,int32_t i1,int32_t i2) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startIntentSender, "startIntentSender", "(Landroid/content/IntentSender;Landroid/content/Intent;III)V"); + if (_m_Activity__startIntentSender == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startIntentSender, intentSender, intent, i, i1, i2); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startIntentSender, "startIntentSender", - "(Landroid/content/IntentSender;Landroid/content/Intent;III)V"); - if (_m_Activity__startIntentSender == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startIntentSender, - intentSender, intent, i, i1, i2); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startIntentSender1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startIntentSender1(jobject self_, - jobject intentSender, - jobject intent, - int32_t i, - int32_t i1, - int32_t i2, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startIntentSender1(jobject self_,jobject intentSender,jobject intent,int32_t i,int32_t i1,int32_t i2,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startIntentSender1, "startIntentSender", "(Landroid/content/IntentSender;Landroid/content/Intent;IIILandroid/os/Bundle;)V"); + if (_m_Activity__startIntentSender1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startIntentSender1, intentSender, intent, i, i1, i2, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startIntentSender1, - "startIntentSender", - "(Landroid/content/IntentSender;Landroid/content/" - "Intent;IIILandroid/os/Bundle;)V"); - if (_m_Activity__startIntentSender1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startIntentSender1, - intentSender, intent, i, i1, i2, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startActivityIfNeeded = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivityIfNeeded(jobject self_, - jobject intent, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActivityIfNeeded, - "startActivityIfNeeded", "(Landroid/content/Intent;I)Z"); - if (_m_Activity__startActivityIfNeeded == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__startActivityIfNeeded, intent, i); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__startActivityIfNeeded(jobject self_,jobject intent,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivityIfNeeded, "startActivityIfNeeded", "(Landroid/content/Intent;I)Z"); + if (_m_Activity__startActivityIfNeeded == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__startActivityIfNeeded, intent, i); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__startActivityIfNeeded1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivityIfNeeded1(jobject self_, - jobject intent, - int32_t i, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActivityIfNeeded1, - "startActivityIfNeeded", - "(Landroid/content/Intent;ILandroid/os/Bundle;)Z"); - if (_m_Activity__startActivityIfNeeded1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__startActivityIfNeeded1, intent, i, bundle); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__startActivityIfNeeded1(jobject self_,jobject intent,int32_t i,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivityIfNeeded1, "startActivityIfNeeded", "(Landroid/content/Intent;ILandroid/os/Bundle;)Z"); + if (_m_Activity__startActivityIfNeeded1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__startActivityIfNeeded1, intent, i, bundle); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__startNextMatchingActivity = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startNextMatchingActivity(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startNextMatchingActivity, - "startNextMatchingActivity", "(Landroid/content/Intent;)Z"); - if (_m_Activity__startNextMatchingActivity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__startNextMatchingActivity, intent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__startNextMatchingActivity(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startNextMatchingActivity, "startNextMatchingActivity", "(Landroid/content/Intent;)Z"); + if (_m_Activity__startNextMatchingActivity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__startNextMatchingActivity, intent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__startNextMatchingActivity1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startNextMatchingActivity1(jobject self_, - jobject intent, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startNextMatchingActivity1, - "startNextMatchingActivity", - "(Landroid/content/Intent;Landroid/os/Bundle;)Z"); - if (_m_Activity__startNextMatchingActivity1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__startNextMatchingActivity1, intent, bundle); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__startNextMatchingActivity1(jobject self_,jobject intent,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startNextMatchingActivity1, "startNextMatchingActivity", "(Landroid/content/Intent;Landroid/os/Bundle;)Z"); + if (_m_Activity__startNextMatchingActivity1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__startNextMatchingActivity1, intent, bundle); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__startActivityFromChild = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivityFromChild(jobject self_, - jobject activity, - jobject intent, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startActivityFromChild(jobject self_,jobject activity,jobject intent,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivityFromChild, "startActivityFromChild", "(Landroid/app/Activity;Landroid/content/Intent;I)V"); + if (_m_Activity__startActivityFromChild == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivityFromChild, activity, intent, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActivityFromChild, - "startActivityFromChild", - "(Landroid/app/Activity;Landroid/content/Intent;I)V"); - if (_m_Activity__startActivityFromChild == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivityFromChild, - activity, intent, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startActivityFromChild1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivityFromChild1(jobject self_, - jobject activity, - jobject intent, - int32_t i, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startActivityFromChild1(jobject self_,jobject activity,jobject intent,int32_t i,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivityFromChild1, "startActivityFromChild", "(Landroid/app/Activity;Landroid/content/Intent;ILandroid/os/Bundle;)V"); + if (_m_Activity__startActivityFromChild1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivityFromChild1, activity, intent, i, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Activity, &_m_Activity__startActivityFromChild1, - "startActivityFromChild", - "(Landroid/app/Activity;Landroid/content/Intent;ILandroid/os/Bundle;)V"); - if (_m_Activity__startActivityFromChild1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivityFromChild1, - activity, intent, i, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startActivityFromFragment = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivityFromFragment(jobject self_, - jobject fragment, - jobject intent, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startActivityFromFragment(jobject self_,jobject fragment,jobject intent,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivityFromFragment, "startActivityFromFragment", "(Landroid/app/Fragment;Landroid/content/Intent;I)V"); + if (_m_Activity__startActivityFromFragment == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivityFromFragment, fragment, intent, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActivityFromFragment, - "startActivityFromFragment", - "(Landroid/app/Fragment;Landroid/content/Intent;I)V"); - if (_m_Activity__startActivityFromFragment == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__startActivityFromFragment, fragment, - intent, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startActivityFromFragment1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActivityFromFragment1(jobject self_, - jobject fragment, - jobject intent, - int32_t i, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startActivityFromFragment1(jobject self_,jobject fragment,jobject intent,int32_t i,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActivityFromFragment1, "startActivityFromFragment", "(Landroid/app/Fragment;Landroid/content/Intent;ILandroid/os/Bundle;)V"); + if (_m_Activity__startActivityFromFragment1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startActivityFromFragment1, fragment, intent, i, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Activity, &_m_Activity__startActivityFromFragment1, - "startActivityFromFragment", - "(Landroid/app/Fragment;Landroid/content/Intent;ILandroid/os/Bundle;)V"); - if (_m_Activity__startActivityFromFragment1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__startActivityFromFragment1, fragment, - intent, i, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startIntentSenderFromChild = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startIntentSenderFromChild(jobject self_, - jobject activity, - jobject intentSender, - int32_t i, - jobject intent, - int32_t i1, - int32_t i2, - int32_t i3) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startIntentSenderFromChild(jobject self_,jobject activity,jobject intentSender,int32_t i,jobject intent,int32_t i1,int32_t i2,int32_t i3) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startIntentSenderFromChild, "startIntentSenderFromChild", "(Landroid/app/Activity;Landroid/content/IntentSender;ILandroid/content/Intent;III)V"); + if (_m_Activity__startIntentSenderFromChild == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startIntentSenderFromChild, activity, intentSender, i, intent, i1, i2, i3); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startIntentSenderFromChild, - "startIntentSenderFromChild", - "(Landroid/app/Activity;Landroid/content/IntentSender;ILandroid/" - "content/Intent;III)V"); - if (_m_Activity__startIntentSenderFromChild == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__startIntentSenderFromChild, activity, - intentSender, i, intent, i1, i2, i3); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startIntentSenderFromChild1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startIntentSenderFromChild1(jobject self_, - jobject activity, - jobject intentSender, - int32_t i, - jobject intent, - int32_t i1, - int32_t i2, - int32_t i3, - jobject bundle) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__startIntentSenderFromChild1(jobject self_,jobject activity,jobject intentSender,int32_t i,jobject intent,int32_t i1,int32_t i2,int32_t i3,jobject bundle) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startIntentSenderFromChild1, "startIntentSenderFromChild", "(Landroid/app/Activity;Landroid/content/IntentSender;ILandroid/content/Intent;IIILandroid/os/Bundle;)V"); + if (_m_Activity__startIntentSenderFromChild1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startIntentSenderFromChild1, activity, intentSender, i, intent, i1, i2, i3, bundle); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startIntentSenderFromChild1, - "startIntentSenderFromChild", - "(Landroid/app/Activity;Landroid/content/IntentSender;ILandroid/" - "content/Intent;IIILandroid/os/Bundle;)V"); - if (_m_Activity__startIntentSenderFromChild1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__startIntentSenderFromChild1, activity, - intentSender, i, intent, i1, i2, i3, bundle); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__overridePendingTransition = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__overridePendingTransition(jobject self_, - int32_t i, - int32_t i1) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__overridePendingTransition(jobject self_,int32_t i,int32_t i1) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__overridePendingTransition, "overridePendingTransition", "(II)V"); + if (_m_Activity__overridePendingTransition == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__overridePendingTransition, i, i1); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__overridePendingTransition, - "overridePendingTransition", "(II)V"); - if (_m_Activity__overridePendingTransition == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__overridePendingTransition, i, i1); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__overridePendingTransition1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__overridePendingTransition1(jobject self_, - int32_t i, - int32_t i1, - int32_t i2) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__overridePendingTransition1(jobject self_,int32_t i,int32_t i1,int32_t i2) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__overridePendingTransition1, "overridePendingTransition", "(III)V"); + if (_m_Activity__overridePendingTransition1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__overridePendingTransition1, i, i1, i2); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__overridePendingTransition1, - "overridePendingTransition", "(III)V"); - if (_m_Activity__overridePendingTransition1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__overridePendingTransition1, i, i1, i2); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setResult = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setResult(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setResult(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setResult, "setResult", "(I)V"); + if (_m_Activity__setResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setResult, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setResult, "setResult", "(I)V"); - if (_m_Activity__setResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setResult, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setResult1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setResult1(jobject self_, int32_t i, jobject intent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setResult1(jobject self_,int32_t i,jobject intent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setResult1, "setResult", "(ILandroid/content/Intent;)V"); + if (_m_Activity__setResult1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setResult1, i, intent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setResult1, "setResult", - "(ILandroid/content/Intent;)V"); - if (_m_Activity__setResult1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setResult1, i, intent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getReferrer = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getReferrer(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getReferrer, "getReferrer", - "()Landroid/net/Uri;"); - if (_m_Activity__getReferrer == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getReferrer); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getReferrer, "getReferrer", "()Landroid/net/Uri;"); + if (_m_Activity__getReferrer == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getReferrer); + return to_global_ref_result(_result); } jmethodID _m_Activity__onProvideReferrer = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onProvideReferrer(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onProvideReferrer, "onProvideReferrer", - "()Landroid/net/Uri;"); - if (_m_Activity__onProvideReferrer == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, - _m_Activity__onProvideReferrer); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onProvideReferrer, "onProvideReferrer", "()Landroid/net/Uri;"); + if (_m_Activity__onProvideReferrer == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__onProvideReferrer); + return to_global_ref_result(_result); } jmethodID _m_Activity__getCallingPackage = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getCallingPackage(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getCallingPackage, "getCallingPackage", - "()Ljava/lang/String;"); - if (_m_Activity__getCallingPackage == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, - _m_Activity__getCallingPackage); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getCallingPackage, "getCallingPackage", "()Ljava/lang/String;"); + if (_m_Activity__getCallingPackage == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getCallingPackage); + return to_global_ref_result(_result); } jmethodID _m_Activity__getCallingActivity = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getCallingActivity(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getCallingActivity, - "getCallingActivity", "()Landroid/content/ComponentName;"); - if (_m_Activity__getCallingActivity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__getCallingActivity); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getCallingActivity, "getCallingActivity", "()Landroid/content/ComponentName;"); + if (_m_Activity__getCallingActivity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getCallingActivity); + return to_global_ref_result(_result); } jmethodID _m_Activity__setVisible = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setVisible(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setVisible(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setVisible, "setVisible", "(Z)V"); + if (_m_Activity__setVisible == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setVisible, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setVisible, "setVisible", "(Z)V"); - if (_m_Activity__setVisible == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setVisible, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__isFinishing = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isFinishing(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isFinishing, "isFinishing", "()Z"); - if (_m_Activity__isFinishing == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isFinishing); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isFinishing, "isFinishing", "()Z"); + if (_m_Activity__isFinishing == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isFinishing); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__isDestroyed = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isDestroyed(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isDestroyed, "isDestroyed", "()Z"); - if (_m_Activity__isDestroyed == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isDestroyed); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isDestroyed, "isDestroyed", "()Z"); + if (_m_Activity__isDestroyed == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isDestroyed); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__isChangingConfigurations = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isChangingConfigurations(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isChangingConfigurations, - "isChangingConfigurations", "()Z"); - if (_m_Activity__isChangingConfigurations == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__isChangingConfigurations); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isChangingConfigurations, "isChangingConfigurations", "()Z"); + if (_m_Activity__isChangingConfigurations == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isChangingConfigurations); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__recreate = NULL; FFI_PLUGIN_EXPORT JniResult Activity__recreate(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__recreate, "recreate", "()V"); + if (_m_Activity__recreate == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__recreate); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__recreate, "recreate", "()V"); - if (_m_Activity__recreate == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__recreate); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__finish = NULL; FFI_PLUGIN_EXPORT JniResult Activity__finish(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__finish, "finish", "()V"); + if (_m_Activity__finish == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finish); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__finish, "finish", "()V"); - if (_m_Activity__finish == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finish); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__finishAffinity = NULL; FFI_PLUGIN_EXPORT JniResult Activity__finishAffinity(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__finishAffinity, "finishAffinity", "()V"); + if (_m_Activity__finishAffinity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishAffinity); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__finishAffinity, "finishAffinity", - "()V"); - if (_m_Activity__finishAffinity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishAffinity); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__finishFromChild = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__finishFromChild(jobject self_, jobject activity) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__finishFromChild(jobject self_,jobject activity) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__finishFromChild, "finishFromChild", "(Landroid/app/Activity;)V"); + if (_m_Activity__finishFromChild == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishFromChild, activity); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__finishFromChild, "finishFromChild", - "(Landroid/app/Activity;)V"); - if (_m_Activity__finishFromChild == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishFromChild, - activity); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__finishAfterTransition = NULL; FFI_PLUGIN_EXPORT JniResult Activity__finishAfterTransition(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__finishAfterTransition, "finishAfterTransition", "()V"); + if (_m_Activity__finishAfterTransition == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishAfterTransition); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__finishAfterTransition, - "finishAfterTransition", "()V"); - if (_m_Activity__finishAfterTransition == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishAfterTransition); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__finishActivity = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__finishActivity(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__finishActivity(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__finishActivity, "finishActivity", "(I)V"); + if (_m_Activity__finishActivity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishActivity, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__finishActivity, "finishActivity", - "(I)V"); - if (_m_Activity__finishActivity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishActivity, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__finishActivityFromChild = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__finishActivityFromChild(jobject self_, - jobject activity, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__finishActivityFromChild(jobject self_,jobject activity,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__finishActivityFromChild, "finishActivityFromChild", "(Landroid/app/Activity;I)V"); + if (_m_Activity__finishActivityFromChild == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishActivityFromChild, activity, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__finishActivityFromChild, - "finishActivityFromChild", "(Landroid/app/Activity;I)V"); - if (_m_Activity__finishActivityFromChild == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishActivityFromChild, - activity, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__finishAndRemoveTask = NULL; FFI_PLUGIN_EXPORT JniResult Activity__finishAndRemoveTask(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__finishAndRemoveTask, "finishAndRemoveTask", "()V"); + if (_m_Activity__finishAndRemoveTask == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishAndRemoveTask); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__finishAndRemoveTask, - "finishAndRemoveTask", "()V"); - if (_m_Activity__finishAndRemoveTask == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__finishAndRemoveTask); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__releaseInstance = NULL; FFI_PLUGIN_EXPORT JniResult Activity__releaseInstance(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__releaseInstance, "releaseInstance", - "()Z"); - if (_m_Activity__releaseInstance == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__releaseInstance); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__releaseInstance, "releaseInstance", "()Z"); + if (_m_Activity__releaseInstance == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__releaseInstance); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onActivityResult = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onActivityResult(jobject self_, - int32_t i, - int32_t i1, - jobject intent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onActivityResult(jobject self_,int32_t i,int32_t i1,jobject intent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onActivityResult, "onActivityResult", "(IILandroid/content/Intent;)V"); + if (_m_Activity__onActivityResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onActivityResult, i, i1, intent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onActivityResult, "onActivityResult", - "(IILandroid/content/Intent;)V"); - if (_m_Activity__onActivityResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onActivityResult, i, i1, - intent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onActivityReenter = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onActivityReenter(jobject self_, - int32_t i, - jobject intent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onActivityReenter(jobject self_,int32_t i,jobject intent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onActivityReenter, "onActivityReenter", "(ILandroid/content/Intent;)V"); + if (_m_Activity__onActivityReenter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onActivityReenter, i, intent); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onActivityReenter, "onActivityReenter", - "(ILandroid/content/Intent;)V"); - if (_m_Activity__onActivityReenter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onActivityReenter, i, - intent); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__createPendingResult = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__createPendingResult(jobject self_, - int32_t i, - jobject intent, - int32_t i1) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__createPendingResult, - "createPendingResult", - "(ILandroid/content/Intent;I)Landroid/app/PendingIntent;"); - if (_m_Activity__createPendingResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__createPendingResult, i, intent, i1); - return to_global_ref_result(_result); +JniResult Activity__createPendingResult(jobject self_,int32_t i,jobject intent,int32_t i1) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__createPendingResult, "createPendingResult", "(ILandroid/content/Intent;I)Landroid/app/PendingIntent;"); + if (_m_Activity__createPendingResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__createPendingResult, i, intent, i1); + return to_global_ref_result(_result); } jmethodID _m_Activity__setRequestedOrientation = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setRequestedOrientation(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setRequestedOrientation(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setRequestedOrientation, "setRequestedOrientation", "(I)V"); + if (_m_Activity__setRequestedOrientation == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setRequestedOrientation, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setRequestedOrientation, - "setRequestedOrientation", "(I)V"); - if (_m_Activity__setRequestedOrientation == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setRequestedOrientation, - i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getRequestedOrientation = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getRequestedOrientation(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getRequestedOrientation, - "getRequestedOrientation", "()I"); - if (_m_Activity__getRequestedOrientation == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Activity__getRequestedOrientation); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getRequestedOrientation, "getRequestedOrientation", "()I"); + if (_m_Activity__getRequestedOrientation == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Activity__getRequestedOrientation); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Activity__getTaskId = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getTaskId(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getTaskId, "getTaskId", "()I"); - if (_m_Activity__getTaskId == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Activity__getTaskId); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getTaskId, "getTaskId", "()I"); + if (_m_Activity__getTaskId == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Activity__getTaskId); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Activity__isTaskRoot = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isTaskRoot(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isTaskRoot, "isTaskRoot", "()Z"); - if (_m_Activity__isTaskRoot == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isTaskRoot); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isTaskRoot, "isTaskRoot", "()Z"); + if (_m_Activity__isTaskRoot == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isTaskRoot); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__moveTaskToBack = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__moveTaskToBack(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__moveTaskToBack, "moveTaskToBack", - "(Z)Z"); - if (_m_Activity__moveTaskToBack == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__moveTaskToBack, z); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__moveTaskToBack(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__moveTaskToBack, "moveTaskToBack", "(Z)Z"); + if (_m_Activity__moveTaskToBack == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__moveTaskToBack, z); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__getLocalClassName = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getLocalClassName(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getLocalClassName, "getLocalClassName", - "()Ljava/lang/String;"); - if (_m_Activity__getLocalClassName == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, - _m_Activity__getLocalClassName); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getLocalClassName, "getLocalClassName", "()Ljava/lang/String;"); + if (_m_Activity__getLocalClassName == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getLocalClassName); + return to_global_ref_result(_result); } jmethodID _m_Activity__getComponentName = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getComponentName(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getComponentName, "getComponentName", - "()Landroid/content/ComponentName;"); - if (_m_Activity__getComponentName == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getComponentName); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getComponentName, "getComponentName", "()Landroid/content/ComponentName;"); + if (_m_Activity__getComponentName == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getComponentName); + return to_global_ref_result(_result); } jmethodID _m_Activity__getPreferences = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__getPreferences(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getPreferences, "getPreferences", - "(I)Landroid/content/SharedPreferences;"); - if (_m_Activity__getPreferences == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, - _m_Activity__getPreferences, i); - return to_global_ref_result(_result); +JniResult Activity__getPreferences(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getPreferences, "getPreferences", "(I)Landroid/content/SharedPreferences;"); + if (_m_Activity__getPreferences == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getPreferences, i); + return to_global_ref_result(_result); } jmethodID _m_Activity__isLaunchedFromBubble = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isLaunchedFromBubble(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isLaunchedFromBubble, - "isLaunchedFromBubble", "()Z"); - if (_m_Activity__isLaunchedFromBubble == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__isLaunchedFromBubble); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isLaunchedFromBubble, "isLaunchedFromBubble", "()Z"); + if (_m_Activity__isLaunchedFromBubble == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isLaunchedFromBubble); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__getSystemService = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__getSystemService(jobject self_, jobject string) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getSystemService, "getSystemService", - "(Ljava/lang/String;)Ljava/lang/Object;"); - if (_m_Activity__getSystemService == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__getSystemService, string); - return to_global_ref_result(_result); +JniResult Activity__getSystemService(jobject self_,jobject string) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getSystemService, "getSystemService", "(Ljava/lang/String;)Ljava/lang/Object;"); + if (_m_Activity__getSystemService == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getSystemService, string); + return to_global_ref_result(_result); } jmethodID _m_Activity__setTitle = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setTitle(jobject self_, jobject charSequence) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setTitle(jobject self_,jobject charSequence) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setTitle, "setTitle", "(Ljava/lang/CharSequence;)V"); + if (_m_Activity__setTitle == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTitle, charSequence); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setTitle, "setTitle", - "(Ljava/lang/CharSequence;)V"); - if (_m_Activity__setTitle == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTitle, charSequence); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setTitle1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setTitle1(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setTitle1(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setTitle1, "setTitle", "(I)V"); + if (_m_Activity__setTitle1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTitle1, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setTitle1, "setTitle", "(I)V"); - if (_m_Activity__setTitle1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTitle1, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setTitleColor = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setTitleColor(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setTitleColor(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setTitleColor, "setTitleColor", "(I)V"); + if (_m_Activity__setTitleColor == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTitleColor, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setTitleColor, "setTitleColor", - "(I)V"); - if (_m_Activity__setTitleColor == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTitleColor, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getTitle = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getTitle(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getTitle, "getTitle", - "()Ljava/lang/CharSequence;"); - if (_m_Activity__getTitle == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getTitle); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getTitle, "getTitle", "()Ljava/lang/CharSequence;"); + if (_m_Activity__getTitle == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getTitle); + return to_global_ref_result(_result); } jmethodID _m_Activity__getTitleColor = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getTitleColor(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getTitleColor, "getTitleColor", "()I"); - if (_m_Activity__getTitleColor == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Activity__getTitleColor); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getTitleColor, "getTitleColor", "()I"); + if (_m_Activity__getTitleColor == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Activity__getTitleColor); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onTitleChanged = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onTitleChanged(jobject self_, - jobject charSequence, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onTitleChanged(jobject self_,jobject charSequence,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onTitleChanged, "onTitleChanged", "(Ljava/lang/CharSequence;I)V"); + if (_m_Activity__onTitleChanged == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onTitleChanged, charSequence, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onTitleChanged, "onTitleChanged", - "(Ljava/lang/CharSequence;I)V"); - if (_m_Activity__onTitleChanged == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onTitleChanged, - charSequence, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onChildTitleChanged = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onChildTitleChanged(jobject self_, - jobject activity, - jobject charSequence) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onChildTitleChanged(jobject self_,jobject activity,jobject charSequence) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onChildTitleChanged, "onChildTitleChanged", "(Landroid/app/Activity;Ljava/lang/CharSequence;)V"); + if (_m_Activity__onChildTitleChanged == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onChildTitleChanged, activity, charSequence); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onChildTitleChanged, - "onChildTitleChanged", - "(Landroid/app/Activity;Ljava/lang/CharSequence;)V"); - if (_m_Activity__onChildTitleChanged == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onChildTitleChanged, - activity, charSequence); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setTaskDescription = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setTaskDescription(jobject self_, jobject taskDescription) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setTaskDescription(jobject self_,jobject taskDescription) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setTaskDescription, "setTaskDescription", "(Landroid/app/ActivityManager$TaskDescription;)V"); + if (_m_Activity__setTaskDescription == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTaskDescription, taskDescription); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setTaskDescription, - "setTaskDescription", - "(Landroid/app/ActivityManager$TaskDescription;)V"); - if (_m_Activity__setTaskDescription == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTaskDescription, - taskDescription); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setProgressBarVisibility = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setProgressBarVisibility(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setProgressBarVisibility(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setProgressBarVisibility, "setProgressBarVisibility", "(Z)V"); + if (_m_Activity__setProgressBarVisibility == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setProgressBarVisibility, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setProgressBarVisibility, - "setProgressBarVisibility", "(Z)V"); - if (_m_Activity__setProgressBarVisibility == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__setProgressBarVisibility, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setProgressBarIndeterminateVisibility = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setProgressBarIndeterminateVisibility(jobject self_, - uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setProgressBarIndeterminateVisibility(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setProgressBarIndeterminateVisibility, "setProgressBarIndeterminateVisibility", "(Z)V"); + if (_m_Activity__setProgressBarIndeterminateVisibility == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setProgressBarIndeterminateVisibility, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setProgressBarIndeterminateVisibility, - "setProgressBarIndeterminateVisibility", "(Z)V"); - if (_m_Activity__setProgressBarIndeterminateVisibility == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod( - jniEnv, self_, _m_Activity__setProgressBarIndeterminateVisibility, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setProgressBarIndeterminate = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setProgressBarIndeterminate(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setProgressBarIndeterminate(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setProgressBarIndeterminate, "setProgressBarIndeterminate", "(Z)V"); + if (_m_Activity__setProgressBarIndeterminate == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setProgressBarIndeterminate, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setProgressBarIndeterminate, - "setProgressBarIndeterminate", "(Z)V"); - if (_m_Activity__setProgressBarIndeterminate == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__setProgressBarIndeterminate, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setProgress = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setProgress(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setProgress(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setProgress, "setProgress", "(I)V"); + if (_m_Activity__setProgress == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setProgress, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setProgress, "setProgress", "(I)V"); - if (_m_Activity__setProgress == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setProgress, i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setSecondaryProgress = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setSecondaryProgress(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setSecondaryProgress(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setSecondaryProgress, "setSecondaryProgress", "(I)V"); + if (_m_Activity__setSecondaryProgress == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setSecondaryProgress, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setSecondaryProgress, - "setSecondaryProgress", "(I)V"); - if (_m_Activity__setSecondaryProgress == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setSecondaryProgress, - i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setVolumeControlStream = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setVolumeControlStream(jobject self_, int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setVolumeControlStream(jobject self_,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setVolumeControlStream, "setVolumeControlStream", "(I)V"); + if (_m_Activity__setVolumeControlStream == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setVolumeControlStream, i); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setVolumeControlStream, - "setVolumeControlStream", "(I)V"); - if (_m_Activity__setVolumeControlStream == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setVolumeControlStream, - i); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getVolumeControlStream = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getVolumeControlStream(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getVolumeControlStream, - "getVolumeControlStream", "()I"); - if (_m_Activity__getVolumeControlStream == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = (*jniEnv)->CallIntMethod( - jniEnv, self_, _m_Activity__getVolumeControlStream); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getVolumeControlStream, "getVolumeControlStream", "()I"); + if (_m_Activity__getVolumeControlStream == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Activity__getVolumeControlStream); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Activity__setMediaController = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setMediaController(jobject self_, jobject mediaController) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setMediaController(jobject self_,jobject mediaController) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setMediaController, "setMediaController", "(Landroid/media/session/MediaController;)V"); + if (_m_Activity__setMediaController == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setMediaController, mediaController); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setMediaController, - "setMediaController", - "(Landroid/media/session/MediaController;)V"); - if (_m_Activity__setMediaController == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setMediaController, - mediaController); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getMediaController = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getMediaController(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getMediaController, - "getMediaController", - "()Landroid/media/session/MediaController;"); - if (_m_Activity__getMediaController == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__getMediaController); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getMediaController, "getMediaController", "()Landroid/media/session/MediaController;"); + if (_m_Activity__getMediaController == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getMediaController); + return to_global_ref_result(_result); } jmethodID _m_Activity__runOnUiThread = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__runOnUiThread(jobject self_, jobject runnable) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__runOnUiThread(jobject self_,jobject runnable) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__runOnUiThread, "runOnUiThread", "(Ljava/lang/Runnable;)V"); + if (_m_Activity__runOnUiThread == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__runOnUiThread, runnable); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__runOnUiThread, "runOnUiThread", - "(Ljava/lang/Runnable;)V"); - if (_m_Activity__runOnUiThread == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__runOnUiThread, - runnable); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onCreateView = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreateView(jobject self_, - jobject string, - jobject context, - jobject attributeSet) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreateView, "onCreateView", - "(Ljava/lang/String;Landroid/content/Context;Landroid/util/" - "AttributeSet;)Landroid/view/View;"); - if (_m_Activity__onCreateView == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__onCreateView, string, context, attributeSet); - return to_global_ref_result(_result); +JniResult Activity__onCreateView(jobject self_,jobject string,jobject context,jobject attributeSet) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreateView, "onCreateView", "(Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;"); + if (_m_Activity__onCreateView == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__onCreateView, string, context, attributeSet); + return to_global_ref_result(_result); } jmethodID _m_Activity__onCreateView1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onCreateView1(jobject self_, - jobject view, - jobject string, - jobject context, - jobject attributeSet) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onCreateView1, "onCreateView", - "(Landroid/view/View;Ljava/lang/String;Landroid/content/" - "Context;Landroid/util/AttributeSet;)Landroid/view/View;"); - if (_m_Activity__onCreateView1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__onCreateView1, - view, string, context, attributeSet); - return to_global_ref_result(_result); +JniResult Activity__onCreateView1(jobject self_,jobject view,jobject string,jobject context,jobject attributeSet) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onCreateView1, "onCreateView", "(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;"); + if (_m_Activity__onCreateView1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__onCreateView1, view, string, context, attributeSet); + return to_global_ref_result(_result); } jmethodID _m_Activity__dump = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__dump(jobject self_, - jobject string, - jobject fileDescriptor, - jobject printWriter, - jobject strings) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__dump(jobject self_,jobject string,jobject fileDescriptor,jobject printWriter,jobject strings) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__dump, "dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V"); + if (_m_Activity__dump == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__dump, string, fileDescriptor, printWriter, strings); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__dump, "dump", - "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/" - "PrintWriter;[Ljava/lang/String;)V"); - if (_m_Activity__dump == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__dump, string, - fileDescriptor, printWriter, strings); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__isImmersive = NULL; FFI_PLUGIN_EXPORT JniResult Activity__isImmersive(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__isImmersive, "isImmersive", "()Z"); - if (_m_Activity__isImmersive == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isImmersive); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__isImmersive, "isImmersive", "()Z"); + if (_m_Activity__isImmersive == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__isImmersive); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__setTranslucent = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setTranslucent(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setTranslucent, "setTranslucent", - "(Z)Z"); - if (_m_Activity__setTranslucent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__setTranslucent, z); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__setTranslucent(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setTranslucent, "setTranslucent", "(Z)Z"); + if (_m_Activity__setTranslucent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__setTranslucent, z); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__requestVisibleBehind = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__requestVisibleBehind(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__requestVisibleBehind, - "requestVisibleBehind", "(Z)Z"); - if (_m_Activity__requestVisibleBehind == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__requestVisibleBehind, z); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__requestVisibleBehind(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__requestVisibleBehind, "requestVisibleBehind", "(Z)Z"); + if (_m_Activity__requestVisibleBehind == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__requestVisibleBehind, z); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__onVisibleBehindCanceled = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onVisibleBehindCanceled(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onVisibleBehindCanceled, "onVisibleBehindCanceled", "()V"); + if (_m_Activity__onVisibleBehindCanceled == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onVisibleBehindCanceled); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onVisibleBehindCanceled, - "onVisibleBehindCanceled", "()V"); - if (_m_Activity__onVisibleBehindCanceled == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__onVisibleBehindCanceled); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onEnterAnimationComplete = NULL; FFI_PLUGIN_EXPORT JniResult Activity__onEnterAnimationComplete(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onEnterAnimationComplete, "onEnterAnimationComplete", "()V"); + if (_m_Activity__onEnterAnimationComplete == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onEnterAnimationComplete); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onEnterAnimationComplete, - "onEnterAnimationComplete", "()V"); - if (_m_Activity__onEnterAnimationComplete == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__onEnterAnimationComplete); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setImmersive = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setImmersive(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setImmersive(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setImmersive, "setImmersive", "(Z)V"); + if (_m_Activity__setImmersive == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setImmersive, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setImmersive, "setImmersive", "(Z)V"); - if (_m_Activity__setImmersive == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setImmersive, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setVrModeEnabled = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setVrModeEnabled(jobject self_, - uint8_t z, - jobject componentName) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setVrModeEnabled(jobject self_,uint8_t z,jobject componentName) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setVrModeEnabled, "setVrModeEnabled", "(ZLandroid/content/ComponentName;)V"); + if (_m_Activity__setVrModeEnabled == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setVrModeEnabled, z, componentName); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setVrModeEnabled, "setVrModeEnabled", - "(ZLandroid/content/ComponentName;)V"); - if (_m_Activity__setVrModeEnabled == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setVrModeEnabled, z, - componentName); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startActionMode = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActionMode(jobject self_, jobject callback) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActionMode, "startActionMode", - "(Landroid/view/ActionMode$Callback;)Landroid/view/ActionMode;"); - if (_m_Activity__startActionMode == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__startActionMode, callback); - return to_global_ref_result(_result); +JniResult Activity__startActionMode(jobject self_,jobject callback) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActionMode, "startActionMode", "(Landroid/view/ActionMode$Callback;)Landroid/view/ActionMode;"); + if (_m_Activity__startActionMode == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__startActionMode, callback); + return to_global_ref_result(_result); } jmethodID _m_Activity__startActionMode1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__startActionMode1(jobject self_, - jobject callback, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startActionMode1, "startActionMode", - "(Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;"); - if (_m_Activity__startActionMode1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__startActionMode1, callback, i); - return to_global_ref_result(_result); +JniResult Activity__startActionMode1(jobject self_,jobject callback,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startActionMode1, "startActionMode", "(Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;"); + if (_m_Activity__startActionMode1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__startActionMode1, callback, i); + return to_global_ref_result(_result); } jmethodID _m_Activity__onWindowStartingActionMode = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onWindowStartingActionMode(jobject self_, - jobject callback) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onWindowStartingActionMode, - "onWindowStartingActionMode", - "(Landroid/view/ActionMode$Callback;)Landroid/view/ActionMode;"); - if (_m_Activity__onWindowStartingActionMode == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__onWindowStartingActionMode, callback); - return to_global_ref_result(_result); +JniResult Activity__onWindowStartingActionMode(jobject self_,jobject callback) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onWindowStartingActionMode, "onWindowStartingActionMode", "(Landroid/view/ActionMode$Callback;)Landroid/view/ActionMode;"); + if (_m_Activity__onWindowStartingActionMode == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__onWindowStartingActionMode, callback); + return to_global_ref_result(_result); } jmethodID _m_Activity__onWindowStartingActionMode1 = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onWindowStartingActionMode1(jobject self_, - jobject callback, - int32_t i) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onWindowStartingActionMode1, - "onWindowStartingActionMode", - "(Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;"); - if (_m_Activity__onWindowStartingActionMode1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__onWindowStartingActionMode1, callback, i); - return to_global_ref_result(_result); +JniResult Activity__onWindowStartingActionMode1(jobject self_,jobject callback,int32_t i) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onWindowStartingActionMode1, "onWindowStartingActionMode", "(Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;"); + if (_m_Activity__onWindowStartingActionMode1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__onWindowStartingActionMode1, callback, i); + return to_global_ref_result(_result); } jmethodID _m_Activity__onActionModeStarted = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onActionModeStarted(jobject self_, jobject actionMode) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onActionModeStarted(jobject self_,jobject actionMode) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onActionModeStarted, "onActionModeStarted", "(Landroid/view/ActionMode;)V"); + if (_m_Activity__onActionModeStarted == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onActionModeStarted, actionMode); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onActionModeStarted, - "onActionModeStarted", "(Landroid/view/ActionMode;)V"); - if (_m_Activity__onActionModeStarted == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onActionModeStarted, - actionMode); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__onActionModeFinished = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__onActionModeFinished(jobject self_, jobject actionMode) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__onActionModeFinished(jobject self_,jobject actionMode) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__onActionModeFinished, "onActionModeFinished", "(Landroid/view/ActionMode;)V"); + if (_m_Activity__onActionModeFinished == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onActionModeFinished, actionMode); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__onActionModeFinished, - "onActionModeFinished", "(Landroid/view/ActionMode;)V"); - if (_m_Activity__onActionModeFinished == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__onActionModeFinished, - actionMode); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__shouldUpRecreateTask = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__shouldUpRecreateTask(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__shouldUpRecreateTask, - "shouldUpRecreateTask", "(Landroid/content/Intent;)Z"); - if (_m_Activity__shouldUpRecreateTask == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__shouldUpRecreateTask, intent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__shouldUpRecreateTask(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__shouldUpRecreateTask, "shouldUpRecreateTask", "(Landroid/content/Intent;)Z"); + if (_m_Activity__shouldUpRecreateTask == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__shouldUpRecreateTask, intent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__navigateUpTo = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__navigateUpTo(jobject self_, jobject intent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__navigateUpTo, "navigateUpTo", - "(Landroid/content/Intent;)Z"); - if (_m_Activity__navigateUpTo == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__navigateUpTo, intent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__navigateUpTo(jobject self_,jobject intent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__navigateUpTo, "navigateUpTo", "(Landroid/content/Intent;)Z"); + if (_m_Activity__navigateUpTo == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__navigateUpTo, intent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__navigateUpToFromChild = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__navigateUpToFromChild(jobject self_, - jobject activity, - jobject intent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__navigateUpToFromChild, - "navigateUpToFromChild", - "(Landroid/app/Activity;Landroid/content/Intent;)Z"); - if (_m_Activity__navigateUpToFromChild == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Activity__navigateUpToFromChild, activity, intent); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Activity__navigateUpToFromChild(jobject self_,jobject activity,jobject intent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__navigateUpToFromChild, "navigateUpToFromChild", "(Landroid/app/Activity;Landroid/content/Intent;)Z"); + if (_m_Activity__navigateUpToFromChild == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Activity__navigateUpToFromChild, activity, intent); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Activity__getParentActivityIntent = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getParentActivityIntent(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getParentActivityIntent, - "getParentActivityIntent", "()Landroid/content/Intent;"); - if (_m_Activity__getParentActivityIntent == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__getParentActivityIntent); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getParentActivityIntent, "getParentActivityIntent", "()Landroid/content/Intent;"); + if (_m_Activity__getParentActivityIntent == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getParentActivityIntent); + return to_global_ref_result(_result); } jmethodID _m_Activity__setEnterSharedElementCallback = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setEnterSharedElementCallback( - jobject self_, - jobject sharedElementCallback) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setEnterSharedElementCallback(jobject self_,jobject sharedElementCallback) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setEnterSharedElementCallback, "setEnterSharedElementCallback", "(Landroid/app/SharedElementCallback;)V"); + if (_m_Activity__setEnterSharedElementCallback == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setEnterSharedElementCallback, sharedElementCallback); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setEnterSharedElementCallback, - "setEnterSharedElementCallback", - "(Landroid/app/SharedElementCallback;)V"); - if (_m_Activity__setEnterSharedElementCallback == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__setEnterSharedElementCallback, - sharedElementCallback); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setExitSharedElementCallback = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setExitSharedElementCallback( - jobject self_, - jobject sharedElementCallback) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setExitSharedElementCallback(jobject self_,jobject sharedElementCallback) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setExitSharedElementCallback, "setExitSharedElementCallback", "(Landroid/app/SharedElementCallback;)V"); + if (_m_Activity__setExitSharedElementCallback == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setExitSharedElementCallback, sharedElementCallback); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setExitSharedElementCallback, - "setExitSharedElementCallback", - "(Landroid/app/SharedElementCallback;)V"); - if (_m_Activity__setExitSharedElementCallback == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__setExitSharedElementCallback, - sharedElementCallback); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__postponeEnterTransition = NULL; FFI_PLUGIN_EXPORT JniResult Activity__postponeEnterTransition(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__postponeEnterTransition, "postponeEnterTransition", "()V"); + if (_m_Activity__postponeEnterTransition == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__postponeEnterTransition); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__postponeEnterTransition, - "postponeEnterTransition", "()V"); - if (_m_Activity__postponeEnterTransition == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__postponeEnterTransition); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__startPostponedEnterTransition = NULL; FFI_PLUGIN_EXPORT JniResult Activity__startPostponedEnterTransition(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startPostponedEnterTransition, "startPostponedEnterTransition", "()V"); + if (_m_Activity__startPostponedEnterTransition == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startPostponedEnterTransition); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startPostponedEnterTransition, - "startPostponedEnterTransition", "()V"); - if (_m_Activity__startPostponedEnterTransition == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__startPostponedEnterTransition); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__requestDragAndDropPermissions = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__requestDragAndDropPermissions(jobject self_, - jobject dragEvent) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Activity, &_m_Activity__requestDragAndDropPermissions, - "requestDragAndDropPermissions", - "(Landroid/view/DragEvent;)Landroid/view/DragAndDropPermissions;"); - if (_m_Activity__requestDragAndDropPermissions == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__requestDragAndDropPermissions, dragEvent); - return to_global_ref_result(_result); +JniResult Activity__requestDragAndDropPermissions(jobject self_,jobject dragEvent) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__requestDragAndDropPermissions, "requestDragAndDropPermissions", "(Landroid/view/DragEvent;)Landroid/view/DragAndDropPermissions;"); + if (_m_Activity__requestDragAndDropPermissions == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__requestDragAndDropPermissions, dragEvent); + return to_global_ref_result(_result); } jmethodID _m_Activity__startLockTask = NULL; FFI_PLUGIN_EXPORT JniResult Activity__startLockTask(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__startLockTask, "startLockTask", "()V"); + if (_m_Activity__startLockTask == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startLockTask); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__startLockTask, "startLockTask", "()V"); - if (_m_Activity__startLockTask == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__startLockTask); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__stopLockTask = NULL; FFI_PLUGIN_EXPORT JniResult Activity__stopLockTask(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__stopLockTask, "stopLockTask", "()V"); + if (_m_Activity__stopLockTask == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__stopLockTask); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__stopLockTask, "stopLockTask", "()V"); - if (_m_Activity__stopLockTask == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__stopLockTask); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__showLockTaskEscapeMessage = NULL; FFI_PLUGIN_EXPORT JniResult Activity__showLockTaskEscapeMessage(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__showLockTaskEscapeMessage, "showLockTaskEscapeMessage", "()V"); + if (_m_Activity__showLockTaskEscapeMessage == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__showLockTaskEscapeMessage); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__showLockTaskEscapeMessage, - "showLockTaskEscapeMessage", "()V"); - if (_m_Activity__showLockTaskEscapeMessage == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__showLockTaskEscapeMessage); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setRecentsScreenshotEnabled = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setRecentsScreenshotEnabled(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setRecentsScreenshotEnabled(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setRecentsScreenshotEnabled, "setRecentsScreenshotEnabled", "(Z)V"); + if (_m_Activity__setRecentsScreenshotEnabled == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setRecentsScreenshotEnabled, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setRecentsScreenshotEnabled, - "setRecentsScreenshotEnabled", "(Z)V"); - if (_m_Activity__setRecentsScreenshotEnabled == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__setRecentsScreenshotEnabled, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setShowWhenLocked = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setShowWhenLocked(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setShowWhenLocked(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setShowWhenLocked, "setShowWhenLocked", "(Z)V"); + if (_m_Activity__setShowWhenLocked == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setShowWhenLocked, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setShowWhenLocked, "setShowWhenLocked", - "(Z)V"); - if (_m_Activity__setShowWhenLocked == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setShowWhenLocked, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setInheritShowWhenLocked = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setInheritShowWhenLocked(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setInheritShowWhenLocked(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setInheritShowWhenLocked, "setInheritShowWhenLocked", "(Z)V"); + if (_m_Activity__setInheritShowWhenLocked == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setInheritShowWhenLocked, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setInheritShowWhenLocked, - "setInheritShowWhenLocked", "(Z)V"); - if (_m_Activity__setInheritShowWhenLocked == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, - _m_Activity__setInheritShowWhenLocked, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__setTurnScreenOn = NULL; FFI_PLUGIN_EXPORT -JniResult Activity__setTurnScreenOn(jobject self_, uint8_t z) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) +JniResult Activity__setTurnScreenOn(jobject self_,uint8_t z) { + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__setTurnScreenOn, "setTurnScreenOn", "(Z)V"); + if (_m_Activity__setTurnScreenOn == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTurnScreenOn, z); return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__setTurnScreenOn, "setTurnScreenOn", - "(Z)V"); - if (_m_Activity__setTurnScreenOn == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - (*jniEnv)->CallVoidMethod(jniEnv, self_, _m_Activity__setTurnScreenOn, z); - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; } jmethodID _m_Activity__getOnBackInvokedDispatcher = NULL; FFI_PLUGIN_EXPORT JniResult Activity__getOnBackInvokedDispatcher(jobject self_) { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Activity, &_m_Activity__getOnBackInvokedDispatcher, - "getOnBackInvokedDispatcher", - "()Landroid/window/OnBackInvokedDispatcher;"); - if (_m_Activity__getOnBackInvokedDispatcher == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Activity__getOnBackInvokedDispatcher); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Activity, + &_m_Activity__getOnBackInvokedDispatcher, "getOnBackInvokedDispatcher", "()Landroid/window/OnBackInvokedDispatcher;"); + if (_m_Activity__getOnBackInvokedDispatcher == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Activity__getOnBackInvokedDispatcher); + return to_global_ref_result(_result); } jfieldID _f_Activity__FOCUSED_STATE_SET = NULL; FFI_PLUGIN_EXPORT JniResult get_Activity__FOCUSED_STATE_SET() { - load_env(); - load_class_global_ref(&_c_Activity, "android/app/Activity"); - if (_c_Activity == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_Activity, &_f_Activity__FOCUSED_STATE_SET, - "FOCUSED_STATE_SET", "[I"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_Activity, _f_Activity__FOCUSED_STATE_SET); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Activity, "android/app/Activity"); + if (_c_Activity == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_Activity, &_f_Activity__FOCUSED_STATE_SET, "FOCUSED_STATE_SET", + "[I"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_Activity, _f_Activity__FOCUSED_STATE_SET); + return to_global_ref_result(_result); } // java.time.Instant @@ -10908,784 +8185,635 @@ jclass _c_Instant = NULL; jmethodID _m_Instant__now = NULL; FFI_PLUGIN_EXPORT JniResult Instant__now() { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Instant, &_m_Instant__now, "now", - "()Ljava/time/Instant;"); - if (_m_Instant__now == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Instant, _m_Instant__now); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Instant, + &_m_Instant__now, "now", "()Ljava/time/Instant;"); + if (_m_Instant__now == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Instant, _m_Instant__now); + return to_global_ref_result(_result); } jmethodID _m_Instant__now1 = NULL; FFI_PLUGIN_EXPORT JniResult Instant__now1(jobject clock) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Instant, &_m_Instant__now1, "now", - "(Ljava/time/Clock;)Ljava/time/Instant;"); - if (_m_Instant__now1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Instant, - _m_Instant__now1, clock); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Instant, + &_m_Instant__now1, "now", "(Ljava/time/Clock;)Ljava/time/Instant;"); + if (_m_Instant__now1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Instant, _m_Instant__now1, clock); + return to_global_ref_result(_result); } jmethodID _m_Instant__ofEpochSecond = NULL; FFI_PLUGIN_EXPORT JniResult Instant__ofEpochSecond(int64_t j) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Instant, &_m_Instant__ofEpochSecond, "ofEpochSecond", - "(J)Ljava/time/Instant;"); - if (_m_Instant__ofEpochSecond == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Instant, _m_Instant__ofEpochSecond, j); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Instant, + &_m_Instant__ofEpochSecond, "ofEpochSecond", "(J)Ljava/time/Instant;"); + if (_m_Instant__ofEpochSecond == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Instant, _m_Instant__ofEpochSecond, j); + return to_global_ref_result(_result); } jmethodID _m_Instant__ofEpochSecond1 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__ofEpochSecond1(int64_t j, int64_t j1) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Instant, &_m_Instant__ofEpochSecond1, "ofEpochSecond", - "(JJ)Ljava/time/Instant;"); - if (_m_Instant__ofEpochSecond1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Instant, _m_Instant__ofEpochSecond1, j, j1); - return to_global_ref_result(_result); +JniResult Instant__ofEpochSecond1(int64_t j,int64_t j1) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Instant, + &_m_Instant__ofEpochSecond1, "ofEpochSecond", "(JJ)Ljava/time/Instant;"); + if (_m_Instant__ofEpochSecond1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Instant, _m_Instant__ofEpochSecond1, j, j1); + return to_global_ref_result(_result); } jmethodID _m_Instant__ofEpochMilli = NULL; FFI_PLUGIN_EXPORT JniResult Instant__ofEpochMilli(int64_t j) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Instant, &_m_Instant__ofEpochMilli, "ofEpochMilli", - "(J)Ljava/time/Instant;"); - if (_m_Instant__ofEpochMilli == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Instant, _m_Instant__ofEpochMilli, j); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Instant, + &_m_Instant__ofEpochMilli, "ofEpochMilli", "(J)Ljava/time/Instant;"); + if (_m_Instant__ofEpochMilli == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Instant, _m_Instant__ofEpochMilli, j); + return to_global_ref_result(_result); } jmethodID _m_Instant__from = NULL; FFI_PLUGIN_EXPORT JniResult Instant__from(jobject temporalAccessor) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method( - _c_Instant, &_m_Instant__from, "from", - "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/Instant;"); - if (_m_Instant__from == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Instant, _m_Instant__from, temporalAccessor); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Instant, + &_m_Instant__from, "from", "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/Instant;"); + if (_m_Instant__from == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Instant, _m_Instant__from, temporalAccessor); + return to_global_ref_result(_result); } jmethodID _m_Instant__parse = NULL; FFI_PLUGIN_EXPORT JniResult Instant__parse(jobject charSequence) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_Instant, &_m_Instant__parse, "parse", - "(Ljava/lang/CharSequence;)Ljava/time/Instant;"); - if (_m_Instant__parse == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_Instant, _m_Instant__parse, charSequence); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_Instant, + &_m_Instant__parse, "parse", "(Ljava/lang/CharSequence;)Ljava/time/Instant;"); + if (_m_Instant__parse == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_Instant, _m_Instant__parse, charSequence); + return to_global_ref_result(_result); } jmethodID _m_Instant__isSupported = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__isSupported(jobject self_, jobject temporalField) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__isSupported, "isSupported", - "(Ljava/time/temporal/TemporalField;)Z"); - if (_m_Instant__isSupported == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Instant__isSupported, temporalField); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Instant__isSupported(jobject self_,jobject temporalField) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__isSupported, "isSupported", "(Ljava/time/temporal/TemporalField;)Z"); + if (_m_Instant__isSupported == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Instant__isSupported, temporalField); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Instant__isSupported1 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__isSupported1(jobject self_, jobject temporalUnit) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__isSupported1, "isSupported", - "(Ljava/time/temporal/TemporalUnit;)Z"); - if (_m_Instant__isSupported1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_Instant__isSupported1, temporalUnit); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Instant__isSupported1(jobject self_,jobject temporalUnit) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__isSupported1, "isSupported", "(Ljava/time/temporal/TemporalUnit;)Z"); + if (_m_Instant__isSupported1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Instant__isSupported1, temporalUnit); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Instant__range = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__range(jobject self_, jobject temporalField) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Instant, &_m_Instant__range, "range", - "(Ljava/time/temporal/TemporalField;)Ljava/time/temporal/ValueRange;"); - if (_m_Instant__range == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__range, temporalField); - return to_global_ref_result(_result); +JniResult Instant__range(jobject self_,jobject temporalField) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__range, "range", "(Ljava/time/temporal/TemporalField;)Ljava/time/temporal/ValueRange;"); + if (_m_Instant__range == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__range, temporalField); + return to_global_ref_result(_result); } jmethodID _m_Instant__get0 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__get0(jobject self_, jobject temporalField) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__get0, "get", - "(Ljava/time/temporal/TemporalField;)I"); - if (_m_Instant__get0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Instant__get0, temporalField); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Instant__get0(jobject self_,jobject temporalField) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__get0, "get", "(Ljava/time/temporal/TemporalField;)I"); + if (_m_Instant__get0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Instant__get0, temporalField); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Instant__getLong = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__getLong(jobject self_, jobject temporalField) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__getLong, "getLong", - "(Ljava/time/temporal/TemporalField;)J"); - if (_m_Instant__getLong == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int64_t _result = (*jniEnv)->CallLongMethod( - jniEnv, self_, _m_Instant__getLong, temporalField); - return (JniResult){.value = {.j = _result}, .exception = check_exception()}; +JniResult Instant__getLong(jobject self_,jobject temporalField) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__getLong, "getLong", "(Ljava/time/temporal/TemporalField;)J"); + if (_m_Instant__getLong == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int64_t _result = (*jniEnv)->CallLongMethod(jniEnv, self_, _m_Instant__getLong, temporalField); + return (JniResult){.value = {.j = _result}, .exception = check_exception()}; } jmethodID _m_Instant__getEpochSecond = NULL; FFI_PLUGIN_EXPORT JniResult Instant__getEpochSecond(jobject self_) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__getEpochSecond, "getEpochSecond", "()J"); - if (_m_Instant__getEpochSecond == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int64_t _result = - (*jniEnv)->CallLongMethod(jniEnv, self_, _m_Instant__getEpochSecond); - return (JniResult){.value = {.j = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__getEpochSecond, "getEpochSecond", "()J"); + if (_m_Instant__getEpochSecond == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int64_t _result = (*jniEnv)->CallLongMethod(jniEnv, self_, _m_Instant__getEpochSecond); + return (JniResult){.value = {.j = _result}, .exception = check_exception()}; } jmethodID _m_Instant__getNano = NULL; FFI_PLUGIN_EXPORT JniResult Instant__getNano(jobject self_) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__getNano, "getNano", "()I"); - if (_m_Instant__getNano == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Instant__getNano); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__getNano, "getNano", "()I"); + if (_m_Instant__getNano == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Instant__getNano); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Instant__with0 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__with0(jobject self_, jobject temporalAdjuster) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__with0, "with", - "(Ljava/time/temporal/TemporalAdjuster;)Ljava/time/Instant;"); - if (_m_Instant__with0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__with0, temporalAdjuster); - return to_global_ref_result(_result); +JniResult Instant__with0(jobject self_,jobject temporalAdjuster) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__with0, "with", "(Ljava/time/temporal/TemporalAdjuster;)Ljava/time/Instant;"); + if (_m_Instant__with0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__with0, temporalAdjuster); + return to_global_ref_result(_result); } jmethodID _m_Instant__with1 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__with1(jobject self_, jobject temporalField, int64_t j) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__with1, "with", - "(Ljava/time/temporal/TemporalField;J)Ljava/time/Instant;"); - if (_m_Instant__with1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__with1, temporalField, j); - return to_global_ref_result(_result); +JniResult Instant__with1(jobject self_,jobject temporalField,int64_t j) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__with1, "with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/Instant;"); + if (_m_Instant__with1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__with1, temporalField, j); + return to_global_ref_result(_result); } jmethodID _m_Instant__truncatedTo = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__truncatedTo(jobject self_, jobject temporalUnit) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__truncatedTo, "truncatedTo", - "(Ljava/time/temporal/TemporalUnit;)Ljava/time/Instant;"); - if (_m_Instant__truncatedTo == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__truncatedTo, temporalUnit); - return to_global_ref_result(_result); +JniResult Instant__truncatedTo(jobject self_,jobject temporalUnit) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__truncatedTo, "truncatedTo", "(Ljava/time/temporal/TemporalUnit;)Ljava/time/Instant;"); + if (_m_Instant__truncatedTo == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__truncatedTo, temporalUnit); + return to_global_ref_result(_result); } jmethodID _m_Instant__plus = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__plus(jobject self_, jobject temporalAmount) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__plus, "plus", - "(Ljava/time/temporal/TemporalAmount;)Ljava/time/Instant;"); - if (_m_Instant__plus == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__plus, - temporalAmount); - return to_global_ref_result(_result); +JniResult Instant__plus(jobject self_,jobject temporalAmount) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__plus, "plus", "(Ljava/time/temporal/TemporalAmount;)Ljava/time/Instant;"); + if (_m_Instant__plus == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__plus, temporalAmount); + return to_global_ref_result(_result); } jmethodID _m_Instant__plus1 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__plus1(jobject self_, int64_t j, jobject temporalUnit) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__plus1, "plus", - "(JLjava/time/temporal/TemporalUnit;)Ljava/time/Instant;"); - if (_m_Instant__plus1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__plus1, j, temporalUnit); - return to_global_ref_result(_result); +JniResult Instant__plus1(jobject self_,int64_t j,jobject temporalUnit) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__plus1, "plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/Instant;"); + if (_m_Instant__plus1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__plus1, j, temporalUnit); + return to_global_ref_result(_result); } jmethodID _m_Instant__plusSeconds = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__plusSeconds(jobject self_, int64_t j) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__plusSeconds, "plusSeconds", - "(J)Ljava/time/Instant;"); - if (_m_Instant__plusSeconds == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__plusSeconds, j); - return to_global_ref_result(_result); +JniResult Instant__plusSeconds(jobject self_,int64_t j) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__plusSeconds, "plusSeconds", "(J)Ljava/time/Instant;"); + if (_m_Instant__plusSeconds == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__plusSeconds, j); + return to_global_ref_result(_result); } jmethodID _m_Instant__plusMillis = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__plusMillis(jobject self_, int64_t j) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__plusMillis, "plusMillis", - "(J)Ljava/time/Instant;"); - if (_m_Instant__plusMillis == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__plusMillis, j); - return to_global_ref_result(_result); +JniResult Instant__plusMillis(jobject self_,int64_t j) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__plusMillis, "plusMillis", "(J)Ljava/time/Instant;"); + if (_m_Instant__plusMillis == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__plusMillis, j); + return to_global_ref_result(_result); } jmethodID _m_Instant__plusNanos = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__plusNanos(jobject self_, int64_t j) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__plusNanos, "plusNanos", - "(J)Ljava/time/Instant;"); - if (_m_Instant__plusNanos == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__plusNanos, j); - return to_global_ref_result(_result); +JniResult Instant__plusNanos(jobject self_,int64_t j) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__plusNanos, "plusNanos", "(J)Ljava/time/Instant;"); + if (_m_Instant__plusNanos == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__plusNanos, j); + return to_global_ref_result(_result); } jmethodID _m_Instant__minus = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__minus(jobject self_, jobject temporalAmount) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__minus, "minus", - "(Ljava/time/temporal/TemporalAmount;)Ljava/time/Instant;"); - if (_m_Instant__minus == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__minus, temporalAmount); - return to_global_ref_result(_result); +JniResult Instant__minus(jobject self_,jobject temporalAmount) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__minus, "minus", "(Ljava/time/temporal/TemporalAmount;)Ljava/time/Instant;"); + if (_m_Instant__minus == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__minus, temporalAmount); + return to_global_ref_result(_result); } jmethodID _m_Instant__minus1 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__minus1(jobject self_, int64_t j, jobject temporalUnit) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__minus1, "minus", - "(JLjava/time/temporal/TemporalUnit;)Ljava/time/Instant;"); - if (_m_Instant__minus1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__minus1, j, temporalUnit); - return to_global_ref_result(_result); +JniResult Instant__minus1(jobject self_,int64_t j,jobject temporalUnit) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__minus1, "minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/Instant;"); + if (_m_Instant__minus1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__minus1, j, temporalUnit); + return to_global_ref_result(_result); } jmethodID _m_Instant__minusSeconds = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__minusSeconds(jobject self_, int64_t j) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__minusSeconds, "minusSeconds", - "(J)Ljava/time/Instant;"); - if (_m_Instant__minusSeconds == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__minusSeconds, j); - return to_global_ref_result(_result); +JniResult Instant__minusSeconds(jobject self_,int64_t j) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__minusSeconds, "minusSeconds", "(J)Ljava/time/Instant;"); + if (_m_Instant__minusSeconds == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__minusSeconds, j); + return to_global_ref_result(_result); } jmethodID _m_Instant__minusMillis = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__minusMillis(jobject self_, int64_t j) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__minusMillis, "minusMillis", - "(J)Ljava/time/Instant;"); - if (_m_Instant__minusMillis == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__minusMillis, j); - return to_global_ref_result(_result); +JniResult Instant__minusMillis(jobject self_,int64_t j) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__minusMillis, "minusMillis", "(J)Ljava/time/Instant;"); + if (_m_Instant__minusMillis == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__minusMillis, j); + return to_global_ref_result(_result); } jmethodID _m_Instant__minusNanos = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__minusNanos(jobject self_, int64_t j) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__minusNanos, "minusNanos", - "(J)Ljava/time/Instant;"); - if (_m_Instant__minusNanos == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__minusNanos, j); - return to_global_ref_result(_result); +JniResult Instant__minusNanos(jobject self_,int64_t j) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__minusNanos, "minusNanos", "(J)Ljava/time/Instant;"); + if (_m_Instant__minusNanos == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__minusNanos, j); + return to_global_ref_result(_result); } jmethodID _m_Instant__query = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__query(jobject self_, jobject temporalQuery) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__query, "query", - "(Ljava/time/temporal/TemporalQuery;)Ljava/lang/Object;"); - if (_m_Instant__query == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__query, temporalQuery); - return to_global_ref_result(_result); +JniResult Instant__query(jobject self_,jobject temporalQuery) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__query, "query", "(Ljava/time/temporal/TemporalQuery;)Ljava/lang/Object;"); + if (_m_Instant__query == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__query, temporalQuery); + return to_global_ref_result(_result); } jmethodID _m_Instant__adjustInto = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__adjustInto(jobject self_, jobject temporal) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__adjustInto, "adjustInto", - "(Ljava/time/temporal/Temporal;)Ljava/time/temporal/Temporal;"); - if (_m_Instant__adjustInto == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__adjustInto, temporal); - return to_global_ref_result(_result); +JniResult Instant__adjustInto(jobject self_,jobject temporal) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__adjustInto, "adjustInto", "(Ljava/time/temporal/Temporal;)Ljava/time/temporal/Temporal;"); + if (_m_Instant__adjustInto == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__adjustInto, temporal); + return to_global_ref_result(_result); } jmethodID _m_Instant__until = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__until(jobject self_, - jobject temporal, - jobject temporalUnit) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Instant, &_m_Instant__until, "until", - "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J"); - if (_m_Instant__until == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int64_t _result = (*jniEnv)->CallLongMethod(jniEnv, self_, _m_Instant__until, - temporal, temporalUnit); - return (JniResult){.value = {.j = _result}, .exception = check_exception()}; +JniResult Instant__until(jobject self_,jobject temporal,jobject temporalUnit) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__until, "until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J"); + if (_m_Instant__until == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int64_t _result = (*jniEnv)->CallLongMethod(jniEnv, self_, _m_Instant__until, temporal, temporalUnit); + return (JniResult){.value = {.j = _result}, .exception = check_exception()}; } jmethodID _m_Instant__atOffset = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__atOffset(jobject self_, jobject zoneOffset) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__atOffset, "atOffset", - "(Ljava/time/ZoneOffset;)Ljava/time/OffsetDateTime;"); - if (_m_Instant__atOffset == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__atOffset, zoneOffset); - return to_global_ref_result(_result); +JniResult Instant__atOffset(jobject self_,jobject zoneOffset) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__atOffset, "atOffset", "(Ljava/time/ZoneOffset;)Ljava/time/OffsetDateTime;"); + if (_m_Instant__atOffset == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__atOffset, zoneOffset); + return to_global_ref_result(_result); } jmethodID _m_Instant__atZone = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__atZone(jobject self_, jobject zoneId) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__atZone, "atZone", - "(Ljava/time/ZoneId;)Ljava/time/ZonedDateTime;"); - if (_m_Instant__atZone == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__atZone, zoneId); - return to_global_ref_result(_result); +JniResult Instant__atZone(jobject self_,jobject zoneId) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__atZone, "atZone", "(Ljava/time/ZoneId;)Ljava/time/ZonedDateTime;"); + if (_m_Instant__atZone == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__atZone, zoneId); + return to_global_ref_result(_result); } jmethodID _m_Instant__toEpochMilli = NULL; FFI_PLUGIN_EXPORT JniResult Instant__toEpochMilli(jobject self_) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__toEpochMilli, "toEpochMilli", "()J"); - if (_m_Instant__toEpochMilli == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int64_t _result = - (*jniEnv)->CallLongMethod(jniEnv, self_, _m_Instant__toEpochMilli); - return (JniResult){.value = {.j = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__toEpochMilli, "toEpochMilli", "()J"); + if (_m_Instant__toEpochMilli == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int64_t _result = (*jniEnv)->CallLongMethod(jniEnv, self_, _m_Instant__toEpochMilli); + return (JniResult){.value = {.j = _result}, .exception = check_exception()}; } jmethodID _m_Instant__compareTo = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__compareTo(jobject self_, jobject instant) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__compareTo, "compareTo", - "(Ljava/time/Instant;)I"); - if (_m_Instant__compareTo == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Instant__compareTo, instant); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Instant__compareTo(jobject self_,jobject instant) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__compareTo, "compareTo", "(Ljava/time/Instant;)I"); + if (_m_Instant__compareTo == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Instant__compareTo, instant); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Instant__isAfter = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__isAfter(jobject self_, jobject instant) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__isAfter, "isAfter", - "(Ljava/time/Instant;)Z"); - if (_m_Instant__isAfter == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Instant__isAfter, instant); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Instant__isAfter(jobject self_,jobject instant) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__isAfter, "isAfter", "(Ljava/time/Instant;)Z"); + if (_m_Instant__isAfter == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Instant__isAfter, instant); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Instant__isBefore = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__isBefore(jobject self_, jobject instant) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__isBefore, "isBefore", - "(Ljava/time/Instant;)Z"); - if (_m_Instant__isBefore == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, - _m_Instant__isBefore, instant); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Instant__isBefore(jobject self_,jobject instant) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__isBefore, "isBefore", "(Ljava/time/Instant;)Z"); + if (_m_Instant__isBefore == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Instant__isBefore, instant); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Instant__equals1 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__equals1(jobject self_, jobject object) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__equals1, "equals", - "(Ljava/lang/Object;)Z"); - if (_m_Instant__equals1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = - (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Instant__equals1, object); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult Instant__equals1(jobject self_,jobject object) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__equals1, "equals", "(Ljava/lang/Object;)Z"); + if (_m_Instant__equals1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_Instant__equals1, object); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_Instant__hashCode1 = NULL; FFI_PLUGIN_EXPORT JniResult Instant__hashCode1(jobject self_) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__hashCode1, "hashCode", "()I"); - if (_m_Instant__hashCode1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Instant__hashCode1); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__hashCode1, "hashCode", "()I"); + if (_m_Instant__hashCode1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Instant__hashCode1); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jmethodID _m_Instant__toString1 = NULL; FFI_PLUGIN_EXPORT JniResult Instant__toString1(jobject self_) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__toString1, "toString", - "()Ljava/lang/String;"); - if (_m_Instant__toString1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__toString1); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__toString1, "toString", "()Ljava/lang/String;"); + if (_m_Instant__toString1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__toString1); + return to_global_ref_result(_result); } jmethodID _m_Instant__minus2 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__minus2(jobject self_, int64_t j, jobject temporalUnit) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Instant, &_m_Instant__minus2, "minus", - "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;"); - if (_m_Instant__minus2 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__minus2, j, temporalUnit); - return to_global_ref_result(_result); +JniResult Instant__minus2(jobject self_,int64_t j,jobject temporalUnit) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__minus2, "minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;"); + if (_m_Instant__minus2 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__minus2, j, temporalUnit); + return to_global_ref_result(_result); } jmethodID _m_Instant__minus3 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__minus3(jobject self_, jobject temporalAmount) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Instant, &_m_Instant__minus3, "minus", - "(Ljava/time/temporal/TemporalAmount;)Ljava/time/temporal/Temporal;"); - if (_m_Instant__minus3 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__minus3, temporalAmount); - return to_global_ref_result(_result); +JniResult Instant__minus3(jobject self_,jobject temporalAmount) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__minus3, "minus", "(Ljava/time/temporal/TemporalAmount;)Ljava/time/temporal/Temporal;"); + if (_m_Instant__minus3 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__minus3, temporalAmount); + return to_global_ref_result(_result); } jmethodID _m_Instant__plus2 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__plus2(jobject self_, int64_t j, jobject temporalUnit) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Instant, &_m_Instant__plus2, "plus", - "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;"); - if (_m_Instant__plus2 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__plus2, j, temporalUnit); - return to_global_ref_result(_result); +JniResult Instant__plus2(jobject self_,int64_t j,jobject temporalUnit) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__plus2, "plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;"); + if (_m_Instant__plus2 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__plus2, j, temporalUnit); + return to_global_ref_result(_result); } jmethodID _m_Instant__plus3 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__plus3(jobject self_, jobject temporalAmount) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Instant, &_m_Instant__plus3, "plus", - "(Ljava/time/temporal/TemporalAmount;)Ljava/time/temporal/Temporal;"); - if (_m_Instant__plus3 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__plus3, temporalAmount); - return to_global_ref_result(_result); +JniResult Instant__plus3(jobject self_,jobject temporalAmount) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__plus3, "plus", "(Ljava/time/temporal/TemporalAmount;)Ljava/time/temporal/Temporal;"); + if (_m_Instant__plus3 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__plus3, temporalAmount); + return to_global_ref_result(_result); } jmethodID _m_Instant__with2 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__with2(jobject self_, jobject temporalField, int64_t j) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Instant, &_m_Instant__with2, "with", - "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;"); - if (_m_Instant__with2 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__with2, temporalField, j); - return to_global_ref_result(_result); +JniResult Instant__with2(jobject self_,jobject temporalField,int64_t j) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__with2, "with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;"); + if (_m_Instant__with2 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__with2, temporalField, j); + return to_global_ref_result(_result); } jmethodID _m_Instant__with3 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__with3(jobject self_, jobject temporalAdjuster) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_Instant, &_m_Instant__with3, "with", - "(Ljava/time/temporal/TemporalAdjuster;)Ljava/time/temporal/Temporal;"); - if (_m_Instant__with3 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_Instant__with3, temporalAdjuster); - return to_global_ref_result(_result); +JniResult Instant__with3(jobject self_,jobject temporalAdjuster) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__with3, "with", "(Ljava/time/temporal/TemporalAdjuster;)Ljava/time/temporal/Temporal;"); + if (_m_Instant__with3 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_Instant__with3, temporalAdjuster); + return to_global_ref_result(_result); } jmethodID _m_Instant__compareTo1 = NULL; FFI_PLUGIN_EXPORT -JniResult Instant__compareTo1(jobject self_, jobject object) { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_Instant, &_m_Instant__compareTo1, "compareTo", - "(Ljava/lang/Object;)I"); - if (_m_Instant__compareTo1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Instant__compareTo1, object); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; +JniResult Instant__compareTo1(jobject self_,jobject object) { + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_Instant, + &_m_Instant__compareTo1, "compareTo", "(Ljava/lang/Object;)I"); + if (_m_Instant__compareTo1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_Instant__compareTo1, object); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } jfieldID _f_Instant__EPOCH = NULL; FFI_PLUGIN_EXPORT JniResult get_Instant__EPOCH() { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_Instant, &_f_Instant__EPOCH, "EPOCH", - "Ljava/time/Instant;"); - jobject _result = - (*jniEnv)->GetStaticObjectField(jniEnv, _c_Instant, _f_Instant__EPOCH); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_Instant, &_f_Instant__EPOCH, "EPOCH", + "Ljava/time/Instant;"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_Instant, _f_Instant__EPOCH); + return to_global_ref_result(_result); } jfieldID _f_Instant__MAX = NULL; FFI_PLUGIN_EXPORT JniResult get_Instant__MAX() { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_Instant, &_f_Instant__MAX, "MAX", "Ljava/time/Instant;"); - jobject _result = - (*jniEnv)->GetStaticObjectField(jniEnv, _c_Instant, _f_Instant__MAX); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_Instant, &_f_Instant__MAX, "MAX", + "Ljava/time/Instant;"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_Instant, _f_Instant__MAX); + return to_global_ref_result(_result); } jfieldID _f_Instant__MIN = NULL; FFI_PLUGIN_EXPORT JniResult get_Instant__MIN() { - load_env(); - load_class_global_ref(&_c_Instant, "java/time/Instant"); - if (_c_Instant == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_Instant, &_f_Instant__MIN, "MIN", "Ljava/time/Instant;"); - jobject _result = - (*jniEnv)->GetStaticObjectField(jniEnv, _c_Instant, _f_Instant__MIN); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_Instant, "java/time/Instant"); + if (_c_Instant == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_Instant, &_f_Instant__MIN, "MIN", + "Ljava/time/Instant;"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_Instant, _f_Instant__MIN); + return to_global_ref_result(_result); } // androidx.health.connect.client.request.AggregateGroupByDurationRequest @@ -11693,56 +8821,28 @@ jclass _c_AggregateGroupByDurationRequest = NULL; jmethodID _m_AggregateGroupByDurationRequest__new0 = NULL; FFI_PLUGIN_EXPORT -JniResult AggregateGroupByDurationRequest__new0(jobject set, - jobject timeRangeFilter, - jobject duration, - jobject set1) { - load_env(); - load_class_global_ref( - &_c_AggregateGroupByDurationRequest, - "androidx/health/connect/client/request/AggregateGroupByDurationRequest"); - if (_c_AggregateGroupByDurationRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregateGroupByDurationRequest, - &_m_AggregateGroupByDurationRequest__new0, "", - "(Ljava/util/Set;Landroidx/health/connect/client/time/" - "TimeRangeFilter;Ljava/time/Duration;Ljava/util/Set;)V"); - if (_m_AggregateGroupByDurationRequest__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->NewObject(jniEnv, _c_AggregateGroupByDurationRequest, - _m_AggregateGroupByDurationRequest__new0, set, - timeRangeFilter, duration, set1); - return to_global_ref_result(_result); +JniResult AggregateGroupByDurationRequest__new0(jobject set,jobject timeRangeFilter,jobject duration,jobject set1) { + load_env(); + load_class_global_ref(&_c_AggregateGroupByDurationRequest, "androidx/health/connect/client/request/AggregateGroupByDurationRequest"); + if (_c_AggregateGroupByDurationRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregateGroupByDurationRequest, + &_m_AggregateGroupByDurationRequest__new0, "", "(Ljava/util/Set;Landroidx/health/connect/client/time/TimeRangeFilter;Ljava/time/Duration;Ljava/util/Set;)V"); + if (_m_AggregateGroupByDurationRequest__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_AggregateGroupByDurationRequest, _m_AggregateGroupByDurationRequest__new0, set, timeRangeFilter, duration, set1); + return to_global_ref_result(_result); } jmethodID _m_AggregateGroupByDurationRequest__new1 = NULL; FFI_PLUGIN_EXPORT -JniResult AggregateGroupByDurationRequest__new1( - jobject set, - jobject timeRangeFilter, - jobject duration, - jobject set1, - int32_t i, - jobject defaultConstructorMarker) { - load_env(); - load_class_global_ref( - &_c_AggregateGroupByDurationRequest, - "androidx/health/connect/client/request/AggregateGroupByDurationRequest"); - if (_c_AggregateGroupByDurationRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregateGroupByDurationRequest, - &_m_AggregateGroupByDurationRequest__new1, "", - "(Ljava/util/Set;Landroidx/health/connect/client/time/" - "TimeRangeFilter;Ljava/time/Duration;Ljava/util/Set;ILkotlin/jvm/" - "internal/DefaultConstructorMarker;)V"); - if (_m_AggregateGroupByDurationRequest__new1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject( - jniEnv, _c_AggregateGroupByDurationRequest, - _m_AggregateGroupByDurationRequest__new1, set, timeRangeFilter, duration, - set1, i, defaultConstructorMarker); - return to_global_ref_result(_result); +JniResult AggregateGroupByDurationRequest__new1(jobject set,jobject timeRangeFilter,jobject duration,jobject set1,int32_t i,jobject defaultConstructorMarker) { + load_env(); + load_class_global_ref(&_c_AggregateGroupByDurationRequest, "androidx/health/connect/client/request/AggregateGroupByDurationRequest"); + if (_c_AggregateGroupByDurationRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregateGroupByDurationRequest, + &_m_AggregateGroupByDurationRequest__new1, "", "(Ljava/util/Set;Landroidx/health/connect/client/time/TimeRangeFilter;Ljava/time/Duration;Ljava/util/Set;ILkotlin/jvm/internal/DefaultConstructorMarker;)V"); + if (_m_AggregateGroupByDurationRequest__new1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_AggregateGroupByDurationRequest, _m_AggregateGroupByDurationRequest__new1, set, timeRangeFilter, duration, set1, i, defaultConstructorMarker); + return to_global_ref_result(_result); } // androidx.health.connect.client.request.AggregateGroupByPeriodRequest @@ -11750,56 +8850,28 @@ jclass _c_AggregateGroupByPeriodRequest = NULL; jmethodID _m_AggregateGroupByPeriodRequest__new0 = NULL; FFI_PLUGIN_EXPORT -JniResult AggregateGroupByPeriodRequest__new0(jobject set, - jobject timeRangeFilter, - jobject period, - jobject set1) { - load_env(); - load_class_global_ref( - &_c_AggregateGroupByPeriodRequest, - "androidx/health/connect/client/request/AggregateGroupByPeriodRequest"); - if (_c_AggregateGroupByPeriodRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregateGroupByPeriodRequest, - &_m_AggregateGroupByPeriodRequest__new0, "", - "(Ljava/util/Set;Landroidx/health/connect/client/time/" - "TimeRangeFilter;Ljava/time/Period;Ljava/util/Set;)V"); - if (_m_AggregateGroupByPeriodRequest__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->NewObject(jniEnv, _c_AggregateGroupByPeriodRequest, - _m_AggregateGroupByPeriodRequest__new0, set, - timeRangeFilter, period, set1); - return to_global_ref_result(_result); +JniResult AggregateGroupByPeriodRequest__new0(jobject set,jobject timeRangeFilter,jobject period,jobject set1) { + load_env(); + load_class_global_ref(&_c_AggregateGroupByPeriodRequest, "androidx/health/connect/client/request/AggregateGroupByPeriodRequest"); + if (_c_AggregateGroupByPeriodRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregateGroupByPeriodRequest, + &_m_AggregateGroupByPeriodRequest__new0, "", "(Ljava/util/Set;Landroidx/health/connect/client/time/TimeRangeFilter;Ljava/time/Period;Ljava/util/Set;)V"); + if (_m_AggregateGroupByPeriodRequest__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_AggregateGroupByPeriodRequest, _m_AggregateGroupByPeriodRequest__new0, set, timeRangeFilter, period, set1); + return to_global_ref_result(_result); } jmethodID _m_AggregateGroupByPeriodRequest__new1 = NULL; FFI_PLUGIN_EXPORT -JniResult AggregateGroupByPeriodRequest__new1( - jobject set, - jobject timeRangeFilter, - jobject period, - jobject set1, - int32_t i, - jobject defaultConstructorMarker) { - load_env(); - load_class_global_ref( - &_c_AggregateGroupByPeriodRequest, - "androidx/health/connect/client/request/AggregateGroupByPeriodRequest"); - if (_c_AggregateGroupByPeriodRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregateGroupByPeriodRequest, - &_m_AggregateGroupByPeriodRequest__new1, "", - "(Ljava/util/Set;Landroidx/health/connect/client/time/" - "TimeRangeFilter;Ljava/time/Period;Ljava/util/Set;ILkotlin/jvm/" - "internal/DefaultConstructorMarker;)V"); - if (_m_AggregateGroupByPeriodRequest__new1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject( - jniEnv, _c_AggregateGroupByPeriodRequest, - _m_AggregateGroupByPeriodRequest__new1, set, timeRangeFilter, period, - set1, i, defaultConstructorMarker); - return to_global_ref_result(_result); +JniResult AggregateGroupByPeriodRequest__new1(jobject set,jobject timeRangeFilter,jobject period,jobject set1,int32_t i,jobject defaultConstructorMarker) { + load_env(); + load_class_global_ref(&_c_AggregateGroupByPeriodRequest, "androidx/health/connect/client/request/AggregateGroupByPeriodRequest"); + if (_c_AggregateGroupByPeriodRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregateGroupByPeriodRequest, + &_m_AggregateGroupByPeriodRequest__new1, "", "(Ljava/util/Set;Landroidx/health/connect/client/time/TimeRangeFilter;Ljava/time/Period;Ljava/util/Set;ILkotlin/jvm/internal/DefaultConstructorMarker;)V"); + if (_m_AggregateGroupByPeriodRequest__new1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_AggregateGroupByPeriodRequest, _m_AggregateGroupByPeriodRequest__new1, set, timeRangeFilter, period, set1, i, defaultConstructorMarker); + return to_global_ref_result(_result); } // androidx.health.connect.client.request.AggregateRequest @@ -11807,49 +8879,28 @@ jclass _c_AggregateRequest = NULL; jmethodID _m_AggregateRequest__new0 = NULL; FFI_PLUGIN_EXPORT -JniResult AggregateRequest__new0(jobject set, - jobject timeRangeFilter, - jobject set1) { - load_env(); - load_class_global_ref( - &_c_AggregateRequest, - "androidx/health/connect/client/request/AggregateRequest"); - if (_c_AggregateRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregateRequest, &_m_AggregateRequest__new0, "", - "(Ljava/util/Set;Landroidx/health/connect/client/time/" - "TimeRangeFilter;Ljava/util/Set;)V"); - if (_m_AggregateRequest__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject(jniEnv, _c_AggregateRequest, - _m_AggregateRequest__new0, set, - timeRangeFilter, set1); - return to_global_ref_result(_result); +JniResult AggregateRequest__new0(jobject set,jobject timeRangeFilter,jobject set1) { + load_env(); + load_class_global_ref(&_c_AggregateRequest, "androidx/health/connect/client/request/AggregateRequest"); + if (_c_AggregateRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregateRequest, + &_m_AggregateRequest__new0, "", "(Ljava/util/Set;Landroidx/health/connect/client/time/TimeRangeFilter;Ljava/util/Set;)V"); + if (_m_AggregateRequest__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_AggregateRequest, _m_AggregateRequest__new0, set, timeRangeFilter, set1); + return to_global_ref_result(_result); } jmethodID _m_AggregateRequest__new1 = NULL; FFI_PLUGIN_EXPORT -JniResult AggregateRequest__new1(jobject set, - jobject timeRangeFilter, - jobject set1, - int32_t i, - jobject defaultConstructorMarker) { - load_env(); - load_class_global_ref( - &_c_AggregateRequest, - "androidx/health/connect/client/request/AggregateRequest"); - if (_c_AggregateRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregateRequest, &_m_AggregateRequest__new1, "", - "(Ljava/util/Set;Landroidx/health/connect/client/time/" - "TimeRangeFilter;Ljava/util/Set;ILkotlin/jvm/internal/" - "DefaultConstructorMarker;)V"); - if (_m_AggregateRequest__new1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject( - jniEnv, _c_AggregateRequest, _m_AggregateRequest__new1, set, - timeRangeFilter, set1, i, defaultConstructorMarker); - return to_global_ref_result(_result); +JniResult AggregateRequest__new1(jobject set,jobject timeRangeFilter,jobject set1,int32_t i,jobject defaultConstructorMarker) { + load_env(); + load_class_global_ref(&_c_AggregateRequest, "androidx/health/connect/client/request/AggregateRequest"); + if (_c_AggregateRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregateRequest, + &_m_AggregateRequest__new1, "", "(Ljava/util/Set;Landroidx/health/connect/client/time/TimeRangeFilter;Ljava/util/Set;ILkotlin/jvm/internal/DefaultConstructorMarker;)V"); + if (_m_AggregateRequest__new1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_AggregateRequest, _m_AggregateRequest__new1, set, timeRangeFilter, set1, i, defaultConstructorMarker); + return to_global_ref_result(_result); } // androidx.health.connect.client.request.ChangesTokenRequest @@ -11857,43 +8908,28 @@ jclass _c_ChangesTokenRequest = NULL; jmethodID _m_ChangesTokenRequest__new0 = NULL; FFI_PLUGIN_EXPORT -JniResult ChangesTokenRequest__new0(jobject set, jobject set1) { - load_env(); - load_class_global_ref( - &_c_ChangesTokenRequest, - "androidx/health/connect/client/request/ChangesTokenRequest"); - if (_c_ChangesTokenRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_ChangesTokenRequest, &_m_ChangesTokenRequest__new0, "", - "(Ljava/util/Set;Ljava/util/Set;)V"); - if (_m_ChangesTokenRequest__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject( - jniEnv, _c_ChangesTokenRequest, _m_ChangesTokenRequest__new0, set, set1); - return to_global_ref_result(_result); +JniResult ChangesTokenRequest__new0(jobject set,jobject set1) { + load_env(); + load_class_global_ref(&_c_ChangesTokenRequest, "androidx/health/connect/client/request/ChangesTokenRequest"); + if (_c_ChangesTokenRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_ChangesTokenRequest, + &_m_ChangesTokenRequest__new0, "", "(Ljava/util/Set;Ljava/util/Set;)V"); + if (_m_ChangesTokenRequest__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_ChangesTokenRequest, _m_ChangesTokenRequest__new0, set, set1); + return to_global_ref_result(_result); } jmethodID _m_ChangesTokenRequest__new1 = NULL; FFI_PLUGIN_EXPORT -JniResult ChangesTokenRequest__new1(jobject set, - jobject set1, - int32_t i, - jobject defaultConstructorMarker) { - load_env(); - load_class_global_ref( - &_c_ChangesTokenRequest, - "androidx/health/connect/client/request/ChangesTokenRequest"); - if (_c_ChangesTokenRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_ChangesTokenRequest, &_m_ChangesTokenRequest__new1, "", - "(Ljava/util/Set;Ljava/util/Set;ILkotlin/jvm/internal/" - "DefaultConstructorMarker;)V"); - if (_m_ChangesTokenRequest__new1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject(jniEnv, _c_ChangesTokenRequest, - _m_ChangesTokenRequest__new1, set, - set1, i, defaultConstructorMarker); - return to_global_ref_result(_result); +JniResult ChangesTokenRequest__new1(jobject set,jobject set1,int32_t i,jobject defaultConstructorMarker) { + load_env(); + load_class_global_ref(&_c_ChangesTokenRequest, "androidx/health/connect/client/request/ChangesTokenRequest"); + if (_c_ChangesTokenRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_ChangesTokenRequest, + &_m_ChangesTokenRequest__new1, "", "(Ljava/util/Set;Ljava/util/Set;ILkotlin/jvm/internal/DefaultConstructorMarker;)V"); + if (_m_ChangesTokenRequest__new1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_ChangesTokenRequest, _m_ChangesTokenRequest__new1, set, set1, i, defaultConstructorMarker); + return to_global_ref_result(_result); } // androidx.health.connect.client.request.ReadRecordsRequest @@ -11901,91 +8937,54 @@ jclass _c_ReadRecordsRequest = NULL; jmethodID _m_ReadRecordsRequest__new0 = NULL; FFI_PLUGIN_EXPORT -JniResult ReadRecordsRequest__new0(jobject kClass, - jobject timeRangeFilter, - jobject set, - uint8_t z, - int32_t i, - jobject string) { - load_env(); - load_class_global_ref( - &_c_ReadRecordsRequest, - "androidx/health/connect/client/request/ReadRecordsRequest"); - if (_c_ReadRecordsRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_ReadRecordsRequest, &_m_ReadRecordsRequest__new0, "", - "(Lkotlin/reflect/KClass;Landroidx/health/connect/client/time/" - "TimeRangeFilter;Ljava/util/Set;ZILjava/lang/String;)V"); - if (_m_ReadRecordsRequest__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject(jniEnv, _c_ReadRecordsRequest, - _m_ReadRecordsRequest__new0, kClass, - timeRangeFilter, set, z, i, string); - return to_global_ref_result(_result); +JniResult ReadRecordsRequest__new0(jobject kClass,jobject timeRangeFilter,jobject set,uint8_t z,int32_t i,jobject string) { + load_env(); + load_class_global_ref(&_c_ReadRecordsRequest, "androidx/health/connect/client/request/ReadRecordsRequest"); + if (_c_ReadRecordsRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_ReadRecordsRequest, + &_m_ReadRecordsRequest__new0, "", "(Lkotlin/reflect/KClass;Landroidx/health/connect/client/time/TimeRangeFilter;Ljava/util/Set;ZILjava/lang/String;)V"); + if (_m_ReadRecordsRequest__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_ReadRecordsRequest, _m_ReadRecordsRequest__new0, kClass, timeRangeFilter, set, z, i, string); + return to_global_ref_result(_result); } jmethodID _m_ReadRecordsRequest__new1 = NULL; FFI_PLUGIN_EXPORT -JniResult ReadRecordsRequest__new1(jobject kClass, - jobject timeRangeFilter, - jobject set, - uint8_t z, - int32_t i, - jobject string, - int32_t i1, - jobject defaultConstructorMarker) { - load_env(); - load_class_global_ref( - &_c_ReadRecordsRequest, - "androidx/health/connect/client/request/ReadRecordsRequest"); - if (_c_ReadRecordsRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_ReadRecordsRequest, &_m_ReadRecordsRequest__new1, "", - "(Lkotlin/reflect/KClass;Landroidx/health/connect/client/time/" - "TimeRangeFilter;Ljava/util/Set;ZILjava/lang/String;ILkotlin/jvm/" - "internal/DefaultConstructorMarker;)V"); - if (_m_ReadRecordsRequest__new1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject( - jniEnv, _c_ReadRecordsRequest, _m_ReadRecordsRequest__new1, kClass, - timeRangeFilter, set, z, i, string, i1, defaultConstructorMarker); - return to_global_ref_result(_result); +JniResult ReadRecordsRequest__new1(jobject kClass,jobject timeRangeFilter,jobject set,uint8_t z,int32_t i,jobject string,int32_t i1,jobject defaultConstructorMarker) { + load_env(); + load_class_global_ref(&_c_ReadRecordsRequest, "androidx/health/connect/client/request/ReadRecordsRequest"); + if (_c_ReadRecordsRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_ReadRecordsRequest, + &_m_ReadRecordsRequest__new1, "", "(Lkotlin/reflect/KClass;Landroidx/health/connect/client/time/TimeRangeFilter;Ljava/util/Set;ZILjava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V"); + if (_m_ReadRecordsRequest__new1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_ReadRecordsRequest, _m_ReadRecordsRequest__new1, kClass, timeRangeFilter, set, z, i, string, i1, defaultConstructorMarker); + return to_global_ref_result(_result); } jmethodID _m_ReadRecordsRequest__equals1 = NULL; FFI_PLUGIN_EXPORT -JniResult ReadRecordsRequest__equals1(jobject self_, jobject object) { - load_env(); - load_class_global_ref( - &_c_ReadRecordsRequest, - "androidx/health/connect/client/request/ReadRecordsRequest"); - if (_c_ReadRecordsRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_ReadRecordsRequest, &_m_ReadRecordsRequest__equals1, "equals", - "(Ljava/lang/Object;)Z"); - if (_m_ReadRecordsRequest__equals1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_ReadRecordsRequest__equals1, object); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult ReadRecordsRequest__equals1(jobject self_,jobject object) { + load_env(); + load_class_global_ref(&_c_ReadRecordsRequest, "androidx/health/connect/client/request/ReadRecordsRequest"); + if (_c_ReadRecordsRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_ReadRecordsRequest, + &_m_ReadRecordsRequest__equals1, "equals", "(Ljava/lang/Object;)Z"); + if (_m_ReadRecordsRequest__equals1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_ReadRecordsRequest__equals1, object); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_ReadRecordsRequest__hashCode1 = NULL; FFI_PLUGIN_EXPORT JniResult ReadRecordsRequest__hashCode1(jobject self_) { - load_env(); - load_class_global_ref( - &_c_ReadRecordsRequest, - "androidx/health/connect/client/request/ReadRecordsRequest"); - if (_c_ReadRecordsRequest == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_ReadRecordsRequest, &_m_ReadRecordsRequest__hashCode1, - "hashCode", "()I"); - if (_m_ReadRecordsRequest__hashCode1 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - int32_t _result = - (*jniEnv)->CallIntMethod(jniEnv, self_, _m_ReadRecordsRequest__hashCode1); - return (JniResult){.value = {.i = _result}, .exception = check_exception()}; + load_env(); + load_class_global_ref(&_c_ReadRecordsRequest, "androidx/health/connect/client/request/ReadRecordsRequest"); + if (_c_ReadRecordsRequest == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_ReadRecordsRequest, + &_m_ReadRecordsRequest__hashCode1, "hashCode", "()I"); + if (_m_ReadRecordsRequest__hashCode1 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + int32_t _result = (*jniEnv)->CallIntMethod(jniEnv, self_, _m_ReadRecordsRequest__hashCode1); + return (JniResult){.value = {.i = _result}, .exception = check_exception()}; } // androidx.health.connect.client.aggregate.AggregationResult @@ -11993,114 +8992,80 @@ jclass _c_AggregationResult = NULL; jmethodID _m_AggregationResult__new0 = NULL; FFI_PLUGIN_EXPORT -JniResult AggregationResult__new0(jobject map, jobject map1, jobject set) { - load_env(); - load_class_global_ref( - &_c_AggregationResult, - "androidx/health/connect/client/aggregate/AggregationResult"); - if (_c_AggregationResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregationResult, &_m_AggregationResult__new0, "", - "(Ljava/util/Map;Ljava/util/Map;Ljava/util/Set;)V"); - if (_m_AggregationResult__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject( - jniEnv, _c_AggregationResult, _m_AggregationResult__new0, map, map1, set); - return to_global_ref_result(_result); +JniResult AggregationResult__new0(jobject map,jobject map1,jobject set) { + load_env(); + load_class_global_ref(&_c_AggregationResult, "androidx/health/connect/client/aggregate/AggregationResult"); + if (_c_AggregationResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregationResult, + &_m_AggregationResult__new0, "", "(Ljava/util/Map;Ljava/util/Map;Ljava/util/Set;)V"); + if (_m_AggregationResult__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_AggregationResult, _m_AggregationResult__new0, map, map1, set); + return to_global_ref_result(_result); } jmethodID _m_AggregationResult__getDataOrigins = NULL; FFI_PLUGIN_EXPORT JniResult AggregationResult__getDataOrigins(jobject self_) { - load_env(); - load_class_global_ref( - &_c_AggregationResult, - "androidx/health/connect/client/aggregate/AggregationResult"); - if (_c_AggregationResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregationResult, &_m_AggregationResult__getDataOrigins, - "getDataOrigins", "()Ljava/util/Set;"); - if (_m_AggregationResult__getDataOrigins == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_AggregationResult__getDataOrigins); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_AggregationResult, "androidx/health/connect/client/aggregate/AggregationResult"); + if (_c_AggregationResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregationResult, + &_m_AggregationResult__getDataOrigins, "getDataOrigins", "()Ljava/util/Set;"); + if (_m_AggregationResult__getDataOrigins == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_AggregationResult__getDataOrigins); + return to_global_ref_result(_result); } jmethodID _m_AggregationResult__hasMetric = NULL; FFI_PLUGIN_EXPORT -JniResult AggregationResult__hasMetric(jobject self_, jobject aggregateMetric) { - load_env(); - load_class_global_ref( - &_c_AggregationResult, - "androidx/health/connect/client/aggregate/AggregationResult"); - if (_c_AggregationResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregationResult, &_m_AggregationResult__hasMetric, - "hasMetric", - "(Landroidx/health/connect/client/aggregate/AggregateMetric;)Z"); - if (_m_AggregationResult__hasMetric == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_AggregationResult__hasMetric, aggregateMetric); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult AggregationResult__hasMetric(jobject self_,jobject aggregateMetric) { + load_env(); + load_class_global_ref(&_c_AggregationResult, "androidx/health/connect/client/aggregate/AggregationResult"); + if (_c_AggregationResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregationResult, + &_m_AggregationResult__hasMetric, "hasMetric", "(Landroidx/health/connect/client/aggregate/AggregateMetric;)Z"); + if (_m_AggregationResult__hasMetric == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_AggregationResult__hasMetric, aggregateMetric); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_AggregationResult__contains = NULL; FFI_PLUGIN_EXPORT -JniResult AggregationResult__contains(jobject self_, jobject aggregateMetric) { - load_env(); - load_class_global_ref( - &_c_AggregationResult, - "androidx/health/connect/client/aggregate/AggregationResult"); - if (_c_AggregationResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregationResult, &_m_AggregationResult__contains, "contains", - "(Landroidx/health/connect/client/aggregate/AggregateMetric;)Z"); - if (_m_AggregationResult__contains == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - uint8_t _result = (*jniEnv)->CallBooleanMethod( - jniEnv, self_, _m_AggregationResult__contains, aggregateMetric); - return (JniResult){.value = {.z = _result}, .exception = check_exception()}; +JniResult AggregationResult__contains(jobject self_,jobject aggregateMetric) { + load_env(); + load_class_global_ref(&_c_AggregationResult, "androidx/health/connect/client/aggregate/AggregationResult"); + if (_c_AggregationResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregationResult, + &_m_AggregationResult__contains, "contains", "(Landroidx/health/connect/client/aggregate/AggregateMetric;)Z"); + if (_m_AggregationResult__contains == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + uint8_t _result = (*jniEnv)->CallBooleanMethod(jniEnv, self_, _m_AggregationResult__contains, aggregateMetric); + return (JniResult){.value = {.z = _result}, .exception = check_exception()}; } jmethodID _m_AggregationResult__getMetric = NULL; FFI_PLUGIN_EXPORT -JniResult AggregationResult__getMetric(jobject self_, jobject aggregateMetric) { - load_env(); - load_class_global_ref( - &_c_AggregationResult, - "androidx/health/connect/client/aggregate/AggregationResult"); - if (_c_AggregationResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregationResult, &_m_AggregationResult__getMetric, - "getMetric", - "(Landroidx/health/connect/client/aggregate/" - "AggregateMetric;)Ljava/lang/Object;"); - if (_m_AggregationResult__getMetric == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_AggregationResult__getMetric, aggregateMetric); - return to_global_ref_result(_result); +JniResult AggregationResult__getMetric(jobject self_,jobject aggregateMetric) { + load_env(); + load_class_global_ref(&_c_AggregationResult, "androidx/health/connect/client/aggregate/AggregationResult"); + if (_c_AggregationResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregationResult, + &_m_AggregationResult__getMetric, "getMetric", "(Landroidx/health/connect/client/aggregate/AggregateMetric;)Ljava/lang/Object;"); + if (_m_AggregationResult__getMetric == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_AggregationResult__getMetric, aggregateMetric); + return to_global_ref_result(_result); } jmethodID _m_AggregationResult__get0 = NULL; FFI_PLUGIN_EXPORT -JniResult AggregationResult__get0(jobject self_, jobject aggregateMetric) { - load_env(); - load_class_global_ref( - &_c_AggregationResult, - "androidx/health/connect/client/aggregate/AggregationResult"); - if (_c_AggregationResult == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregationResult, &_m_AggregationResult__get0, "get", - "(Landroidx/health/connect/client/aggregate/" - "AggregateMetric;)Ljava/lang/Object;"); - if (_m_AggregationResult__get0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, _m_AggregationResult__get0, aggregateMetric); - return to_global_ref_result(_result); +JniResult AggregationResult__get0(jobject self_,jobject aggregateMetric) { + load_env(); + load_class_global_ref(&_c_AggregationResult, "androidx/health/connect/client/aggregate/AggregationResult"); + if (_c_AggregationResult == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregationResult, + &_m_AggregationResult__get0, "get", "(Landroidx/health/connect/client/aggregate/AggregateMetric;)Ljava/lang/Object;"); + if (_m_AggregationResult__get0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_AggregationResult__get0, aggregateMetric); + return to_global_ref_result(_result); } // androidx.health.connect.client.aggregate.AggregateMetric$AggregationType @@ -12108,179 +9073,113 @@ jclass _c_AggregateMetric_AggregationType = NULL; jmethodID _m_AggregateMetric_AggregationType__getAggregationTypeString = NULL; FFI_PLUGIN_EXPORT -JniResult AggregateMetric_AggregationType__getAggregationTypeString( - jobject self_) { - load_env(); - load_class_global_ref(&_c_AggregateMetric_AggregationType, - "androidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType"); - if (_c_AggregateMetric_AggregationType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregateMetric_AggregationType, - &_m_AggregateMetric_AggregationType__getAggregationTypeString, - "getAggregationTypeString", "()Ljava/lang/String;"); - if (_m_AggregateMetric_AggregationType__getAggregationTypeString == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallObjectMethod( - jniEnv, self_, - _m_AggregateMetric_AggregationType__getAggregationTypeString); - return to_global_ref_result(_result); +JniResult AggregateMetric_AggregationType__getAggregationTypeString(jobject self_) { + load_env(); + load_class_global_ref(&_c_AggregateMetric_AggregationType, "androidx/health/connect/client/aggregate/AggregateMetric$AggregationType"); + if (_c_AggregateMetric_AggregationType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregateMetric_AggregationType, + &_m_AggregateMetric_AggregationType__getAggregationTypeString, "getAggregationTypeString", "()Ljava/lang/String;"); + if (_m_AggregateMetric_AggregationType__getAggregationTypeString == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallObjectMethod(jniEnv, self_, _m_AggregateMetric_AggregationType__getAggregationTypeString); + return to_global_ref_result(_result); } jmethodID _m_AggregateMetric_AggregationType__values = NULL; FFI_PLUGIN_EXPORT JniResult AggregateMetric_AggregationType__values() { - load_env(); - load_class_global_ref(&_c_AggregateMetric_AggregationType, - "androidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType"); - if (_c_AggregateMetric_AggregationType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_AggregateMetric_AggregationType, - &_m_AggregateMetric_AggregationType__values, "values", - "()[Landroidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType;"); - if (_m_AggregateMetric_AggregationType__values == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_AggregateMetric_AggregationType, - _m_AggregateMetric_AggregationType__values); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_AggregateMetric_AggregationType, "androidx/health/connect/client/aggregate/AggregateMetric$AggregationType"); + if (_c_AggregateMetric_AggregationType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_AggregateMetric_AggregationType, + &_m_AggregateMetric_AggregationType__values, "values", "()[Landroidx/health/connect/client/aggregate/AggregateMetric$AggregationType;"); + if (_m_AggregateMetric_AggregationType__values == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_AggregateMetric_AggregationType, _m_AggregateMetric_AggregationType__values); + return to_global_ref_result(_result); } jmethodID _m_AggregateMetric_AggregationType__valueOf = NULL; FFI_PLUGIN_EXPORT JniResult AggregateMetric_AggregationType__valueOf(jobject string) { - load_env(); - load_class_global_ref(&_c_AggregateMetric_AggregationType, - "androidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType"); - if (_c_AggregateMetric_AggregationType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_method(_c_AggregateMetric_AggregationType, - &_m_AggregateMetric_AggregationType__valueOf, "valueOf", - "(Ljava/lang/String;)Landroidx/health/connect/client/" - "aggregate/AggregateMetric$AggregationType;"); - if (_m_AggregateMetric_AggregationType__valueOf == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->CallStaticObjectMethod( - jniEnv, _c_AggregateMetric_AggregationType, - _m_AggregateMetric_AggregationType__valueOf, string); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_AggregateMetric_AggregationType, "androidx/health/connect/client/aggregate/AggregateMetric$AggregationType"); + if (_c_AggregateMetric_AggregationType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_method(_c_AggregateMetric_AggregationType, + &_m_AggregateMetric_AggregationType__valueOf, "valueOf", "(Ljava/lang/String;)Landroidx/health/connect/client/aggregate/AggregateMetric$AggregationType;"); + if (_m_AggregateMetric_AggregationType__valueOf == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->CallStaticObjectMethod(jniEnv, _c_AggregateMetric_AggregationType, _m_AggregateMetric_AggregationType__valueOf, string); + return to_global_ref_result(_result); } jfieldID _f_AggregateMetric_AggregationType__DURATION = NULL; FFI_PLUGIN_EXPORT JniResult get_AggregateMetric_AggregationType__DURATION() { - load_env(); - load_class_global_ref(&_c_AggregateMetric_AggregationType, - "androidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType"); - if (_c_AggregateMetric_AggregationType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_AggregateMetric_AggregationType, - &_f_AggregateMetric_AggregationType__DURATION, "DURATION", - "Landroidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType;"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_AggregateMetric_AggregationType, - _f_AggregateMetric_AggregationType__DURATION); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_AggregateMetric_AggregationType, "androidx/health/connect/client/aggregate/AggregateMetric$AggregationType"); + if (_c_AggregateMetric_AggregationType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_AggregateMetric_AggregationType, &_f_AggregateMetric_AggregationType__DURATION, "DURATION", + "Landroidx/health/connect/client/aggregate/AggregateMetric$AggregationType;"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_AggregateMetric_AggregationType, _f_AggregateMetric_AggregationType__DURATION); + return to_global_ref_result(_result); } jfieldID _f_AggregateMetric_AggregationType__AVERAGE = NULL; FFI_PLUGIN_EXPORT JniResult get_AggregateMetric_AggregationType__AVERAGE() { - load_env(); - load_class_global_ref(&_c_AggregateMetric_AggregationType, - "androidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType"); - if (_c_AggregateMetric_AggregationType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_AggregateMetric_AggregationType, - &_f_AggregateMetric_AggregationType__AVERAGE, "AVERAGE", - "Landroidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType;"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_AggregateMetric_AggregationType, - _f_AggregateMetric_AggregationType__AVERAGE); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_AggregateMetric_AggregationType, "androidx/health/connect/client/aggregate/AggregateMetric$AggregationType"); + if (_c_AggregateMetric_AggregationType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_AggregateMetric_AggregationType, &_f_AggregateMetric_AggregationType__AVERAGE, "AVERAGE", + "Landroidx/health/connect/client/aggregate/AggregateMetric$AggregationType;"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_AggregateMetric_AggregationType, _f_AggregateMetric_AggregationType__AVERAGE); + return to_global_ref_result(_result); } jfieldID _f_AggregateMetric_AggregationType__MINIMUM = NULL; FFI_PLUGIN_EXPORT JniResult get_AggregateMetric_AggregationType__MINIMUM() { - load_env(); - load_class_global_ref(&_c_AggregateMetric_AggregationType, - "androidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType"); - if (_c_AggregateMetric_AggregationType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_AggregateMetric_AggregationType, - &_f_AggregateMetric_AggregationType__MINIMUM, "MINIMUM", - "Landroidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType;"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_AggregateMetric_AggregationType, - _f_AggregateMetric_AggregationType__MINIMUM); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_AggregateMetric_AggregationType, "androidx/health/connect/client/aggregate/AggregateMetric$AggregationType"); + if (_c_AggregateMetric_AggregationType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_AggregateMetric_AggregationType, &_f_AggregateMetric_AggregationType__MINIMUM, "MINIMUM", + "Landroidx/health/connect/client/aggregate/AggregateMetric$AggregationType;"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_AggregateMetric_AggregationType, _f_AggregateMetric_AggregationType__MINIMUM); + return to_global_ref_result(_result); } jfieldID _f_AggregateMetric_AggregationType__MAXIMUM = NULL; FFI_PLUGIN_EXPORT JniResult get_AggregateMetric_AggregationType__MAXIMUM() { - load_env(); - load_class_global_ref(&_c_AggregateMetric_AggregationType, - "androidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType"); - if (_c_AggregateMetric_AggregationType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_AggregateMetric_AggregationType, - &_f_AggregateMetric_AggregationType__MAXIMUM, "MAXIMUM", - "Landroidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType;"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_AggregateMetric_AggregationType, - _f_AggregateMetric_AggregationType__MAXIMUM); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_AggregateMetric_AggregationType, "androidx/health/connect/client/aggregate/AggregateMetric$AggregationType"); + if (_c_AggregateMetric_AggregationType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_AggregateMetric_AggregationType, &_f_AggregateMetric_AggregationType__MAXIMUM, "MAXIMUM", + "Landroidx/health/connect/client/aggregate/AggregateMetric$AggregationType;"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_AggregateMetric_AggregationType, _f_AggregateMetric_AggregationType__MAXIMUM); + return to_global_ref_result(_result); } jfieldID _f_AggregateMetric_AggregationType__TOTAL = NULL; FFI_PLUGIN_EXPORT JniResult get_AggregateMetric_AggregationType__TOTAL() { - load_env(); - load_class_global_ref(&_c_AggregateMetric_AggregationType, - "androidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType"); - if (_c_AggregateMetric_AggregationType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_AggregateMetric_AggregationType, - &_f_AggregateMetric_AggregationType__TOTAL, "TOTAL", - "Landroidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType;"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_AggregateMetric_AggregationType, - _f_AggregateMetric_AggregationType__TOTAL); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_AggregateMetric_AggregationType, "androidx/health/connect/client/aggregate/AggregateMetric$AggregationType"); + if (_c_AggregateMetric_AggregationType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_AggregateMetric_AggregationType, &_f_AggregateMetric_AggregationType__TOTAL, "TOTAL", + "Landroidx/health/connect/client/aggregate/AggregateMetric$AggregationType;"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_AggregateMetric_AggregationType, _f_AggregateMetric_AggregationType__TOTAL); + return to_global_ref_result(_result); } jfieldID _f_AggregateMetric_AggregationType__COUNT = NULL; FFI_PLUGIN_EXPORT JniResult get_AggregateMetric_AggregationType__COUNT() { - load_env(); - load_class_global_ref(&_c_AggregateMetric_AggregationType, - "androidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType"); - if (_c_AggregateMetric_AggregationType == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field(_c_AggregateMetric_AggregationType, - &_f_AggregateMetric_AggregationType__COUNT, "COUNT", - "Landroidx/health/connect/client/aggregate/" - "AggregateMetric$AggregationType;"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_AggregateMetric_AggregationType, - _f_AggregateMetric_AggregationType__COUNT); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_AggregateMetric_AggregationType, "androidx/health/connect/client/aggregate/AggregateMetric$AggregationType"); + if (_c_AggregateMetric_AggregationType == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_AggregateMetric_AggregationType, &_f_AggregateMetric_AggregationType__COUNT, "COUNT", + "Landroidx/health/connect/client/aggregate/AggregateMetric$AggregationType;"); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_AggregateMetric_AggregationType, _f_AggregateMetric_AggregationType__COUNT); + return to_global_ref_result(_result); } // androidx.health.connect.client.aggregate.AggregateMetric$Companion @@ -12289,20 +9188,14 @@ jclass _c_AggregateMetric_Companion = NULL; jmethodID _m_AggregateMetric_Companion__new0 = NULL; FFI_PLUGIN_EXPORT JniResult AggregateMetric_Companion__new0(jobject defaultConstructorMarker) { - load_env(); - load_class_global_ref( - &_c_AggregateMetric_Companion, - "androidx/health/connect/client/aggregate/AggregateMetric$Companion"); - if (_c_AggregateMetric_Companion == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method(_c_AggregateMetric_Companion, &_m_AggregateMetric_Companion__new0, - "", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V"); - if (_m_AggregateMetric_Companion__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = (*jniEnv)->NewObject(jniEnv, _c_AggregateMetric_Companion, - _m_AggregateMetric_Companion__new0, - defaultConstructorMarker); - return to_global_ref_result(_result); + load_env(); + load_class_global_ref(&_c_AggregateMetric_Companion, "androidx/health/connect/client/aggregate/AggregateMetric$Companion"); + if (_c_AggregateMetric_Companion == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregateMetric_Companion, + &_m_AggregateMetric_Companion__new0, "", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V"); + if (_m_AggregateMetric_Companion__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_AggregateMetric_Companion, _m_AggregateMetric_Companion__new0, defaultConstructorMarker); + return to_global_ref_result(_result); } // androidx.health.connect.client.aggregate.AggregateMetric$Converter$FromDouble @@ -12319,42 +9212,26 @@ jclass _c_AggregateMetric = NULL; jmethodID _m_AggregateMetric__new0 = NULL; FFI_PLUGIN_EXPORT -JniResult AggregateMetric__new0(jobject converter, - jobject string, - jobject aggregationType, - jobject string1) { - load_env(); - load_class_global_ref( - &_c_AggregateMetric, - "androidx/health/connect/client/aggregate/AggregateMetric"); - if (_c_AggregateMetric == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_method( - _c_AggregateMetric, &_m_AggregateMetric__new0, "", - "(Landroidx/health/connect/client/aggregate/" - "AggregateMetric$Converter;Ljava/lang/String;Landroidx/health/connect/" - "client/aggregate/AggregateMetric$AggregationType;Ljava/lang/String;)V"); - if (_m_AggregateMetric__new0 == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - jobject _result = - (*jniEnv)->NewObject(jniEnv, _c_AggregateMetric, _m_AggregateMetric__new0, - converter, string, aggregationType, string1); - return to_global_ref_result(_result); +JniResult AggregateMetric__new0(jobject converter,jobject string,jobject aggregationType,jobject string1) { + load_env(); + load_class_global_ref(&_c_AggregateMetric, "androidx/health/connect/client/aggregate/AggregateMetric"); + if (_c_AggregateMetric == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_method(_c_AggregateMetric, + &_m_AggregateMetric__new0, "", "(Landroidx/health/connect/client/aggregate/AggregateMetric$Converter;Ljava/lang/String;Landroidx/health/connect/client/aggregate/AggregateMetric$AggregationType;Ljava/lang/String;)V"); + if (_m_AggregateMetric__new0 == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + jobject _result = (*jniEnv)->NewObject(jniEnv, _c_AggregateMetric, _m_AggregateMetric__new0, converter, string, aggregationType, string1); + return to_global_ref_result(_result); } jfieldID _f_AggregateMetric__Companion = NULL; FFI_PLUGIN_EXPORT JniResult get_AggregateMetric__Companion() { - load_env(); - load_class_global_ref( - &_c_AggregateMetric, - "androidx/health/connect/client/aggregate/AggregateMetric"); - if (_c_AggregateMetric == NULL) - return (JniResult){.value = {.j = 0}, .exception = check_exception()}; - load_static_field( - _c_AggregateMetric, &_f_AggregateMetric__Companion, "Companion", + load_env(); + load_class_global_ref(&_c_AggregateMetric, "androidx/health/connect/client/aggregate/AggregateMetric"); + if (_c_AggregateMetric == NULL) return (JniResult){.value = {.j = 0}, .exception = check_exception()}; + load_static_field(_c_AggregateMetric, &_f_AggregateMetric__Companion, "Companion", "Landroidx/health/connect/client/aggregate/AggregateMetric$Companion;"); - jobject _result = (*jniEnv)->GetStaticObjectField( - jniEnv, _c_AggregateMetric, _f_AggregateMetric__Companion); - return to_global_ref_result(_result); + jobject _result = (*jniEnv)->GetStaticObjectField(jniEnv, _c_AggregateMetric, _f_AggregateMetric__Companion); + return to_global_ref_result(_result); } +