Searched refs:StreamableInGlobal (Results 1 – 1 of 1) sorted by relevance
122 class StreamableInGlobal { class124 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 <<() argument134 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) { in operator <<() argument1355 StreamableInGlobal x;1682 StreamableInGlobal s;1683 std::reference_wrapper<StreamableInGlobal> r(s);[all …]