Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsclient.go26 ShowMessage(context.Context, *ShowMessageParams) error
Dtsprotocol.go1337 type ShowMessageParams struct { struct
1342 Type MessageType `json:"type"`
1347 Message string `json:"message"`
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsclient.go26 ShowMessage(context.Context, *ShowMessageParams) error
Dtsprotocol.go1337 type ShowMessageParams struct { struct
1342 Type MessageType `json:"type"`
1347 Message string `json:"message"`
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h652 struct ShowMessageParams { struct
658 llvm::json::Value toJSON(const ShowMessageParams &); argument