Searched refs:bound_port_ (Results 1 – 2 of 2) sorted by relevance
220 GetServerCredentials(server_def_), &bound_port_); in Init()328 host_port = strings::StrCat("localhost:", bound_port_); in ParseChannelSpec()367 if (requested_port != bound_port_) { in WorkerCacheFactory()369 " differs from expected port ", bound_port_); in WorkerCacheFactory()481 return strings::StrCat("grpc://localhost:", bound_port_); in target()
128 int bound_port() const { return bound_port_; } in bound_port()137 int bound_port_ = 0; variable