Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go59 CodeLens(context.Context, *CodeLensParams) ([]CodeLens, error)
Dtsprotocol.go2332 type CodeLensParams struct { struct
2337 TextDocument TextDocumentIdentifier `json:"textDocument"`
2338 WorkDoneProgressParams
2339 PartialResultParams
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go59 CodeLens(context.Context, *CodeLensParams) ([]CodeLens, error)
Dtsprotocol.go2332 type CodeLensParams struct { struct
2337 TextDocument TextDocumentIdentifier `json:"textDocument"`
2338 WorkDoneProgressParams
2339 PartialResultParams
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go59 CodeLens(context.Context, *CodeLensParams) ([]CodeLens, error)
Dtsprotocol.go2332 type CodeLensParams struct { struct
2337 TextDocument TextDocumentIdentifier `json:"textDocument"`
2338 WorkDoneProgressParams
2339 PartialResultParams
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs1239 params: lsp_types::CodeLensParams, in handle_code_lens()