|
proxygen
|
Public Member Functions | |
| AStruct () | |
| AStruct (const AStruct &rhs) | |
| AStruct () | |
| AStruct (const AStruct &rhs) | |
| AStruct () | |
| AStruct (const AStruct &rhs) | |
Public Attributes | |
| int | x |
| const double | y |
| Uncopyable | z |
| const char * | p |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (AStruct) | |
| GTEST_DISALLOW_ASSIGN_ (AStruct) | |
| GTEST_DISALLOW_ASSIGN_ (AStruct) | |
Definition at line 3378 of file gmock-matchers_test.cc.
|
inline |
Definition at line 3379 of file gmock-matchers_test.cc.
|
inline |
Definition at line 3380 of file gmock-matchers_test.cc.
|
inline |
Definition at line 3379 of file gmock-matchers_test.cc.
|
inline |
Definition at line 3380 of file gmock-matchers_test.cc.
References testing::_, a, ch, testing::gmock_matchers_test::Describe(), testing::gmock_matchers_test::DescribeNegation(), EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, testing::gmock_matchers_test::Explain(), testing::Field(), testing::Ge(), testing::gmock_matchers_test::GreaterThan(), GTEST_DISALLOW_ASSIGN_, testing::Le(), testing::internal::MatcherBase< T >::Matches(), testing::Not(), testing::gmock_matchers_test::OfType(), p, testing::StartsWith(), testing::internal::TEST(), testing::Truly(), testing::gmock_matchers_test::ValueIsPositive(), x, and x.
|
inline |
Definition at line 3379 of file gmock-matchers_test.cc.
|
inline |
Definition at line 3380 of file gmock-matchers_test.cc.
References testing::_, a, ch, testing::gmock_matchers_test::Describe(), testing::gmock_matchers_test::DescribeNegation(), EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, testing::gmock_matchers_test::Explain(), testing::Field(), testing::Ge(), testing::gmock_matchers_test::GreaterThan(), GTEST_DISALLOW_ASSIGN_, testing::Le(), testing::internal::MatcherBase< T >::Matches(), testing::Not(), testing::gmock_matchers_test::OfType(), p, testing::StartsWith(), testing::internal::TEST(), testing::Truly(), testing::gmock_matchers_test::ValueIsPositive(), x, and x.
|
private |
|
private |
|
private |
| const char * testing::gmock_matchers_test::AStruct::p |
Definition at line 3386 of file gmock-matchers_test.cc.
Referenced by AStruct(), and testing::gmock_matchers_test::TEST().
| int testing::gmock_matchers_test::AStruct::x |
Definition at line 3383 of file gmock-matchers_test.cc.
Referenced by AStruct(), and testing::gmock_matchers_test::TEST().
| const double testing::gmock_matchers_test::AStruct::y |
Definition at line 3384 of file gmock-matchers_test.cc.
| Uncopyable testing::gmock_matchers_test::AStruct::z |
Definition at line 3385 of file gmock-matchers_test.cc.