Searched refs:func_type (Results 1 - 25 of 31) sorted by relevance

12

/external/parameter-framework/asio/include/asio/detail/
H A Dwait_op.hpp31 wait_op(func_type func)
H A Dtask_io_service_operation.hpp43 typedef void (*func_type)(task_io_service*, typedef in class:asio::detail::ASIO_INHERIT_TRACKED_HANDLER
47 task_io_service_operation(func_type func)
62 func_type func_;
H A Dreactor_op.hpp42 reactor_op(perform_func_type perform_func, func_type complete_func)
H A Dreactive_socket_connect_op.hpp31 reactive_socket_connect_op_base(socket_type socket, func_type complete_func)
H A Dreactive_socket_send_op.hpp34 socket_base::message_flags flags, func_type complete_func)
H A Dreactive_socket_accept_op.hpp35 typename Protocol::endpoint* peer_endpoint, func_type complete_func)
H A Dreactive_socket_recv_op.hpp34 socket_base::message_flags flags, func_type complete_func)
H A Dreactive_socket_recvfrom_op.hpp34 socket_base::message_flags flags, func_type complete_func)
H A Dreactive_socket_recvmsg_op.hpp35 socket_base::message_flags& out_flags, func_type complete_func)
H A Dreactive_socket_sendto_op.hpp34 socket_base::message_flags flags, func_type complete_func)
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dwait_op.hpp31 wait_op(func_type func)
H A Dtask_io_service_operation.hpp43 typedef void (*func_type)(task_io_service*, typedef in class:asio::detail::ASIO_INHERIT_TRACKED_HANDLER
47 task_io_service_operation(func_type func)
62 func_type func_;
H A Dreactor_op.hpp42 reactor_op(perform_func_type perform_func, func_type complete_func)
H A Dreactive_socket_connect_op.hpp31 reactive_socket_connect_op_base(socket_type socket, func_type complete_func)
H A Dreactive_socket_send_op.hpp34 socket_base::message_flags flags, func_type complete_func)
H A Dreactive_socket_accept_op.hpp35 typename Protocol::endpoint* peer_endpoint, func_type complete_func)
H A Dreactive_socket_recv_op.hpp34 socket_base::message_flags flags, func_type complete_func)
H A Dreactive_socket_recvfrom_op.hpp34 socket_base::message_flags flags, func_type complete_func)
H A Dreactive_socket_recvmsg_op.hpp35 socket_base::message_flags& out_flags, func_type complete_func)
H A Dreactive_socket_sendto_op.hpp34 socket_base::message_flags flags, func_type complete_func)
/external/mesa3d/src/gallium/state_trackers/clover/util/
H A Dtuple.hpp59 typedef typename std::remove_reference<F>::type func_type; typedef in struct:clover::tuple::detail::_apply
61 std::declval<func_type>()(std::get<Is>(std::declval<T &&>())...)
91 typedef typename std::remove_reference<F>::type func_type; typedef in struct:clover::tuple::detail::_map
93 decltype(std::declval<func_type>()(
/external/curl/CMake/
H A DCurlTests.c236 typedef void (*func_type)(); typedef
241 func_type func;
242 func = (func_type)inet_ntoa_r;
251 typedef void (*func_type)(); typedef
256 func_type func;
257 func = (func_type)&inet_ntoa_r;
/external/tcpdump/
H A Dprint-atm.c455 uint8_t cell_type, func_type, payload, clp; local
466 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f;
488 ND_PRINT((ndo, ", func-type unknown (%u)", func_type));
491 tok2str(oam_functype_values[cell_type],"none",func_type),
492 func_type));
496 switch (cell_type << 4 | func_type) {
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp25 typedef int func_type(int); typedef
39 operator func_type(); // expected-error{{conversion function cannot convert to a function type}}
/external/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c44 const struct glsl_type *func_type = local
47 assert(glsl_get_function_return_type(func_type) == result_type);
52 func->num_params = glsl_get_length(func_type);
56 glsl_get_function_param(func_type, i);
73 func->return_type = glsl_get_function_return_type(func_type);

Completed in 467 milliseconds

12