Get desktop application:
View/edit binary Protocol Buffers messages
Common final result for streaming requests.
Used in:
, , ,The response is a stream of symbol messages, and one terminating has_more message.
Used as response type in: v1.SymbolIndex.FuzzyFind
Used as request type in: v1.SymbolIndex.FuzzyFind
Used in:
The response is a stream of symbol messages and the terminating message indicating the end of stream.
Used as response type in: v1.SymbolIndex.Lookup
Used as request type in: v1.SymbolIndex.Lookup
Used in:
Used in:
The response is a stream of reference messages, and one terminating has_more message.
Used as response type in: v1.SymbolIndex.Refs
Used as request type in: v1.SymbolIndex.Refs
This struct does not mirror clangd::Relation but rather the arguments of SymbolIndex::relations callback.
Used in:
The response is a stream of reference messages, and one terminating has_more message.
Used as response type in: v1.SymbolIndex.Relations
Used as request type in: v1.SymbolIndex.Relations
Used in:
, ,Used in:
Used in:
,clangd::SymbolLocation stores FileURI, but the protocol transmits a the relative path. Because paths are different on the remote and local machines they will be translated in the marshalling layer.