Searched defs:invoke_impl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/functional/invocation/ |
D | invoke.hpp | 95 struct invoke_impl<Function,Sequence,N,true,RandomAccess,Enable> struct 103 struct invoke_impl<Function,Sequence,1,true,RandomAccess,Enable> struct 197 struct invoke_impl<Function,Sequence,N,false,true, struct 205 Function(BOOST_PP_ENUM(N,M,~)) >::type result_type; 213 call(F & f, Sequence & s) in call() 223 call(F & f, Sequence & /*s*/) in call() 291 struct invoke_impl<Function,Sequence,N,false,false, struct 299 typedef invoke_param_types<Sequence,N> seq; 304 >::type result_type; 311 call(F & f, Sequence & s) in call() [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | CUDALoops.cuh | 197 C10_HOST_DEVICE typename traits::result_type invoke_impl( in invoke_impl() function 223 C10_HOST_DEVICE typename traits::result_type invoke_impl( in invoke_impl() function
|