Home
last modified time | relevance | path

Searched refs:Unprintable (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Draw_ostream_test.cpp294 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/
Dtokenizer.cc129 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/
Dgmock-spec-builders_test.cc2005 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()
Dgmock-matchers_test.cc980 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/
Dgmock-spec-builders_test.cc1857 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()
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 ==() argument
752 Matcher<Unprintable> m = Eq(Unprintable()); in TEST()
/external/googletest/googletest/test/
Dgoogletest-printers-test.cc1030 TEST(PrintReferenceWrapper, Unprintable) { in TEST() argument