|
proxygen
|
Go to the source code of this file.
Classes | |
| class | Exception |
| class | TestClass |
| class | VirtualClass |
| class | LargeClass |
Functions | |
| void | doNothing () |
| std::exception_ptr | returnExceptionPtr () |
| void | exceptionPtrReturnParam (std::exception_ptr *excReturn) |
| std::string | returnString () |
| std::string | returnStringNoExcept () noexcept |
| int | returnCode (int value) |
| int | returnCodeNoExcept (int value) noexcept |
| void | invoke (std::function< void()>) |
| void | invoke (folly::Function< void()>) |
| void doNothing | ( | ) |
| void exceptionPtrReturnParam | ( | std::exception_ptr * | excReturn | ) |
Definition at line 33 of file test_functions.cpp.
Referenced by BENCHMARK().
| void invoke | ( | std::function< void()> | ) |
Definition at line 69 of file test_functions.cpp.
References f.
| void invoke | ( | folly::Function< void()> | ) |
Definition at line 73 of file test_functions.cpp.
References f.
| int returnCode | ( | int | value | ) |
Definition at line 48 of file test_functions.cpp.
References value.
Referenced by BENCHMARK(), and folly::SubprocessSpawnError::SubprocessSpawnError().
|
noexcept |
| std::exception_ptr returnExceptionPtr | ( | ) |
Definition at line 28 of file test_functions.cpp.
Referenced by BENCHMARK().
| std::string returnString | ( | ) |
Definition at line 40 of file test_functions.cpp.
Referenced by BENCHMARK().
|
noexcept |
Definition at line 44 of file test_functions.cpp.
Referenced by BENCHMARK().