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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1552 // a list structure (ListType) and creating a combining matcher from such a
1561 typedef ::std::pair<Head, typename MatcherListTail::ListType> ListType; typedef in struct:testing::internal::MatcherList
1567 static ListType BuildList(const Head& matcher, const Tail&... tail) {
1568 return ListType(matcher, MatcherListTail::BuildList(tail...));
1576 static Matcher<T> CreateMatcher(const ListType& matchers) {
1588 typedef ::std::pair<Matcher1, Matcher2> ListType; typedef in struct:testing::internal::MatcherList
1590 static ListType BuildList(const Matcher1& matcher1,
1596 static Matcher<T> CreateMatcher(const ListType& matchers) {
1625 const typename MatcherListType::ListType matchers
[all...]

Completed in 16 milliseconds