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

  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 231 class EvenMatcherImpl : public MatcherInterface<int> {
249 EvenMatcherImpl m;
288 const MatcherInterface<int>* impl = new EvenMatcherImpl;
326 Describe(Matcher<int>(new EvenMatcherImpl)));
    [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 257 class EvenMatcherImpl : public MatcherInterface<int> {
275 EvenMatcherImpl m;
314 const MatcherInterface<int>* impl = new EvenMatcherImpl;
352 Describe(Matcher<int>(new EvenMatcherImpl)));
    [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 257 class EvenMatcherImpl : public MatcherInterface<int> {
275 EvenMatcherImpl m;
314 const MatcherInterface<int>* impl = new EvenMatcherImpl;
352 Describe(Matcher<int>(new EvenMatcherImpl)));
    [all...]

Completed in 210 milliseconds