Home
last modified time | relevance | path

Searched refs:MakeAddress (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h129 : FullstackFixture(service, fixture_configuration, MakeAddress(&port_)) {} in FullstackFixture()
136 static grpc::string MakeAddress(int* port) { in MakeAddress() function
148 : FullstackFixture(service, fixture_configuration, MakeAddress(&port_)) {} in FullstackFixture()
155 static grpc::string MakeAddress(int* port) { in MakeAddress() function
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc41 string MakeAddress(const string& job, int task) { in MakeAddress() function
257 workers->emplace_back(MakeAddress(job_id_, id_host_port.first)); in ListWorkers()