Searched refs:StreamableInLocal (Results 1 – 1 of 1) sorted by relevance
228 struct StreamableInLocal {}; struct229 void operator<<(::std::ostream& os, const StreamableInLocal& /* x */) { in operator <<() argument1672 PrintToString(foo::StreamableInLocal()).c_str());1676 foo::StreamableInLocal s;1677 std::reference_wrapper<foo::StreamableInLocal> r(s);