#include <gmock.h>
Public Member Functions | |
Matcher () | |
Matcher (const MatcherInterface< T > *impl) | |
Matcher (T value) | |
Matcher () | |
Matcher (const MatcherInterface< T > *impl) | |
Matcher (T value) |
Definition at line 4946 of file fused-src/gmock/gmock.h.
testing::Matcher< T >::Matcher | ( | ) | [inline] |
Definition at line 4951 of file fused-src/gmock/gmock.h.
testing::Matcher< T >::Matcher | ( | const MatcherInterface< T > * | impl | ) | [inline, explicit] |
Definition at line 4954 of file fused-src/gmock/gmock.h.
testing::Matcher< T >::Matcher | ( | T | value | ) |
Definition at line 8082 of file fused-src/gmock/gmock.h.
testing::Matcher< T >::Matcher | ( | ) | [inline] |
Definition at line 299 of file gmock-matchers.h.
testing::Matcher< T >::Matcher | ( | const MatcherInterface< T > * | impl | ) | [inline, explicit] |
Definition at line 302 of file gmock-matchers.h.
testing::Matcher< T >::Matcher | ( | T | value | ) |