Home
last modified time | relevance | path

Searched refs:GetPort (Results 1 – 22 of 22) sorted by relevance

/third_party/grpc/test/cpp/server/
Dserver_builder_test.cc43 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/
Dnode_sockaddr-inl.h37 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()
Dnode_sockaddr.h67 inline static int GetPort(const sockaddr* addr);
68 inline static int GetPort(const sockaddr_storage* addr);
/third_party/mindspore/mindspore/core/mindrt/src/actor/
Dactormgr.cc111 (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()
Daid.cc65 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/
Daid.h61 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/
Dtestlib.h51 int GetPort
Dtest_surface.c50 if (!GetPort in main()
Dtest_blocks.c53 if (!GetPort in main()
Dtestlib.c43 int GetPort in GetPort() function
Dtest_context.c49 if (!GetPort in main()
Dtest_subpicture.c76 if (!GetPort in main()
Dtest_rendering.c158 if (!GetPort in main()
Dxvmc_bench.c206 if (!GetPort in main()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/cache/
Dpre_built_dataset_cache.h36 cc->GetPort(), cc->GetNumConnections(), cc->GetPrefetchSize()) { in PreBuiltDatasetCache()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/stub/
Dcache_grpc_client.h39 int32_t GetPort() const { return 0; } in GetPort() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.h125 int32_t GetPort() const { return port_; } in GetPort() function
236 int32_t GetPort() const;
Dcache_grpc_client.h92 int32_t GetPort() const { return port_; } in GetPort() function
Dcache_server.h72 int32_t GetPort() const { return port_; } in GetPort() function
108 << "Tcp/ip port: " << GetPort() << "\n" in Print()
Dcache_client.cc107 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/
Dcache_perf_run.cc272 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/
Dxds_end2end_test.cc185 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()