Home | History | Annotate | Download | only in test

Lines Matching defs:Unprintable

811 class Unprintable {
813 Unprintable() : c_('a') {}
815 bool operator==(const Unprintable& /* rhs */) { return true; }
821 Matcher<Unprintable> m = Eq(Unprintable());