Searched refs:format_cell (Results 1 – 3 of 3) sorted by relevance
84 cli::format_cell(sqlite::statement& stmt, const int index) in format_cell() function in cli137 output += cli::format_cell(stmt, i) + ','; in format_row()138 output += cli::format_cell(stmt, i); in format_row()
48 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()