Home
last modified time | relevance | path

Searched refs:AnySyncFunctionComponent (Results 1 – 16 of 16) sorted by relevance

/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponent.swift15 let constructor: AnySyncFunctionComponent?
28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent
94 return (item as? AnySyncFunctionComponent)?.name == "constructor" in isConstructor()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponent.swift15 let constructor: AnySyncFunctionComponent?
28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent
94 return (item as? AnySyncFunctionComponent)?.name == "constructor" in isConstructor()
/expo/packages/expo-modules-core/ios/Swift/Classes/
H A DClassComponent.swift15 let constructor: AnySyncFunctionComponent?
28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent
107 return (item as? AnySyncFunctionComponent)?.name == "constructor" in isConstructor()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponent.swift15 let constructor: AnySyncFunctionComponent?
28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent
107 return (item as? AnySyncFunctionComponent)?.name == "constructor" in isConstructor()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Objects/
H A DPropertyComponent.swift12 var getter: AnySyncFunctionComponent?
17 var setter: AnySyncFunctionComponent?
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Objects/
H A DPropertyComponent.swift24 var getter: AnySyncFunctionComponent? in buildDescriptor()
29 var setter: AnySyncFunctionComponent? in buildDescriptor()
/expo/packages/expo-modules-core/ios/Swift/Objects/
H A DPropertyComponent.swift24 var getter: AnySyncFunctionComponent? in buildDescriptor()
29 var setter: AnySyncFunctionComponent? in buildDescriptor()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Objects/
H A DPropertyComponent.swift24 var getter: AnySyncFunctionComponent? in buildDescriptor()
29 var setter: AnySyncFunctionComponent? in buildDescriptor()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Functions/
H A DSyncFunctionComponent.swift6 internal protocol AnySyncFunctionComponent: AnyFunction { protocol
21 public final class SyncFunctionComponent<Args, FirstArgType, ReturnType>: AnySyncFunctionComponent { in call()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Functions/
H A DSyncFunctionComponent.swift6 internal protocol AnySyncFunctionComponent: AnyFunction { protocol
21 public final class SyncFunctionComponent<Args, FirstArgType, ReturnType>: AnySyncFunctionComponent { in call()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/
H A DModuleHolder.swift74 guard let function = definition.functions[functionName] as? AnySyncFunctionComponent else { in callSync()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/
H A DModuleHolder.swift74 guard let function = definition.functions[functionName] as? AnySyncFunctionComponent else { in callSync()
/expo/packages/expo-modules-core/ios/Swift/Functions/
H A DSyncFunctionComponent.swift6 internal protocol AnySyncFunctionComponent: AnyFunction { protocol
22 public final class SyncFunctionComponent<Args, FirstArgType, ReturnType>: AnySyncFunctionComponent { in call()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Functions/
H A DSyncFunctionComponent.swift6 internal protocol AnySyncFunctionComponent: AnyFunction { protocol
22 public final class SyncFunctionComponent<Args, FirstArgType, ReturnType>: AnySyncFunctionComponent { in call()
/expo/packages/expo-modules-core/ios/Swift/
H A DModuleHolder.swift78 …t appContext, let function = definition.functions[functionName] as? AnySyncFunctionComponent else { in callSync()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DModuleHolder.swift78 …t appContext, let function = definition.functions[functionName] as? AnySyncFunctionComponent else { in callSync()