Searched defs:nb_get (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_put_get.h53 tlm_fifo<T>::nb_get( T& val_ ) function in class:tlm::tlm_fifo
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_put_get.hh44 tlm_fifo<T>::nb_get(T &val_) function in class:tlm::tlm_fifo
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_req_rsp_channels/
H A Dtlm_put_get_imp.h57 bool nb_get( GET_DATA &t ) { return get_fifo.nb_get( t ); } function in class:tlm::tlm_put_get_imp
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/req_rsp_channels/
H A Dput_get_imp.hh55 bool nb_get(GET_DATA &t) { return get_fifo.nb_get(t); } function in class:tlm::tlm_put_get_imp

Completed in 6 milliseconds