Home
last modified time | relevance | path

Searched refs:RecordFailure (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/core/client_channel/
Dretry_throttle_test.cc36 EXPECT_TRUE(throttle_data->RecordFailure()); in TEST()
40 EXPECT_TRUE(throttle_data->RecordFailure()); in TEST()
42 EXPECT_FALSE(throttle_data->RecordFailure()); in TEST()
44 EXPECT_FALSE(throttle_data->RecordFailure()); in TEST()
46 EXPECT_FALSE(throttle_data->RecordFailure()); in TEST()
49 EXPECT_FALSE(throttle_data->RecordFailure()); in TEST()
55 EXPECT_TRUE(throttle_data->RecordFailure()); in TEST()
57 EXPECT_FALSE(throttle_data->RecordFailure()); in TEST()
61 EXPECT_FALSE(throttle_data->RecordFailure()); in TEST()
65 EXPECT_TRUE(throttle_data->RecordFailure()); in TEST()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dretry_throttle.h36 bool RecordFailure();
Dretry_throttle.cc88 bool ServerRetryThrottleData::RecordFailure() { in RecordFailure() function in grpc_core::internal::ServerRetryThrottleData
Dclient_channel.cc1487 !calld->retry_throttle_data->RecordFailure()) { in maybe_retry()
/external/clang/lib/Sema/
DSemaLookup.cpp4645 bool RecordFailure) { in CorrectTypo() argument
4672 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4679 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4684 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4692 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4703 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4723 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4732 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()
/external/clang/include/clang/Sema/
DSema.h2915 bool RecordFailure = true);
3248 bool RecordFailure = true) {
3249 if (RecordFailure)