Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8431 auto isBoundary(size_t at) const -> bool { in isBoundary() function in Catch::clara::TextFlow::Column::iterator
8457 while (len > 0 && !isBoundary(m_pos + len)) in calcLength()