Lines Matching refs:PropertyMatcher
1786 class PropertyMatcher {
1790 PropertyMatcher(Property property, const Matcher<RefToConstProperty>& matcher)
1795 PropertyMatcher(const std::string& property_name, Property property,
1847 GTEST_DISALLOW_ASSIGN_(PropertyMatcher);
3736 template <typename Class, typename PropertyType, typename PropertyMatcher>
3737 inline PolymorphicMatcher<internal::PropertyMatcher<
3740 const PropertyMatcher& matcher) {
3742 internal::PropertyMatcher<Class, PropertyType,
3753 template <typename Class, typename PropertyType, typename PropertyMatcher>
3754 inline PolymorphicMatcher<internal::PropertyMatcher<
3758 const PropertyMatcher& matcher) {
3760 internal::PropertyMatcher<Class, PropertyType,
3766 template <typename Class, typename PropertyType, typename PropertyMatcher>
3767 inline PolymorphicMatcher<internal::PropertyMatcher<
3770 const PropertyMatcher& matcher) {
3772 internal::PropertyMatcher<Class, PropertyType,
3778 template <typename Class, typename PropertyType, typename PropertyMatcher>
3779 inline PolymorphicMatcher<internal::PropertyMatcher<
3783 const PropertyMatcher& matcher) {
3785 internal::PropertyMatcher<Class, PropertyType,