Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp12691 AssertionResultData tempResult( ResultWas::FatalErrorCondition, { false } ); in handleFatalErrorCondition() local
12692 tempResult.message = static_cast<std::string>(message); in handleFatalErrorCondition()
12693 AssertionResult result(m_lastAssertionInfo, tempResult); in handleFatalErrorCondition()