package clang.clangd.remote

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message FinalResult

Index.proto:14

Common final result for streaming requests.

Used in: FuzzyFindReply, LookupReply, RefsReply, RelationsReply

message FuzzyFindReply

Index.proto:39

The response is a stream of symbol messages, and one terminating has_more message.

Used as response type in: v1.SymbolIndex.FuzzyFind

message FuzzyFindRequest

Index.proto:27

Used as request type in: v1.SymbolIndex.FuzzyFind

message HeaderWithReferences

Index.proto:106

Used in: Symbol

message LookupReply

Index.proto:20

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

message LookupRequest

Index.proto:16

Used as request type in: v1.SymbolIndex.Lookup

message Position

Index.proto:101

Used in: SymbolLocation

message Ref

Index.proto:80

Used in: RefsReply

message RefsReply

Index.proto:54

The response is a stream of reference messages, and one terminating has_more message.

Used as response type in: v1.SymbolIndex.Refs

message RefsRequest

Index.proto:46

Used as request type in: v1.SymbolIndex.Refs

message Relation

Index.proto:128

This struct does not mirror clangd::Relation but rather the arguments of SymbolIndex::relations callback.

Used in: RelationsReply

message RelationsReply

Index.proto:119

The response is a stream of reference messages, and one terminating has_more message.

Used as response type in: v1.SymbolIndex.Relations

message RelationsRequest

Index.proto:111

Used as request type in: v1.SymbolIndex.Relations

message Symbol

Index.proto:61

Used in: FuzzyFindReply, LookupReply, Relation

message SymbolInfo

Index.proto:85

Used in: Symbol

message SymbolLocation

Index.proto:92

Used in: Ref, Symbol