Searched refs:Unprintable (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer.cc | 128 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 D | gmock-spec-builders_test.cc | 1891 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 D | gmock-matchers-comparisons_test.cc | 808 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 D | test_traceback.py | 1491 class Unprintable: class 1499 e.__notes__ = Unprintable() 1509 e.__notes__ = [Unprintable(), 'Final Note']
|
/third_party/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 1258 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