Home
last modified time | relevance | path

Searched defs:DidChangeWatchedFilesParams (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go35 DidChangeWatchedFiles(context.Context, *DidChangeWatchedFilesParams) error
Dtsprotocol.go1563 type DidChangeWatchedFilesParams struct { struct
1568 Changes []FileEvent `json:"changes"`
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsserver.go35 DidChangeWatchedFiles(context.Context, *DidChangeWatchedFilesParams) error
Dtsprotocol.go1563 type DidChangeWatchedFilesParams struct { struct
1568 Changes []FileEvent `json:"changes"`
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go35 DidChangeWatchedFiles(context.Context, *DidChangeWatchedFilesParams) error
Dtsprotocol.go1563 type DidChangeWatchedFilesParams struct { struct
1568 Changes []FileEvent `json:"changes"`
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h737 struct DidChangeWatchedFilesParams { struct
741 bool fromJSON(const llvm::json::Value &, DidChangeWatchedFilesParams &, argument