Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp209 LookupRequest RPCRequest; in toProtobuf() local
212 return RPCRequest; in toProtobuf()
217 FuzzyFindRequest RPCRequest; in toProtobuf() local
218 RPCRequest.set_query(From.Query); in toProtobuf()
220 RPCRequest.add_scopes(Scope); in toProtobuf()
233 return RPCRequest; in toProtobuf()
237 RefsRequest RPCRequest; in toProtobuf() local
239 RPCRequest.add_ids(ID.str()); in toProtobuf()
244 return RPCRequest; in toProtobuf()
248 RelationsRequest RPCRequest; in toProtobuf() local
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/
H A DClient.cpp72 const auto RPCRequest = ProtobufMarshaller->toProtobuf(Request); in streamRPC() local
73 SPAN_ATTACH(Tracer, "Request", RPCRequest.DebugString()); in streamRPC()
82 auto Reader = (Stub.get()->*RPCCall)(&Context, RPCRequest); in streamRPC()
84 RPCRequest.DebugString()); in streamRPC()