Home
last modified time | relevance | path

Searched refs:widths_vector (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/kyua/utils/text/
H A Dtable.cpp55 static text::widths_vector
60 text::widths_vector widths = table.column_widths(); in override_column_widths()
86 static text::widths_vector::size_type
87 find_refill_column(const text::widths_vector& widths) in find_refill_column()
89 text::widths_vector::size_type i = 0; in find_refill_column()
112 refill_widths(text::widths_vector& widths, in refill_widths()
123 const text::widths_vector::size_type refill_column = in refill_widths()
127 text::widths_vector::value_type width = 0; in refill_widths()
245 text::widths_vector::size_type
261 text::widths_vector::value_type
[all …]
H A Dtable.hpp56 widths_vector _column_widths;
70 widths_vector::size_type ncolumns(void) const;
71 widths_vector::value_type column_width(const widths_vector::size_type)
73 const widths_vector& column_widths(void) const;
106 widths_vector _column_widths;
H A Dtable_fwd.hpp48 typedef std::vector< std::size_t > widths_vector; typedef
H A Dtable_test.cpp371 const text::widths_vector::value_type first_width = in ATF_TEST_CASE_BODY()
/freebsd-14.2/contrib/kyua/cli/
H A Dcmd_help.cpp109 text::widths_vector::value_type first_width = in general_help()
186 const text::widths_vector::value_type first_width = in subcommand_help()