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

/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h232 m_used_sockets=get_hierarch_bind()->get_sockets();
271 unsigned int size() {return get_hierarch_bind()->get_sockets().size();}
278 std::vector<tlm::tlm_fw_transport_if<TYPES>*>& get_sockets(){return m_sockets;} function in class:tlm_utils::multi_passthrough_initiator_socket
H A Dmulti_socket_bases.h345 virtual std::vector<tlm::tlm_fw_transport_if<TYPES>*>& get_sockets()=0;
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h222 m_used_sockets = get_hierarch_bind()->get_sockets();
268 unsigned int size() { return get_hierarch_bind()->get_sockets().size(); }
290 get_sockets() function in class:tlm_utils::multi_passthrough_initiator_socket
H A Dmulti_socket_bases.h359 virtual std::vector<tlm::tlm_fw_transport_if<TYPES> *> &get_sockets()=0;

Completed in 6 milliseconds