Home
last modified time | relevance | path

Searched refs:format_row (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/kyua/cli/
H A Dcmd_db_exec_test.cpp130 ATF_TEST_CASE_WITHOUT_HEAD(format_row);
131 ATF_TEST_CASE_BODY(format_row) in ATF_TEST_CASE_BODY() argument
150 cli::format_row(query)); in ATF_TEST_CASE_BODY()
164 ATF_ADD_TEST_CASE(tcs, format_row); in ATF_INIT_TEST_CASES()
H A Dcmd_db_exec.cpp140 cli::format_row(sqlite::statement& stmt) in format_row() function in cli
188 ui->out(cli::format_row(stmt)); in run()
H A Dcmd_db_exec.hpp45 std::string format_row(utils::sqlite::statement&);
/freebsd/contrib/kyua/utils/text/
H A Dtable.cpp205 format_row(const text::table_row& row, const text::widths_vector& widths, in format_row() function
421 format_row(*iter, widths, _separator); in format()