Searched refs:last_reported_ (Results 1 – 2 of 2) sorted by relevance
70 if (!last_reported_ || in GetUpdate()71 last_reported_->target_rate != new_outgoing.target_rate || in GetUpdate()73 (last_reported_->network_estimate.loss_rate_ratio != in GetUpdate()75 last_reported_->network_estimate.round_trip_time != in GetUpdate()81 last_reported_ = new_outgoing; in GetUpdate()
42 absl::optional<TargetTransferRate> last_reported_; variable