Searched defs:Unprintable (Results 1 - 4 of 4) sorted by relevance

/external/gmock/test/
H A Dgmock-spec-builders_test.cc1939 struct Unprintable { struct in namespace:__anon6032
1940 Unprintable() : value(0) {} function in struct:__anon6032::Unprintable
1949 const Printable& x, Unprintable y));
1977 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2020 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
H A Dgmock-matchers_test.cc811 class Unprintable { class in namespace:testing::gmock_matchers_test
813 Unprintable() : c_('a') {} function in class:testing::gmock_matchers_test::Unprintable
815 bool operator==(const Unprintable& /* rhs */) { return true; }
821 Matcher<Unprintable> m = Eq(Unprintable());
/external/google-breakpad/src/testing/test/
H A Dgmock-spec-builders_test.cc1857 struct Unprintable { struct in namespace:__anon6276
1858 Unprintable() : value(0) {} function in struct:__anon6276::Unprintable
1867 const Printable& x, Unprintable y));
1900 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
1942 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
H A Dgmock-matchers_test.cc742 class Unprintable { class in namespace:testing::gmock_matchers_test
744 Unprintable() : c_('a') {} function in class:testing::gmock_matchers_test::Unprintable
746 bool operator==(const Unprintable& /* rhs */) { return true; }
752 Matcher<Unprintable> m = Eq(Unprintable());

Completed in 166 milliseconds