Searched refs:whole_value (Results 1 – 2 of 2) sorted by relevance
233 uint32_t whole_value; in ParseRetryThrottling() local234 if (!gpr_parse_bytes_to_uint32(value, whole_len, &whole_value)) { in ParseRetryThrottling()241 static_cast<int>((whole_value * multiplier) + decimal_value); in ParseRetryThrottling()
271 uint32_t whole_value; in parse_retry_throttle_params() local273 &whole_value)) { in parse_retry_throttle_params()277 static_cast<int>((whole_value * multiplier) + decimal_value); in parse_retry_throttle_params()