Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc109 class StreamableInGlobal { class
111 virtual ~StreamableInGlobal() {} in ~StreamableInGlobal()
114 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) { in operator <<() argument
118 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) { in operator <<() argument
1080 StreamableInGlobal x; in TEST()