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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1834 class PredicateFormatterFromMatcher { class in namespace:testing::internal
1836 explicit PredicateFormatterFromMatcher(M m) : matcher_(internal::move(m)) {} function in class:testing::internal::PredicateFormatterFromMatcher
1838 // This template () operator allows a PredicateFormatterFromMatcher
1844 // when the PredicateFormatterFromMatcher object was constructed,
1870 GTEST_DISALLOW_ASSIGN_(PredicateFormatterFromMatcher);
1878 inline PredicateFormatterFromMatcher<M>
1880 return PredicateFormatterFromMatcher<M>(internal::move(matcher));

Completed in 23 milliseconds