Searched refs:format_cell (Results 1 – 3 of 3) sorted by relevance
92 cli::format_cell(sqlite::statement& stmt, const int index) in format_cell() function in cli145 output += cli::format_cell(stmt, i) + ','; in format_row()146 output += cli::format_cell(stmt, i); in format_row()
43 std::string format_cell(utils::sqlite::statement&, const int);
69 ATF_REQUIRE_EQ(exp_value, cli::format_cell(query, 0)); in do_format_cell_test()