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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1551 // MatcherList provides mechanisms for storing a variable number of matchers in
1555 // * kSize is the length of the MatcherList.
1559 struct MatcherList { struct in namespace:testing::internal
1560 typedef MatcherList<kSize - 1, Tail...> MatcherListTail;
1565 // MatcherList<3, int, string, float>::BuildList(5, "foo", 2.0) will return
1585 // MatcherList.
1587 struct MatcherList<2, Matcher1, Matcher2> { struct in namespace:testing::internal
1623 typedef MatcherList<sizeof...(Args), Args...> MatcherListType;

Completed in 26 milliseconds