Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc228 struct StreamableInLocal {}; struct
229 void operator<<(::std::ostream& os, const StreamableInLocal& /* x */) { in operator <<() argument
1672 PrintToString(foo::StreamableInLocal()).c_str());
1676 foo::StreamableInLocal s;
1677 std::reference_wrapper<foo::StreamableInLocal> r(s);