Searched refs:Unprintable (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2005 struct Unprintable { struct in namespace:__anon1875
2006 Unprintable() : value(0) {} function in struct:__anon1875::Unprintable
2015 const Printable& x, Unprintable y));
2045 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2059 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2102 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
H A Dgmock-matchers_test.cc1022 class Unprintable { class in namespace:testing::gmock_matchers_test
1024 Unprintable() : c_('a') {} function in class:testing::gmock_matchers_test::Unprintable
1026 bool operator==(const Unprintable& /* rhs */) const { return true; }
1032 Matcher<Unprintable> m = Eq(Unprintable());

Completed in 112 milliseconds