Home
last modified time | relevance | path

Searched refs:retry_throttle_data (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc103 grpc_core::RefCountedPtr<ServerRetryThrottleData> retry_throttle_data; member
229 grpc_core::RefCountedPtr<ServerRetryThrottleData> retry_throttle_data; member
235 if (parsing_state->retry_throttle_data != nullptr) return; // Duplicate. in parse_retry_throttle_params()
281 parsing_state->retry_throttle_data = in parse_retry_throttle_params()
465 chand->retry_throttle_data = in get_service_config_from_resolver_result_locked()
466 std::move(parsing_state.retry_throttle_data); in get_service_config_from_resolver_result_locked()
768 chand->retry_throttle_data.reset(); in cc_destroy_channel_elem()
924 grpc_core::RefCountedPtr<ServerRetryThrottleData> retry_throttle_data; member
1462 if (calld->retry_throttle_data != nullptr) { in maybe_retry()
1463 calld->retry_throttle_data->RecordSuccess(); in maybe_retry()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc545 RefCountedPtr<ServerRetryThrottleData> retry_throttle_data,
1057 auto* retry_throttle_data = static_cast<ServerRetryThrottleData*>(p); in RetryThrottleDataArgCopy() local
1058 retry_throttle_data->Ref().release(); in RetryThrottleDataArgCopy()
1062 auto* retry_throttle_data = static_cast<ServerRetryThrottleData*>(p); in RetryThrottleDataArgDestroy() local
1063 retry_throttle_data->Unref(); in RetryThrottleDataArgDestroy()
1088 RefCountedPtr<ServerRetryThrottleData> retry_throttle_data() const { in retry_throttle_data() function in grpc_core::__anon983758c10111::DynamicTerminationFilterChannelData
1095 auto* retry_throttle_data = in GetRetryThrottleDataFromArgs() local
1098 if (retry_throttle_data == nullptr) return nullptr; in GetRetryThrottleDataFromArgs()
1099 return retry_throttle_data->Ref(); in GetRetryThrottleDataFromArgs()
1181 client_channel, args, pollent, chand->retry_throttle_data(), in SetPollent()
[all …]