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

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2526 class PropertyMatcher { class in namespace:testing::internal
2534 PropertyMatcher(Property property, const Matcher<RefToConstProperty>& matcher) function in class:testing::internal::PropertyMatcher
2539 PropertyMatcher(const std::string& property_name, Property property, function in class:testing::internal::PropertyMatcher
2602 GTEST_DISALLOW_ASSIGN_(PropertyMatcher);
4506 template <typename Class, typename PropertyType, typename PropertyMatcher>
4507 inline PolymorphicMatcher<internal::PropertyMatcher<
4510 const PropertyMatcher& matcher) {
4512 internal::PropertyMatcher<Class, PropertyType,
4524 template <typename Class, typename PropertyType, typename PropertyMatcher>
4525 inline PolymorphicMatcher<internal::PropertyMatcher<
[all...]

Completed in 182 milliseconds