Home | History | Annotate | Download | only in cmdline

Lines Matching refs:newline

52 /// \param message The line to print and record, without the trailing newline
54 /// \param newline Whether to append a newline to the message or not.
56 ui_mock::err(const std::string& message, const bool newline)
58 if (newline)
70 /// \param message The line to print and record, without the trailing newline
72 /// \param newline Whether to append a newline to the message or not.
74 ui_mock::out(const std::string& message, const bool newline)
76 if (newline)