Searched refs:handler_type (Results 1 – 8 of 8) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | handler_type.hpp | 31 struct handler_type struct 39 struct handler_type<const Handler, Signature> struct 40 : handler_type<Handler, Signature> {}; 43 struct handler_type<volatile Handler, Signature> struct 44 : handler_type<Handler, Signature> {}; 47 struct handler_type<const volatile Handler, Signature> struct 48 : handler_type<Handler, Signature> {}; 51 struct handler_type<const Handler&, Signature> struct 52 : handler_type<Handler, Signature> {}; 55 struct handler_type<volatile Handler&, Signature> struct [all …]
|
D | async_result.hpp | 62 typename handler_type<Handler, Signature>::type handler; 63 async_result<typename handler_type<Handler, Signature>::type> result; 70 typename handler_type<Handler, Signature>::type 79 …_TYPE(h, sig) typename ::asio::async_result< typename ::asio::handler_type<h, sig>::type>:…
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | handler_type_requirements.hpp | 112 …define ASIO_COMPLETION_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(… argument 114 #define ASIO_READ_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handle… argument 117 #define ASIO_WRITE_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handl… argument 119 #define ASIO_ACCEPT_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(hand… argument 121 #define ASIO_CONNECT_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(han… argument 123 …COMPOSED_CONNECT_HANDLER_CHECK( handler_type, handler, iter_type) typedef ASIO_HANDLER_… argument 125 …ine ASIO_RESOLVE_HANDLER_CHECK( handler_type, handler, iter_type) typedef ASIO_HANDLER_… argument 127 #define ASIO_WAIT_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handle… argument 129 #define ASIO_SIGNAL_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(hand… argument 131 #define ASIO_HANDSHAKE_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(h… argument [all …]
|
/external/fmtlib/test/ |
D | locale-test.cc | 120 using handler_type = in parse() typedef 122 detail::specs_checker<handler_type> handler(handler_type(specs_, ctx), in parse()
|
D | format | 639 typedef detail::dynamic_specs_handler<ParseContext> handler_type; 641 detail::specs_checker<handler_type> handler(handler_type(specs_, ctx),
|
/external/libxkbcommon/src/xkbcomp/ |
D | action.c | 785 enum xkb_action_type handler_type; in HandleActionDef() local 794 if (!stringToAction(str, &handler_type)) { in HandleActionDef() 804 *action = info->actions[handler_type]; in HandleActionDef() 847 if (!handleAction[handler_type](ctx, mods, action, fieldNdx, in HandleActionDef()
|
/external/flac/doc/ |
D | isoflac.txt | 76 + The handler_type field in the Handler Reference Box 530 handler_type = soun
|
/external/fmtlib/include/fmt/ |
D | format.h | 3405 using handler_type = detail::dynamic_specs_handler<ParseContext>; 3407 detail::specs_checker<handler_type> handler(handler_type(specs_, ctx), 3627 using handler_type = detail::dynamic_specs_handler<ParseContext>; 3628 detail::specs_checker<handler_type> handler(handler_type(specs_, ctx),
|