Home
last modified time | relevance | path

Searched refs:Protocol (Results 1 – 25 of 1857) sorted by relevance

12345678910>>...75

/third_party/boost/libs/asio/include/boost/asio/detail/
Dsocket_option.hpp74 template <typename Protocol>
75 int level(const Protocol&) const in level()
81 template <typename Protocol>
82 int name(const Protocol&) const in name()
88 template <typename Protocol>
89 int* data(const Protocol&) in data() argument
95 template <typename Protocol>
96 const int* data(const Protocol&) const in data()
102 template <typename Protocol>
103 std::size_t size(const Protocol&) const in size()
[all …]
Dreactive_socket_accept_op.hpp35 template <typename Socket, typename Protocol>
41 const Protocol& protocol, typename Protocol::endpoint* peer_endpoint, in reactive_socket_accept_op_base()
88 Protocol protocol_;
89 typename Protocol::endpoint* peer_endpoint_;
93 template <typename Socket, typename Protocol,
96 public reactive_socket_accept_op_base<Socket, Protocol>
103 const Protocol& protocol, typename Protocol::endpoint* peer_endpoint, in reactive_socket_accept_op()
105 : reactive_socket_accept_op_base<Socket, Protocol>( in reactive_socket_accept_op()
160 template <typename Protocol, typename PeerIoExecutor,
163 private Protocol::socket::template rebind_executor<PeerIoExecutor>::other,
[all …]
/third_party/boost/boost/asio/detail/
Dsocket_option.hpp74 template <typename Protocol>
75 int level(const Protocol&) const in level()
81 template <typename Protocol>
82 int name(const Protocol&) const in name()
88 template <typename Protocol>
89 int* data(const Protocol&) in data() argument
95 template <typename Protocol>
96 const int* data(const Protocol&) const in data()
102 template <typename Protocol>
103 std::size_t size(const Protocol&) const in size()
[all …]
Dreactive_socket_accept_op.hpp35 template <typename Socket, typename Protocol>
41 const Protocol& protocol, typename Protocol::endpoint* peer_endpoint, in reactive_socket_accept_op_base()
88 Protocol protocol_;
89 typename Protocol::endpoint* peer_endpoint_;
93 template <typename Socket, typename Protocol,
96 public reactive_socket_accept_op_base<Socket, Protocol>
103 const Protocol& protocol, typename Protocol::endpoint* peer_endpoint, in reactive_socket_accept_op()
105 : reactive_socket_accept_op_base<Socket, Protocol>( in reactive_socket_accept_op()
160 template <typename Protocol, typename PeerIoExecutor,
163 private Protocol::socket::template rebind_executor<PeerIoExecutor>::other,
[all …]
/third_party/boost/libs/asio/include/boost/asio/ip/detail/
Dsocket_option.hpp92 template <typename Protocol>
93 int level(const Protocol& protocol) const in level()
101 template <typename Protocol>
102 int name(const Protocol& protocol) const in name()
110 template <typename Protocol>
111 void* data(const Protocol& protocol) in data()
119 template <typename Protocol>
120 const void* data(const Protocol& protocol) const in data()
128 template <typename Protocol>
129 std::size_t size(const Protocol& protocol) const in size()
[all …]
/third_party/boost/boost/asio/ip/detail/
Dsocket_option.hpp92 template <typename Protocol>
93 int level(const Protocol& protocol) const in level()
101 template <typename Protocol>
102 int name(const Protocol& protocol) const in name()
110 template <typename Protocol>
111 void* data(const Protocol& protocol) in data()
119 template <typename Protocol>
120 const void* data(const Protocol& protocol) const in data()
128 template <typename Protocol>
129 std::size_t size(const Protocol& protocol) const in size()
[all …]
/third_party/boost/boost/asio/
Dconnect.hpp91 template <typename Protocol, typename Executor, typename EndpointSequence>
92 typename Protocol::endpoint connect(basic_socket<Protocol, Executor>& s,
127 template <typename Protocol, typename Executor, typename EndpointSequence>
128 typename Protocol::endpoint connect(basic_socket<Protocol, Executor>& s,
158 template <typename Protocol, typename Executor, typename Iterator>
159 Iterator connect(basic_socket<Protocol, Executor>& s, Iterator begin,
186 template <typename Protocol, typename Executor, typename Iterator>
187 Iterator connect(basic_socket<Protocol, Executor>& s,
219 template <typename Protocol, typename Executor, typename Iterator>
220 Iterator connect(basic_socket<Protocol, Executor>& s,
[all …]
Dbasic_socket_iostream.hpp47 Protocol, Clock, WaitTraits>::streambuf_) \
83 template <typename Protocol, typename Clock, typename WaitTraits>
97 socket_iostream_base(basic_stream_socket<Protocol> s) in socket_iostream_base()
109 basic_socket_streambuf<Protocol, Clock, WaitTraits> streambuf_;
118 template <typename Protocol,
135 template <typename Protocol,
139 template <typename Protocol, typename Clock, typename WaitTraits>
142 : private detail::socket_iostream_base<Protocol, Clock, WaitTraits>,
159 typedef Protocol protocol_type;
162 typedef typename Protocol::endpoint endpoint_type;
[all …]
Dbasic_seq_packet_socket.hpp34 template <typename Protocol, typename Executor = any_io_executor>
54 template <typename Protocol, typename Executor>
56 : public basic_socket<Protocol, Executor>
67 typedef basic_seq_packet_socket<Protocol, Executor1> other;
74 typedef typename basic_socket<Protocol,
79 typedef Protocol protocol_type;
82 typedef typename Protocol::endpoint endpoint_type;
94 : basic_socket<Protocol, Executor>(ex) in basic_seq_packet_socket()
113 : basic_socket<Protocol, Executor>(context) in basic_seq_packet_socket()
132 : basic_socket<Protocol, Executor>(ex, protocol) in basic_seq_packet_socket()
[all …]
Dbasic_socket_acceptor.hpp51 template <typename Protocol, typename Executor = any_io_executor>
82 template <typename Protocol, typename Executor>
95 typedef basic_socket_acceptor<Protocol, Executor1> other;
103 Protocol>::native_handle_type native_handle_type;
106 Protocol>::native_handle_type native_handle_type;
109 Protocol>::native_handle_type native_handle_type;
113 typedef Protocol protocol_type;
116 typedef typename Protocol::endpoint endpoint_type;
405 is_convertible<Protocol1, Protocol>::value in basic_socket_acceptor()
426 is_convertible<Protocol1, Protocol>::value
[all …]
/third_party/boost/libs/asio/include/boost/asio/
Dconnect.hpp91 template <typename Protocol, typename Executor, typename EndpointSequence>
92 typename Protocol::endpoint connect(basic_socket<Protocol, Executor>& s,
127 template <typename Protocol, typename Executor, typename EndpointSequence>
128 typename Protocol::endpoint connect(basic_socket<Protocol, Executor>& s,
158 template <typename Protocol, typename Executor, typename Iterator>
159 Iterator connect(basic_socket<Protocol, Executor>& s, Iterator begin,
186 template <typename Protocol, typename Executor, typename Iterator>
187 Iterator connect(basic_socket<Protocol, Executor>& s,
219 template <typename Protocol, typename Executor, typename Iterator>
220 Iterator connect(basic_socket<Protocol, Executor>& s,
[all …]
Dbasic_socket_iostream.hpp47 Protocol, Clock, WaitTraits>::streambuf_) \
83 template <typename Protocol, typename Clock, typename WaitTraits>
97 socket_iostream_base(basic_stream_socket<Protocol> s) in socket_iostream_base()
109 basic_socket_streambuf<Protocol, Clock, WaitTraits> streambuf_;
118 template <typename Protocol,
135 template <typename Protocol,
139 template <typename Protocol, typename Clock, typename WaitTraits>
142 : private detail::socket_iostream_base<Protocol, Clock, WaitTraits>,
159 typedef Protocol protocol_type;
162 typedef typename Protocol::endpoint endpoint_type;
[all …]
Dbasic_seq_packet_socket.hpp34 template <typename Protocol, typename Executor = any_io_executor>
54 template <typename Protocol, typename Executor>
56 : public basic_socket<Protocol, Executor>
67 typedef basic_seq_packet_socket<Protocol, Executor1> other;
74 typedef typename basic_socket<Protocol,
79 typedef Protocol protocol_type;
82 typedef typename Protocol::endpoint endpoint_type;
94 : basic_socket<Protocol, Executor>(ex) in basic_seq_packet_socket()
113 : basic_socket<Protocol, Executor>(context) in basic_seq_packet_socket()
132 : basic_socket<Protocol, Executor>(ex, protocol) in basic_seq_packet_socket()
[all …]
/third_party/boost/libs/asio/include/boost/asio/impl/
Dconnect.hpp48 template <typename Protocol, typename Iterator>
49 inline typename Protocol::endpoint deref_connect_result( in deref_connect_result()
52 return ec ? typename Protocol::endpoint() : *iter; in deref_connect_result()
106 template <typename Protocol, typename Executor, typename EndpointSequence>
107 typename Protocol::endpoint connect(basic_socket<Protocol, Executor>& s, in connect() argument
113 typename Protocol::endpoint result = connect(s, endpoints, ec); in connect()
118 template <typename Protocol, typename Executor, typename EndpointSequence>
119 typename Protocol::endpoint connect(basic_socket<Protocol, Executor>& s, in connect() argument
124 return detail::deref_connect_result<Protocol>( in connect()
130 template <typename Protocol, typename Executor, typename Iterator>
[all …]
/third_party/boost/boost/asio/impl/
Dconnect.hpp48 template <typename Protocol, typename Iterator>
49 inline typename Protocol::endpoint deref_connect_result( in deref_connect_result()
52 return ec ? typename Protocol::endpoint() : *iter; in deref_connect_result()
106 template <typename Protocol, typename Executor, typename EndpointSequence>
107 typename Protocol::endpoint connect(basic_socket<Protocol, Executor>& s, in connect() argument
113 typename Protocol::endpoint result = connect(s, endpoints, ec); in connect()
118 template <typename Protocol, typename Executor, typename EndpointSequence>
119 typename Protocol::endpoint connect(basic_socket<Protocol, Executor>& s, in connect() argument
124 return detail::deref_connect_result<Protocol>( in connect()
130 template <typename Protocol, typename Executor, typename Iterator>
[all …]
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dbasic_stream.hpp30 template<class Protocol, class Executor, class RatePolicy>
32 basic_stream<Protocol, Executor, RatePolicy>::
43 template<class Protocol, class Executor, class RatePolicy>
45 basic_stream<Protocol, Executor, RatePolicy>::
60 template<class Protocol, class Executor, class RatePolicy>
63 basic_stream<Protocol, Executor, RatePolicy>::
120 template<class Protocol, class Executor, class RatePolicy>
122 basic_stream<Protocol, Executor, RatePolicy>::
142 template<class Protocol, class Executor, class RatePolicy>
144 basic_stream<Protocol, Executor, RatePolicy>::
[all …]
/third_party/boost/boost/beast/core/impl/
Dbasic_stream.hpp30 template<class Protocol, class Executor, class RatePolicy>
32 basic_stream<Protocol, Executor, RatePolicy>::
43 template<class Protocol, class Executor, class RatePolicy>
45 basic_stream<Protocol, Executor, RatePolicy>::
60 template<class Protocol, class Executor, class RatePolicy>
63 basic_stream<Protocol, Executor, RatePolicy>::
120 template<class Protocol, class Executor, class RatePolicy>
122 basic_stream<Protocol, Executor, RatePolicy>::
142 template<class Protocol, class Executor, class RatePolicy>
144 basic_stream<Protocol, Executor, RatePolicy>::
[all …]
/third_party/boost/boost/asio/local/
Dbasic_endpoint.hpp48 template <typename Protocol>
53 typedef Protocol protocol_type;
173 friend bool operator==(const basic_endpoint<Protocol>& e1, in operator ==()
174 const basic_endpoint<Protocol>& e2) in operator ==()
180 friend bool operator!=(const basic_endpoint<Protocol>& e1, in operator !=()
181 const basic_endpoint<Protocol>& e2) in operator !=()
187 friend bool operator<(const basic_endpoint<Protocol>& e1, in operator <()
188 const basic_endpoint<Protocol>& e2) in operator <()
194 friend bool operator>(const basic_endpoint<Protocol>& e1, in operator >()
195 const basic_endpoint<Protocol>& e2) in operator >()
[all …]
Dconnect_pair.hpp36 template <typename Protocol, typename Executor1, typename Executor2>
37 void connect_pair(basic_socket<Protocol, Executor1>& socket1,
38 basic_socket<Protocol, Executor2>& socket2);
41 template <typename Protocol, typename Executor1, typename Executor2>
42 BOOST_ASIO_SYNC_OP_VOID connect_pair(basic_socket<Protocol, Executor1>& socket1,
43 basic_socket<Protocol, Executor2>& socket2, boost::system::error_code& ec);
45 template <typename Protocol, typename Executor1, typename Executor2>
46 inline void connect_pair(basic_socket<Protocol, Executor1>& socket1, in connect_pair() argument
47 basic_socket<Protocol, Executor2>& socket2) in connect_pair()
54 template <typename Protocol, typename Executor1, typename Executor2>
[all …]
/third_party/boost/libs/asio/include/boost/asio/local/
Dbasic_endpoint.hpp48 template <typename Protocol>
53 typedef Protocol protocol_type;
173 friend bool operator==(const basic_endpoint<Protocol>& e1, in operator ==()
174 const basic_endpoint<Protocol>& e2) in operator ==()
180 friend bool operator!=(const basic_endpoint<Protocol>& e1, in operator !=()
181 const basic_endpoint<Protocol>& e2) in operator !=()
187 friend bool operator<(const basic_endpoint<Protocol>& e1, in operator <()
188 const basic_endpoint<Protocol>& e2) in operator <()
194 friend bool operator>(const basic_endpoint<Protocol>& e1, in operator >()
195 const basic_endpoint<Protocol>& e2) in operator >()
[all …]
Dconnect_pair.hpp36 template <typename Protocol, typename Executor1, typename Executor2>
37 void connect_pair(basic_socket<Protocol, Executor1>& socket1,
38 basic_socket<Protocol, Executor2>& socket2);
41 template <typename Protocol, typename Executor1, typename Executor2>
42 BOOST_ASIO_SYNC_OP_VOID connect_pair(basic_socket<Protocol, Executor1>& socket1,
43 basic_socket<Protocol, Executor2>& socket2, boost::system::error_code& ec);
45 template <typename Protocol, typename Executor1, typename Executor2>
46 inline void connect_pair(basic_socket<Protocol, Executor1>& socket1, in connect_pair() argument
47 basic_socket<Protocol, Executor2>& socket2) in connect_pair()
54 template <typename Protocol, typename Executor1, typename Executor2>
[all …]
/third_party/boost/libs/asio/test/archetypes/
Dgettable_socket_option.hpp22 template <typename Protocol>
23 int level(const Protocol&) const in level()
28 template <typename Protocol>
29 int name(const Protocol&) const in name()
34 template <typename Protocol>
35 PointerType* data(const Protocol&) in data() argument
40 template <typename Protocol>
41 std::size_t size(const Protocol&) const in size()
46 template <typename Protocol>
47 void resize(const Protocol&, std::size_t) in resize() argument
Dsettable_socket_option.hpp22 template <typename Protocol>
23 int level(const Protocol&) const in level()
28 template <typename Protocol>
29 int name(const Protocol&) const in name()
34 template <typename Protocol>
35 const PointerType* data(const Protocol&) const in data()
40 template <typename Protocol>
41 std::size_t size(const Protocol&) const in size()
/third_party/boost/boost/asio/generic/
Dbasic_endpoint.hpp42 template <typename Protocol>
47 typedef Protocol protocol_type;
143 friend bool operator==(const basic_endpoint<Protocol>& e1, in operator ==()
144 const basic_endpoint<Protocol>& e2) in operator ==()
150 friend bool operator!=(const basic_endpoint<Protocol>& e1, in operator !=()
151 const basic_endpoint<Protocol>& e2) in operator !=()
157 friend bool operator<(const basic_endpoint<Protocol>& e1, in operator <()
158 const basic_endpoint<Protocol>& e2) in operator <()
164 friend bool operator>(const basic_endpoint<Protocol>& e1, in operator >()
165 const basic_endpoint<Protocol>& e2) in operator >()
[all …]
/third_party/boost/libs/asio/include/boost/asio/generic/
Dbasic_endpoint.hpp42 template <typename Protocol>
47 typedef Protocol protocol_type;
143 friend bool operator==(const basic_endpoint<Protocol>& e1, in operator ==()
144 const basic_endpoint<Protocol>& e2) in operator ==()
150 friend bool operator!=(const basic_endpoint<Protocol>& e1, in operator !=()
151 const basic_endpoint<Protocol>& e2) in operator !=()
157 friend bool operator<(const basic_endpoint<Protocol>& e1, in operator <()
158 const basic_endpoint<Protocol>& e2) in operator <()
164 friend bool operator>(const basic_endpoint<Protocol>& e1, in operator >()
165 const basic_endpoint<Protocol>& e2) in operator >()
[all …]

12345678910>>...75