|
proxygen
|
Go to the source code of this file.
Classes | |
| class | InvokeTest |
Namespaces | |
| x | |
| y | |
| z | |
| swappable | |
Functions | |
| TEST_F (InvokeTest, invoke) | |
| TEST_F (InvokeTest, invoke_result) | |
| TEST_F (InvokeTest, is_invocable) | |
| TEST_F (InvokeTest, is_invocable_r) | |
| TEST_F (InvokeTest, is_nothrow_invocable) | |
| TEST_F (InvokeTest, is_nothrow_invocable_r) | |
| TEST_F (InvokeTest, free_invoke) | |
| TEST_F (InvokeTest, free_invoke_result) | |
| TEST_F (InvokeTest, free_is_invocable) | |
| TEST_F (InvokeTest, free_is_invocable_r) | |
| TEST_F (InvokeTest, free_is_nothrow_invocable) | |
| TEST_F (InvokeTest, free_is_nothrow_invocable_r) | |
| TEST_F (InvokeTest, free_invoke_swap) | |
| TEST_F (InvokeTest, member_invoke) | |
| TEST_F (InvokeTest, member_invoke_result) | |
| TEST_F (InvokeTest, member_is_invocable) | |
| TEST_F (InvokeTest, member_is_invocable_r) | |
| TEST_F (InvokeTest, member_is_nothrow_invocable) | |
| TEST_F (InvokeTest, member_is_nothrow_invocable_r) | |
| TEST_F | ( | InvokeTest | , |
| invoke | |||
| ) |
Definition at line 92 of file InvokeTest.cpp.
References EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, folly::invoke(), and folly::pushmi::__adl::noexcept().
| TEST_F | ( | InvokeTest | , |
| invoke_result | |||
| ) |
Definition at line 107 of file InvokeTest.cpp.
References EXPECT_TRUE, and value.
| TEST_F | ( | InvokeTest | , |
| is_invocable | |||
| ) |
Definition at line 115 of file InvokeTest.cpp.
References EXPECT_FALSE, and EXPECT_TRUE.
| TEST_F | ( | InvokeTest | , |
| is_invocable_r | |||
| ) |
Definition at line 121 of file InvokeTest.cpp.
References EXPECT_FALSE, and EXPECT_TRUE.
| TEST_F | ( | InvokeTest | , |
| is_nothrow_invocable | |||
| ) |
Definition at line 127 of file InvokeTest.cpp.
References EXPECT_FALSE, and EXPECT_TRUE.
| TEST_F | ( | InvokeTest | , |
| is_nothrow_invocable_r | |||
| ) |
Definition at line 133 of file InvokeTest.cpp.
References EXPECT_FALSE, and EXPECT_TRUE.
| TEST_F | ( | InvokeTest | , |
| free_invoke | |||
| ) |
Definition at line 139 of file InvokeTest.cpp.
References EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, folly::pushmi::invoke, folly::pushmi::__adl::noexcept(), x_, and y_.
| TEST_F | ( | InvokeTest | , |
| free_invoke_result | |||
| ) |
| TEST_F | ( | InvokeTest | , |
| free_is_invocable | |||
| ) |
| TEST_F | ( | InvokeTest | , |
| free_is_invocable_r | |||
| ) |
| TEST_F | ( | InvokeTest | , |
| free_is_nothrow_invocable | |||
| ) |
| TEST_F | ( | InvokeTest | , |
| free_is_nothrow_invocable_r | |||
| ) |
| TEST_F | ( | InvokeTest | , |
| free_invoke_swap | |||
| ) |
Definition at line 197 of file InvokeTest.cpp.
References a, b, EXPECT_EQ, folly::pushmi::invoke, and folly::f14::swap().
| TEST_F | ( | InvokeTest | , |
| member_invoke | |||
| ) |
Definition at line 219 of file InvokeTest.cpp.
References EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, folly::pushmi::invoke, and folly::pushmi::__adl::noexcept().
| TEST_F | ( | InvokeTest | , |
| member_invoke_result | |||
| ) |
| TEST_F | ( | InvokeTest | , |
| member_is_invocable | |||
| ) |
| TEST_F | ( | InvokeTest | , |
| member_is_invocable_r | |||
| ) |
| TEST_F | ( | InvokeTest | , |
| member_is_nothrow_invocable | |||
| ) |
| TEST_F | ( | InvokeTest | , |
| member_is_nothrow_invocable_r | |||
| ) |