Searched refs:RecordFailure (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/test/core/client_channel/ |
D | retry_throttle_test.cc | 36 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/ |
D | retry_throttle.h | 36 bool RecordFailure();
|
D | retry_throttle.cc | 88 bool ServerRetryThrottleData::RecordFailure() { in RecordFailure() function in grpc_core::internal::ServerRetryThrottleData
|
D | client_channel.cc | 1487 !calld->retry_throttle_data->RecordFailure()) { in maybe_retry()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 4645 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/ |
D | Sema.h | 2915 bool RecordFailure = true); 3248 bool RecordFailure = true) { 3249 if (RecordFailure)
|