Home
last modified time | relevance | path

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

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/jni/
H A DCppType.kt8 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 DJavaScriptTypedArray.kt8 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 DCppType.kt8 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 DJavaScriptTypedArray.kt8 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 DCppType.kt8 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 DJavaScriptTypedArray.kt8 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 DCppType.kt8 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 DJavaScriptTypedArray.kt8 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 DSystemUI.js16 const nextValue = value === values[0] ? values[1] : values[0];
17 await setAsync(nextValue);
19 t.expect(mutated.toUpperCase()).toBe(nextValue);
H A DNavigationBar.js18 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 Dargs.ts95 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 DresolveArgs.ts113 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 DRNSkAnimation.h54 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 DABI49_0_0RNSkAnimation.h54 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 DRNSkAnimation.h54 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 DRNSkAnimation.h54 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 DRNSkAnimation.h54 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 DRNSkAnimation.h57 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 DABI48_0_0RNSkAnimation.h54 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 DABI47_0_0RNSkAnimation.h57 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 DuseWebCameraStream.js111 const nextValue = settings[key];
112 if (nextValue !== capabilities.current[key]) {
113 changes[key] = nextValue;
H A DuseWebCameraStream.js.map1 … }\n const nextValue = settings[key];\n if (nextValue !== capabilities.current[key]) …
/expo/packages/expo-camera/src/
H A DuseWebCameraStream.ts141 const nextValue = settings[key]; constant
142 if (nextValue !== capabilities.current[key]) {
143 changes[key] = nextValue;
/expo/tools/src/prebuilds/
H A DXcodeGen.ts198 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 DASN1Decoder.swift39 while let nextValue = iterator.next() { in parse() variable
42 asn1obj.identifier = ASN1Identifier(rawValue: nextValue) in parse()