Home
last modified time | relevance | path

Searched defs:fromProtobuf (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf() function in clang::clangd::remote::Marshaller
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) { in fromProtobuf() function in clang::clangd::remote::Marshaller
113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf() function in clang::clangd::remote::Marshaller
130 Marshaller::fromProtobuf(const ContainedRefsRequest *Message) { in fromProtobuf() function in clang::clangd::remote::Marshaller
144 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf() function in clang::clangd::remote::Marshaller
183 llvm::Expected<clangd::Ref> Marshaller::fromProtobuf(const Ref &Message) { fromProtobuf() function in clang::clangd::remote::Marshaller
196 Marshaller::fromProtobuf(const Relation &Message) { fromProtobuf() function in clang::clangd::remote::Marshaller
347 Marshaller::fromProtobuf(const Position &Message) { fromProtobuf() function in clang::clangd::remote::Marshaller
362 clang::index::SymbolInfo Marshaller::fromProtobuf(const SymbolInfo &Message) { fromProtobuf() function in clang::clangd::remote::Marshaller
382 Marshaller::fromProtobuf(const SymbolLocation &Message) { fromProtobuf() function in clang::clangd::remote::Marshaller
423 Marshaller::fromProtobuf(const HeaderWithReferences &Message) { fromProtobuf() function in clang::clangd::remote::Marshaller
[all...]