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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h304 // The PolymorphicMatcher class template makes it easy to implement a
317 class PolymorphicMatcher { class in namespace:testing
319 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} function in class:testing::PolymorphicMatcher
360 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
376 // easier to use than the PolymorphicMatcher<Impl> constructor as it
381 // PolymorphicMatcher<TypeOfFoo>(foo);
383 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) {
384 return PolymorphicMatcher<Impl>(impl);
2758 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {
2765 inline PolymorphicMatcher<interna
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h417 // The PolymorphicMatcher class template makes it easy to implement a
430 class PolymorphicMatcher { class in namespace:testing
432 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} function in class:testing::PolymorphicMatcher
473 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
489 // easier to use than the PolymorphicMatcher<Impl> constructor as it
494 // PolymorphicMatcher<TypeOfFoo>(foo);
496 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) {
497 return PolymorphicMatcher<Impl>(impl);
3795 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {
3802 inline PolymorphicMatcher<interna
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h417 // The PolymorphicMatcher class template makes it easy to implement a
430 class PolymorphicMatcher { class in namespace:testing
432 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} function in class:testing::PolymorphicMatcher
473 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
489 // easier to use than the PolymorphicMatcher<Impl> constructor as it
494 // PolymorphicMatcher<TypeOfFoo>(foo);
496 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) {
497 return PolymorphicMatcher<Impl>(impl);
3795 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {
3802 inline PolymorphicMatcher<interna
[all...]
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h145 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp223 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) { function in class:clang::ast_matchers::dynamic::VariantMatcher
H A DMarshallers.h261 VariantMatcher Out = VariantMatcher::PolymorphicMatcher(std::move(Matchers));
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc111 using testing::PolymorphicMatcher;
393 // PolymorphicMatcher<T> where T is the argument's type.
394 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() {
437 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() {
3524 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) {
3951 // Tests PolymorphicMatcher::mutable_impl().
3953 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42));
3961 // Tests PolymorphicMatcher::impl().
3963 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42));
4102 PolymorphicMatcher<IsHalfOfMatche
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h5048 // The PolymorphicMatcher class template makes it easy to implement a
5061 class PolymorphicMatcher { class in namespace:testing
5063 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} function in class:testing::PolymorphicMatcher
5104 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
5120 // easier to use than the PolymorphicMatcher<Impl> constructor as it
5125 // PolymorphicMatcher<TypeOfFoo>(foo);
5127 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) {
5128 return PolymorphicMatcher<Impl>(impl);
8134 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {
8141 inline PolymorphicMatcher<interna
[all...]
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc122 using testing::PolymorphicMatcher;
457 // PolymorphicMatcher<T> where T is the argument's type.
458 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() {
501 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() {
3986 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) {
5278 // Tests PolymorphicMatcher::mutable_impl().
5280 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42));
5288 // Tests PolymorphicMatcher::impl().
5290 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42));
5429 PolymorphicMatcher<IsHalfOfMatche
[all...]
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc122 using testing::PolymorphicMatcher;
457 // PolymorphicMatcher<T> where T is the argument's type.
458 PolymorphicMatcher<ReferencesBarOrIsZeroImpl> ReferencesBarOrIsZero() {
501 PolymorphicMatcher<PolymorphicIsEvenImpl> PolymorphicIsEven() {
3984 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) {
5276 // Tests PolymorphicMatcher::mutable_impl().
5278 PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42));
5286 // Tests PolymorphicMatcher::impl().
5288 const PolymorphicMatcher<DivisibleByImpl> m(DivisibleByImpl(42));
5427 PolymorphicMatcher<IsHalfOfMatche
[all...]

Completed in 499 milliseconds