| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/jni/ |
| H A D | CppType.kt | 8 private var nextValue = 0 variable 10 private fun nextValue(): Int = (1 shl nextValue).also { nextValue++ } in <lambda>() method 15 enum class CppType(val clazz: KClass<*>, val value: Int = nextValue()) {
|
| H A D | JavaScriptTypedArray.kt | 8 private var nextValue = 1 variable 10 private fun nextValue(): Int = nextValue++ in nextValue() method 12 enum class TypedArrayKind(val value: Int = nextValue()) { in nextValue()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/ |
| H A D | CppType.kt | 8 private var nextValue = 0 variable 10 private fun nextValue(): Int = (1 shl nextValue).also { nextValue++ } in <lambda>() method 15 enum class CppType(val clazz: KClass<*>, val value: Int = nextValue()) {
|
| H A D | JavaScriptTypedArray.kt | 8 private var nextValue = 1 variable 10 private fun nextValue(): Int = nextValue++ in nextValue() method 12 enum class TypedArrayKind(val value: Int = nextValue()) { in nextValue()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/jni/ |
| H A D | CppType.kt | 8 private var nextValue = 0 variable 10 private fun nextValue(): Int = (1 shl nextValue).also { nextValue++ } in <lambda>() method 15 enum class CppType(val clazz: KClass<*>, val value: Int = nextValue()) {
|
| H A D | JavaScriptTypedArray.kt | 8 private var nextValue = 1 variable 10 private fun nextValue(): Int = nextValue++ in nextValue() method 12 enum class TypedArrayKind(val value: Int = nextValue()) { in nextValue()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/jni/ |
| H A D | CppType.kt | 8 private var nextValue = 0 variable 10 private fun nextValue(): Int = (1 shl nextValue).also { nextValue++ } in <lambda>() method 15 enum class CppType(val clazz: KClass<*>, val value: Int = nextValue()) {
|
| H A D | JavaScriptTypedArray.kt | 8 private var nextValue = 1 variable 10 private fun nextValue(): Int = nextValue++ in nextValue() method 12 enum class TypedArrayKind(val value: Int = nextValue()) { in nextValue()
|
| /expo/apps/test-suite/tests/ |
| H A D | SystemUI.js | 16 const nextValue = value === values[0] ? values[1] : values[0]; 17 await setAsync(nextValue); 19 t.expect(mutated.toUpperCase()).toBe(nextValue);
|
| H A D | NavigationBar.js | 18 const nextValue = value === values[0] ? values[1] : values[0]; 19 await setAsync(nextValue); 21 t.expect(mutated).toBe(nextValue);
|
| /expo/packages/create-expo/src/utils/ |
| H A D | args.ts | 95 const nextValue = i > 0 ? args[i - 1] : null; constant 96 if (nextValue && possibleArgs.includes(nextValue)) { 97 settings[nextValue] = value;
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | resolveArgs.ts | 113 const nextValue = i > 0 ? args[i - 1] : null; constant 114 if (nextValue && possibleArgs.includes(nextValue)) { 115 settings[nextValue] = value;
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkAnimation.h | 54 auto nextValue = in JSI_EXPORT_FUNCTIONS() local 58 update(runtime, nextValue); in JSI_EXPORT_FUNCTIONS()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | ABI49_0_0RNSkAnimation.h | 54 auto nextValue = in JSI_EXPORT_FUNCTIONS() local 58 update(runtime, nextValue); in JSI_EXPORT_FUNCTIONS()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkAnimation.h | 54 auto nextValue = in JSI_EXPORT_FUNCTIONS() local 58 update(runtime, nextValue); in JSI_EXPORT_FUNCTIONS()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkAnimation.h | 54 auto nextValue = in JSI_EXPORT_FUNCTIONS() local 58 update(runtime, nextValue); in JSI_EXPORT_FUNCTIONS()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkAnimation.h | 54 auto nextValue = in JSI_EXPORT_FUNCTIONS() local 58 update(runtime, nextValue); in JSI_EXPORT_FUNCTIONS()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkAnimation.h | 57 auto nextValue = _args[1].asObject(runtime).getProperty(runtime, "current").asNumber(); in JSI_EXPORT_FUNCTIONS() local 60 update(runtime, nextValue); in JSI_EXPORT_FUNCTIONS()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | ABI48_0_0RNSkAnimation.h | 54 auto nextValue = in JSI_EXPORT_FUNCTIONS() local 58 update(runtime, nextValue); in JSI_EXPORT_FUNCTIONS()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | ABI47_0_0RNSkAnimation.h | 57 auto nextValue = _args[1].asObject(runtime).getProperty(runtime, "current").asNumber(); in JSI_EXPORT_FUNCTIONS() local 60 update(runtime, nextValue); in JSI_EXPORT_FUNCTIONS()
|
| /expo/packages/expo-camera/build/ |
| H A D | useWebCameraStream.js | 111 const nextValue = settings[key]; 112 if (nextValue !== capabilities.current[key]) { 113 changes[key] = nextValue;
|
| H A D | useWebCameraStream.js.map | 1 … }\n const nextValue = settings[key];\n if (nextValue !== capabilities.current[key]) …
|
| /expo/packages/expo-camera/src/ |
| H A D | useWebCameraStream.ts | 141 const nextValue = settings[key]; constant 142 if (nextValue !== capabilities.current[key]) { 143 changes[key] = nextValue;
|
| /expo/tools/src/prebuilds/ |
| H A D | XcodeGen.ts | 198 function mergeXcodeConfigValue(prevValue: string | undefined, nextValue: string): string { 200 return '$(inherited) ' + (prevValue + ' ' + nextValue).replace(/\\s*$\(inherited\)\s*/g, ' '); 202 return nextValue;
|
| /expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/ |
| H A D | ASN1Decoder.swift | 39 while let nextValue = iterator.next() { in parse() variable 42 asn1obj.identifier = ASN1Identifier(rawValue: nextValue) in parse()
|