/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | raw_ostream_test.cpp | 294 std::vector<uint8_t> Unprintable = {'a', '\x1e', 'b', '\x1f'}; in TEST() local 299 format_bytes_with_ascii_str(Unprintable)); in TEST()
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 129 CHARACTER_CLASS(Unprintable, c < ' ' && c > '\0'); 584 if (LookingAt<Unprintable>() || current_char_ == '\0') { in Next() 592 while (TryConsumeOne<Unprintable>() || in Next()
|
/external/googletest/googlemock/test/ |
D | gmock-spec-builders_test.cc | 2005 struct Unprintable { struct 2006 Unprintable() : value(0) {} in Unprintable() function 2015 const Printable& x, Unprintable y)); 2047 c.VoidMethod(false, 5, "Hi", nullptr, Printable(), Unprintable()); in TEST() 2061 c.VoidMethod(false, 5, "Hi", nullptr, Printable(), Unprintable()); in TEST() 2104 c.VoidMethod(false, 5, "Hi", nullptr, Printable(), Unprintable()); in TEST()
|
D | gmock-matchers_test.cc | 980 class Unprintable { class 982 Unprintable() : c_('a') {} in Unprintable() function in testing::gmock_matchers_test::__anon67385ff30111::Unprintable 984 bool operator==(const Unprintable& /* rhs */) const { return true; } in operator ==() 992 Matcher<Unprintable> m = Eq(Unprintable()); in TEST()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-spec-builders_test.cc | 1857 struct Unprintable { struct 1858 Unprintable() : value(0) {} in Unprintable() argument 1867 const Printable& x, Unprintable y)); 1900 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable()); in TEST() 1942 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable()); in TEST()
|
D | gmock-matchers_test.cc | 742 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 ==() argument 752 Matcher<Unprintable> m = Eq(Unprintable()); in TEST()
|
/external/googletest/googletest/test/ |
D | googletest-printers-test.cc | 1030 TEST(PrintReferenceWrapper, Unprintable) { in TEST() argument
|