Searched refs:CheckImpl (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/test/ |
D | abi_test.h | 277 inline crypto_word_t CheckImpl(Result *out, bool unwind, R (*func)(Args...), in CheckImpl() function 300 CheckImpl(Result *out, bool /* unwind */, R (*func)(Args...), in CheckImpl() function 307 inline crypto_word_t CheckImpl(Result *out, bool /* unwind */, in CheckImpl() function 334 crypto_word_t ret = CheckImpl(&result, unwind, func, args...); in CheckGTest() 354 return (R)internal::CheckImpl(out, false, func, args...); in Check()
|