|
proxygen
|
Go to the source code of this file.
Functions | |
| TEST (Then, tryConstructor) | |
| TEST (Then, makeFuture) | |
| TEST (Then, tryConstRValueReference) | |
| TEST (Then, tryRValueReference) | |
| TEST (Then, tryConstLValueReference) | |
| TEST (Then, tryValue) | |
| TEST (Then, tryConstValue) | |
| TEST (Then, constRValueReference) | |
| TEST (Then, rValueReference) | |
| TEST (Then, constLValueReference) | |
| TEST (Then, value) | |
| TEST (Then, constValue) | |
| TEST (Then, objectAliveDuringImmediateNoParamContinuation) | |
| TEST (Then, objectAliveDuringDeferredNoParamContinuation) | |
| TEST (Then, voidThenShouldPropagateExceptions) | |
| TEST | ( | Then | , |
| tryConstructor | |||
| ) |
Definition at line 75 of file ThenTest.cpp.
References EXPECT_EQ, and folly::pushmi::detail::t.
| TEST | ( | Then | , |
| makeFuture | |||
| ) |
| TEST | ( | Then | , |
| tryConstRValueReference | |||
| ) |
Definition at line 89 of file ThenTest.cpp.
References EXPECT_EQ, and folly::pushmi::detail::t.
| TEST | ( | Then | , |
| tryRValueReference | |||
| ) |
Definition at line 98 of file ThenTest.cpp.
References EXPECT_EQ, and folly::pushmi::detail::t.
| TEST | ( | Then | , |
| tryConstLValueReference | |||
| ) |
Definition at line 107 of file ThenTest.cpp.
References EXPECT_EQ, folly::pushmi::detail::t, and folly::Try< T >::value().
| TEST | ( | Then | , |
| tryValue | |||
| ) |
Definition at line 116 of file ThenTest.cpp.
References EXPECT_EQ, folly::pushmi::detail::t, and folly::Try< T >::value().
| TEST | ( | Then | , |
| tryConstValue | |||
| ) |
Definition at line 125 of file ThenTest.cpp.
References EXPECT_EQ, folly::pushmi::detail::t, and folly::Try< T >::value().
| TEST | ( | Then | , |
| constRValueReference | |||
| ) |
| TEST | ( | Then | , |
| rValueReference | |||
| ) |
| TEST | ( | Then | , |
| constLValueReference | |||
| ) |
| TEST | ( | Then | , |
| value | |||
| ) |
| TEST | ( | Then | , |
| constValue | |||
| ) |
| TEST | ( | Then | , |
| objectAliveDuringImmediateNoParamContinuation | |||
| ) |
Definition at line 179 of file ThenTest.cpp.
References EXPECT_EQ, f, folly::gen::move, and folly::size().
| TEST | ( | Then | , |
| objectAliveDuringDeferredNoParamContinuation | |||
| ) |
Definition at line 190 of file ThenTest.cpp.
References EXPECT_EQ, folly::Promise< T >::getFuture(), and folly::size().
| TEST | ( | Then | , |
| voidThenShouldPropagateExceptions | |||
| ) |
Definition at line 202 of file ThenTest.cpp.
References EXPECT_FALSE, EXPECT_TRUE, and folly::makeFuture().