Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp16086 auto colInfo = tp.m_columnInfos[tp.m_currentColumn]; in operator <<() local
16087 auto padding = (strSize + 1 < static_cast<std::size_t>(colInfo.width)) in operator <<()
16088 ? std::string(colInfo.width - (strSize + 1), ' ') in operator <<()
16090 if (colInfo.justification == ColumnInfo::Left) in operator <<()