Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Dcj_lambda.h36 static void* GetElementAddr(T& tup, size_t idx) in GetElementAddr() function
41 return TupleRuntimeHelper<I - 1>::GetElementAddr(tup, idx); in GetElementAddr()
49 static void* GetElementAddr(T& tup, size_t idx)
57 static inline void* GetElementAddr(std::tuple<Types...> const& tup, size_t idx)
59 return TupleRuntimeHelper<sizeof...(Types)>::GetElementAddr(tup, idx);
63 static inline void* GetElementAddr(std::tuple<Types...>& tup, size_t idx)
65 return TupleRuntimeHelper<sizeof...(Types)>::GetElementAddr(tup, idx);
81 argv[i] = GetElementAddr(argsTuple, i);
101 argv[i] = GetElementAddr(argsTuple, i);