Searched refs:nb_peek (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_peek.h45 tlm_fifo<T>::nb_peek( T &t ) const { function in class:tlm::tlm_fifo
59 tlm_fifo<T>::nb_peek( T &t , int n ) const { function in class:tlm::tlm_fifo
H A Dtlm_fifo.h86 bool nb_peek( T& ) const;
113 bool nb_peek( T & , int n ) const;
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_peek.hh40 tlm_fifo<T>::nb_peek(T &t) const function in class:tlm::tlm_fifo
52 tlm_fifo<T>::nb_peek(T &t, int n) const function in class:tlm::tlm_fifo
H A Dfifo.hh78 bool nb_peek(T &) const;
105 bool nb_peek(T &, int n) const;
/gem5/src/systemc/ext/tlm_core/1/req_rsp/interfaces/
H A Dfifo_ifs.hh50 virtual bool nb_peek(T &, int n) const = 0;
H A Dcore_ifs.hh104 virtual bool nb_peek(T &t) const = 0;
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/
H A Dtlm_fifo_ifs.h54 virtual bool nb_peek( T & , int n ) const = 0;
H A Dtlm_core_ifs.h116 virtual bool nb_peek( T &t ) const = 0;
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/req_rsp_channels/
H A Dput_get_imp.hh74 bool nb_peek(GET_DATA &t) const { return get_fifo.nb_peek(t); } function in class:tlm::tlm_put_get_imp
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_req_rsp_channels/
H A Dtlm_put_get_imp.h71 bool nb_peek( GET_DATA &t ) const { return get_fifo.nb_peek( t ); } function in class:tlm::tlm_put_get_imp

Completed in 11 milliseconds