| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | JavaScriptObjectSpec.swift | 40 expect(try! object?.getProperty(key).asString()) == value1 in spec() 51 expect(try! object?.getProperty(key).asString()) == value1 in spec() 57 expect(try! object?.getProperty(key).asString()) == value2 in spec() 69 expect(try! object?.getProperty(key).asString()) == value1 in spec() 76 expect(try! object?.getProperty(key).asString()) == value1 in spec() 83 expect(try! object?.getProperty(key).asString()) == value1 in spec() 85 expect(try! object?.getProperty(key).asString()) == value2 in spec() 91 expect(try! object?.getProperty(key).asString()) == value1 in spec() 93 expect(try! object?.getProperty(key).asString()) == value2 in spec()
|
| H A D | ExpoModulesSpec.swift | 53 return try! $0?.asString() in spec() 69 …expect(try runtime.eval("typeof expo.modules.TestModule.\(testFunctionName)").asString()) == "func… in spec()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | JavaScriptObjectSpec.swift | 40 expect(try! object?.getProperty(key).asString()) == value1 in spec() 51 expect(try! object?.getProperty(key).asString()) == value1 in spec() 57 expect(try! object?.getProperty(key).asString()) == value2 in spec() 69 expect(try! object?.getProperty(key).asString()) == value1 in spec() 76 expect(try! object?.getProperty(key).asString()) == value1 in spec() 83 expect(try! object?.getProperty(key).asString()) == value1 in spec() 85 expect(try! object?.getProperty(key).asString()) == value2 in spec() 91 expect(try! object?.getProperty(key).asString()) == value1 in spec() 93 expect(try! object?.getProperty(key).asString()) == value2 in spec()
|
| H A D | ExpoModulesSpec.swift | 53 return try! $0?.asString() in spec() 69 …expect(try runtime.eval("typeof expo.modules.TestModule.\(testFunctionName)").asString()) == "func… in spec()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/ |
| H A D | ABI48_0_0UITemplateProcessor.cpp | 42 const std::string &opcode = command[0].asString(); in runCommand() 47 const auto &type = command[2].asString(); in runCommand() 66 std::string param = command[4][0].asString(); in runCommand() 74 "register " + command[1].asString() + " wasn't loaded before access"); in runCommand() 79 "register " + command[1].asString() + " had type '" + in runCommand() 97 throw std::runtime_error("Unsupported opcode: " + command[0].asString()); in runCommand() 116 const auto &key = param.first.asString(); in buildShadowTree() 119 content.replace(start_pos, key.length(), param.second.asString()); in buildShadowTree()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/ |
| H A D | ABI49_0_0UITemplateProcessor.cpp | 42 const std::string &opcode = command[0].asString(); in runCommand() 47 const auto &type = command[2].asString(); in runCommand() 66 std::string param = command[4][0].asString(); in runCommand() 74 "register " + command[1].asString() + " wasn't loaded before access"); in runCommand() 79 "register " + command[1].asString() + " had type '" + in runCommand() 97 throw std::runtime_error("Unsupported opcode: " + command[0].asString()); in runCommand() 116 const auto &key = param.first.asString(); in buildShadowTree() 119 content.replace(start_pos, key.length(), param.second.asString()); in buildShadowTree()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/ |
| H A D | ABI47_0_0UITemplateProcessor.cpp | 43 const std::string &opcode = command[0].asString(); in runCommand() 48 const auto &type = command[2].asString(); in runCommand() 67 std::string param = command[4][0].asString(); in runCommand() 75 "register " + command[1].asString() + " wasn't loaded before access"); in runCommand() 80 "register " + command[1].asString() + " had type '" + in runCommand() 98 throw std::runtime_error("Unsupported opcode: " + command[0].asString()); in runCommand() 117 const auto &key = param.first.asString(); in buildShadowTree() 120 content.replace(start_pos, key.length(), param.second.asString()); in buildShadowTree()
|
| /expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/ |
| H A D | proxy.ts | 189 function asString(value: string | string[] = ''): string { function 196 deviceId: asString(query.device) || undefined, 197 deviceName: asString(query.name) || 'Unknown device name', 198 appName: asString(query.app) || 'Unknown app name', 205 deviceId: asString(query.device), 206 pageId: asString(query.page), 207 debuggerType: asString(query.type) ?? undefined,
|
| /expo/packages/expo-structured-headers/android/src/main/java/expo/modules/structuredheaders/ |
| H A D | ParseException.java | 56 this(message, asString(input), input.position(), cause); in ParseException() 68 this(message, asString(input), input.position(), null); in ParseException() 113 private static String asString(CharBuffer input) { in asString() method in ParseException
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/structuredheaders/ |
| H A D | ParseException.java | 56 this(message, asString(input), input.position(), cause); in ParseException() 68 this(message, asString(input), input.position(), null); in ParseException() 113 private static String asString(CharBuffer input) { in asString() method in ParseException
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/structuredheaders/ |
| H A D | ParseException.java | 56 this(message, asString(input), input.position(), cause); in ParseException() 68 this(message, asString(input), input.position(), null); in ParseException() 113 private static String asString(CharBuffer input) { in asString() method in ParseException
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/structuredheaders/ |
| H A D | ParseException.java | 56 this(message, asString(input), input.position(), cause); in ParseException() 68 this(message, asString(input), input.position(), null); in ParseException() 113 private static String asString(CharBuffer input) { in asString() method in ParseException
|
| /expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/ |
| H A D | WorkletsCache.cpp | 28 ValueWrapper::asString(frozenObj->map["asString"]->valueContainer) + in getFunction() 32 ValueWrapper::asString( in getFunction()
|
| /expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/ |
| H A D | WorkletsCache.cpp | 28 ValueWrapper::asString(frozenObj->map["asString"]->valueContainer) + in getFunction() 32 ValueWrapper::asString( in getFunction()
|
| /expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/ |
| H A D | WorkletsCache.cpp | 28 ValueWrapper::asString(frozenObj->map["asString"]->valueContainer) + in getFunction() 32 ValueWrapper::asString( in getFunction()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/net/ |
| H A D | UriTypeConverter.kt | 12 val stringUri = value.asString() in convertFromDynamic() 28 val stringUri = value.asString() in getCppRequiredTypes()
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/ |
| H A D | WorkletsCache.cpp | 28 ValueWrapper::asString(frozenObj->map["asString"]->valueContainer) + in getFunction() 32 ValueWrapper::asString( in getFunction()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/types/net/ |
| H A D | UriTypeConverter.kt | 12 val stringUri = value.asString() in convertFromDynamic() 28 val stringUri = value.asString() in getCppRequiredTypes()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/types/net/ |
| H A D | UriTypeConverter.kt | 12 val stringUri = value.asString() in convertFromDynamic() 28 val stringUri = value.asString() in getCppRequiredTypes()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/types/net/ |
| H A D | UriTypeConverter.kt | 12 val stringUri = value.asString() in convertFromDynamic() 28 val stringUri = value.asString() in getCppRequiredTypes()
|
| /expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/ReanimatedRuntime/ |
| H A D | ReanimatedHermesRuntime.cpp | 107 args[0].asString(rt).utf8(rt)); in ReanimatedHermesRuntime() 110 sourceURL = args[1].asString(rt).utf8(rt); in ReanimatedHermesRuntime() 115 args[2].asString(rt).utf8(rt)); in ReanimatedHermesRuntime()
|
| /expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/ReanimatedRuntime/ |
| H A D | ReanimatedHermesRuntime.cpp | 107 args[0].asString(rt).utf8(rt)); in ReanimatedHermesRuntime() 110 sourceURL = args[1].asString(rt).utf8(rt); in ReanimatedHermesRuntime() 115 args[2].asString(rt).utf8(rt)); in ReanimatedHermesRuntime()
|
| /expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/ReanimatedRuntime/ |
| H A D | ReanimatedHermesRuntime.cpp | 107 args[0].asString(rt).utf8(rt)); in ReanimatedHermesRuntime() 110 sourceURL = args[1].asString(rt).utf8(rt); in ReanimatedHermesRuntime() 115 args[2].asString(rt).utf8(rt)); in ReanimatedHermesRuntime()
|
| /expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/ReanimatedRuntime/ |
| H A D | ReanimatedHermesRuntime.cpp | 107 args[0].asString(rt).utf8(rt)); in ReanimatedHermesRuntime() 110 sourceURL = args[1].asString(rt).utf8(rt); in ReanimatedHermesRuntime() 115 args[2].asString(rt).utf8(rt)); in ReanimatedHermesRuntime()
|
| /expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/ |
| H A D | ASN1Object.swift | 75 public var asString: String? { variable 81 if let string = item.asString {
|