/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket_acceptor.hpp | 212 template <typename Protocol1, typename SocketAcceptorService1> 226 template <typename Protocol1, typename SocketAcceptorService1> 228 basic_socket_acceptor<Protocol1, SocketAcceptorService1>&& other, in basic_socket_acceptor() argument 229 typename enable_if<is_convertible<Protocol1, Protocol>::value>::type* = 0) in basic_socket_acceptor() argument 232 this->get_service().template converting_move_construct<Protocol1>( in basic_socket_acceptor() 247 template <typename Protocol1, typename SocketAcceptorService1> 248 typename enable_if<is_convertible<Protocol1, Protocol>::value, 250 basic_socket_acceptor<Protocol1, SocketAcceptorService1>&& other) in operator =() argument 253 Protocol1, SocketAcceptorService1>)(other)); in operator =() 919 template <typename Protocol1, typename SocketService> [all …]
|
D | socket_acceptor_service.hpp | 85 template <typename Protocol1> 88 Protocol1>::implementation_type& other_impl, in converting_move_construct() 90 Protocol1, Protocol>::value>::type* = 0) in converting_move_construct() 92 service_impl_.template converting_move_construct<Protocol1>( in converting_move_construct() 222 template <typename Protocol1, typename SocketService> 224 basic_socket<Protocol1, SocketService>& peer, in accept() argument 226 typename enable_if<is_convertible<Protocol, Protocol1>::value>::type* = 0) in accept() 232 template <typename Protocol1, typename SocketService, typename AcceptHandler> 236 basic_socket<Protocol1, SocketService>& peer, in ASIO_INITFN_RESULT_TYPE() 239 typename enable_if<is_convertible<Protocol, Protocol1>::value>::type* = 0) in ASIO_INITFN_RESULT_TYPE()
|
D | basic_stream_socket.hpp | 177 template <typename Protocol1, typename StreamSocketService1> 179 basic_stream_socket<Protocol1, StreamSocketService1>&& other, in basic_stream_socket() argument 180 typename enable_if<is_convertible<Protocol1, Protocol>::value>::type* = 0) in basic_stream_socket() argument 183 Protocol1, StreamSocketService1>)(other)) in basic_stream_socket() 197 template <typename Protocol1, typename StreamSocketService1> 198 typename enable_if<is_convertible<Protocol1, Protocol>::value, 200 basic_stream_socket<Protocol1, StreamSocketService1>&& other) in operator =() argument 204 Protocol1, StreamSocketService1>)(other)); in operator =()
|
D | basic_socket.hpp | 175 template <typename Protocol1, typename SocketService1> 188 template <typename Protocol1, typename SocketService1> 189 basic_socket(basic_socket<Protocol1, SocketService1>&& other, in basic_socket() argument 190 typename enable_if<is_convertible<Protocol1, Protocol>::value>::type* = 0) in basic_socket() argument 193 this->get_service().template converting_move_construct<Protocol1>( in basic_socket() 207 template <typename Protocol1, typename SocketService1> 208 typename enable_if<is_convertible<Protocol1, Protocol>::value, 210 basic_socket<Protocol1, SocketService1>&& other) in operator =() argument 213 Protocol1, SocketService1>)(other)); in operator =()
|
D | stream_socket_service.hpp | 86 template <typename Protocol1> 89 Protocol1>::implementation_type& other_impl, in converting_move_construct() 91 Protocol1, Protocol>::value>::type* = 0) in converting_move_construct() 93 service_impl_.template converting_move_construct<Protocol1>( in converting_move_construct()
|
/external/clang/test/Index/ |
D | complete-protocols.m | 4 @protocol Protocol1 protocol 9 void f(id<Protocol1,Protocol2>); 18 // CHECK-CC1: ObjCProtocolDecl:{TypedText Protocol1} 21 // CHECK-CC2-NOT: ObjCProtocolDecl:{TypedText Protocol1}
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 98 template <typename Protocol1> 101 Protocol1>::implementation_type& other_impl) in converting_move_construct() 106 other_impl.protocol_ = typename Protocol1::endpoint().protocol(); in converting_move_construct()
|