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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h36 // MatcherInterface<T> interface if necessary.
63 // MatcherInterface<T> interface, and
132 // MatcherInterface, but it is highly advised so that your matcher
143 class MatcherInterface : public MatcherDescriberInterface { class in namespace:testing
291 explicit MatcherBase(const MatcherInterface<T>* impl)
308 ::testing::internal::linked_ptr<const MatcherInterface<T> > impl_;
316 // MatcherInterface<T>, so copying is fairly cheap. Don't inherit
327 explicit Matcher(const MatcherInterface<T>* impl)
344 explicit Matcher(const MatcherInterface<const internal::string&>* impl)
361 explicit Matcher(const MatcherInterface<interna
[all...]
H A Dgmock-generated-matchers.h211 class ArgsMatcherImpl : public MatcherInterface<ArgsTuple> {
1361 // MatcherInterface or using MakePolymorphicMatcher(). These
1385 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1433 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1485 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1542 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1603 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1672 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1745 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1821 class gmock_Impl : public ::testing::MatcherInterface<arg_typ
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc71 using testing::MatcherInterface;
227 class LessThanMatcher : public MatcherInterface<tuple<char, int> > {
256 class GreaterThanMatcher : public MatcherInterface<int> {
H A Dgmock-matchers_test.cc109 using testing::MatcherInterface;
162 class GreaterThanMatcher : public MatcherInterface<int> {
255 // Makes sure that the MatcherInterface<T> interface doesn't
257 class EvenMatcherImpl : public MatcherInterface<int> {
273 // Makes sure that the MatcherInterface API doesn't change.
280 class NewEvenMatcherImpl : public MatcherInterface<int> {
312 // Tests that Matcher<T> can be constructed from a MatcherInterface<T>*.
314 const MatcherInterface<int>* impl = new EvenMatcherImpl;
349 // MatcherInterface<T>::DescribeTo().
430 // MatcherInterface* withou
[all...]

Completed in 38 milliseconds