Home
last modified time | relevance | path

Searched refs:isDefined (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJSITypeConverter.h22 static const bool isDefined = false; member
38 static const bool isDefined = true;
58 static const bool isDefined = true;
70 static const bool isDefined = true;
84 inline constexpr bool is_jsi_type_converter_defined = jsi_type_converter<T>::isDefined;
/expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/
H A DLockdownProtocol.ts41 function isDefined(val: any) { function
46 return isDefined(resp.Status);
50 return isDefined(resp.Error);
/expo/packages/expo-network/android/src/main/java/expo/modules/network/
H A DNetworkModule.kt43 putBoolean("isConnected", connectionType.isDefined) in <lambda>()
61 putBoolean("isConnected", connectionType != null && connectionType.isDefined) in <lambda>()
90 val isDefined: Boolean in <lambda>() constant in expo.modules.network.NetworkModule.NetworkStateType
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/network/
H A DNetworkModule.kt43 putBoolean("isConnected", connectionType.isDefined) in <lambda>()
61 putBoolean("isConnected", connectionType != null && connectionType.isDefined) in <lambda>()
90 val isDefined: Boolean in <lambda>() constant in abi48_0_0.expo.modules.network.NetworkModule.NetworkStateType
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/network/
H A DNetworkModule.kt41 val isDefined: Boolean constant in abi47_0_0.expo.modules.network.NetworkModule.NetworkStateType
111 putBoolean("isConnected", connectionType.isDefined) in getNetworkStateAsync()
129 putBoolean("isConnected", connectionType != null && connectionType.isDefined) in getNetworkStateAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/network/
H A DNetworkModule.kt43 putBoolean("isConnected", connectionType.isDefined) in <lambda>()
61 putBoolean("isConnected", connectionType != null && connectionType.isDefined) in <lambda>()
90 val isDefined: Boolean in <lambda>() constant in abi49_0_0.expo.modules.network.NetworkModule.NetworkStateType
/expo/packages/expo-modules-core/ios/Tests/
H A DClassComponentSpec.swift118 let isDefined = try runtime.eval("'Counter' in expo.modules.TestModule") in spec() variable
120 expect(isDefined.getBool()) == true in spec()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DClassComponentSpec.swift118 let isDefined = try runtime.eval("'Counter' in expo.modules.TestModule") in spec() variable
120 expect(isDefined.getBool()) == true in spec()