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

References

utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h
  396   typedef M1 type;
  403       typename AnyOfResult1<M2>::type
 1086 inline typename internal::AnyOfResult2<M1, M2>::type
 1087 AnyOf(M1 m1, M2 m2) {
utils/unittest/googlemock/include/gmock/gmock-matchers.h
  519   static Matcher<T> Cast(const M& polymorphic_matcher_or_value) {
  536             internal::ImplicitlyConvertible<M, Matcher<T> >::value>());
  540   static Matcher<T> CastImpl(const M& value, BooleanConstant<false>) {
  547   static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value,
  629   static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) {
  630     return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value);
  667 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher) {
 1737   EitherOfMatcher(Matcher1 matcher1, Matcher2 matcher2)
 1751   Matcher2 matcher2_;
 4386 inline internal::AnyOfMatcher<Args...> AnyOf(const Args&... matchers) {
 4386 inline internal::AnyOfMatcher<Args...> AnyOf(const Args&... matchers) {
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  830 struct AddReference { typedef T& type; };  // NOLINT
  863   static typename AddReference<From>::type MakeFrom();