Searched refs:load_report_interval (Results 1 – 2 of 2) sorted by relevance
212 const auto& load_report_interval = initial_request.load_report_interval(); in OnReadDone() local214 static_cast<uint64_t>(load_report_interval.seconds() * 1000 + in OnReadDone()215 load_report_interval.nanos() / 1000); in OnReadDone()
46 google.protobuf.Duration load_report_interval = 3; field