Searched refs:CheckHandler (Results 1 – 6 of 6) sorted by relevance
/third_party/benchmark/src/ |
D | check.h | 45 class CheckHandler { 47 CheckHandler(const char* check, const char* file, const char* func, int line) in CheckHandler() function 59 BENCHMARK_NORETURN ~CheckHandler() BENCHMARK_NOEXCEPT_OP(false) { in ~CheckHandler() 67 CheckHandler& operator=(const CheckHandler&) = delete; 68 CheckHandler(const CheckHandler&) = delete; 69 CheckHandler() = delete; 83 : ::benchmark::internal::CheckHandler(#b, __FILE__, __func__, __LINE__) \
|
/third_party/gn/src/base/numerics/ |
D | safe_conversions.h | 97 class CheckHandler = internal::CheckOnFailure, 105 : CheckHandler::template HandleFailure<Dst>();
|
D | checked_math.h | 84 template <typename Dst = T, class CheckHandler = CheckOnFailure> 88 : CheckHandler::template HandleFailure<Dst>(); in ValueOrDie()
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
D | safe_conversions.h | 113 template <typename Dst, class CheckHandler = internal::CheckOnFailure, typename Src> 121 : CheckHandler::template HandleFailure<Dst>();
|
D | checked_math.h | 91 template <typename Dst = T, class CheckHandler = CheckOnFailure> 95 : CheckHandler::template HandleFailure<Dst>(); in ValueOrDie()
|
/third_party/node/deps/v8/src/base/ |
D | safe_conversions.h | 112 template <typename Dst, class CheckHandler = internal::CheckOnFailure, 120 : CheckHandler::template HandleFailure<Dst>();
|