| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/bridging/ |
| H A D | ABI48_0_0Value.h | 37 const std::shared_ptr<CallInvoker> &jsInvoker) { 41 return bridging::fromJs<T>(rt, value, jsInvoker); 48 const std::shared_ptr<CallInvoker> &jsInvoker) { 58 const std::shared_ptr<CallInvoker> &jsInvoker) { 60 return bridging::toJs(rt, *value, jsInvoker); 73 const std::shared_ptr<CallInvoker> &jsInvoker) { 75 return bridging::toJs(rt, *ptr, jsInvoker); 86 const std::shared_ptr<CallInvoker> &jsInvoker) { 88 return bridging::toJs(rt, *ptr, jsInvoker); 99 const std::shared_ptr<CallInvoker> &jsInvoker) { [all …]
|
| H A D | ABI48_0_0Function.h | 26 std::shared_ptr<CallInvoker> jsInvoker) in AsyncCallback() argument 30 std::move(jsInvoker))) {} in AsyncCallback() 47 wrapper->jsInvoker().invokeAsync( in call() 65 std::shared_ptr<CallInvoker> jsInvoker) in SyncCallback() argument 69 std::move(jsInvoker))) {} in SyncCallback() 93 auto jsInvoker = wrapper->jsInvokerPtr(); in call() local 103 jsInvoker); in call() 129 const std::shared_ptr<CallInvoker> &jsInvoker) { 145 const std::shared_ptr<CallInvoker> &jsInvoker) { 187 jsInvoker); [all …]
|
| H A D | ABI48_0_0CallbackWrapper.h | 24 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 28 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 34 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 38 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 52 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 54 new CallbackWrapper(std::move(callback), runtime, jsInvoker)); in createWeak() 63 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 65 longLivedObjectCollection, std::move(callback), runtime, jsInvoker)); in createWeak() 83 CallInvoker &jsInvoker() { in jsInvoker() function
|
| H A D | ABI48_0_0Class.h | 23 const std::shared_ptr<CallInvoker> &jsInvoker, in callFromJs() argument 33 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...); in callFromJs() 41 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...); in callFromJs() 50 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...), in callFromJs() 51 jsInvoker); in callFromJs() 63 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...), in callFromJs() 64 jsInvoker); in callFromJs() 78 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...); in callFromJs()
|
| H A D | ABI48_0_0Array.h | 30 const std::shared_ptr<CallInvoker> &jsInvoker) { in toJs() 31 return toJs(rt, array, jsInvoker, std::make_index_sequence<N>{}); in toJs() 39 const std::shared_ptr<CallInvoker> &jsInvoker, in toJs() 42 rt, bridging::toJs(rt, std::get<Index>(array), jsInvoker)...); in toJs() 51 const std::shared_ptr<CallInvoker> &jsInvoker) { in toJs() 56 result.setValueAtIndex(rt, index++, bridging::toJs(rt, item, jsInvoker)); in toJs() 94 const std::shared_ptr<CallInvoker> &jsInvoker) { 102 bridging::fromJs<T>(rt, array.getValueAtIndex(rt, i), jsInvoker)); 114 const std::shared_ptr<CallInvoker> &jsInvoker) { 120 bridging::fromJs<T>(rt, array.getValueAtIndex(rt, i), jsInvoker));
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/bridging/ |
| H A D | ABI49_0_0Value.h | 37 const std::shared_ptr<CallInvoker> &jsInvoker) { 41 return bridging::fromJs<T>(rt, value, jsInvoker); 48 const std::shared_ptr<CallInvoker> &jsInvoker) { 58 const std::shared_ptr<CallInvoker> &jsInvoker) { 60 return bridging::toJs(rt, *value, jsInvoker); 73 const std::shared_ptr<CallInvoker> &jsInvoker) { 75 return bridging::toJs(rt, *ptr, jsInvoker); 86 const std::shared_ptr<CallInvoker> &jsInvoker) { 88 return bridging::toJs(rt, *ptr, jsInvoker); 99 const std::shared_ptr<CallInvoker> &jsInvoker) { [all …]
|
| H A D | ABI49_0_0Function.h | 28 std::shared_ptr<CallInvoker> jsInvoker) in AsyncCallback() argument 32 std::move(jsInvoker))) {} in AsyncCallback() 69 wrapper->jsInvoker().invokeAsync(std::move(fn)); in callInternal() 80 std::shared_ptr<CallInvoker> jsInvoker) in SyncCallback() argument 84 std::move(jsInvoker))) {} in SyncCallback() 108 auto jsInvoker = wrapper->jsInvokerPtr(); in call() local 118 jsInvoker); in call() 144 const std::shared_ptr<CallInvoker> &jsInvoker) { 160 const std::shared_ptr<CallInvoker> &jsInvoker) { 202 jsInvoker); [all …]
|
| H A D | ABI49_0_0Class.h | 23 const std::shared_ptr<CallInvoker> &jsInvoker, in callFromJs() argument 33 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...); in callFromJs() 41 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...); in callFromJs() 50 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...), in callFromJs() 51 jsInvoker); in callFromJs() 63 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...), in callFromJs() 64 jsInvoker); in callFromJs() 78 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...); in callFromJs()
|
| H A D | ABI49_0_0CallbackWrapper.h | 24 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 27 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 37 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 39 std::move(callback), runtime, std::move(jsInvoker))); in createWeak() 57 CallInvoker &jsInvoker() { in jsInvoker() function
|
| H A D | ABI49_0_0Array.h | 30 const std::shared_ptr<CallInvoker> &jsInvoker) { in toJs() 31 return toJs(rt, array, jsInvoker, std::make_index_sequence<N>{}); in toJs() 39 const std::shared_ptr<CallInvoker> &jsInvoker, in toJs() 42 rt, bridging::toJs(rt, std::get<Index>(array), jsInvoker)...); in toJs() 51 const std::shared_ptr<CallInvoker> &jsInvoker) { in toJs() 56 result.setValueAtIndex(rt, index++, bridging::toJs(rt, item, jsInvoker)); in toJs() 94 const std::shared_ptr<CallInvoker> &jsInvoker) { 102 bridging::fromJs<T>(rt, array.getValueAtIndex(rt, i), jsInvoker)); 114 const std::shared_ptr<CallInvoker> &jsInvoker) { 120 bridging::fromJs<T>(rt, array.getValueAtIndex(rt, i), jsInvoker));
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/bridging/ |
| H A D | ABI47_0_0Value.h | 37 const std::shared_ptr<CallInvoker> &jsInvoker) { 41 return bridging::fromJs<T>(rt, value, jsInvoker); 48 const std::shared_ptr<CallInvoker> &jsInvoker) { 58 const std::shared_ptr<CallInvoker> &jsInvoker) { 60 return bridging::toJs(rt, *value, jsInvoker); 73 const std::shared_ptr<CallInvoker> &jsInvoker) { 75 return bridging::toJs(rt, *ptr, jsInvoker); 86 const std::shared_ptr<CallInvoker> &jsInvoker) { 88 return bridging::toJs(rt, *ptr, jsInvoker); 99 const std::shared_ptr<CallInvoker> &jsInvoker) { [all …]
|
| H A D | ABI47_0_0Function.h | 26 std::shared_ptr<CallInvoker> jsInvoker) in AsyncCallback() argument 30 std::move(jsInvoker))) {} in AsyncCallback() 47 wrapper->jsInvoker().invokeAsync( in call() 65 std::shared_ptr<CallInvoker> jsInvoker) in SyncCallback() argument 69 std::move(jsInvoker))) {} in SyncCallback() 93 auto jsInvoker = wrapper->jsInvokerPtr(); in call() local 103 jsInvoker); in call() 129 const std::shared_ptr<CallInvoker> &jsInvoker) { 145 const std::shared_ptr<CallInvoker> &jsInvoker) { 187 jsInvoker); [all …]
|
| H A D | ABI47_0_0CallbackWrapper.h | 24 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 28 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 34 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 38 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 52 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 54 new CallbackWrapper(std::move(callback), runtime, jsInvoker)); in createWeak() 63 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 65 longLivedObjectCollection, std::move(callback), runtime, jsInvoker)); in createWeak() 83 CallInvoker &jsInvoker() { in jsInvoker() function
|
| H A D | ABI47_0_0Class.h | 23 const std::shared_ptr<CallInvoker> &jsInvoker, in callFromJs() argument 33 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...); in callFromJs() 41 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...); in callFromJs() 50 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...), in callFromJs() 51 jsInvoker); in callFromJs() 63 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...), in callFromJs() 64 jsInvoker); in callFromJs() 78 rt, fromJs<Args>(rt, std::forward<JSArgs>(args), jsInvoker)...); in callFromJs()
|
| H A D | ABI47_0_0Array.h | 29 const std::shared_ptr<CallInvoker> &jsInvoker) { in toJs() 30 return toJs(rt, array, jsInvoker, std::make_index_sequence<N>{}); in toJs() 38 const std::shared_ptr<CallInvoker> &jsInvoker, in toJs() 41 rt, bridging::toJs(rt, std::get<Index>(array), jsInvoker)...); in toJs() 50 const std::shared_ptr<CallInvoker> &jsInvoker) { in toJs() 55 result.setValueAtIndex(rt, index++, bridging::toJs(rt, item, jsInvoker)); in toJs() 93 const std::shared_ptr<CallInvoker> &jsInvoker) { 101 bridging::fromJs<T>(rt, array.getValueAtIndex(rt, i), jsInvoker));
|
| /expo/ios/versioned/sdk47/EXAV/EXAV/AudioSampleCallback/Utils/ |
| H A D | CallbackWrapper.h | 78 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 82 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 88 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 92 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 106 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 108 new CallbackWrapper(std::move(callback), runtime, jsInvoker)); in createWeak() 117 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 119 longLivedObjectCollection, std::move(callback), runtime, jsInvoker)); in createWeak() 137 CallInvoker &jsInvoker() { in jsInvoker() function
|
| /expo/ios/versioned/sdk48/EXAV/EXAV/AudioSampleCallback/Utils/ |
| H A D | CallbackWrapper.h | 78 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 82 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 88 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 92 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 106 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 108 new CallbackWrapper(std::move(callback), runtime, jsInvoker)); in createWeak() 117 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 119 longLivedObjectCollection, std::move(callback), runtime, jsInvoker)); in createWeak() 137 CallInvoker &jsInvoker() { in jsInvoker() function
|
| /expo/ios/versioned/sdk49/EXAV/EXAV/AudioSampleCallback/Utils/ |
| H A D | CallbackWrapper.h | 78 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 82 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 88 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 92 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 106 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 108 new CallbackWrapper(std::move(callback), runtime, jsInvoker)); in createWeak() 117 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 119 longLivedObjectCollection, std::move(callback), runtime, jsInvoker)); in createWeak() 137 CallInvoker &jsInvoker() { in jsInvoker() function
|
| /expo/packages/expo-av/ios/EXAV/AudioSampleCallback/Utils/ |
| H A D | CallbackWrapper.h | 78 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 82 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 88 std::shared_ptr<CallInvoker> jsInvoker) in CallbackWrapper() argument 92 jsInvoker_(std::move(jsInvoker)) {} in CallbackWrapper() 106 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 108 new CallbackWrapper(std::move(callback), runtime, jsInvoker)); in createWeak() 117 std::shared_ptr<CallInvoker> jsInvoker) { in createWeak() argument 119 longLivedObjectCollection, std::move(callback), runtime, jsInvoker)); in createWeak() 137 CallInvoker &jsInvoker() { in jsInvoker() function
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ |
| H A D | ABI47_0_0RCTTurboModuleManager.h | 36 jsInvoker: 37 … (std::shared_ptr<ABI47_0_0facebook::ABI47_0_0React::CallInvoker>)jsInvoker; 45 … jsInvoker:(std::shared_ptr<ABI47_0_0facebook::ABI47_0_0React::CallInvoker>)jsInvoker;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ |
| H A D | ABI48_0_0RCTTurboModuleManager.h | 36 jsInvoker: 37 … (std::shared_ptr<ABI48_0_0facebook::ABI48_0_0React::CallInvoker>)jsInvoker; 45 … jsInvoker:(std::shared_ptr<ABI48_0_0facebook::ABI48_0_0React::CallInvoker>)jsInvoker;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/ |
| H A D | ABI49_0_0RCTTurboModuleManager.h | 40 jsInvoker: 41 … (std::shared_ptr<ABI49_0_0facebook::ABI49_0_0React::CallInvoker>)jsInvoker; 49 … jsInvoker:(std::shared_ptr<ABI49_0_0facebook::ABI49_0_0React::CallInvoker>)jsInvoker;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/ |
| H A D | ABI49_0_0NativePerformance.cpp | 18 std::shared_ptr<ABI49_0_0facebook::ABI49_0_0React::CallInvoker> jsInvoker) { in NativePerformanceModuleProvider() argument 20 std::move(jsInvoker)); in NativePerformanceModuleProvider() 25 NativePerformance::NativePerformance(std::shared_ptr<CallInvoker> jsInvoker) in NativePerformance() argument 26 : ABI49_0_0NativePerformanceCxxSpec(std::move(jsInvoker)) {} in NativePerformance()
|
| /expo/packages/expo-modules-core/ios/JSI/ |
| H A D | EXJSIConversions.h | 35 …yToNSArray(jsi::Runtime &runtime, const jsi::Array &value, std::shared_ptr<CallInvoker> jsInvoker); 39 …ictionary(jsi::Runtime &runtime, const jsi::Object &value, std::shared_ptr<CallInvoker> jsInvoker); 41 …ObjCObject(jsi::Runtime &runtime, const jsi::Value &value, std::shared_ptr<CallInvoker> jsInvoker); 43 …allback(jsi::Runtime &runtime, const jsi::Function &value, std::shared_ptr<CallInvoker> jsInvoker);
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/ |
| H A D | ABI47_0_0EXJSIConversions.h | 35 …yToNSArray(jsi::Runtime &runtime, const jsi::Array &value, std::shared_ptr<CallInvoker> jsInvoker); 39 …ictionary(jsi::Runtime &runtime, const jsi::Object &value, std::shared_ptr<CallInvoker> jsInvoker); 41 …ObjCObject(jsi::Runtime &runtime, const jsi::Value &value, std::shared_ptr<CallInvoker> jsInvoker); 43 …allback(jsi::Runtime &runtime, const jsi::Function &value, std::shared_ptr<CallInvoker> jsInvoker);
|