Home
last modified time | relevance | path

Searched refs:elementType (Results 1 – 25 of 33) sorted by relevance

12

/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/DynamicTypes/
H A DDynamicArrayType.swift8 let elementType: AnyDynamicType variable
12 return elementType.equals(ArrayType.getElementDynamicType()) in wraps<InnerType>()
19 return arrayType.elementType.equals(elementType) in equals()
26 return try value.map { try elementType.cast($0) } in cast<ValueType>()
30 return [try elementType.cast(value)] in cast<ValueType>()
H A DDynamicType.swift13 return DynamicArrayType(elementType: ArrayType.getElementDynamicType()) in DynamicType<T>()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/DynamicTypes/
H A DDynamicArrayType.swift8 let elementType: AnyDynamicType variable
12 return elementType.equals(ArrayType.getElementDynamicType()) in wraps<InnerType>()
19 return arrayType.elementType.equals(elementType) in equals()
26 return try value.map { try elementType.cast($0) } in cast<ValueType>()
30 return [try elementType.cast(value)] in cast<ValueType>()
H A DDynamicType.swift13 return DynamicArrayType(elementType: ArrayType.getElementDynamicType()) in DynamicType<T>()
/expo/packages/expo-modules-core/ios/Swift/DynamicTypes/
H A DDynamicArrayType.swift8 let elementType: AnyDynamicType variable
12 return elementType.equals(ArrayType.getElementDynamicType()) in wraps<InnerType>()
19 return arrayType.elementType.equals(elementType) in equals()
26 return try value.map { try elementType.cast($0, appContext: appContext) } in cast<ValueType>()
30 return [try elementType.cast(value, appContext: appContext)] in cast<ValueType>()
H A DDynamicType.swift13 return DynamicArrayType(elementType: ArrayType.getElementDynamicType()) in DynamicType<T>()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DynamicTypes/
H A DDynamicArrayType.swift8 let elementType: AnyDynamicType variable
12 return elementType.equals(ArrayType.getElementDynamicType()) in wraps<InnerType>()
19 return arrayType.elementType.equals(elementType) in equals()
26 return try value.map { try elementType.cast($0, appContext: appContext) } in cast<ValueType>()
30 return [try elementType.cast(value, appContext: appContext)] in cast<ValueType>()
H A DDynamicType.swift13 return DynamicArrayType(elementType: ArrayType.getElementDynamicType()) in DynamicType<T>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/exception/
H A DCodedException.kt188 elementType: KType,
192 …message = "Cannot cast '$providedType' to '$elementType' required by the collection of type: '$col…
197 elementType: KType,
200 ) : this(collectionType, elementType, providedType.name, cause)
204 elementType: KType,
207 ) : this(collectionType, elementType, providedType.toString(), cause)
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/exception/
H A DCodedException.kt164 elementType: KType,
168 …message = "Cannot cast '$providedType' to '$elementType' required by the collection of type: '$col…
173 elementType: KType,
176 ) : this(collectionType, elementType, providedType.name, cause)
180 elementType: KType,
183 ) : this(collectionType, elementType, providedType.toString(), cause)
/expo/docs/components/plugins/api/
H A DAPIDataType.tsx12 const { type, declaration, types, elementType, typeArguments } = typeDefinition;
18 (type === 'union' || (elementType && elementType.type === 'union')) &&
H A DAPISectionUtils.test.tsx29 elementType: { type: 'reference', name: 'AppleAuthenticationScope' },
41 elementType: { type: 'reference', name: 'T' },
108 elementType: {
169 { type: 'array', elementType: { type: 'intrinsic', name: 'number' } },
184 { type: 'array', elementType: { type: 'reference', name: 'AssetRef' } },
198 elementType: {
H A DAPISectionUtils.tsx218 elementType,
269 } else if (elementType?.name) {
270 if (elementType.type === 'reference') {
271 return renderWithLink(elementType.name, type);
273 return elementType.name + '[]';
275 return elementType.name + type;
276 } else if (elementType?.declaration) {
278 const { parameters, type: paramType } = elementType.declaration.indexSignature || {};
283 return elementType.name + type;
286 } else if (elementType && elementType.type === 'union' && elementType?.types?.length) {
[all …]
H A DAPIDataTypes.ts37 elementType?: {
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/exception/
H A DCodedException.kt210 elementType: KType,
214 …message = "Cannot cast '$providedType' to '$elementType' required by the collection of type: '$col…
219 elementType: KType,
222 ) : this(collectionType, elementType, providedType.name, cause)
226 elementType: KType,
229 ) : this(collectionType, elementType, providedType.toString(), cause)
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/exception/
H A DCodedException.kt209 elementType: KType,
213 …message = "Cannot cast '$providedType' to '$elementType' required by the collection of type: '$col…
218 elementType: KType,
221 ) : this(collectionType, elementType, providedType.name, cause)
225 elementType: KType,
228 ) : this(collectionType, elementType, providedType.toString(), cause)
/expo/ios/vendored/sdk47/react-native-svg/apple/Utils/
H A DABI47_0_0RNSVGBezierElement.mm27 newElement.elementType = element.type;
29 switch (newElement.elementType) {
H A DABI47_0_0RNSVGBezierElement.h16 @property (nonatomic, assign) CGPathElementType elementType;
H A DABI47_0_0RNSVGPathMeasure.mm126 switch (element.elementType) {
142 …CGPoint ctrl2 = element.elementType == kCGPathElementAddQuadCurveToPoint ? ctrl1 : element.control…
/expo/ios/vendored/sdk49/react-native-svg/apple/Utils/
H A DABI49_0_0RNSVGBezierElement.mm27 newElement.elementType = element.type;
29 switch (newElement.elementType) {
H A DABI49_0_0RNSVGBezierElement.h16 @property (nonatomic, assign) CGPathElementType elementType;
/expo/ios/vendored/unversioned/react-native-svg/apple/Utils/
H A DRNSVGBezierElement.mm27 newElement.elementType = element.type;
29 switch (newElement.elementType) {
H A DRNSVGBezierElement.h16 @property (nonatomic, assign) CGPathElementType elementType;
/expo/ios/vendored/sdk48/react-native-svg/apple/Utils/
H A DABI48_0_0RNSVGBezierElement.mm27 newElement.elementType = element.type;
29 switch (newElement.elementType) {
H A DABI48_0_0RNSVGBezierElement.h16 @property (nonatomic, assign) CGPathElementType elementType;

12