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

Definitions

utils/unittest/googlemock/include/gmock/gmock-matchers.h
  519   static Matcher<T> Cast(const M& polymorphic_matcher_or_value) {
  567   static Matcher<T> Cast(const Matcher<U>& source_matcher) {
  602   static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; }