Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/remote/
DMarshallingTests.cpp93 Marshaller ProtobufMarshaller( in TEST() local
150 Marshaller ProtobufMarshaller(testPath("home/"), testPath("home/")); in TEST() local
227 Marshaller ProtobufMarshaller(testPath("llvm-project/"), in TEST() local
256 Marshaller ProtobufMarshaller(testPath(""), testPath("")); in TEST() local
303 Marshaller ProtobufMarshaller(testPath("remote/"), testPath("local/")); in TEST() local
314 Marshaller ProtobufMarshaller(testPath("remote/"), testPath("local/")); in TEST() local
327 Marshaller ProtobufMarshaller(testPath("remote/"), testPath("local/")); in TEST() local
345 Marshaller ProtobufMarshaller(testPath("remote/"), testPath("local/")); in TEST() local
360 Marshaller ProtobufMarshaller(testPath("remote/"), testPath("local/")); in TEST() local
378 Marshaller ProtobufMarshaller(testPath("remote/"), testPath("local/")); in TEST() local
[all …]
/external/llvm-project/clang-tools-extra/clangd/index/remote/
DClient.cpp121 std::unique_ptr<Marshaller> ProtobufMarshaller; member in clang::clangd::remote::__anon64f54a130111::IndexClient
/external/llvm-project/clang-tools-extra/clangd/index/remote/server/
DServer.cpp277 std::unique_ptr<Marshaller> ProtobufMarshaller; member in clang::clangd::remote::__anon6ea91e310111::RemoteIndexServer