HomeSort by relevance Sort by last modified time
    Searched refs:PolymorphicIsEven (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 437 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() {
442 // Using PolymorphicIsEven() as a Matcher<int>.
443 const Matcher<int> m1 = PolymorphicIsEven();
453 // Using PolymorphicIsEven() as a Matcher<char>.
454 const Matcher<char> m2 = PolymorphicIsEven();
    [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 501 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() {
506 // Using PolymorphicIsEven() as a Matcher<int>.
507 const Matcher<int> m1 = PolymorphicIsEven();
517 // Using PolymorphicIsEven() as a Matcher<char>.
518 const Matcher<char> m2 = PolymorphicIsEven();
    [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 501 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() {
506 // Using PolymorphicIsEven() as a Matcher<int>.
507 const Matcher<int> m1 = PolymorphicIsEven();
517 // Using PolymorphicIsEven() as a Matcher<char>.
518 const Matcher<char> m2 = PolymorphicIsEven();
    [all...]

Completed in 368 milliseconds