Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_console.cpp329 auto colInfo = tp.m_columnInfos[tp.m_currentColumn]; in operator <<() local
330 auto padding = (strSize + 1 < static_cast<std::size_t>(colInfo.width)) in operator <<()
331 ? std::string(colInfo.width - (strSize + 1), ' ') in operator <<()
333 if (colInfo.justification == ColumnInfo::Left) in operator <<()
/external/catch2/single_include/catch2/
Dcatch.hpp16111 auto colInfo = tp.m_columnInfos[tp.m_currentColumn]; in operator <<() local
16112 auto padding = (strSize + 1 < static_cast<std::size_t>(colInfo.width)) in operator <<()
16113 ? std::string(colInfo.width - (strSize + 1), ' ') in operator <<()
16115 if (colInfo.justification == ColumnInfo::Left) in operator <<()
/external/libabigail/tests/lib/
Dcatch.hpp16363 auto colInfo = tp.m_columnInfos[tp.m_currentColumn]; in operator <<() local
16364 auto padding = (strSize + 1 < static_cast<std::size_t>(colInfo.width)) in operator <<()
16365 ? std::string(colInfo.width - (strSize + 1), ' ') in operator <<()
16367 if (colInfo.justification == ColumnInfo::Left) in operator <<()