Home
last modified time | relevance | path

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

/external/gmock/test/
Dgmock-spec-builders_test.cc1939 struct Unprintable { struct
1940 Unprintable() : value(0) {} in Unprintable() function
1941 int value;
Dgmock-matchers_test.cc811 class Unprintable { class
813 Unprintable() : c_('a') {} in Unprintable() function in testing::gmock_matchers_test::Unprintable
815 bool operator==(const Unprintable& /* rhs */) { return true; } in operator ==()
/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 ==()