Home
last modified time | relevance | path

Searched defs:implementation_type (Results 1 – 25 of 40) sorted by relevance

12

/third_party/boost/libs/asio/include/boost/asio/detail/
Dnull_socket_service.hpp50 struct implementation_type struct in boost::asio::detail::null_socket_service
66 void construct(implementation_type&) in construct() argument
71 void move_construct(implementation_type&, implementation_type&) in move_construct() argument
76 void move_assign(implementation_type&, in move_assign() argument
83 void converting_move_construct(implementation_type&, in converting_move_construct() argument
85 typename null_socket_service<Protocol1>::implementation_type&) in converting_move_construct()
90 void destroy(implementation_type&) in destroy() argument
95 boost::system::error_code open(implementation_type&, in open() argument
103 boost::system::error_code assign(implementation_type&, const protocol_type&, in assign() argument
117 boost::system::error_code close(implementation_type&, in close() argument
[all …]
Dwinrt_resolver_service.hpp52 typedef socket_ops::shared_cancel_token_type implementation_type; typedef in boost::asio::detail::winrt_resolver_service
88 void construct(implementation_type&) in construct() argument
93 void move_construct(implementation_type&, in move_construct() argument
99 void move_assign(implementation_type&, in move_assign() argument
105 void destroy(implementation_type&) in destroy() argument
110 void cancel(implementation_type&) in cancel() argument
115 results_type resolve(implementation_type&, in resolve() argument
177 results_type resolve(implementation_type&, in resolve() argument
186 void async_resolve(implementation_type&, const endpoint_type&, in async_resolve() argument
Dwinrt_ssocket_service.hpp51 struct implementation_type : base_implementation_type struct in boost::asio::detail::winrt_ssocket_service
54 implementation_type() in implementation_type() argument
61 protocol_type protocol_;
155 boost::system::error_code bind(implementation_type&, in bind() argument
183 boost::system::error_code shutdown(implementation_type&, in shutdown() argument
Dresolver_service.hpp44 typedef socket_ops::shared_cancel_token_type implementation_type; typedef in boost::asio::detail::resolver_service
75 results_type resolve(implementation_type&, const query_type& qry, in resolve() argument
107 results_type resolve(implementation_type&, in resolve() argument
Ddeadline_timer_service.hpp58 struct implementation_type struct in boost::asio::detail::deadline_timer_service
61 time_type expiry;
62 bool might_have_pending_waits;
63 typename timer_queue<Time_Traits>::per_timer_data timer_data;
Dwin_object_handle_service.hpp49 class implementation_type class in boost::asio::detail::win_object_handle_service
53 implementation_type() in implementation_type() function in boost::asio::detail::win_object_handle_service::implementation_type
Dsignal_set_service.hpp98 class implementation_type class in boost::asio::detail::signal_set_service
102 implementation_type() in implementation_type() function in boost::asio::detail::signal_set_service::implementation_type
Dwin_iocp_socket_service.hpp111 struct implementation_type : struct in boost::asio::detail::win_iocp_socket_service
115 implementation_type() in implementation_type() argument
123 protocol_type protocol_;
126 bool have_remote_endpoint_;
129 endpoint_type remote_endpoint_;
Dstrand_service.hpp76 typedef strand_impl* implementation_type; typedef in boost::asio::detail::strand_service
Dstrand_executor_service.hpp80 typedef shared_ptr<strand_impl> implementation_type; typedef in boost::asio::detail::strand_executor_service
Dwin_iocp_handle_service.hpp49 class implementation_type class in boost::asio::detail::win_iocp_handle_service
53 implementation_type() in implementation_type() function in boost::asio::detail::win_iocp_handle_service::implementation_type
/third_party/boost/boost/asio/detail/
Dnull_socket_service.hpp50 struct implementation_type struct in boost::asio::detail::null_socket_service
66 void construct(implementation_type&) in construct() argument
71 void move_construct(implementation_type&, implementation_type&) in move_construct() argument
76 void move_assign(implementation_type&, in move_assign() argument
83 void converting_move_construct(implementation_type&, in converting_move_construct() argument
85 typename null_socket_service<Protocol1>::implementation_type&) in converting_move_construct()
90 void destroy(implementation_type&) in destroy() argument
95 boost::system::error_code open(implementation_type&, in open() argument
103 boost::system::error_code assign(implementation_type&, const protocol_type&, in assign() argument
117 boost::system::error_code close(implementation_type&, in close() argument
[all …]
Dwinrt_resolver_service.hpp52 typedef socket_ops::shared_cancel_token_type implementation_type; typedef in boost::asio::detail::winrt_resolver_service
88 void construct(implementation_type&) in construct() argument
93 void move_construct(implementation_type&, in move_construct() argument
99 void move_assign(implementation_type&, in move_assign() argument
105 void destroy(implementation_type&) in destroy() argument
110 void cancel(implementation_type&) in cancel() argument
115 results_type resolve(implementation_type&, in resolve() argument
177 results_type resolve(implementation_type&, in resolve() argument
186 void async_resolve(implementation_type&, const endpoint_type&, in async_resolve() argument
Dwinrt_ssocket_service.hpp51 struct implementation_type : base_implementation_type struct in boost::asio::detail::winrt_ssocket_service
54 implementation_type() in implementation_type() function
61 protocol_type protocol_;
155 boost::system::error_code bind(implementation_type&, in bind() argument
183 boost::system::error_code shutdown(implementation_type&, in shutdown() argument
Dresolver_service.hpp44 typedef socket_ops::shared_cancel_token_type implementation_type; typedef in boost::asio::detail::resolver_service
75 results_type resolve(implementation_type&, const query_type& qry, in resolve() argument
107 results_type resolve(implementation_type&, in resolve() argument
Ddeadline_timer_service.hpp58 struct implementation_type struct in boost::asio::detail::deadline_timer_service
61 time_type expiry;
62 bool might_have_pending_waits;
63 typename timer_queue<Time_Traits>::per_timer_data timer_data;
Dwin_object_handle_service.hpp49 class implementation_type class in boost::asio::detail::win_object_handle_service
53 implementation_type() in implementation_type() function in boost::asio::detail::win_object_handle_service::implementation_type
Dsignal_set_service.hpp98 class implementation_type class in boost::asio::detail::signal_set_service
102 implementation_type() in implementation_type() function in boost::asio::detail::signal_set_service::implementation_type
Dwin_iocp_socket_service.hpp111 struct implementation_type : struct in boost::asio::detail::win_iocp_socket_service
115 implementation_type() in implementation_type() function
123 protocol_type protocol_;
126 bool have_remote_endpoint_;
129 endpoint_type remote_endpoint_;
Dstrand_service.hpp76 typedef strand_impl* implementation_type; typedef in boost::asio::detail::strand_service
Dstrand_executor_service.hpp80 typedef shared_ptr<strand_impl> implementation_type; typedef in boost::asio::detail::strand_executor_service
Dwin_iocp_handle_service.hpp49 class implementation_type class in boost::asio::detail::win_iocp_handle_service
53 implementation_type() in implementation_type() function in boost::asio::detail::win_iocp_handle_service::implementation_type
/third_party/boost/boost/asio/
Dbasic_io_object.hpp35 typedef typename service_type::implementation_type implementation_type; typedef in boost::asio::detail::service_has_move
69 typedef typename service_type::implementation_type implementation_type; typedef in boost::asio::basic_io_object
201 typedef typename service_type::implementation_type implementation_type; typedef in boost::asio::basic_io_object
/third_party/boost/libs/asio/include/boost/asio/
Dbasic_io_object.hpp35 typedef typename service_type::implementation_type implementation_type; typedef in boost::asio::detail::service_has_move
69 typedef typename service_type::implementation_type implementation_type; typedef in boost::asio::basic_io_object
201 typedef typename service_type::implementation_type implementation_type; typedef in boost::asio::basic_io_object
/third_party/protobuf/python/google/protobuf/internal/
Dapi_implementation.py140 def _SetType(implementation_type): argument

12