Home
last modified time | relevance | path

Searched refs:methodCalls (Results 1 – 6 of 6) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0MethodCall.cpp66 std::vector<MethodCall> methodCalls; in parseMethodCalls() local
75 methodCalls.emplace_back( in parseMethodCalls()
85 return methodCalls; in parseMethodCalls()
H A DABI48_0_0NativeToJsBridge.cpp63 std::vector<MethodCall> methodCalls = parseMethodCalls(std::move(calls)); in callNativeModules() local
65 (int)methodCalls.size()); in callNativeModules()
70 for (auto &call : methodCalls) { in callNativeModules()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0MethodCall.cpp66 std::vector<MethodCall> methodCalls; in parseMethodCalls() local
75 methodCalls.emplace_back( in parseMethodCalls()
85 return methodCalls; in parseMethodCalls()
H A DABI47_0_0NativeToJsBridge.cpp63 std::vector<MethodCall> methodCalls = parseMethodCalls(std::move(calls)); in callNativeModules() local
65 (int)methodCalls.size()); in callNativeModules()
70 for (auto &call : methodCalls) { in callNativeModules()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0MethodCall.cpp66 std::vector<MethodCall> methodCalls; in parseMethodCalls() local
75 methodCalls.emplace_back( in parseMethodCalls()
85 return methodCalls; in parseMethodCalls()
H A DABI49_0_0NativeToJsBridge.cpp63 std::vector<MethodCall> methodCalls = parseMethodCalls(std::move(calls)); in callNativeModules() local
65 (int)methodCalls.size()); in callNativeModules()
70 for (auto &call : methodCalls) { in callNativeModules()