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

/gem5/src/base/
H A Doutput.hh102 typedef StreamType stream_type_t; typedef in class:OutputFile
135 stream_type_t *const _fstream;
H A Doutput.cc87 : OutputStream(name, new stream_type_t()),
89 _fstream(static_cast<stream_type_t *>(_stream))

Completed in 5 milliseconds