Home
last modified time | relevance | path

Searched refs:format_cell (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/cli/
H A Dcmd_db_exec.cpp92 cli::format_cell(sqlite::statement& stmt, const int index) in format_cell() function in cli
145 output += cli::format_cell(stmt, i) + ','; in format_row()
146 output += cli::format_cell(stmt, i); in format_row()
H A Dcmd_db_exec.hpp43 std::string format_cell(utils::sqlite::statement&, const int);
H A Dcmd_db_exec_test.cpp69 ATF_REQUIRE_EQ(exp_value, cli::format_cell(query, 0)); in do_format_cell_test()