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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1571 // CreateMatcher<T> creates a Matcher<T> from a given list of matchers (built
1576 static Matcher<T> CreateMatcher(const ListType& matchers) { function in struct:testing::internal::MatcherList
1579 MatcherListTail::template CreateMatcher<T, CombiningMatcher>(
1596 static Matcher<T> CreateMatcher(const ListType& matchers) { function in struct:testing::internal::MatcherList
1618 return MatcherListType::template CreateMatcher<T, CombiningMatcher>(

Completed in 26 milliseconds