Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/archetypes/
Dasync_result.hpp26 struct concrete_handler<R(Arg1)> struct
28 concrete_handler(lazy_handler) in concrete_handler() argument
32 void operator()(typename boost::asio::decay<Arg1>::type) in operator ()()
37 concrete_handler(concrete_handler&&) {} in concrete_handler() argument
44 struct concrete_handler<R(Arg1, Arg2)> struct
46 concrete_handler(lazy_handler) in concrete_handler() function
55 concrete_handler(concrete_handler&&) {} in concrete_handler() function
71 typedef archetypes::concrete_handler<Signature> completion_handler_type;