Home
last modified time | relevance | path

Searched refs:unpackArgs (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXJsiArgsTransform.h239 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 DABI47_0_0EXJsiArgsTransform.h239 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 DEXJsiArgsTransform.h239 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 DABI49_0_0EXJsiArgsTransform.h239 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()