Searched defs:formatter (Results 1 – 9 of 9) sorted by relevance
52 struct formatter { struct53 struct dm_pool *mem; /* pv names allocated from here */54 struct dm_hash_table *pv_names; /* dev_name -> pv_name (eg, pv1) */56 union {63 } data;65 out_with_comment_fn out_with_comment;66 nl_fn nl;68 int indent; /* current level of indentation */69 int error;70 int header; /* 1 => comments at start; 0 => end */
134 text::table_formatter formatter; in general_help() local184 text::table_formatter formatter; in subcommand_help() local
121 void *formatter; in main() local247 process(struct mparse *parser, enum outt outtype, void *formatter) in process()
209 format::formatter::formatter(const std::string& format, in formatter() function in format::formatter226 format::formatter::formatter(const std::string& format) : in formatter() function in format::formatter
77 class formatter { class
95 #define EQ(expected, formatter) ATF_REQUIRE_EQ(expected, (formatter).str()) argument
281 text::table_formatter formatter; in ATF_TEST_CASE_BODY() local311 text::table_formatter formatter; in ATF_TEST_CASE_BODY() local
214 text::table_formatter formatter, in out_table()
57 const text::table_formatter& formatter, in table_formatter_check()