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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2113 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {
2122 return MakeMatcher(new Impl<LhsContainer>(tuple_matcher_, rhs_));
2203 const TupleMatcher tuple_matcher_; member in class:testing::internal::PointwiseMatcher
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2704 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {
2713 return MakeMatcher(new Impl<LhsContainer>(tuple_matcher_, rhs_));
2794 const TupleMatcher tuple_matcher_; member in class:testing::internal::PointwiseMatcher
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2702 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {
2711 return MakeMatcher(new Impl<LhsContainer>(tuple_matcher_, rhs_));
2792 const TupleMatcher tuple_matcher_; member in class:testing::internal::PointwiseMatcher

Completed in 570 milliseconds