Searched refs:unpackArgs (Results 1 – 4 of 4) sorted by relevance
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXJsiArgsTransform.h | 239 inline std::tuple<T...> unpackArgs(jsi::Runtime &runtime, const jsi::Value *jsArgv, size_t argc) { in unpackArgs() function 252 inline std::tuple<> unpackArgs(jsi::Runtime &, const jsi::Value *, size_t) { in unpackArgs() function 274 auto argTuple = unpackArgs<T...>(runtime, jsArgv, argc); in generateNativeMethod()
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXJsiArgsTransform.h | 239 inline std::tuple<T...> unpackArgs(jsi::Runtime &runtime, const jsi::Value *jsArgv, size_t argc) { in unpackArgs() function 252 inline std::tuple<> unpackArgs(jsi::Runtime &, const jsi::Value *, size_t) { in unpackArgs() function 274 auto argTuple = unpackArgs<T...>(runtime, jsArgv, argc); in generateNativeMethod()
|
| /expo/packages/expo-gl/common/ |
| H A D | EXJsiArgsTransform.h | 239 inline std::tuple<T...> unpackArgs(jsi::Runtime &runtime, const jsi::Value *jsArgv, size_t argc) { in unpackArgs() function 252 inline std::tuple<> unpackArgs(jsi::Runtime &, const jsi::Value *, size_t) { in unpackArgs() function 274 auto argTuple = unpackArgs<T...>(runtime, jsArgv, argc); in generateNativeMethod()
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | ABI49_0_0EXJsiArgsTransform.h | 239 inline std::tuple<T...> unpackArgs(jsi::Runtime &runtime, const jsi::Value *jsArgv, size_t argc) { in unpackArgs() function 252 inline std::tuple<> unpackArgs(jsi::Runtime &, const jsi::Value *, size_t) { in unpackArgs() function 274 auto argTuple = unpackArgs<T...>(runtime, jsArgv, argc); in generateNativeMethod()
|