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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc63 using testing::An;
274 EXPECT_CALL(mock_foo_, OverloadedOnArgumentType(An<int>()))
H A Dgmock-matchers_test.cc84 using testing::An;
539 // An int can be statically (although not implicitly) cast to a
811 // Tests that An<T>() matches any value of type T.
814 Matcher<int> m1 = An<int>();
821 Matcher<int&> m2 = An<int&>();
826 // Tests that An<T>() describes itself properly.
828 EXPECT_EQ("is anything", Describe(An<int>()));
3356 // An uncopyable class.
3385 Uncopyable z; // An uncopyable field.
4842 // 100 inputs very quickly (a few milliseconds). An
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h115 // An instance of a subclass of this knows how to describe itself as a
248 // An internal class for implementing Matcher<T>, which will derive
723 // An internal helper class for doing compile-time loop on a tuple's
1851 // matcher_ has type Matcher<T> (e.g. An<int>()).
3736 inline Matcher<T> An() { return A<T>(); } function in namespace:testing

Completed in 44 milliseconds