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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2236 class PropertyMatcher { class in namespace:testing::internal
2244 PropertyMatcher(PropertyType (Class::*property)() const,
2301 GTEST_DISALLOW_ASSIGN_(PropertyMatcher);
3911 template <typename Class, typename PropertyType, typename PropertyMatcher>
3913 internal::PropertyMatcher<Class, PropertyType> > Property(
3914 PropertyType (Class::*property)() const, const PropertyMatcher& matcher) {
3916 internal::PropertyMatcher<Class, PropertyType>(

Completed in 22 milliseconds