Home
last modified time | relevance | path

Searched defs:Unprintable (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock-spec-builders_test.cc1857 struct Unprintable { struct
1858 Unprintable() : value(0) {} in Unprintable() argument
1859 int value;
Dgmock-matchers_test.cc742 class Unprintable { class
744 Unprintable() : c_('a') {} in Unprintable() function in testing::gmock_matchers_test::Unprintable
746 bool operator==(const Unprintable& /* rhs */) { return true; } in operator ==()
/external/v8/testing/gmock/test/
Dgmock-spec-builders_test.cc1948 struct Unprintable { struct
1949 Unprintable() : value(0) {} in Unprintable() argument
1950 int value;
Dgmock-matchers_test.cc866 class Unprintable { class
868 Unprintable() : c_('a') {} in Unprintable() function in testing::gmock_matchers_test::Unprintable
870 bool operator==(const Unprintable& /* rhs */) { return true; } in operator ==()
/external/googletest/googlemock/test/
Dgmock-spec-builders_test.cc1947 struct Unprintable { struct
1948 Unprintable() : value(0) {} in Unprintable() function
1949 int value;
Dgmock-matchers_test.cc866 class Unprintable { class
868 Unprintable() : c_('a') {} in Unprintable() function in testing::gmock_matchers_test::Unprintable
874 inline bool operator==(const Unprintable& /* lhs */, in operator ==()