Home
last modified time | relevance | path

Searched defs:BoundPort (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DIServerRunner.cs42 int BoundPort { get; } property
DServerRunners.cs127 public int BoundPort property in Grpc.IntegrationTesting.ServerRunnerImpl
/third_party/grpc/src/csharp/Grpc.Core/
DServerPort.cs97 public int BoundPort property in Grpc.Core.ServerPort
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dnode.cc28 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/
Dtcp_server.cc443 uint16_t TcpServer::BoundPort() const { return server_port_; } in BoundPort() function in mindspore::ps::core::TcpServer