HomeSort by relevance Sort by last modified time
    Searched defs:Unprintable (Results 1 - 4 of 4) sorted by null

  /external/gmock/test/
gmock-spec-builders_test.cc     [all...]
gmock-matchers_test.cc 811 class Unprintable {
813 Unprintable() : c_('a') {}
815 bool operator==(const Unprintable& /* rhs */) { return true; }
821 Matcher<Unprintable> m = Eq(Unprintable());
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-spec-builders_test.cc     [all...]
gmock-matchers_test.cc 742 class Unprintable {
744 Unprintable() : c_('a') {}
746 bool operator==(const Unprintable& /* rhs */) { return true; }
752 Matcher<Unprintable> m = Eq(Unprintable());
    [all...]

Completed in 136 milliseconds