Lines Matching refs:ColumnInfo
15943 struct ColumnInfo { struct
16031 std::vector<ColumnInfo> m_columnInfos;
16037 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos ) in TablePrinter()
16041 auto columnInfos() const -> std::vector<ColumnInfo> const& { in columnInfos()
16090 if (colInfo.justification == ColumnInfo::Left) in operator <<()
16109 [&config]() -> std::vector<ColumnInfo> { in ConsoleReporter()
16113 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
16114 { " samples", 14, ColumnInfo::Right }, in ConsoleReporter()
16115 { " iterations", 14, ColumnInfo::Right }, in ConsoleReporter()
16116 { " mean", 14, ColumnInfo::Right } in ConsoleReporter()
16122 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 32, ColumnInfo::Left }, in ConsoleReporter()
16123 { "samples mean std dev", 14, ColumnInfo::Right }, in ConsoleReporter()
16124 { "iterations low mean low std dev", 14, ColumnInfo::Right }, in ConsoleReporter()
16125 { "estimated high mean high std dev", 14, ColumnInfo::Right } in ConsoleReporter()