Lines Matching full:rpc
389 patches = UploadSeparatePatches(issue, rpc, patchset, data, upload_options)
392 vcs.UploadBaseFiles(issue, rpc, patches, patchset, upload_options, files)
2191 """Sends an RPC and returns the response.
2206 global rpc
2207 if rpc == None:
2208 rpc = GetRpcServer(upload_options)
2209 self = rpc
2325 global defaultcc, upload_options, rpc, server, server_url_base, force_google_account, verbosity, contributors
2415 rpc = None
2569 """Provides a common interface for a simple RPC server."""
2733 """Sends an RPC and returns the response.
2780 """Provides a simplified RPC-style interface for HTTP requests."""
2830 A new AbstractRpcServer, on which RPC calls can be made.