Searched refs:make_function (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/frameworks/native/libs/ftl/ |
H A D | function_test.cpp | 109 return ftl::make_function([this] { on_event(); }); in TEST() 120 f = ftl::make_function<&MyClass::on_event>(&cls); in TEST() 264 auto f = ftl::make_function<&Observer::setCalled>(&observer); in TEST() 279 const auto f = ftl::make_function<&Observer::setCalled>(&observer); in TEST() 294 const auto f = ftl::make_function<&Observer::setCalled>(&observer); in TEST() 304 auto f = ftl::make_function([](int a, int b) { return a + b; }); in TEST() 310 auto f = ftl::make_function([&called](int a, int b) { in TEST() 320 auto f = ftl::make_function([&called](int a, int b) mutable { in TEST() 333 auto f = ftl::make_function( in TEST() 350 auto f = ftl::make_function<&std::make_unique<int, int>>(); in TEST()
|
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
H A D | apply_large_arity.pass.cpp | 35 struct make_function; 38 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 D | apply_large_arity.pass.cpp | 36 struct make_function; 39 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/frameworks/native/include/ftl/ |
H A D | function.h | 275 auto make_function(const F& f) -> decltype(Function{f}) { 281 auto make_function(Class* instance) 291 auto make_function() -> decltype(Function{
|
/aosp_15_r20/external/angle/third_party/glslang/src/Test/ |
H A D | preprocessor.simple.vert | 8 #define make_function \ 14 make_function
|
/aosp_15_r20/external/deqp-deps/glslang/Test/ |
D | preprocessor.simple.vert | 8 #define make_function \ 14 make_function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | proto_fwd.hpp | 674 typedef make_expr<tag::function> make_function; typedef
|