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

/gem5/src/systemc/ext/channel/
H A Dsc_fifo.hh96 t = _entries.front();
97 _entries.pop_front();
126 _entries.emplace_back(t);
164 for (typename ::std::list<T>::iterator pos = _entries.begin();
165 pos != _entries.end(); pos++) {
174 for (typename ::std::list<T>::iterator pos = _entries.begin();
175 pos != _entries.end(); pos++) {
185 _num_available = _entries.size();
212 mutable std::list<T> _entries; member in class:sc_core::sc_fifo

Completed in 4 milliseconds