Searched refs:Unprintable (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-spec-builders_test.cc | 1879 struct Unprintable { struct 1880 Unprintable() : value(0) {} in Unprintable() argument 1889 const Printable& x, Unprintable y)); 1924 c.VoidMethod(false, 5, "Hi", nullptr, Printable(), Unprintable()); in TEST() 1938 c.VoidMethod(false, 5, "Hi", nullptr, Printable(), Unprintable()); in TEST() 1982 c.VoidMethod(false, 5, "Hi", nullptr, Printable(), Unprintable()); in TEST()
|
H A D | gmock-matchers-comparisons_test.cc | 809 class Unprintable { class 811 Unprintable() : c_('a') {} in Unprintable() function in testing::gmock_matchers_test::__anonbdf523750111::Unprintable 813 bool operator==(const Unprintable& /* rhs */) const { return true; } in operator ==() 822 Matcher<Unprintable> m = Eq(Unprintable()); in TEST()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 1297 TEST(PrintReferenceWrapper, Unprintable) {
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 2385 Unprintable characters in responses from DNS servers for the DNS
|