Home
last modified time | relevance | path

Searched refs:columnInfos (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_console.cpp280 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos ) in TablePrinter() argument
282 m_columnInfos( std::move( columnInfos ) ) {} in TablePrinter()
284 auto columnInfos() const -> std::vector<ColumnInfo> const& { in columnInfos() function in Catch::TablePrinter
434 …auto nameCol = Column(name).width(static_cast<std::size_t>(m_tablePrinter->columnInfos()[0].width … in benchmarkPreparing()
/external/catch2/single_include/catch2/
Dcatch.hpp16062 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos ) in TablePrinter() argument
16064 m_columnInfos( std::move( columnInfos ) ) {} in TablePrinter()
16066 auto columnInfos() const -> std::vector<ColumnInfo> const& { in columnInfos() function in Catch::TablePrinter
16216 …auto nameCol = Column(name).width(static_cast<std::size_t>(m_tablePrinter->columnInfos()[0].width … in benchmarkPreparing()
/external/libabigail/tests/lib/
Dcatch.hpp16314 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos ) in TablePrinter() argument
16316 m_columnInfos( std::move( columnInfos ) ) {} in TablePrinter()
16318 auto columnInfos() const -> std::vector<ColumnInfo> const& { in columnInfos() function in Catch::TablePrinter
16469 …auto nameCol = Column(name).width(static_cast<std::size_t>(m_tablePrinter->columnInfos()[0].width … in benchmarkPreparing()