Searched refs:base_initiator_socket_type (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_sockets/
H A Dtlm_target_socket.h78 bw_interface_type> base_initiator_socket_type; typedef in class:tlm::tlm_base_target_socket
122 virtual void bind(base_initiator_socket_type& s)
130 void operator() (base_initiator_socket_type& s)
/gem5/src/systemc/ext/tlm_core/2/sockets/
H A Dtarget_socket.hh66 base_initiator_socket_type; typedef in class:tlm::tlm_base_target_socket
95 bind(base_initiator_socket_type &s)
103 void operator () (base_initiator_socket_type &s) { bind(s); }
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_target_socket.h78 typedef typename base_type::base_initiator_socket_type base_initiator_socket_type; typedef in class:tlm_utils::multi_passthrough_target_socket
265 base_initiator_socket_type* test=dynamic_cast<base_initiator_socket_type*>(binders[i]->get_other_side());
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_target_socket.h64 typedef typename base_type::base_initiator_socket_type
65 base_initiator_socket_type; typedef in class:tlm_utils::multi_passthrough_target_socket
260 base_initiator_socket_type *test =
261 dynamic_cast<base_initiator_socket_type*>(

Completed in 9 milliseconds