Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc128 CHARACTER_CLASS(Unprintable, c<' ' && c> '\0');
587 if (LookingAt<Unprintable>() || current_char_ == '\0') { in Next()
595 while (TryConsumeOne<Unprintable>() || in Next()
/third_party/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1891 struct Unprintable { struct
1892 Unprintable() : value(0) {} in Unprintable() function
1901 const Printable& x, Unprintable y));
1936 c.VoidMethod(false, 5, "Hi", nullptr, Printable(), Unprintable()); in TEST()
1950 c.VoidMethod(false, 5, "Hi", nullptr, Printable(), Unprintable()); in TEST()
1994 c.VoidMethod(false, 5, "Hi", nullptr, Printable(), Unprintable()); in TEST()
H A Dgmock-matchers-comparisons_test.cc808 class Unprintable { class
810 Unprintable() : c_('a') {} in Unprintable() function in testing::gmock_matchers_test::__anon3002::Unprintable
812 bool operator==(const Unprintable& /* rhs */) const { return true; } in operator ==()
821 Matcher<Unprintable> m = Eq(Unprintable()); in TEST()
/third_party/python/Lib/test/
H A Dtest_traceback.py1491 class Unprintable: class
1499 e.__notes__ = Unprintable()
1509 e.__notes__ = [Unprintable(), 'Final Note']
/third_party/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1258 TEST(PrintReferenceWrapper, Unprintable) { in TEST()
1272 // Unprintable types in the global namespace.
1277 // Unprintable types in a user namespace.
1283 // Unprintable types are that too big to be printed completely.

Completed in 17 milliseconds