Searched refs:retry_throttle_data (Results 1 – 2 of 2) sorted by relevance
103 grpc_core::RefCountedPtr<ServerRetryThrottleData> retry_throttle_data; member229 grpc_core::RefCountedPtr<ServerRetryThrottleData> retry_throttle_data; member235 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; member1462 if (calld->retry_throttle_data != nullptr) { in maybe_retry()1463 calld->retry_throttle_data->RecordSuccess(); in maybe_retry()[all …]
545 RefCountedPtr<ServerRetryThrottleData> retry_throttle_data,1057 auto* retry_throttle_data = static_cast<ServerRetryThrottleData*>(p); in RetryThrottleDataArgCopy() local1058 retry_throttle_data->Ref().release(); in RetryThrottleDataArgCopy()1062 auto* retry_throttle_data = static_cast<ServerRetryThrottleData*>(p); in RetryThrottleDataArgDestroy() local1063 retry_throttle_data->Unref(); in RetryThrottleDataArgDestroy()1088 RefCountedPtr<ServerRetryThrottleData> retry_throttle_data() const { in retry_throttle_data() function in grpc_core::__anon983758c10111::DynamicTerminationFilterChannelData1095 auto* retry_throttle_data = in GetRetryThrottleDataFromArgs() local1098 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 …]