Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcheck_assertion.h367 bool ExpectDeath(DeathCause expected_cause, const char* stmt, Func&& func, const Matcher& matcher) { in ExpectDeath()
377 bool ExpectDeath(DeathCause expected_cause, const char* stmt, Func&& func) { in ExpectDeath()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/test.support/
H A Dtest_check_assertion.pass.cpp22 …Outcome expected_outcome, DeathCause expected_cause, const char* stmt, Func&& func, const Matcher&… in TestDeathTest()
/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_store_change_unittest.h71 ::testing::AssertionResult MatchesCause(CookieChangeCause expected_cause, in MatchesCause()