Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8537 auto width(size_t newWidth) -> Column& { in width() argument
8538 assert(newWidth > 0); in width()
8539 m_width = newWidth; in width()