Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/ftl/
H A Dfunction_test.cpp109 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 Dapply_large_arity.pass.cpp35 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 Dapply_large_arity.pass.cpp36 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 Dfunction.h275 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 Dpreprocessor.simple.vert8 #define make_function \
14 make_function
/aosp_15_r20/external/deqp-deps/glslang/Test/
Dpreprocessor.simple.vert8 #define make_function \
14 make_function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dproto_fwd.hpp674 typedef make_expr<tag::function> make_function; typedef