Searched refs:bound_port_ (Results 1 – 4 of 4) sorted by relevance
63 int bound_port() { return bound_port_; } in bound_port()70 int bound_port_;
36 bound_port_(port) {} in GrpcDataServerBase()51 credentials, &bound_port_); in Start()
227 GetServerCredentials(server_def_), &bound_port_); in Init()349 host_port = strings::StrCat(host_name_, ":", bound_port_); in ParseChannelSpec()388 if (requested_port != bound_port_) { in WorkerCacheFactory()390 " differs from expected port ", bound_port_); in WorkerCacheFactory()504 return strings::StrCat("grpc://", host_name_, ":", bound_port_); in target()
137 int bound_port() const { return bound_port_; } in bound_port()150 int bound_port_ = 0; variable