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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h311 typedef BothOfMatcher<
319 typedef BothOfMatcher<
327 typedef BothOfMatcher<
335 typedef BothOfMatcher<
344 typedef BothOfMatcher<
353 typedef BothOfMatcher<
362 typedef BothOfMatcher<
371 typedef BothOfMatcher<
380 typedef BothOfMatcher<
H A Dgmock-matchers.h1488 // T. We do not nest it inside the BothOfMatcher class template, as
1489 // that will prevent different instantiations of BothOfMatcher from
1638 class BothOfMatcher { class in namespace:testing::internal
1640 BothOfMatcher(Matcher1 matcher1, Matcher2 matcher2) function in class:testing::internal::BothOfMatcher
1644 // BothOfMatcher<Matcher1, Matcher2> object to match any type that
1656 GTEST_DISALLOW_ASSIGN_(BothOfMatcher);

Completed in 30 milliseconds