Searched refs:last_send_time_ms_ (Results 1 – 2 of 2) sorted by relevance
73 if (!last_send_time_ms_.has_value()) { in OnBytesSent()74 last_send_time_ms_ = send_time_ms; in OnBytesSent()79 int64_t delta_time_ms = send_time_ms - *last_send_time_ms_; in OnBytesSent()80 last_send_time_ms_ = send_time_ms; in OnBytesSent()
67 absl::optional<int64_t> last_send_time_ms_; variable