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

/gem5/ext/dsent/libutil/
H A DLog.h46 static void print(std::ostream& stream_, const String& str_);
48 static void printLine(std::ostream& stream_, const String& str_);
H A DLog.cc65 void Log::print(ostream& stream_, const String& str_) argument
72 stream_ << str_;
86 void Log::printLine(ostream& stream_, const String& str_) argument
93 stream_ << str_ << endl;
/gem5/src/base/
H A Dtrace.hh103 OstreamLogger(std::ostream &stream_) : stream(stream_) argument
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h85 explicit MatchResultListener(::std::ostream* os) : stream_(os) {}
92 if (stream_ != NULL)
93 *stream_ << x;
98 ::std::ostream* stream() { return stream_; }
104 bool IsInterested() const { return stream_ != NULL; }
107 ::std::ostream* const stream_; member in class:testing::MatchResultListener::std

Completed in 25 milliseconds