Home
last modified time | relevance | path

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

/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h1786 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<
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1772 class PropertyMatcher {
1780 PropertyMatcher(PropertyType (Class::*property)() const, in PropertyMatcher() function
1830 GTEST_DISALLOW_ASSIGN_(PropertyMatcher);
2829 template <typename Class, typename PropertyType, typename PropertyMatcher>
2831 internal::PropertyMatcher<Class, PropertyType> > Property(
2832 PropertyType (Class::*property)() const, const PropertyMatcher& matcher) {
2834 internal::PropertyMatcher<Class, PropertyType>(
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h2236 class PropertyMatcher {
2244 PropertyMatcher(PropertyType (Class::*property)() const,
2301 GTEST_DISALLOW_ASSIGN_(PropertyMatcher);
3927 template <typename Class, typename PropertyType, typename PropertyMatcher>
3929 internal::PropertyMatcher<Class, PropertyType> > Property(
3930 PropertyType (Class::*property)() const, const PropertyMatcher& matcher) {
3932 internal::PropertyMatcher<Class, PropertyType>(