Searched defs:LoggedRemoteEstimateEvent (Results 1 – 1 of 1) sorted by relevance
26 struct LoggedRemoteEstimateEvent { struct29 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()30 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()31 Timestamp log_time() const { return timestamp; } in log_time()34 absl::optional<DataRate> link_capacity_lower;58 std::vector<LoggedRemoteEstimateEvent>& output) { in Parse() argument