Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2618 void captureValue( size_t index, std::string const& value );
2622 captureValue( index, Catch::Detail::stringify( value ) ); in captureValues()
2627 captureValue( index, Catch::Detail::stringify(value) ); in captureValues()
11778 void Capturer::captureValue( size_t index, std::string const& value ) { in captureValue() function in Catch::Capturer