#include <gmock.h>
Public Member Functions | |
| ContainsMatcher (M m) | |
| ContainsMatcher (M m) | |
| template<typename Container > | |
| operator Matcher< Container > () const | |
| template<typename Container > | |
| operator Matcher< Container > () const | |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (ContainsMatcher) | |
| GTEST_DISALLOW_ASSIGN_ (ContainsMatcher) | |
Private Attributes | |
| const M | inner_matcher_ |
Definition at line 7313 of file fused-src/gmock/gmock.h.
| testing::internal::ContainsMatcher< M >::ContainsMatcher | ( | M | m | ) | [inline, explicit] |
Definition at line 7315 of file fused-src/gmock/gmock.h.
| testing::internal::ContainsMatcher< M >::ContainsMatcher | ( | M | m | ) | [inline, explicit] |
Definition at line 2663 of file gmock-matchers.h.
| testing::internal::ContainsMatcher< M >::GTEST_DISALLOW_ASSIGN_ | ( | ContainsMatcher< M > | ) | [private] |
| testing::internal::ContainsMatcher< M >::GTEST_DISALLOW_ASSIGN_ | ( | ContainsMatcher< M > | ) | [private] |
| testing::internal::ContainsMatcher< M >::operator Matcher< Container > | ( | ) | const [inline] |
Definition at line 2666 of file gmock-matchers.h.
| testing::internal::ContainsMatcher< M >::operator Matcher< Container > | ( | ) | const [inline] |
Definition at line 7318 of file fused-src/gmock/gmock.h.
const M testing::internal::ContainsMatcher< M >::inner_matcher_ [private] |
Definition at line 7323 of file fused-src/gmock/gmock.h.