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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1507 class PredicateFormatterFromMatcher { class in namespace:testing::internal
1509 explicit PredicateFormatterFromMatcher(const M& m) : matcher_(m) {} function in class:testing::internal::PredicateFormatterFromMatcher
1511 // This template () operator allows a PredicateFormatterFromMatcher
1517 // when the PredicateFormatterFromMatcher object was constructed,
1541 GTEST_DISALLOW_ASSIGN_(PredicateFormatterFromMatcher);
1548 inline PredicateFormatterFromMatcher<M>
1550 return PredicateFormatterFromMatcher<M>(matcher);
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1834 class PredicateFormatterFromMatcher { class in namespace:testing::internal
1836 explicit PredicateFormatterFromMatcher(M m) : matcher_(internal::move(m)) {} function in class:testing::internal::PredicateFormatterFromMatcher
1838 // This template () operator allows a PredicateFormatterFromMatcher
1844 // when the PredicateFormatterFromMatcher object was constructed,
1870 GTEST_DISALLOW_ASSIGN_(PredicateFormatterFromMatcher);
1878 inline PredicateFormatterFromMatcher<M>
1880 return PredicateFormatterFromMatcher<M>(internal::move(matcher));
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h1834 class PredicateFormatterFromMatcher { class in namespace:testing::internal
1836 explicit PredicateFormatterFromMatcher(M m) : matcher_(internal::move(m)) {} function in class:testing::internal::PredicateFormatterFromMatcher
1838 // This template () operator allows a PredicateFormatterFromMatcher
1844 // when the PredicateFormatterFromMatcher object was constructed,
1870 GTEST_DISALLOW_ASSIGN_(PredicateFormatterFromMatcher);
1878 inline PredicateFormatterFromMatcher<M>
1880 return PredicateFormatterFromMatcher<M>(internal::move(matcher));
/external/fmtlib/test/gmock/
H A Dgmock.h6415 class PredicateFormatterFromMatcher { class in namespace:testing::internal
6417 explicit PredicateFormatterFromMatcher(const M& m) : matcher_(m) {} function in class:testing::internal::PredicateFormatterFromMatcher
6419 // This template () operator allows a PredicateFormatterFromMatcher
6425 // when the PredicateFormatterFromMatcher object was constructed,
6451 GTEST_DISALLOW_ASSIGN_(PredicateFormatterFromMatcher);
6458 inline PredicateFormatterFromMatcher<M>
6460 return PredicateFormatterFromMatcher<M>(matcher);

Completed in 179 milliseconds