Home
last modified time | relevance | path

Searched refs:ExpectThrowChar (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dthrow_delegate_test.cc41 void ExpectThrowChar(void (*f)(const char*)) { in ExpectThrowChar() function
83 ExpectThrowChar<std::logic_error>(ThrowStdLogicError); in TEST()
84 ExpectThrowChar<std::invalid_argument>(ThrowStdInvalidArgument); in TEST()
85 ExpectThrowChar<std::domain_error>(ThrowStdDomainError); in TEST()
86 ExpectThrowChar<std::length_error>(ThrowStdLengthError); in TEST()
87 ExpectThrowChar<std::out_of_range>(ThrowStdOutOfRange); in TEST()
88 ExpectThrowChar<std::runtime_error>(ThrowStdRuntimeError); in TEST()
89 ExpectThrowChar<std::range_error>(ThrowStdRangeError); in TEST()
90 ExpectThrowChar<std::overflow_error>(ThrowStdOverflowError); in TEST()
91 ExpectThrowChar<st in TEST()
[all...]

Completed in 1 milliseconds