| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI49_0_0PropsMacros.h | 56 #define SET_CASCADED_RECTANGLE_CORNERS(struct, prefix, suffix, rawValue) \ argument 82 struct, startStart, prefix "StartStart" suffix, rawValue) 84 #define SET_CASCADED_RECTANGLE_EDGES(struct, prefix, suffix, rawValue) \ argument 86 struct, left, prefix "Left" suffix, rawValue) \ 88 struct, right, prefix "Right" suffix, rawValue) \ 90 struct, top, prefix "Top" suffix, rawValue) \ 92 struct, bottom, prefix "Bottom" suffix, rawValue) \ 108 struct, blockStart, prefix "BlockStart" suffix, rawValue) 112 defaults, rawValue, property, field, fieldName) \ argument 114 if ((rawValue).hasValue()) { \ [all …]
|
| H A D | ABI49_0_0propsConversions.h | 30 RawValue const &rawValue, in fromRawValue() argument 33 if (!rawValue.hasValue()) { in fromRawValue() 38 fromRawValue(context, rawValue, result); in fromRawValue() 44 RawValue const &rawValue, in fromRawValue() argument 46 result = (T)rawValue; in fromRawValue() 52 RawValue const &rawValue, in fromRawValue() argument 55 fromRawValue(context, rawValue, resultValue); in fromRawValue() 62 RawValue const &rawValue, in fromRawValue() argument 88 RawValue const &rawValue, in fromRawValue() argument 121 if (LIKELY(rawValue == nullptr)) { [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI48_0_0PropsMacros.h | 74 struct, all, prefix "" suffix, rawValue) 76 #define SET_CASCADED_RECTANGLE_EDGES(struct, prefix, suffix, rawValue) \ argument 78 struct, left, prefix "Left" suffix, rawValue) \ 80 struct, right, prefix "Right" suffix, rawValue) \ 82 struct, top, prefix "Top" suffix, rawValue) \ 84 struct, bottom, prefix "Bottom" suffix, rawValue) \ 86 struct, start, prefix "Start" suffix, rawValue) \ 94 struct, all, prefix "" suffix, rawValue) 98 defaults, rawValue, property, field, fieldName) \ argument 100 if ((rawValue).hasValue()) { \ [all …]
|
| H A D | ABI48_0_0propsConversions.h | 31 RawValue const &rawValue, in fromRawValue() argument 34 if (!rawValue.hasValue()) { in fromRawValue() 39 fromRawValue(context, rawValue, result); in fromRawValue() 45 RawValue const &rawValue, in fromRawValue() argument 47 result = (T)rawValue; in fromRawValue() 53 RawValue const &rawValue, in fromRawValue() argument 56 fromRawValue(context, rawValue, resultValue); in fromRawValue() 63 RawValue const &rawValue, in fromRawValue() argument 89 RawValue const &rawValue, in fromRawValue() argument 122 if (LIKELY(rawValue == nullptr)) { [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI47_0_0PropsMacros.h | 74 struct, bottomEnd, prefix "BottomEnd" suffix, rawValue) 76 #define SET_CASCADED_RECTANGLE_EDGES(struct, prefix, suffix, rawValue) \ argument 78 struct, left, prefix "Left" suffix, rawValue) \ 80 struct, right, prefix "Right" suffix, rawValue) \ 82 struct, top, prefix "Top" suffix, rawValue) \ 84 struct, bottom, prefix "Bottom" suffix, rawValue) \ 86 struct, start, prefix "Start" suffix, rawValue) \ 88 struct, end, prefix "End" suffix, rawValue) \ 90 struct, horizontal, prefix "Horizontal" suffix, rawValue) \ 92 struct, vertical, prefix "Vertical" suffix, rawValue) \ [all …]
|
| H A D | ABI47_0_0propsConversions.h | 31 RawValue const &rawValue, in fromRawValue() argument 34 if (!rawValue.hasValue()) { in fromRawValue() 39 fromRawValue(context, rawValue, result); in fromRawValue() 45 RawValue const &rawValue, in fromRawValue() argument 48 fromRawValue(context, rawValue, res); in fromRawValue() 55 RawValue const &rawValue, in fromRawValue() argument 57 result = (T)rawValue; in fromRawValue() 63 RawValue const &rawValue, in fromRawValue() argument 89 RawValue const &rawValue, in fromRawValue() argument 123 if (LIKELY(rawValue == nullptr)) { [all …]
|
| /expo/packages/expo-modules-core/ios/Swift/Arguments/ |
| H A D | Enumerable.swift | 11 static func create<RawValueType>(fromRawValue rawValue: RawValueType) throws -> Self in create<RawValueType>() 32 static func create<ArgType>(fromRawValue rawValue: ArgType) throws -> Self { in create<ArgType>() 33 guard let rawValue = rawValue as? RawValue else { in create<ArgType>() variable 34 throw EnumCastingException((type: RawValue.self, value: rawValue)) in create<ArgType>() 36 guard let enumCase = Self.init(rawValue: rawValue) else { in create<ArgType>() 37 throw EnumNoSuchValueException((type: Self.self, value: rawValue)) in create<ArgType>() 43 rawValue 47 return allCases.map { $0.rawValue }
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Arguments/ |
| H A D | Enumerable.swift | 11 static func create<RawValueType>(fromRawValue rawValue: RawValueType) throws -> Self in create<RawValueType>() 32 static func create<ArgType>(fromRawValue rawValue: ArgType) throws -> Self { in create<ArgType>() 33 guard let rawValue = rawValue as? RawValue else { in create<ArgType>() variable 34 throw EnumCastingException((type: RawValue.self, value: rawValue)) in create<ArgType>() 36 guard let enumCase = Self.init(rawValue: rawValue) else { in create<ArgType>() 37 throw EnumNoSuchValueException((type: Self.self, value: rawValue)) in create<ArgType>() 43 rawValue 47 return allCases.map { $0.rawValue }
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Arguments/ |
| H A D | Enumerable.swift | 11 static func create<RawValueType>(fromRawValue rawValue: RawValueType) throws -> Self in create<RawValueType>() 32 static func create<ArgType>(fromRawValue rawValue: ArgType) throws -> Self { in create<ArgType>() 33 guard let rawValue = rawValue as? RawValue else { in create<ArgType>() variable 34 throw EnumCastingException((type: RawValue.self, value: rawValue)) in create<ArgType>() 36 guard let enumCase = Self.init(rawValue: rawValue) else { in create<ArgType>() 37 throw EnumNoSuchValueException((type: Self.self, value: rawValue)) in create<ArgType>() 43 rawValue 47 return allCases.map { $0.rawValue }
|
| /expo/packages/expo-modules-core/ios/Swift/Records/ |
| H A D | FieldOption.swift | 6 public let rawValue: Int variable 9 public init(_ rawValue: Int) { 10 self.rawValue = rawValue 19 return lhs.rawValue == rhs.rawValue && lhs.key == rhs.key in ==() 28 hasher.combine(rawValue) in hash() 37 self.rawValue = value 46 self.rawValue = 0
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Records/ |
| H A D | FieldOption.swift | 6 public let rawValue: Int variable 9 public init(_ rawValue: Int) { 10 self.rawValue = rawValue 19 return lhs.rawValue == rhs.rawValue && lhs.key == rhs.key in ==() 28 hasher.combine(rawValue) in hash() 37 self.rawValue = value 46 self.rawValue = 0
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Records/ |
| H A D | FieldOption.swift | 6 public let rawValue: Int variable 9 public init(_ rawValue: Int) { 10 self.rawValue = rawValue 19 return lhs.rawValue == rhs.rawValue && lhs.key == rhs.key in ==() 28 hasher.combine(rawValue) in hash() 37 self.rawValue = value 46 self.rawValue = 0
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Records/ |
| H A D | FieldOption.swift | 6 public let rawValue: Int variable 9 public init(_ rawValue: Int) { 10 self.rawValue = rawValue 19 return lhs.rawValue == rhs.rawValue && lhs.key == rhs.key in ==() 28 hasher.combine(rawValue) in hash() 37 self.rawValue = value 46 self.rawValue = 0
|
| /expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/ |
| H A D | ASN1Identifier.swift | 70 var rawValue: UInt8 variable 72 init(rawValue: UInt8) { 73 self.rawValue = rawValue 77 ….application, Class.contextSpecific, Class.private] where (rawValue & tc.rawValue) == tc.rawValue { in typeClass() 84 return (rawValue & ASN1Identifier.constructedTag) == 0 in isPrimitive() 87 return (rawValue & ASN1Identifier.constructedTag) != 0 in isConstructed() 91 return TagNumber(rawValue: rawValue & 0x1F) ?? .endOfContent in tagNumber()
|
| H A D | X509ExtensionClasses.swift | 48 guard let rawValue = valueAsBlock?.rawValue else { variable 51 return rawValue.sequenceContent 72 guard var oidData = sub.sub(0)?.rawValue, 101 if let sub = sequence.first(where: { $0.identifier?.tagNumber().rawValue == 0 }) { 102 return sub.rawValue 111 if let sub = sequence.first(where: { $0.identifier?.tagNumber().rawValue == 1 }) { 121 if let sub = sequence.first(where: { $0.identifier?.tagNumber().rawValue == 2 }) { 122 return sub.rawValue 150 var data = sub.sub(0)?.rawValue, 157 …if var rawValue = sub.sub(0)?.rawValue, let oid = ASN1DERDecoder.decodeOid(contentData: &rawValue)… variable
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Arguments/ |
| H A D | Enumerable.swift | 11 static func create<RawValueType>(fromRawValue rawValue: RawValueType) throws -> Self in create<RawValueType>() 32 static func create<ArgType>(fromRawValue rawValue: ArgType) throws -> Self { in create<ArgType>() 33 guard let rawValue = rawValue as? RawValue else { in create<ArgType>() variable 34 throw EnumCastingException((type: RawValue.self, value: rawValue)) in create<ArgType>() 36 guard let enumCase = Self.init(rawValue: rawValue) else { in create<ArgType>() 37 throw EnumNoSuchValueException((type: Self.self, value: rawValue)) in create<ArgType>() 43 rawValue 54 guard let value = current?.rawValue else {
|
| /expo/packages/expo-local-authentication/ios/ |
| H A D | LocalAuthenticationModule.swift | 48 level = SecurityLevel.secret.rawValue in definition() 135 case LAError.systemCancel.rawValue: in convertErrorCode() 137 case LAError.appCancel.rawValue: in convertErrorCode() 139 case LAError.biometryLockout.rawValue: in convertErrorCode() 141 case LAError.userFallback.rawValue: in convertErrorCode() 143 case LAError.userCancel.rawValue: in convertErrorCode() 145 case LAError.biometryNotAvailable.rawValue: in convertErrorCode() 147 case LAError.invalidContext.rawValue: in convertErrorCode() 149 case LAError.biometryNotEnrolled.rawValue: in convertErrorCode() 151 case LAError.passcodeNotSet.rawValue: in convertErrorCode() [all …]
|
| /expo/ios/versioned/sdk49/ExpoLocalAuthentication/ |
| H A D | LocalAuthenticationModule.swift | 48 level = SecurityLevel.secret.rawValue in definition() 135 case LAError.systemCancel.rawValue: in convertErrorCode() 137 case LAError.appCancel.rawValue: in convertErrorCode() 139 case LAError.biometryLockout.rawValue: in convertErrorCode() 141 case LAError.userFallback.rawValue: in convertErrorCode() 143 case LAError.userCancel.rawValue: in convertErrorCode() 145 case LAError.biometryNotAvailable.rawValue: in convertErrorCode() 147 case LAError.invalidContext.rawValue: in convertErrorCode() 149 case LAError.biometryNotEnrolled.rawValue: in convertErrorCode() 151 case LAError.passcodeNotSet.rawValue: in convertErrorCode() [all …]
|
| /expo/ios/versioned/sdk48/ExpoLocalAuthentication/ |
| H A D | LocalAuthenticationModule.swift | 48 level = SecurityLevel.secret.rawValue in definition() 135 case LAError.systemCancel.rawValue: in convertErrorCode() 137 case LAError.appCancel.rawValue: in convertErrorCode() 139 case LAError.biometryLockout.rawValue: in convertErrorCode() 141 case LAError.userFallback.rawValue: in convertErrorCode() 143 case LAError.userCancel.rawValue: in convertErrorCode() 145 case LAError.biometryNotAvailable.rawValue: in convertErrorCode() 147 case LAError.invalidContext.rawValue: in convertErrorCode() 149 case LAError.biometryNotEnrolled.rawValue: in convertErrorCode() 151 case LAError.passcodeNotSet.rawValue: in convertErrorCode() [all …]
|
| /expo/packages/expo-background-fetch/ios/ |
| H A D | BackgroundFetchTaskConsumer.swift | 29 return UIBackgroundFetchResult.noData.rawValue in normalizeTaskResult() 33 case BackgroundFetchResult.newData.rawValue: in normalizeTaskResult() 34 return UIBackgroundFetchResult.newData.rawValue in normalizeTaskResult() 35 case BackgroundFetchResult.failed.rawValue: in normalizeTaskResult() 36 return UIBackgroundFetchResult.failed.rawValue in normalizeTaskResult() 37 case BackgroundFetchResult.noData.rawValue: in normalizeTaskResult() 38 return UIBackgroundFetchResult.noData.rawValue in normalizeTaskResult() 40 return UIBackgroundFetchResult.noData.rawValue in normalizeTaskResult()
|
| /expo/ios/versioned/sdk49/EXCamera/EXCamera/ |
| H A D | CameraViewModule.swift | 21 "front": ABI49_0_0EXCameraType.front.rawValue, in definition() 22 "back": ABI49_0_0EXCameraType.back.rawValue in definition() 25 "off": ABI49_0_0EXCameraFlashMode.off.rawValue, in definition() 26 "on": ABI49_0_0EXCameraFlashMode.on.rawValue, in definition() 27 "auto": ABI49_0_0EXCameraFlashMode.auto.rawValue, in definition() 28 "torch": ABI49_0_0EXCameraFlashMode.torch.rawValue in definition() 31 "on": ABI49_0_0EXCameraAutoFocus.on.rawValue, in definition() 32 "off": ABI49_0_0EXCameraAutoFocus.off.rawValue in definition() 35 "auto": ABI49_0_0EXCameraWhiteBalance.auto.rawValue, in definition() 56 "H264": ABI49_0_0EXCameraVideoCodec.H264.rawValue, in definition() [all …]
|
| /expo/packages/expo-camera/ios/EXCamera/ |
| H A D | CameraViewModule.swift | 21 "front": EXCameraType.front.rawValue, in definition() 22 "back": EXCameraType.back.rawValue in definition() 25 "off": EXCameraFlashMode.off.rawValue, in definition() 26 "on": EXCameraFlashMode.on.rawValue, in definition() 27 "auto": EXCameraFlashMode.auto.rawValue, in definition() 28 "torch": EXCameraFlashMode.torch.rawValue in definition() 31 "on": EXCameraAutoFocus.on.rawValue, in definition() 32 "off": EXCameraAutoFocus.off.rawValue in definition() 35 "auto": EXCameraWhiteBalance.auto.rawValue, in definition() 56 "H264": EXCameraVideoCodec.H264.rawValue, in definition() [all …]
|
| /expo/ios/versioned/sdk48/EXCamera/EXCamera/ |
| H A D | CameraViewModule.swift | 21 "front": ABI48_0_0EXCameraType.front.rawValue, in definition() 22 "back": ABI48_0_0EXCameraType.back.rawValue in definition() 25 "off": ABI48_0_0EXCameraFlashMode.off.rawValue, in definition() 26 "on": ABI48_0_0EXCameraFlashMode.on.rawValue, in definition() 27 "auto": ABI48_0_0EXCameraFlashMode.auto.rawValue, in definition() 28 "torch": ABI48_0_0EXCameraFlashMode.torch.rawValue in definition() 31 "on": ABI48_0_0EXCameraAutoFocus.on.rawValue, in definition() 32 "off": ABI48_0_0EXCameraAutoFocus.off.rawValue in definition() 35 "auto": ABI48_0_0EXCameraWhiteBalance.auto.rawValue, in definition() 56 "H264": ABI48_0_0EXCameraVideoCodec.H264.rawValue, in definition() [all …]
|
| /expo/ios/versioned/sdk47/EXCamera/EXCamera/ |
| H A D | CameraViewModule.swift | 21 "front": ABI47_0_0EXCameraType.front.rawValue, in definition() 22 "back": ABI47_0_0EXCameraType.back.rawValue in definition() 25 "off": ABI47_0_0EXCameraFlashMode.off.rawValue, in definition() 26 "on": ABI47_0_0EXCameraFlashMode.on.rawValue, in definition() 27 "auto": ABI47_0_0EXCameraFlashMode.auto.rawValue, in definition() 28 "torch": ABI47_0_0EXCameraFlashMode.torch.rawValue in definition() 31 "on": ABI47_0_0EXCameraAutoFocus.on.rawValue, in definition() 32 "off": ABI47_0_0EXCameraAutoFocus.off.rawValue in definition() 35 "auto": ABI47_0_0EXCameraWhiteBalance.auto.rawValue, in definition() 56 "H264": ABI47_0_0EXCameraVideoCodec.H264.rawValue, in definition() [all …]
|
| /expo/packages/expo-modules-core/ios/Swift/Logging/ |
| H A D | Logger.swift | 12 public let rawValue: Int variable 14 public init(rawValue: Int) { 15 self.rawValue = rawValue 22 public static let logToOS = LoggerOptions(rawValue: 1 << 0) 27 public static let logToFile = LoggerOptions(rawValue: 1 << 1) 123 guard type.rawValue >= minLevel.rawValue else { in stacktrace() 157 guard LogType.timer.rawValue >= minLevel.rawValue else { in timeStart() 168 guard LogType.timer.rawValue >= minLevel.rawValue else { in timeEnd() 200 guard type.rawValue >= minLevel.rawValue else { in log()
|