Searched defs:BoundPort (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ | ||
D | IServerRunner.cs | 42 int BoundPort { get; } property |
D | ServerRunners.cs | 127 public int BoundPort property in Grpc.IntegrationTesting.ServerRunnerImpl |
/third_party/grpc/src/csharp/Grpc.Core/ | ||
D | ServerPort.cs | 97 public int BoundPort property in Grpc.Core.ServerPort |
/third_party/mindspore/mindspore/ccsrc/ps/core/ | ||
D | node.cc | 28 uint16_t Node::BoundPort() const { return node_info_.port_; } in BoundPort() function in mindspore::ps::core::Node |
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ | ||
D | tcp_server.cc | 443 uint16_t TcpServer::BoundPort() const { return server_port_; } in BoundPort() function in mindspore::ps::core::TcpServer |