Home | History | Annotate | Download | only in test

Lines Matching defs:Unprintable

742 class Unprintable {
744 Unprintable() : c_('a') {}
746 bool operator==(const Unprintable& /* rhs */) { return true; }
752 Matcher<Unprintable> m = Eq(Unprintable());