|
template<typename R , typename... Args> |
R | CheckGTest (const char *va_args_str, const char *file, int line, bool unwind, R(*func)(Args...), typename DeductionGuard< Args >::Type... args) |
|
template<typename R , typename... Args> |
std::enable_if<!std::is_void< R >::value, crypto_word_t >::type | CheckImpl (Result *out, bool, R(*func)(Args...), typename DeductionGuard< Args >::Type... args) |
|
template<typename... Args> |
crypto_word_t | CheckImpl (Result *out, bool, void(*func)(Args...), typename DeductionGuard< Args >::Type... args) |
|
static void | EnableUnwindTestsImpl () |
|
std::string | FixVAArgsString (const char *str) |
|