Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_db_exec.cpp84 cli::format_cell(sqlite::statement& stmt, const int index) in format_cell() function in cli
137 output += cli::format_cell(stmt, i) + ','; in format_row()
138 output += cli::format_cell(stmt, i); in format_row()
H A Dcmd_db_exec.hpp48 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()