Searched refs:get_if_type (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/ext/tlm_core/1/req_rsp/ports/
H A Dnonblocking_port.hh34 typedef tlm_nonblocking_get_if<T> get_if_type; typedef in class:tlm::tlm_nonblocking_get_port
43 return *new tlm_event_finder_t<get_if_type, T >(
44 *this, &get_if_type::ok_to_get);
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_ports/
H A Dtlm_nonblocking_port.h33 typedef tlm_nonblocking_get_if<T> get_if_type; typedef in class:tlm::tlm_nonblocking_get_port
40 return *new tlm_event_finder_t< get_if_type , T >(
42 &get_if_type::ok_to_get );

Completed in 4 milliseconds