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

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2458 class FieldMatcher { class in namespace:testing::internal
2460 FieldMatcher(FieldType Class::*field, function in class:testing::internal::FieldMatcher
2464 FieldMatcher(const std::string& field_name, FieldType Class::*field, function in class:testing::internal::FieldMatcher
2517 GTEST_DISALLOW_ASSIGN_(FieldMatcher);
4479 template <typename Class, typename FieldType, typename FieldMatcher>
4481 internal::FieldMatcher<Class, FieldType> > Field(
4482 FieldType Class::*field, const FieldMatcher& matcher) {
4484 internal::FieldMatcher<Class, FieldType>(
4494 template <typename Class, typename FieldType, typename FieldMatcher>
4495 inline PolymorphicMatcher<internal::FieldMatcher<Clas
[all...]

Completed in 133 milliseconds