Home
last modified time | relevance | path

Searched defs:ExpectDeath (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcheck_assertion.h352 bool ExpectDeath( in ExpectDeath() function
367 bool ExpectDeath(DeathCause expected_cause, const char* stmt, Func&& func, const Matcher& matcher) { in ExpectDeath() function
372 bool ExpectDeath(const std::array<DeathCause, N>& expected_causes, const char* stmt, Func&& func) { in ExpectDeath() function
377 bool ExpectDeath(DeathCause expected_cause, const char* stmt, Func&& func) { in ExpectDeath() function