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

/external/chromium/testing/gmock/test/
H A Dgmock-spec-builders_test.cc1846 struct Unprintable { struct in namespace:__anon3134
1847 Unprintable() : value(0) {} function in struct:__anon3134::Unprintable
1856 const Printable& x, Unprintable y));
1889 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
1931 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
H A Dgmock-matchers_test.cc694 class Unprintable { class in namespace:testing::gmock_matchers_test
696 Unprintable() : c_('a') {} function in class:testing::gmock_matchers_test::Unprintable
698 bool operator==(const Unprintable& /* rhs */) { return true; }
704 Matcher<Unprintable> m = Eq(Unprintable());

Completed in 85 milliseconds