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

/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc129 CHARACTER_CLASS(Unprintable, c < ' ' && c > '\0');
584 if (LookingAt<Unprintable>() || current_char_ == '\0') {
592 while (TryConsumeOne<Unprintable>() ||
/external/google-breakpad/src/testing/test/
H A Dgmock-spec-builders_test.cc1857 struct Unprintable { struct in namespace:__anon6906
1858 Unprintable() : value(0) {} function in struct:__anon6906::Unprintable
1867 const Printable& x, Unprintable y));
1900 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
1942 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
H A Dgmock-matchers_test.cc742 class Unprintable { class in namespace:testing::gmock_matchers_test
744 Unprintable() : c_('a') {} function in class:testing::gmock_matchers_test::Unprintable
746 bool operator==(const Unprintable& /* rhs */) { return true; }
752 Matcher<Unprintable> m = Eq(Unprintable());
/external/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1948 struct Unprintable { struct in namespace:__anon6995
1949 Unprintable() : value(0) {} function in struct:__anon6995::Unprintable
1958 const Printable& x, Unprintable y));
1988 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2002 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2045 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
H A Dgmock-matchers_test.cc866 class Unprintable { class in namespace:testing::gmock_matchers_test
868 Unprintable() : c_('a') {} function in class:testing::gmock_matchers_test::Unprintable
870 bool operator==(const Unprintable& /* rhs */) { return true; }
876 Matcher<Unprintable> m = Eq(Unprintable());
/external/v8/testing/gmock/test/
H A Dgmock-spec-builders_test.cc1948 struct Unprintable { struct in namespace:__anon21890
1949 Unprintable() : value(0) {} function in struct:__anon21890::Unprintable
1958 const Printable& x, Unprintable y));
1988 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2002 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
2045 c.VoidMethod(false, 5, "Hi", NULL, Printable(), Unprintable());
H A Dgmock-matchers_test.cc866 class Unprintable { class in namespace:testing::gmock_matchers_test
868 Unprintable() : c_('a') {} function in class:testing::gmock_matchers_test::Unprintable
870 bool operator==(const Unprintable& /* rhs */) { return true; }
876 Matcher<Unprintable> m = Eq(Unprintable());

Completed in 320 milliseconds