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

/freebsd-13-stable/contrib/kyua/utils/cmdline/
H A Dui.cpp242 /// \param ui_ The user interface object used to print the message.
246 cmdline::print_error(ui* ui_, const std::string& message) argument
249 ui_->err(F("%s: E: %s") % cmdline::progname() % message);
255 /// \param ui_ The user interface object used to print the message.
259 cmdline::print_info(ui* ui_, const std::string& message) argument
262 ui_->err(F("%s: I: %s") % cmdline::progname() % message);
268 /// \param ui_ The user interface object used to print the message.
272 cmdline::print_warning(ui* ui_, const std::string& message) argument
275 ui_->err(F("%s: W: %s") % cmdline::progname() % message);
/freebsd-13-stable/contrib/kyua/cli/
H A Dcmd_list.cpp68 /// \param ui_ The ui object to which to print the test cases.
70 progress_hooks(cmdline::ui* ui_, const bool verbose_) : argument
71 _ui(ui_),
H A Dcmd_test.cpp75 /// \param ui_ Object to interact with the I/O of the program.
77 print_hooks(cmdline::ui* ui_, const bool parallel_) : argument
78 _ui(ui_),
H A Dcmd_report_html.cpp283 /// \param ui_ User interface object where to report progress.
287 html_hooks(cmdline::ui* ui_, const fs::path& directory_, argument
289 _ui(ui_),

Completed in 51 milliseconds