Searched refs:base_target_socket_type (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_sockets/
H A Dtlm_initiator_socket.h88 bw_interface_type> base_target_socket_type; typedef in class:tlm::tlm_base_initiator_socket
130 virtual void bind(base_target_socket_type& s)
138 void operator() (base_target_socket_type& s)
/gem5/src/systemc/ext/tlm_core/2/sockets/
H A Dinitiator_socket.hh71 base_target_socket_type; typedef in class:tlm::tlm_base_initiator_socket
100 bind(base_target_socket_type &s)
108 void operator () (base_target_socket_type &s) { bind(s); }
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h77 typedef typename base_type::base_target_socket_type base_target_socket_type; typedef in class:tlm_utils::multi_passthrough_initiator_socket
182 virtual void bind(base_target_socket_type& s)
208 void operator() (base_target_socket_type& s)
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h59 typedef typename base_type::base_target_socket_type
60 base_target_socket_type; typedef in class:tlm_utils::multi_passthrough_initiator_socket
158 bind(base_target_socket_type &s)
197 void operator() (base_target_socket_type &s) { bind(s); }
/gem5/src/systemc/
H A Dtlm_port_wrapper.hh55 typedef typename InitiatorSocket::base_target_socket_type TargetSocket;
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h110 void bindTargetSocket(initiator_socket_type::base_target_socket_type& target

Completed in 11 milliseconds