Lines Matching full:rpc
374 patches = UploadSeparatePatches(issue, rpc, patchset, data, upload_options)
377 vcs.UploadBaseFiles(issue, rpc, patches, patchset, upload_options, files)
2440 """Sends an RPC and returns the response.
2455 global rpc
2456 if rpc == None:
2457 rpc = GetRpcServer(upload_options)
2458 self = rpc
2563 global rpc
2609 rpc = None
2762 """Provides a common interface for a simple RPC server."""
2926 """Sends an RPC and returns the response.
2973 """Provides a simplified RPC-style interface for HTTP requests."""
3023 A new AbstractRpcServer, on which RPC calls can be made.