Searched defs:Unprintable (Results 1 – 6 of 6) sorted by relevance
1857 struct Unprintable { struct1858 Unprintable() : value(0) {} in Unprintable() argument1859 int value;
742 class Unprintable { class744 Unprintable() : c_('a') {} in Unprintable() function in testing::gmock_matchers_test::Unprintable746 bool operator==(const Unprintable& /* rhs */) { return true; } in operator ==()
1948 struct Unprintable { struct1949 Unprintable() : value(0) {} in Unprintable() argument1950 int value;
866 class Unprintable { class868 Unprintable() : c_('a') {} in Unprintable() function in testing::gmock_matchers_test::Unprintable870 bool operator==(const Unprintable& /* rhs */) { return true; } in operator ==()
1947 struct Unprintable { struct1948 Unprintable() : value(0) {} in Unprintable() function1949 int value;
866 class Unprintable { class868 Unprintable() : c_('a') {} in Unprintable() function in testing::gmock_matchers_test::Unprintable874 inline bool operator==(const Unprintable& /* lhs */, in operator ==()