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

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 3572   BoundSecondMatcher(const Tuple2Matcher& tm, const Second& second)
 3596     typedef ::testing::tuple<T, Second> ArgTuple;
 3598     Impl(const Tuple2Matcher& tm, const Second& second)
 3616     const Second second_value_;
 3622   const Second second_value_;