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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3543 // of type Second, BoundSecondMatcher<Tuple2Matcher, Second>(tm,
3548 // BoundSecondMatcher is copyable and assignable, as we need to put
3552 class BoundSecondMatcher { class in namespace:testing::internal
3554 BoundSecondMatcher(const Tuple2Matcher& tm, const Second& second) function in class:testing::internal::BoundSecondMatcher
3563 // C++98 mode, as it puts BoundSecondMatcher instances in a vector,
3570 void operator=(const BoundSecondMatcher& /*rhs*/) {
3571 GTEST_LOG_(FATAL) << "BoundSecondMatcher should never be assigned.";
3612 BoundSecondMatcher<Tuple2Matcher, Second> MatcherBindSecond(
3614 return BoundSecondMatcher<Tuple2Matcher, Second>(tm, second);
4220 typename internal::BoundSecondMatcher<
[all...]

Completed in 22 milliseconds