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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2688 // Implements Pointwise(tuple_matcher, rhs_container). tuple_matcher
2701 PointwiseMatcher(const TupleMatcher& tuple_matcher, const RhsContainer& rhs) argument
2702 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {
2728 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) argument
2730 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)),
4187 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { argument
4193 tuple_matcher, rhs);
4201 const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) {
4202 return Pointwise(tuple_matcher, st
4200 Pointwise( const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) argument
[all...]

Completed in 21 milliseconds