Searched refs:PropertyMatcher (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 1772 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/v8/testing/gmock/include/gmock/ |
D | gmock-matchers.h | 2236 class PropertyMatcher { 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>(
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 2236 class PropertyMatcher { 2244 PropertyMatcher(PropertyType (Class::*property)() const, 2301 GTEST_DISALLOW_ASSIGN_(PropertyMatcher); 3910 template <typename Class, typename PropertyType, typename PropertyMatcher> 3912 internal::PropertyMatcher<Class, PropertyType> > Property( 3913 PropertyType (Class::*property)() const, const PropertyMatcher& matcher) { 3915 internal::PropertyMatcher<Class, PropertyType>(
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 6720 class PropertyMatcher { 6728 PropertyMatcher(PropertyType (Class::*property)() const, 6778 GTEST_DISALLOW_ASSIGN_(PropertyMatcher); 8237 template <typename Class, typename PropertyType, typename PropertyMatcher> 8239 internal::PropertyMatcher<Class, PropertyType> > Property( 8240 PropertyType (Class::*property)() const, const PropertyMatcher& matcher) { 8242 internal::PropertyMatcher<Class, PropertyType>(
|