Home
last modified time | relevance | path

Searched refs:ZMQ_OVERRIDE (Results 1 – 25 of 39) sorted by relevance

12

/dports/net/libzmq4/zeromq-4.3.4/src/
H A Ddealer.hpp50 ~dealer_t () ZMQ_OVERRIDE;
59 size_t optvallen_) ZMQ_OVERRIDE;
60 int xsend (zmq::msg_t *msg_) ZMQ_OVERRIDE;
61 int xrecv (zmq::msg_t *msg_) ZMQ_OVERRIDE;
62 bool xhas_in () ZMQ_OVERRIDE;
63 bool xhas_out () ZMQ_OVERRIDE;
66 void xpipe_terminated (zmq::pipe_t *pipe_) ZMQ_OVERRIDE;
H A Down.hpp93 ~own_t () ZMQ_OVERRIDE;
98 void process_term (int linger_) ZMQ_OVERRIDE;
112 void process_own (own_t *object_) ZMQ_OVERRIDE;
113 void process_term_req (own_t *object_) ZMQ_OVERRIDE;
114 void process_term_ack () ZMQ_OVERRIDE;
115 void process_seqnum () ZMQ_OVERRIDE;
H A Dpipe.hpp158 void process_activate_read () ZMQ_OVERRIDE;
159 void process_activate_write (uint64_t msgs_read_) ZMQ_OVERRIDE;
160 void process_hiccup (void *pipe_) ZMQ_OVERRIDE;
164 endpoint_uri_pair_t *endpoint_pair_) ZMQ_OVERRIDE;
165 void process_pipe_term () ZMQ_OVERRIDE;
166 void process_pipe_term_ack () ZMQ_OVERRIDE;
167 void process_pipe_hwm (int inhwm_, int outhwm_) ZMQ_OVERRIDE;
186 ~pipe_t () ZMQ_OVERRIDE;
H A Drouter.hpp52 ~router_t () ZMQ_OVERRIDE;
60 int xsend (zmq::msg_t *msg_) ZMQ_OVERRIDE;
61 int xrecv (zmq::msg_t *msg_) ZMQ_OVERRIDE;
62 bool xhas_in () ZMQ_OVERRIDE;
63 bool xhas_out () ZMQ_OVERRIDE;
H A Dio_object.hpp51 ~io_object_t () ZMQ_OVERRIDE;
72 void in_event () ZMQ_OVERRIDE;
73 void out_event () ZMQ_OVERRIDE;
74 void timer_event (int id_) ZMQ_OVERRIDE;
H A Dstream_connecter_base.hpp54 ~stream_connecter_base_t () ZMQ_OVERRIDE;
59 void process_term (int linger_) ZMQ_OVERRIDE;
62 void in_event () ZMQ_OVERRIDE;
63 void timer_event (int id_) ZMQ_OVERRIDE;
H A Dxsub.hpp53 ~xsub_t () ZMQ_OVERRIDE;
62 size_t optvallen_) ZMQ_OVERRIDE;
63 int xsend (zmq::msg_t *msg_) ZMQ_OVERRIDE;
64 bool xhas_out () ZMQ_OVERRIDE;
H A Dxpub.hpp51 ~xpub_t () ZMQ_OVERRIDE;
56 bool locally_initiated_ = false) ZMQ_OVERRIDE;
59 int xrecv (zmq::msg_t *msg_) ZMQ_OVERRIDE;
60 bool xhas_in () ZMQ_OVERRIDE;
H A Dmacros.hpp23 #if !defined ZMQ_OVERRIDE
25 #define ZMQ_OVERRIDE override
27 #define ZMQ_OVERRIDE
H A Dcurve_mechanism_base.hpp101 int encode (msg_t *msg_) ZMQ_OVERRIDE;
102 int decode (msg_t *msg_) ZMQ_OVERRIDE;
H A Dsocket_base.hpp175 ~socket_base_t () ZMQ_OVERRIDE;
359 ~routing_socket_base_t () ZMQ_OVERRIDE;
364 size_t optvallen_) ZMQ_OVERRIDE;
H A Dstream_listener_base.hpp52 ~stream_listener_base_t () ZMQ_OVERRIDE;
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Ddealer.hpp50 ~dealer_t () ZMQ_OVERRIDE;
59 size_t optvallen_) ZMQ_OVERRIDE;
60 int xsend (zmq::msg_t *msg_) ZMQ_OVERRIDE;
61 int xrecv (zmq::msg_t *msg_) ZMQ_OVERRIDE;
62 bool xhas_in () ZMQ_OVERRIDE;
63 bool xhas_out () ZMQ_OVERRIDE;
66 void xpipe_terminated (zmq::pipe_t *pipe_) ZMQ_OVERRIDE;
H A Down.hpp93 ~own_t () ZMQ_OVERRIDE;
98 void process_term (int linger_) ZMQ_OVERRIDE;
112 void process_own (own_t *object_) ZMQ_OVERRIDE;
113 void process_term_req (own_t *object_) ZMQ_OVERRIDE;
114 void process_term_ack () ZMQ_OVERRIDE;
115 void process_seqnum () ZMQ_OVERRIDE;
H A Dpipe.hpp158 void process_activate_read () ZMQ_OVERRIDE;
159 void process_activate_write (uint64_t msgs_read_) ZMQ_OVERRIDE;
160 void process_hiccup (void *pipe_) ZMQ_OVERRIDE;
164 endpoint_uri_pair_t *endpoint_pair_) ZMQ_OVERRIDE;
165 void process_pipe_term () ZMQ_OVERRIDE;
166 void process_pipe_term_ack () ZMQ_OVERRIDE;
167 void process_pipe_hwm (int inhwm_, int outhwm_) ZMQ_OVERRIDE;
186 ~pipe_t () ZMQ_OVERRIDE;
H A Drouter.hpp52 ~router_t () ZMQ_OVERRIDE;
60 int xsend (zmq::msg_t *msg_) ZMQ_OVERRIDE;
61 int xrecv (zmq::msg_t *msg_) ZMQ_OVERRIDE;
62 bool xhas_in () ZMQ_OVERRIDE;
63 bool xhas_out () ZMQ_OVERRIDE;
H A Dio_object.hpp51 ~io_object_t () ZMQ_OVERRIDE;
72 void in_event () ZMQ_OVERRIDE;
73 void out_event () ZMQ_OVERRIDE;
74 void timer_event (int id_) ZMQ_OVERRIDE;
H A Dstream_connecter_base.hpp54 ~stream_connecter_base_t () ZMQ_OVERRIDE;
59 void process_term (int linger_) ZMQ_OVERRIDE;
62 void in_event () ZMQ_OVERRIDE;
63 void timer_event (int id_) ZMQ_OVERRIDE;
H A Dxsub.hpp53 ~xsub_t () ZMQ_OVERRIDE;
62 size_t optvallen_) ZMQ_OVERRIDE;
63 int xsend (zmq::msg_t *msg_) ZMQ_OVERRIDE;
64 bool xhas_out () ZMQ_OVERRIDE;
H A Dxpub.hpp51 ~xpub_t () ZMQ_OVERRIDE;
56 bool locally_initiated_ = false) ZMQ_OVERRIDE;
59 int xrecv (zmq::msg_t *msg_) ZMQ_OVERRIDE;
60 bool xhas_in () ZMQ_OVERRIDE;
H A Dmacros.hpp23 #if !defined ZMQ_OVERRIDE
25 #define ZMQ_OVERRIDE override
27 #define ZMQ_OVERRIDE
H A Dcurve_mechanism_base.hpp101 int encode (msg_t *msg_) ZMQ_OVERRIDE;
102 int decode (msg_t *msg_) ZMQ_OVERRIDE;
H A Dsocket_base.hpp175 ~socket_base_t () ZMQ_OVERRIDE;
359 ~routing_socket_base_t () ZMQ_OVERRIDE;
364 size_t optvallen_) ZMQ_OVERRIDE;
/dports/net/cppzmq/cppzmq-4.8.1/tests/
H A Dmonitor.cpp12 void on_event_connect_delayed(const zmq_event_t &, const char *) ZMQ_OVERRIDE in on_event_connect_delayed()
18 void on_event_connected(const zmq_event_t &, const char *) ZMQ_OVERRIDE in on_event_connected()
105 void on_event_connected(const zmq_event_t &e, const char *m) ZMQ_OVERRIDE in on_event_connected()
/dports/net/libzmq4/zeromq-4.3.4/unittests/
H A Dunittest_poller.cpp66 void in_event () ZMQ_OVERRIDE in in_event()
76 void out_event () ZMQ_OVERRIDE in out_event()
82 void timer_event (int id_) ZMQ_OVERRIDE in timer_event()

12