Definition at line 5410 of file gmock-matchers_test.cc.
void testing::gmock_matchers_test::IsHalfOfMatcher::DescribeNegationTo |
( |
ostream * |
os | ) |
const |
|
inline |
void testing::gmock_matchers_test::IsHalfOfMatcher::DescribeNegationTo |
( |
ostream * |
os | ) |
const |
|
inline |
Definition at line 5428 of file gmock-matchers_test.cc.
References testing::gmock_matchers_test::Describe(), testing::gmock_matchers_test::DescribeNegation(), EXPECT_EQ, EXPECT_THAT, testing::gmock_matchers_test::Explain(), testing::Gt(), testing::gmock_matchers_test::IsHalfOf(), testing::Lt(), testing::MakePolymorphicMatcher(), testing::Not(), testing::Pointwise(), folly::detail::rhs, testing::internal::TEST(), and testing::UnorderedPointwise().
5429 *os <<
"are a pair where the first isn't half of the second";
void testing::gmock_matchers_test::IsHalfOfMatcher::DescribeNegationTo |
( |
ostream * |
os | ) |
const |
|
inline |
Definition at line 5428 of file gmock-matchers_test.cc.
References testing::gmock_matchers_test::Describe(), testing::gmock_matchers_test::DescribeNegation(), EXPECT_EQ, EXPECT_THAT, testing::gmock_matchers_test::Explain(), testing::Gt(), testing::gmock_matchers_test::IsHalfOf(), testing::Lt(), testing::MakePolymorphicMatcher(), testing::Not(), testing::Pointwise(), folly::detail::rhs, testing::internal::TEST(), and testing::UnorderedPointwise().
5429 *os <<
"are a pair where the first isn't half of the second";
void testing::gmock_matchers_test::IsHalfOfMatcher::DescribeTo |
( |
ostream * |
os | ) |
const |
|
inline |
void testing::gmock_matchers_test::IsHalfOfMatcher::DescribeTo |
( |
ostream * |
os | ) |
const |
|
inline |
void testing::gmock_matchers_test::IsHalfOfMatcher::DescribeTo |
( |
ostream * |
os | ) |
const |
|
inline |
template<typename T1 , typename T2 >
bool testing::gmock_matchers_test::IsHalfOfMatcher::MatchAndExplain |
( |
const tuple< T1, T2 > & |
a_pair, |
|
|
MatchResultListener * |
listener |
|
) |
| const |
|
inline |
Definition at line 5413 of file gmock-matchers_test.cc.
5415 if (get<0>(a_pair) == get<1>(a_pair)/2) {
5416 *listener <<
"where the second is " << get<1>(a_pair);
5419 *listener <<
"where the second/2 is " << get<1>(a_pair)/2;
template<typename T1 , typename T2 >
bool testing::gmock_matchers_test::IsHalfOfMatcher::MatchAndExplain |
( |
const tuple< T1, T2 > & |
a_pair, |
|
|
MatchResultListener * |
listener |
|
) |
| const |
|
inline |
Definition at line 5413 of file gmock-matchers_test.cc.
5415 if (get<0>(a_pair) == get<1>(a_pair)/2) {
5416 *listener <<
"where the second is " << get<1>(a_pair);
5419 *listener <<
"where the second/2 is " << get<1>(a_pair)/2;
template<typename T1 , typename T2 >
bool testing::gmock_matchers_test::IsHalfOfMatcher::MatchAndExplain |
( |
const tuple< T1, T2 > & |
a_pair, |
|
|
MatchResultListener * |
listener |
|
) |
| const |
|
inline |
Definition at line 5413 of file gmock-matchers_test.cc.
5415 if (get<0>(a_pair) == get<1>(a_pair)/2) {
5416 *listener <<
"where the second is " << get<1>(a_pair);
5419 *listener <<
"where the second/2 is " << get<1>(a_pair)/2;
The documentation for this class was generated from the following file: