Searched refs:fromProtobuf (Results 1 – 5 of 5) sorted by relevance
41 llvm::Expected<clangd::Symbol> fromProtobuf(const Symbol &Message);42 llvm::Expected<clangd::Ref> fromProtobuf(const Ref &Message);44 fromProtobuf(const Relation &Message);47 fromProtobuf(const LookupRequest *Message);49 fromProtobuf(const FuzzyFindRequest *Message);50 llvm::Expected<clangd::RefsRequest> fromProtobuf(const RefsRequest *Message);52 fromProtobuf(const RelationsRequest *Message);80 clangd::SymbolLocation::Position fromProtobuf(const Position &Message);82 clang::index::SymbolInfo fromProtobuf(const SymbolInfo &Message);85 fromProtobuf(const SymbolLocation &Message);[all …]
79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf() function in clang::clangd::remote::Marshaller113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf() function in clang::clangd::remote::Marshaller152 Result.SymInfo = fromProtobuf(Message.info()); in fromProtobuf()156 auto Definition = fromProtobuf(Message.definition()); in fromProtobuf()174 auto SerializedHeader = fromProtobuf(Header); in fromProtobuf()187 auto Location = fromProtobuf(Message.location()); in fromProtobuf()196 Marshaller::fromProtobuf(const Relation &Message) { in fromProtobuf() function in clang::clangd::remote::Marshaller202 auto Object = fromProtobuf(Message.object()); in fromProtobuf()347 Marshaller::fromProtobuf(const Position &Message) { in fromProtobuf() function in clang::clangd::remote::Marshaller388 Location.Start = fromProtobuf(Message.start()); in fromProtobuf()[all …]
105 auto Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST()114 Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST()140 Deserialized = ProtobufMarshaller.fromProtobuf(WithAbsolutePath); in TEST()156 auto Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST()172 ASSERT_TRUE(bool(ProtobufMarshaller.fromProtobuf(*Serialized))); in TEST()177 Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST()200 Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST()232 auto Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST()262 auto Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST()293 Deserialized = ProtobufMarshaller.fromProtobuf(*Serialized); in TEST()[all …]
137 auto Req = ProtobufMarshaller->fromProtobuf(Request); in Lookup()182 auto Req = ProtobufMarshaller->fromProtobuf(Request); in FuzzyFind()225 auto Req = ProtobufMarshaller->fromProtobuf(Request); in Refs()268 auto Req = ProtobufMarshaller->fromProtobuf(Request); in Relations()
93 auto Response = ProtobufMarshaller->fromProtobuf(Reply.stream_result()); in streamRPC()