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

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 3630 BoundSecondMatcher<Tuple2Matcher, Second> MatcherBindSecond(
 3631     const Tuple2Matcher& tm, const Second& second) {
 3632   return BoundSecondMatcher<Tuple2Matcher, Second>(tm, second);