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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2695 typedef internal::StlContainerView<RhsContainer> RhsView; typedef in class:testing::internal::PointwiseMatcher
2696 typedef typename RhsView::type RhsStlContainer;
2702 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {
4230 // RhsView allows the same code to handle RhsContainer being a
4232 typedef typename internal::StlContainerView<RawRhsContainer> RhsView; typedef
4233 typedef typename RhsView::type RhsStlContainer;
4236 RhsView::ConstReference(rhs_container);

Completed in 21 milliseconds