Home
last modified time | relevance | path

Searched defs:SelectionRangeParams (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go443 type SelectionRangeParams struct { struct
448 TextDocument TextDocumentIdentifier `json:"textDocument"`
453 Positions []Position `json:"positions"`
454 WorkDoneProgressParams
455 PartialResultParams
H A Dtsserver.go45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error)
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go443 type SelectionRangeParams struct { struct
448 TextDocument TextDocumentIdentifier `json:"textDocument"`
453 Positions []Position `json:"positions"`
454 WorkDoneProgressParams
455 PartialResultParams
Dtsserver.go45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error)
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go443 type SelectionRangeParams struct { struct
448 TextDocument TextDocumentIdentifier `json:"textDocument"`
453 Positions []Position `json:"positions"`
454 WorkDoneProgressParams
455 PartialResultParams
H A Dtsserver.go45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error)