Searched refs:id_host_port (Results 1 – 1 of 1) sorted by relevance
130 for (const auto& id_host_port : host_ports) { in AddHostPortsJob() local131 TF_RETURN_IF_ERROR(ValidateHostPortPair(id_host_port.second)); in AddHostPortsJob()256 for (const auto& id_host_port : host_ports_) { in ListWorkers() local257 workers->emplace_back(MakeAddress(job_id_, id_host_port.first)); in ListWorkers()305 for (const auto& id_host_port : host_ports_) { in ToString() local307 strings::StrCat(id_host_port.first, " -> ", id_host_port.second)); in ToString()