Searched refs:Plain (Results 1 – 14 of 14) sorted by relevance
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI49_0_0decorator.h | 40 template <typename Plain, typename Base> 82 template <typename Plain, typename Base> 99 template <typename Plain = Runtime, typename Base = Runtime> 102 Plain& plain() { in plain() 104 std::is_base_of<Runtime, Plain>::value, in plain() 111 const Plain& plain() const { in plain() 152 RuntimeDecorator(Plain& plain) : plain_(plain) {} in RuntimeDecorator() 417 return const_cast<Plain&>(plain()) in flushAndDisableBridgeTrafficTrace() 424 const_cast<Plain&>(plain()) in writeBasicBlockProfileTraceToFile() 436 Plain& plain_; [all …]
|
| H A D | ABI49_0_0jsi.h | 399 template <typename Plain, typename Base>
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI48_0_0decorator.h | 40 template <typename Plain, typename Base> 82 template <typename Plain, typename Base> 99 template <typename Plain = Runtime, typename Base = Runtime> 102 Plain& plain() { in plain() 104 std::is_base_of<Runtime, Plain>::value, in plain() 111 const Plain& plain() const { in plain() 152 RuntimeDecorator(Plain& plain) : plain_(plain) {} in RuntimeDecorator() 414 return const_cast<Plain&>(plain()) in flushAndDisableBridgeTrafficTrace() 421 const_cast<Plain&>(plain()) in writeBasicBlockProfileTraceToFile() 433 Plain& plain_; [all …]
|
| H A D | ABI48_0_0jsi.h | 396 template <typename Plain, typename Base>
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI47_0_0decorator.h | 40 template <typename Plain, typename Base> 82 template <typename Plain, typename Base> 99 template <typename Plain = Runtime, typename Base = Runtime> 102 Plain& plain() { in plain() 104 std::is_base_of<Runtime, Plain>::value, in plain() 111 const Plain& plain() const { in plain() 152 RuntimeDecorator(Plain& plain) : plain_(plain) {} in RuntimeDecorator() 380 return const_cast<Plain&>(plain()) in flushAndDisableBridgeTrafficTrace() 387 const_cast<Plain&>(plain()) in writeBasicBlockProfileTraceToFile() 399 Plain& plain_; [all …]
|
| H A D | ABI47_0_0jsi.h | 358 template <typename Plain, typename Base>
|
| /expo/packages/expo-auth-session/build/ |
| H A D | AuthRequest.types.d.ts | 13 Plain = "plain" enumerator
|
| H A D | AuthRequest.js | 77 …invariant(this.codeChallengeMethod !== CodeChallengeMethod.Plain, `\`AuthRequest\` does not suppor…
|
| H A D | AuthRequest.types.js.map | 1 …Plain = 'plain',\n}\n\n// @needsAudit\n/**\n * The client informs the authorization server of the …
|
| H A D | AuthRequest.js.map | 1 …llengeMethod !== CodeChallengeMethod.Plain,\n `\\`AuthRequest\\` does not support \\`CodeChal…
|
| /expo/packages/expo-auth-session/src/ |
| H A D | AuthRequest.types.ts | 15 Plain = 'plain', enumerator
|
| H A D | AuthRequest.ts | 99 this.codeChallengeMethod !== CodeChallengeMethod.Plain,
|
| /expo/apps/native-component-list/src/screens/Image/tests/ |
| H A D | appearance.tsx | 8 name: 'Plain',
|
| /expo/packages/expo-auth-session/src/__tests__/ |
| H A D | AuthRequest-test.ts | 24 codeChallengeMethod: CodeChallengeMethod.Plain,
|