Home
last modified time | relevance | path

Searched refs:retry_codepath_started_ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dretry_filter.cc580 bool retry_codepath_started_ : 1; member in grpc_core::__anon8285bb3f0111::RetryFilter::CallData
2126 retry_codepath_started_(false), in CallData()
2230 if (!retry_codepath_started_ && retry_committed_ && in StartTransportStreamOpBatch()
2256 retry_codepath_started_ = true; in StartTransportStreamOpBatch()
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/
H A Dretry_filter_legacy_call_data.h413 bool retry_codepath_started_ : 1; variable
H A Dretry_filter_legacy_call_data.cc1572 retry_codepath_started_(false), in LegacyCallData()
1676 if (!retry_codepath_started_ && retry_committed_ && in StartTransportStreamOpBatch()
1702 retry_codepath_started_ = true; in StartTransportStreamOpBatch()