Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dretry_throttle.cc80 ServerRetryThrottleData* new_throttle_data = in GetReplacementThrottleDataIfNeeded() local
83 if (new_throttle_data == nullptr) return; in GetReplacementThrottleDataIfNeeded()
84 *throttle_data = new_throttle_data; in GetReplacementThrottleDataIfNeeded()