Searched refs:bound_port_ (Results 1 – 2 of 2) sorted by relevance
189 GetServerCredentials(server_def_), &bound_port_); in Init()295 host_port = strings::StrCat("localhost:", bound_port_); in ParseChannelSpec()335 if (requested_port != bound_port_) { in WorkerCacheFactory()337 " differs from expected port ", bound_port_); in WorkerCacheFactory()408 return strings::StrCat("grpc://localhost:", bound_port_); in target()
121 int bound_port() const { return bound_port_; } in bound_port()131 int bound_port_ = 0; variable