reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/unittests/Matchers.h
   60       if (Matchers[I].Matches(V[J]))
utils/unittest/googlemock/include/gmock/gmock-matchers.h
  708     return matcher.Matches(value);
  737         && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple));
 1824     return MatcherCast<const T&>(matcher_).Matches(x);
 2781           if (!mono_tuple_matcher_.Matches(value_pair))
 3043       return first_matcher_.Matches(a_pair.first) &&
 3044              second_matcher_.Matches(a_pair.second);
 3193         match = matchers_[exam_pos].Matches(*it);
utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
  332     return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
 1090     return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);