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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2337 class ResultOfMatcher { class in namespace:testing::internal
2341 ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher) function in class:testing::internal::ResultOfMatcher
2394 GTEST_DISALLOW_ASSIGN_(ResultOfMatcher);
3938 template <typename Callable, typename ResultOfMatcher>
3939 internal::ResultOfMatcher<Callable> ResultOf(
3940 Callable callable, const ResultOfMatcher& matcher) {
3941 return internal::ResultOfMatcher<Callable>(

Completed in 22 milliseconds