Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc122 class StreamableInGlobal { class
124 StreamableInGlobal() = default;
125 StreamableInGlobal(const StreamableInGlobal&) = default;
126 StreamableInGlobal& operator=(const StreamableInGlobal&) = default;
127 virtual ~StreamableInGlobal() = default;
130 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) { in operator <<() argument
134 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) { in operator <<() argument
1355 StreamableInGlobal x;
1682 StreamableInGlobal s;
1683 std::reference_wrapper<StreamableInGlobal> r(s);
[all …]