Lines Matching defs:line
61 /** Accumulate line so far */
62 std::ostringstream line;
70 /** Accumulate to line up to \n and then emit */
74 /** Push a line out to the logger */
82 logger->logMessage((Tick)-1, "gem5", line.str());
83 line.clear();
84 line.str("");
93 * by one here and added to this->line. */
100 line << (char) chr;
109 if (!line.str().empty())