Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/test/
Dgoogletest-printers-test.cc111 class StreamableInGlobal { class
113 virtual ~StreamableInGlobal() {} in ~StreamableInGlobal()
116 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) { in operator <<() argument
120 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) { in operator <<() argument
1156 StreamableInGlobal x; in TEST()
1736 using Type = absl::variant<int, StreamableInGlobal, NonPrintable>; in TEST()
1739 PrintToString(Type(StreamableInGlobal{}))); in TEST()