Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go1841 ContentFormat []MarkupKind `json:"contentFormat,omitempty"` member
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go1841 ContentFormat []MarkupKind `json:"contentFormat,omitempty"` member
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.cpp356 if (auto *ContentFormat = Hover->getArray("contentFormat")) { in fromJSON() local
357 for (const auto &Format : *ContentFormat) { in fromJSON()