Searched refs:width_auto (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/kyua/utils/text/
H A Dtable.hpp105 /// non-specified column widths are assumed to be width_auto.
111 static const std::size_t width_auto; member in class:utils::text::table_formatter
H A Dtable.cpp50 /// Values of width_auto are ignored; any other explicit values are copied
65 if (user_width != text::table_formatter::width_auto) {
329 const std::size_t text::table_formatter::width_auto = 0;
371 _column_widths.resize(column + 1, width_auto);
H A Dtable_test.cpp327 .set_column_width(0, text::table_formatter::width_auto), table);

Completed in 294 milliseconds