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.cc97 class ChildClassWithStreamOperator : public ParentClass {}; class
102 static void operator<<(std::ostream& os, const ChildClassWithStreamOperator&) { in operator <<()