|
proxygen
|
Go to the source code of this file.
Functions | |
| TEST_F (UtilityTest, copy) | |
| TEST_F (UtilityTest, copy_noexcept_spec) | |
| TEST_F (UtilityTest, as_const) | |
| template<typename T > | |
| static T & | as_mutable (T const &t) |
| TEST_F (UtilityTest, forward_like) | |
| TEST_F (UtilityTest, exchange) | |
| TEST (FollyIntegerSequence, core) | |
| TEST_F (UtilityTest, MoveOnly) | |
| TEST_F (UtilityTest, to_signed) | |
| TEST_F (UtilityTest, to_unsigned) | |
Definition at line 81 of file UtilityTest.cpp.
References folly::pushmi::detail::t, and T.
Referenced by TEST_F().
| TEST | ( | FollyIntegerSequence | , |
| core | |||
| ) |
Definition at line 100 of file UtilityTest.cpp.
References folly::apply(), EXPECT_EQ, EXPECT_TRUE, folly::gen::seq(), folly::integer_sequence< T, Ints >::size(), and value.
| TEST_F | ( | UtilityTest | , |
| copy | |||
| ) |
Definition at line 27 of file UtilityTest.cpp.
References folly::copy(), data, EXPECT_EQ, and folly::gen::move.
| TEST_F | ( | UtilityTest | , |
| copy_noexcept_spec | |||
| ) |
Definition at line 48 of file UtilityTest.cpp.
References folly::copy(), EXPECT_FALSE, EXPECT_TRUE, folly::gen::move, and folly::pushmi::__adl::noexcept().
| TEST_F | ( | UtilityTest | , |
| as_const | |||
| ) |
Definition at line 64 of file UtilityTest.cpp.
References folly::as_const(), EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, folly::gen::member(), folly::pushmi::__adl::noexcept(), and s.
| TEST_F | ( | UtilityTest | , |
| forward_like | |||
| ) |
Definition at line 85 of file UtilityTest.cpp.
References as_mutable(), and EXPECT_EQ.
| TEST_F | ( | UtilityTest | , |
| exchange | |||
| ) |
| TEST_F | ( | UtilityTest | , |
| MoveOnly | |||
| ) |
Definition at line 122 of file UtilityTest.cpp.
References a, folly::gen::move, and value.
| TEST_F | ( | UtilityTest | , |
| to_signed | |||
| ) |
Definition at line 143 of file UtilityTest.cpp.
References EXPECT_EQ, EXPECT_TRUE, int32_t, folly::to_signed(), uint32_t, and value.
| TEST_F | ( | UtilityTest | , |
| to_unsigned | |||
| ) |
Definition at line 156 of file UtilityTest.cpp.
References EXPECT_EQ, EXPECT_TRUE, int32_t, folly::to_unsigned(), uint32_t, and value.