Home
last modified time | relevance | path

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

/external/abseil-cpp/absl/base/
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<std::underflow_error>(ThrowStdUnderflowError); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/base/
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<std::underflow_error>(ThrowStdUnderflowError); in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
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<std::underflow_error>(ThrowStdUnderflowError); in TEST()
/external/openscreen/third_party/abseil/src/absl/base/
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<std::underflow_error>(ThrowStdUnderflowError); in TEST()
/external/libtextclassifier/abseil-cpp/absl/base/
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<std::underflow_error>(ThrowStdUnderflowError); in TEST()