/third_party/grpc/test/cpp/server/ |
D | server_builder_test.cc | 43 const std::string& GetPort() { in GetPort() function 63 .AddListeningPort(GetPort(), InsecureServerCredentials()) in TEST_F() 71 .AddListeningPort(GetPort(), InsecureServerCredentials()) in TEST_F() 72 .AddListeningPort(GetPort(), InsecureServerCredentials()) in TEST_F() 80 .AddListeningPort(GetPort(), InsecureServerCredentials()) in TEST_F() 81 .AddListeningPort(GetPort(), InsecureServerCredentials()) in TEST_F()
|
/third_party/node/src/ |
D | node_sockaddr-inl.h | 37 int SocketAddress::GetPort(const sockaddr* addr) { in GetPort() function 44 int SocketAddress::GetPort(const sockaddr_storage* addr) { in GetPort() function 45 return GetPort(reinterpret_cast<const sockaddr*>(addr)); in GetPort() 124 return GetPort(&address_); in port()
|
D | node_sockaddr.h | 67 inline static int GetPort(const sockaddr* addr); 68 inline static int GetPort(const sockaddr_storage* addr);
|
/third_party/mindspore/mindspore/core/mindrt/src/actor/ |
D | actormgr.cc | 111 (void)urls.insert(id.GetIp() + ":" + std::to_string(id.GetPort())); in AddUrl() 112 (void)urls.insert(id.GetProtocol() + "://" + id.GetIp() + ":" + std::to_string(id.GetPort())); in AddUrl() 113 (void)urls.insert(std::string("127.0.0.1:") + std::to_string(id.GetPort())); in AddUrl() 114 (void)urls.insert(protocol + "://127.0.0.1:" + std::to_string(id.GetPort())); in AddUrl()
|
D | aid.cc | 65 int port = GetPort(); in OK() 118 uint16_t AID::GetPort() const { in GetPort() function in mindspore::AID
|
/third_party/mindspore/mindspore/core/mindrt/include/actor/ |
D | aid.h | 61 uint16_t GetPort() const; 62 inline std::string UnfixUrl() const { return GetIp() + ":" + std::to_string(GetPort()); } in UnfixUrl()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
D | testlib.h | 51 int GetPort
|
D | test_surface.c | 50 if (!GetPort in main()
|
D | test_blocks.c | 53 if (!GetPort in main()
|
D | testlib.c | 43 int GetPort in GetPort() function
|
D | test_context.c | 49 if (!GetPort in main()
|
D | test_subpicture.c | 76 if (!GetPort in main()
|
D | test_rendering.c | 158 if (!GetPort in main()
|
D | xvmc_bench.c | 206 if (!GetPort in main()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/cache/ |
D | pre_built_dataset_cache.h | 36 cc->GetPort(), cc->GetNumConnections(), cc->GetPrefetchSize()) { in PreBuiltDatasetCache()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/stub/ |
D | cache_grpc_client.h | 39 int32_t GetPort() const { return 0; } in GetPort() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_client.h | 125 int32_t GetPort() const { return port_; } in GetPort() function 236 int32_t GetPort() const;
|
D | cache_grpc_client.h | 92 int32_t GetPort() const { return port_; } in GetPort() function
|
D | cache_server.h | 72 int32_t GetPort() const { return port_; } in GetPort() function 108 << "Tcp/ip port: " << GetPort() << "\n" in Print()
|
D | cache_client.cc | 107 int32_t CacheClient::GetPort() const { return comm_->GetPort(); } in GetPort() function in mindspore::dataset::CacheClient
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/ |
D | cache_perf_run.cc | 272 CacheClientGreeter comm(cache_builder_.GetHostname(), cache_builder_.GetPort(), 1); in GetSession() 299 CacheClientGreeter comm(cache_builder_.GetHostname(), cache_builder_.GetPort(), 1); in ~CachePerfRun() 449 … client_cfg = cache_builder_.GetHostname() + "," + std::to_string(cache_builder_.GetPort()) + "," + in StartPipelines()
|
/third_party/grpc/test/cpp/end2end/ |
D | xds_end2end_test.cc | 185 int GetPort() { in GetPort() function in grpc::testing::__anon39ef63100111::PortSaver 1551 ServerThread() : port_(g_port_saver->GetPort()) {} in ServerThread() 1848 ports.push_back(g_port_saver->GetPort()); in TEST_P()
|