Searched refs:ArgTuple (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3578 typedef ::testing::tuple<T, Second> ArgTuple; typedef in class:testing::internal::BoundSecondMatcher::Impl
3581 : mono_tuple2_matcher_(SafeMatcherCast<const ArgTuple&>(tm)),
3592 return mono_tuple2_matcher_.MatchAndExplain(ArgTuple(x, second_value_),
3597 const Matcher<const ArgTuple&> mono_tuple2_matcher_;

Completed in 25 milliseconds