Searched defs:expected_causes (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | check_assertion.h | 200 …DeathTestResult Run(const std::array<DeathCause, N>& expected_causes, Func&& func, const Matcher& … in Run() 353 …const std::array<DeathCause, N>& expected_causes, const char* stmt, Func&& func, const Matcher& ma… in ExpectDeath() 372 bool ExpectDeath(const std::array<DeathCause, N>& expected_causes, const char* stmt, Func&& func) { in ExpectDeath()
|