Home
last modified time | relevance | path

Searched defs:make_function (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp38 struct make_function<Tp, std::integer_sequence<std::size_t, Idx...>> struct
44 using make_function_t = typename make_function<Tp, std::make_index_sequence<Size>>::type; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp39 struct make_function<Tp, std::integer_sequence<std::size_t, Idx...>> struct
45 using make_function_t = typename make_function<Tp, std::make_index_sequence<Size>>::type; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dproto_fwd.hpp674 typedef make_expr<tag::function> make_function; typedef