/external/parameter-framework/asio-1.10.6/include/asio/ |
D | socket_acceptor_service.hpp | 46 typedef typename service_impl_type::implementation_type implementation_type; typedef in asio::socket_acceptor_service 63 void construct(implementation_type& impl) in construct() 69 void move_construct(implementation_type& impl, in move_construct() 70 implementation_type& other_impl) in move_construct() 76 void move_assign(implementation_type& impl, in move_assign() 78 implementation_type& other_impl) in move_assign() 86 void converting_move_construct(implementation_type& impl, in converting_move_construct() 88 Protocol1>::implementation_type& other_impl, in converting_move_construct() 97 void destroy(implementation_type& impl) in destroy() 103 asio::error_code open(implementation_type& impl, in open() [all …]
|
D | stream_socket_service.hpp | 47 typedef typename service_impl_type::implementation_type implementation_type; typedef in asio::stream_socket_service 64 void construct(implementation_type& impl) in construct() 70 void move_construct(implementation_type& impl, in move_construct() 71 implementation_type& other_impl) in move_construct() 77 void move_assign(implementation_type& impl, in move_assign() 79 implementation_type& other_impl) in move_assign() 87 void converting_move_construct(implementation_type& impl, in converting_move_construct() 89 Protocol1>::implementation_type& other_impl, in converting_move_construct() 98 void destroy(implementation_type& impl) in destroy() 104 asio::error_code open(implementation_type& impl, in open() [all …]
|
D | basic_io_object.hpp | 30 typedef typename service_type::implementation_type implementation_type; typedef in asio::detail::service_has_move 40 static_cast<implementation_type*>(0))) == 1; 58 typedef typename service_type::implementation_type implementation_type; typedef in asio::basic_io_object 116 implementation_type& get_implementation() in get_implementation() 122 const implementation_type& get_implementation() const in get_implementation() 129 implementation_type implementation; 142 typedef typename service_type::implementation_type implementation_type; typedef in asio::basic_io_object 185 implementation_type& get_implementation() in get_implementation() 190 const implementation_type& get_implementation() const in get_implementation() 195 implementation_type implementation;
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 57 struct implementation_type : struct in asio::detail::reactive_socket_service 61 implementation_type() in implementation_type() argument 77 void move_construct(implementation_type& impl, in move_construct() 78 implementation_type& other_impl) in move_construct() 87 void move_assign(implementation_type& impl, in move_assign() 89 implementation_type& other_impl) in move_assign() 99 void converting_move_construct(implementation_type& impl, in converting_move_construct() 101 Protocol1>::implementation_type& other_impl) in converting_move_construct() 110 asio::error_code open(implementation_type& impl, in open() 120 asio::error_code assign(implementation_type& impl, in assign() [all …]
|
D | resolver_service_base.hpp | 36 typedef socket_ops::shared_cancel_token_type implementation_type; typedef in asio::detail::resolver_service_base 52 ASIO_DECL void construct(implementation_type& impl); 55 ASIO_DECL void destroy(implementation_type&); 58 ASIO_DECL void cancel(implementation_type& impl);
|
D | resolver_service.hpp | 36 typedef socket_ops::shared_cancel_token_type implementation_type; typedef in asio::detail::resolver_service 54 iterator_type resolve(implementation_type&, const query_type& query, in resolve() argument 69 void async_resolve(implementation_type& impl, in async_resolve() 86 iterator_type resolve(implementation_type&, in resolve() argument 101 void async_resolve(implementation_type& impl, in async_resolve()
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
D | resolver_service.hpp | 56 typedef typename service_impl_type::implementation_type implementation_type; typedef in asio::ip::resolver_service 67 void construct(implementation_type& impl) in construct() 73 void destroy(implementation_type& impl) in destroy() 79 void cancel(implementation_type& impl) in cancel() 85 iterator_type resolve(implementation_type& impl, const query_type& query, in resolve() 95 async_resolve(implementation_type& impl, const query_type& query, in ASIO_INITFN_RESULT_TYPE() 108 iterator_type resolve(implementation_type& impl, in resolve() 118 async_resolve(implementation_type& impl, const endpoint_type& endpoint, in ASIO_INITFN_RESULT_TYPE()
|
/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
D | api_implementation.py | 99 def _SetType(implementation_type): argument 102 _implementation_type = implementation_type
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | resolver_service_base.ipp | 84 resolver_service_base::implementation_type& impl) 90 resolver_service_base::implementation_type& impl) 98 resolver_service_base::implementation_type& impl)
|
/external/protobuf/python/google/protobuf/internal/ |
D | api_implementation.py | 154 def _SetType(implementation_type): argument 157 _implementation_type = implementation_type
|