Searched refs:m_mbox_id (Results 1 – 10 of 10) sorted by relevance
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/impl/ |
H A D | subscr_storage_hash_table_based.cpp | 41 mbox_id_t m_mbox_id; member 49 : m_mbox_id( null_mbox_id() ) in key_t() 59 : m_mbox_id( mbox_id ) in key_t() 69 : m_mbox_id( mbox_id ) in key_t() 77 if( m_mbox_id < o.m_mbox_id ) in operator <() 79 else if( m_mbox_id == o.m_mbox_id ) in operator <() 93 return m_mbox_id == o.m_mbox_id && in operator ==() 101 return m_mbox_id == o.m_mbox_id && in is_same_mbox_msg_pair() 124 std::hash< so_5::mbox_id_t >()( ptr->m_mbox_id ); in operator ()() 399 to << "{" << v.first.m_mbox_id << ", " in debug_dump()
|
H A D | subscr_storage_map_based.cpp | 98 mbox_id_t m_mbox_id; member 106 : m_mbox_id( mbox_id ) in key_t() 114 if( m_mbox_id < o.m_mbox_id ) in operator <() 116 else if( m_mbox_id == o.m_mbox_id ) in operator <() 173 return m_id == k.m_mbox_id && m_type == k.m_msg_type; in operator ()() 181 it->first.m_mbox_id, it->first.m_msg_type }; in is_known_mbox_msg_pair() 349 to << "{" << e.first.m_mbox_id << ", " in debug_dump() 366 cur->first.m_mbox_id, in destroy_all_subscriptions()
|
H A D | enveloped_msg_details.hpp | 105 m_demand.m_mbox_id, in invoke()
|
H A D | msg_tracing_helpers.hpp | 756 details::mbox_identification{ demand.m_mbox_id }, in trace_event_handler_search_result() 779 details::mbox_identification{ demand.m_mbox_id }, in trace_deadletter_handler_search_result()
|
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/ |
H A D | execution_demand.hpp | 67 mbox_id_t m_mbox_id; member 79 , m_mbox_id( 0 ) in execution_demand_t() 93 , m_mbox_id( mbox_id ) in execution_demand_t()
|
H A D | message.hpp | 947 const mbox_id_t m_mbox_id; member 986 : m_mbox_id( mbox_id ) in overlimit_context_t()
|
H A D | agent.hpp | 3097 mbox_id_t m_mbox_id; in transfer_to_state() member 3106 , m_mbox_id( mbox_id ) in transfer_to_state() 3144 op_state->m_mbox_id, in transfer_to_state()
|
H A D | agent.cpp | 1387 d.m_mbox_id, in find_event_handler_for_current_state() 1404 demand.m_mbox_id, in find_deadletter_handler()
|
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/doxygen/dox/so_5/ |
H A D | so_5_5_24__event_queue_hook.md | 66 ", mbox_id=", demand.m_mbox_id,
|
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/experimental/testing/v1/ |
H A D | all.cpp | 817 , m_demand_info( demand.m_receiver, demand.m_msg_type, demand.m_mbox_id ) in special_envelope_t()
|