| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 24 var getter: AnySyncFunctionComponent? in buildDescriptor() variable 45 self.get(getter) in buildDescriptor() 55 self.get(getter) in buildDescriptor() 65 self.getter = SyncFunctionComponent( in buildDescriptor() 69 getter in buildDescriptor() 80 self.getter = SyncFunctionComponent( in buildDescriptor() 84 getter in buildDescriptor() 86 self.getter?.takesOwner = true in buildDescriptor() 144 guard let getter = self.getter else { in buildDescriptor() variable 177 if getter != nil { in buildDescriptor() [all …]
|
| /expo/packages/expo-modules-core/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 24 var getter: AnySyncFunctionComponent? in buildDescriptor() variable 45 self.get(getter) in buildDescriptor() 55 self.get(getter) in buildDescriptor() 65 self.getter = SyncFunctionComponent( in buildDescriptor() 69 getter in buildDescriptor() 80 self.getter = SyncFunctionComponent( in buildDescriptor() 84 getter in buildDescriptor() 86 self.getter?.takesOwner = true in buildDescriptor() 144 guard let getter = self.getter else { in buildDescriptor() variable 177 if getter != nil { in buildDescriptor() [all …]
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 24 var getter: AnySyncFunctionComponent? in buildDescriptor() variable 45 self.get(getter) in buildDescriptor() 55 self.get(getter) in buildDescriptor() 65 self.getter = SyncFunctionComponent( in buildDescriptor() 69 getter in buildDescriptor() 80 self.getter = SyncFunctionComponent( in buildDescriptor() 84 getter in buildDescriptor() 86 self.getter?.takesOwner = true in buildDescriptor() 141 guard let getter = self.getter else { in buildDescriptor() variable 171 if getter != nil { in buildDescriptor() [all …]
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 12 var getter: AnySyncFunctionComponent? variable 28 public func get<Value>(_ getter: @escaping () -> Value) -> Self { 29 self.getter = SyncFunctionComponent( 33 { (caller: Any) in getter() } 55 public func get<Value, Caller>(_ getter: @escaping (_ this: Caller) -> Value) -> Self { 56 self.getter = SyncFunctionComponent( 60 getter 82 let value = try? getter?.call(by: caller, withArguments: [caller as Any]) in getValue<Value>() 116 if getter != nil { in buildDescriptor()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/objects/ |
| H A D | PropertyComponent.kt | 18 val getter: SyncFunctionComponent? = null, in <lambda>() constant in expo.modules.kotlin.objects.PropertyComponent 29 val jniGetter = if (getter != null) { in <lambda>() 31 val result = getter.call(args, appContext) in <lambda>() 49 getter?.takesOwner ?: false, in <lambda>() 50 getter?.getCppRequiredTypes()?.toTypedArray() ?: emptyArray(), in <lambda>()
|
| H A D | PropertyComponentBuilder.kt | 12 var getter: SyncFunctionComponent? = null variable in expo.modules.kotlin.objects.PropertyComponentBuilder 19 getter = SyncFunctionComponent("get", arrayOf()) { body() } in <lambda>() 30 return PropertyComponent(name, getter, setter) in build() 43 getter = SyncFunctionComponent("get", arrayOf(AnyType(thisType))) { in <lambda>()
|
| /expo/packages/expo-clipboard/ios/Tests/ |
| H A D | MockNSAttributedString.swift | 32 … class_getInstanceMethod(NSAttributedString.self, #selector(getter: NSAttributedString.rtfData))!, in swizzleNSAttributedString() 33 …class_getInstanceMethod(MockNSAttributedString.self, #selector(getter: MockNSAttributedString.rtfD… in swizzleNSAttributedString() 36 …class_getInstanceMethod(NSAttributedString.self, #selector(getter: NSAttributedString.htmlString))… in swizzleNSAttributedString() 37 …class_getInstanceMethod(MockNSAttributedString.self, #selector(getter: MockNSAttributedString.html… in swizzleNSAttributedString()
|
| H A D | MockUIPasteboard.swift | 85 let originSelector = #selector(getter:UIPasteboard.general) in swizzleGeneralPasteboard() 86 let swizzleSelector = #selector(getter:UIPasteboard.swizzledGeneralPasteboard) in swizzleGeneralPasteboard()
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Internal/ |
| H A D | ABI49_0_0EXScopedModuleRegistry.h | 40 #define ABI49_0_0EX_DECLARE_SCOPED_MODULE_GETTER(className, getter) \ argument 42 @property (nonatomic, readonly) className *__nonnull getter; \ 48 #define ABI49_0_0EX_DEFINE_SCOPED_MODULE_GETTER(className, getter) \ argument 50 - (className *)getter { return [self.bridge moduleForClass:[className class]]; } \
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Internal/ |
| H A D | ABI48_0_0EXScopedModuleRegistry.h | 40 #define ABI48_0_0EX_DECLARE_SCOPED_MODULE_GETTER(className, getter) \ argument 42 @property (nonatomic, readonly) className *__nonnull getter; \ 48 #define ABI48_0_0EX_DEFINE_SCOPED_MODULE_GETTER(className, getter) \ argument 50 - (className *)getter { return [self.bridge moduleForClass:[className class]]; } \
|
| /expo/ios/Exponent/Versioned/Core/Internal/ |
| H A D | EXScopedModuleRegistry.h | 40 #define EX_DECLARE_SCOPED_MODULE_GETTER(className, getter) \ argument 42 @property (nonatomic, readonly) className *__nonnull getter; \ 48 #define EX_DEFINE_SCOPED_MODULE_GETTER(className, getter) \ argument 50 - (className *)getter { return [self.bridge moduleForClass:[className class]]; } \
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Internal/ |
| H A D | ABI47_0_0EXScopedModuleRegistry.h | 40 #define ABI47_0_0EX_DECLARE_SCOPED_MODULE_GETTER(className, getter) \ argument 42 @property (nonatomic, readonly) className *__nonnull getter; \ 48 #define ABI47_0_0EX_DEFINE_SCOPED_MODULE_GETTER(className, getter) \ argument 50 - (className *)getter { return [self.bridge moduleForClass:[className class]]; } \
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/objects/ |
| H A D | PropertyComponentBuilder.kt | 12 var getter: SyncFunctionComponent? = null variable in abi47_0_0.expo.modules.kotlin.objects.PropertyComponentBuilder 19 getter = SyncFunctionComponent("get", arrayOf()) { body() } in <lambda>() 30 return PropertyComponent(name, getter, setter) in build()
|
| H A D | PropertyComponent.kt | 18 val getter: SyncFunctionComponent? = null, in <lambda>() constant in abi47_0_0.expo.modules.kotlin.objects.PropertyComponent 29 val jniGetter = if (getter != null) { in <lambda>() 31 return@JNIFunctionBody getter.call(emptyArray()) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/objects/ |
| H A D | PropertyComponentBuilder.kt | 12 var getter: SyncFunctionComponent? = null variable in abi48_0_0.expo.modules.kotlin.objects.PropertyComponentBuilder 19 getter = SyncFunctionComponent("get", arrayOf()) { body() } in <lambda>() 30 return PropertyComponent(name, getter, setter) in build()
|
| H A D | PropertyComponent.kt | 18 val getter: SyncFunctionComponent? = null, in <lambda>() constant in abi48_0_0.expo.modules.kotlin.objects.PropertyComponent 29 val jniGetter = if (getter != null) { in <lambda>() 31 return@JNIFunctionBody getter.call(emptyArray()) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/objects/ |
| H A D | PropertyComponentBuilder.kt | 12 var getter: SyncFunctionComponent? = null variable in abi49_0_0.expo.modules.kotlin.objects.PropertyComponentBuilder 19 getter = SyncFunctionComponent("get", arrayOf()) { body() } in <lambda>() 30 return PropertyComponent(name, getter, setter) in build()
|
| H A D | PropertyComponent.kt | 18 val getter: SyncFunctionComponent? = null, in <lambda>() constant in abi49_0_0.expo.modules.kotlin.objects.PropertyComponent 29 val jniGetter = if (getter != null) { in <lambda>() 31 return@JNIFunctionBody getter.call(emptyArray()) in <lambda>()
|
| /expo/packages/expo-dev-menu/ios/Interceptors/ |
| H A D | DevMenuTouchInterceptor.swift | 26 selector: #selector(getter: UIWindow.gestureRecognizers), in swizzle() 27 withSelector: #selector(getter: UIWindow.EXDevMenu_gestureRecognizers), in swizzle()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTConvert.h | 179 #define ABI47_0_0RCT_CONVERTER(type, name, getter) ABI47_0_0RCT_CUSTOM_CONVERTER(type, name, [json … argument 205 #define ABI47_0_0RCT_NUMBER_CONVERTER(type, getter) \ argument 206 …BI47_0_0RCT_CUSTOM_CONVERTER(type, type, [ABI47_0_0RCT_DEBUG ? [self NSNumber:json] : json getter]) 222 #define ABI47_0_0RCT_ENUM_CONVERTER(type, values, default, getter) … argument 230 …ABI47_0_0RCT_CAST(type, [ABI47_0_0RCTConvertEnumValue(#type, mapping, @(default), json) getter]); \ 237 #define ABI47_0_0RCT_MULTI_ENUM_CONVERTER(type, values, default, getter) … argument 245 …_0_0RCT_CAST(type, [ABI47_0_0RCTConvertMultiEnumValue(#type, mapping, @(default), json) getter]); \
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTConvert.h | 183 #define ABI49_0_0RCT_CONVERTER(type, name, getter) ABI49_0_0RCT_CUSTOM_CONVERTER(type, name, [json … argument 209 #define ABI49_0_0RCT_NUMBER_CONVERTER(type, getter) \ argument 210 …BI49_0_0RCT_CUSTOM_CONVERTER(type, type, [ABI49_0_0RCT_DEBUG ? [self NSNumber:json] : json getter]) 226 #define ABI49_0_0RCT_ENUM_CONVERTER(type, values, default, getter) … argument 234 …ABI49_0_0RCT_CAST(type, [ABI49_0_0RCTConvertEnumValue(#type, mapping, @(default), json) getter]); \ 241 #define ABI49_0_0RCT_MULTI_ENUM_CONVERTER(type, values, default, getter) … argument 249 …_0_0RCT_CAST(type, [ABI49_0_0RCTConvertMultiEnumValue(#type, mapping, @(default), json) getter]); \
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTConvert.h | 182 #define ABI48_0_0RCT_CONVERTER(type, name, getter) ABI48_0_0RCT_CUSTOM_CONVERTER(type, name, [json … argument 208 #define ABI48_0_0RCT_NUMBER_CONVERTER(type, getter) \ argument 209 …BI48_0_0RCT_CUSTOM_CONVERTER(type, type, [ABI48_0_0RCT_DEBUG ? [self NSNumber:json] : json getter]) 225 #define ABI48_0_0RCT_ENUM_CONVERTER(type, values, default, getter) … argument 233 …ABI48_0_0RCT_CAST(type, [ABI48_0_0RCTConvertEnumValue(#type, mapping, @(default), json) getter]); \ 240 #define ABI48_0_0RCT_MULTI_ENUM_CONVERTER(type, values, default, getter) … argument 248 …_0_0RCT_CAST(type, [ABI48_0_0RCTConvertMultiEnumValue(#type, mapping, @(default), json) getter]); \
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/Singleline/ |
| H A D | ABI49_0_0RCTUITextField.h | 29 @property (nonatomic, assign, getter=isEditable) BOOL editable; 30 @property (nonatomic, getter=isScrollEnabled) BOOL scrollEnabled;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/Singleline/ |
| H A D | ABI48_0_0RCTUITextField.h | 29 @property (nonatomic, assign, getter=isEditable) BOOL editable; 30 @property (nonatomic, getter=isScrollEnabled) BOOL scrollEnabled;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/Singleline/ |
| H A D | ABI47_0_0RCTUITextField.h | 29 @property (nonatomic, assign, getter=isEditable) BOOL editable; 30 @property (nonatomic, getter=isScrollEnabled) BOOL scrollEnabled;
|