Searched refs:rpc_name (Results 1 – 2 of 2) sorted by relevance
1050 def fanout_rpc(host_objs, rpc_name, include_hostnames=True, **kwargs): argument1070 run_rpc_on_multiple_hostnames(rpc_name, [shard], **kwargs)1074 '%s: %s' % (rpc_name, shard, ei[0].__name__, ei[1]))
1453 auto rpc_name = attribute_; in ParseService() local1465 rpc.name = rpc_name; in ParseService()1468 if (service_def.calls.Add(rpc_name, &rpc)) in ParseService()1469 return Error("rpc already exists: " + rpc_name); in ParseService()