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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1948 struct Unprintable { struct in namespace:__anon20
1949 Unprintable() : value(0) {} function in struct:__anon20::Unprintable
1958 const Printable& x, Unprintable y));
1988 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2002 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2045 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
H A Dgmock-matchers_test.cc866 class Unprintable { class in namespace:testing::gmock_matchers_test
868 Unprintable() : c_('a') {} function in class:testing::gmock_matchers_test::Unprintable
874 inline bool operator==(const Unprintable& /* lhs */,
875 const Unprintable& /* rhs */) {
880 Matcher<Unprintable> m = Eq(Unprintable());

Completed in 35 milliseconds