Home
last modified time | relevance | path

Searched refs:WithInvalidURI (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/remote/
DMarshallingTests.cpp118 clangd::Ref WithInvalidURI; in TEST() local
120 WithInvalidURI.Location.FileURI = "This is not a URI"; in TEST()
121 auto DeserializedRef = ProtobufMarshaller.toProtobuf(WithInvalidURI); in TEST()
129 WithInvalidURI.Location.FileURI = in TEST()
131 auto DeserializedSymbol = ProtobufMarshaller.toProtobuf(WithInvalidURI); in TEST()