Searched defs:Protocol1 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/test/Index/ |
D | complete-protocols.m | 4 @protocol Protocol1 protocol
|
/external/clang/test/Index/ |
D | complete-protocols.m | 4 @protocol Protocol1 protocol
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket_acceptor.hpp | 228 basic_socket_acceptor<Protocol1, SocketAcceptorService1>&& other, in basic_socket_acceptor() 229 typename enable_if<is_convertible<Protocol1, Protocol>::value>::type* = 0) in basic_socket_acceptor() 250 basic_socket_acceptor<Protocol1, SocketAcceptorService1>&& other) in operator =() 920 void accept(basic_socket<Protocol1, SocketService>& peer, in accept() 954 basic_socket<Protocol1, SocketService>& peer, in accept()
|
D | basic_stream_socket.hpp | 179 basic_stream_socket<Protocol1, StreamSocketService1>&& other, in basic_stream_socket() 180 typename enable_if<is_convertible<Protocol1, Protocol>::value>::type* = 0) in basic_stream_socket() 200 basic_stream_socket<Protocol1, StreamSocketService1>&& other) in operator =()
|
D | basic_socket.hpp | 189 basic_socket(basic_socket<Protocol1, SocketService1>&& other, in basic_socket() function in asio::basic_socket 190 typename enable_if<is_convertible<Protocol1, Protocol>::value>::type* = 0) in basic_socket() 210 basic_socket<Protocol1, SocketService1>&& other) in operator =()
|
D | socket_acceptor_service.hpp | 86 void converting_move_construct(implementation_type& impl, in converting_move_construct() 224 basic_socket<Protocol1, SocketService>& peer, in accept()
|
D | stream_socket_service.hpp | 87 void converting_move_construct(implementation_type& impl, in converting_move_construct()
|