Home
last modified time | relevance | path

Searched defs:ChildClassWithStreamOperator (Results 1 – 1 of 1) sorted by relevance

/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc93 class ChildClassWithStreamOperator : public ParentClass {}; class
98 static void operator<<(std::ostream& os, const ChildClassWithStreamOperator&) { in operator <<()