Searched refs:has_subscription (Results 1 – 10 of 10) sorted by relevance
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/event_handler/has_subscription_2/ |
H A D | main.cpp | 35 ensure( !st_dummy.has_subscription<msg_1>(so_direct_mbox()), in so_define_agent() 37 ensure( !st_dummy_2.has_subscription<msg_1>(so_direct_mbox()), in so_define_agent() 44 ensure( !st_dummy.has_subscription<msg_1>(so_direct_mbox()), in so_define_agent() 46 ensure( !st_dummy_2.has_subscription<msg_1>(so_direct_mbox()), in so_define_agent() 53 ensure( st_dummy.has_subscription<msg_1>(so_direct_mbox()), in so_define_agent() 55 ensure( !st_dummy_2.has_subscription<msg_1>(so_direct_mbox()), in so_define_agent() 62 ensure( st_dummy.has_subscription<msg_1>(so_direct_mbox()), in so_define_agent() 64 ensure( st_dummy_2.has_subscription<msg_1>(so_direct_mbox()), in so_define_agent() 71 ensure( !st_dummy.has_subscription<msg_1>(so_direct_mbox()), in so_define_agent() 73 ensure( st_dummy_2.has_subscription<msg_1>(so_direct_mbox()), in so_define_agent() [all …]
|
/dports/devel/py-rx/Rx-3.2.0/rx/core/observable/ |
H A D | connectableobservable.py | 13 self.has_subscription = False 25 if not self.has_subscription: 26 self.has_subscription = True 29 self.has_subscription = False
|
/dports/devel/py-rx1/Rx-1.6.1/rx/linq/ |
H A D | connectableobservable.py | 12 self.has_subscription = False 23 if not self.has_subscription: 24 self.has_subscription = True 27 self.has_subscription = False
|
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/doxygen/dox/so_5/ |
H A D | so_5_5_19_has_subscription.md | 52 Class `so_5::state_t` now also has a couple of `has_subscription` methods which allows to check the… 59 if(!st_working.has_subscription(cmd->from_, &obsever::on_data))
|
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/event_handler/has_subscription_8/ |
H A D | main.cpp | 85 ensure( so_default_state().has_subscription(so_direct_mbox(), \ in so_define_agent() 149 ensure( !so_default_state().has_subscription(so_direct_mbox(), \ in so_define_agent()
|
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/ |
H A D | state.hpp | 566 has_subscription( const mbox_t & from ) const; 598 has_subscription(
|
H A D | agent.hpp | 3279 state_t::has_subscription( const mbox_t & from ) const in has_subscription() function in so_5::state_t 3286 state_t::has_subscription( in has_subscription() function in so_5::state_t
|
H A D | version.dox | 208 so_5::state_t::has_subscription(), so_5::state_t::drop_subscription().
|
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/event_handler/has_subscription_6/ |
H A D | main.cpp | 88 ensure( so_default_state().has_subscription(so_direct_mbox(), \ in so_define_agent() 300 ensure( !so_default_state().has_subscription(so_direct_mbox(), \ in on_finish()
|
/dports/devel/glib20/glib-2.70.4/gio/ |
H A D | gdbusconnection.c | 3772 gboolean has_subscription; 3797 has_subscription = FALSE; 3800 has_subscription = TRUE; 3803 if (has_subscription)
|