Searched refs:m_event_method (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_ports/
H A Dtlm_event_finder.h39 : sc_core::sc_event_finder( port_ ), m_event_method( event_method_ )
54 const sc_core::sc_event& (IF::*m_event_method) ( tlm_tag<T> * ) const; member in class:tlm::tlm_event_finder_t::sc_core
76 return (const_cast<IF*>( iface )->*m_event_method) ( 0 );
88 return (const_cast<IF*>( iface )->*m_event_method) ( 0 );
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_finder.h95 : sc_event_finder( port_ ), m_event_method( event_method_ )
107 const sc_event& (IF::*m_event_method) () const; member in class:sc_core::sc_event_finder_t
130 return (CCAST<IF*>( iface )->*m_event_method) ();
/gem5/src/systemc/ext/tlm_core/1/req_rsp/ports/
H A Devent_finder.hh37 sc_core::sc_event_finder(port_), m_event_method(event_method_)
46 const sc_core::sc_event &(IF::*m_event_method)(tlm_tag<T> *) const; member in class:tlm::tlm_event_finder_t::sc_core
69 return (const_cast<IF *>(iface)->*m_event_method)(nullptr);

Completed in 6 milliseconds