Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp511 struct StreamEndStop { struct
515 T const& operator + ( T const& value, StreamEndStop ) { in operator +() argument
2739 …sage( messageType, ( Catch::MessageStream() << __VA_ARGS__ + ::Catch::StreamEndStop() ).m_stream.s…
9847 std::string StreamEndStop::operator+() const { in operator +()