Searched refs:DocumentHighlightParams (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) 381 var params DocumentHighlightParams 719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) ([]DocumentHighlight, error) {
|
H A D | tsprotocol.go | 2088 /*DocumentHighlightParams defined: 2091 type DocumentHighlightParams struct { type
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) 381 var params DocumentHighlightParams 719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) ([]DocumentHighlight, error) {
|
H A D | tsprotocol.go | 2088 /*DocumentHighlightParams defined: 2091 type DocumentHighlightParams struct { type
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) 381 var params DocumentHighlightParams 719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) ([]DocumentHighlight, error) {
|
H A D | tsprotocol.go | 2088 /*DocumentHighlightParams defined: 2091 type DocumentHighlightParams struct { type
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 332 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.DocumentHighlight, error) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
H A D | langsvr.go | 332 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.DocumentHighlight, error) {
|
/third_party/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 332 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.DocumentHighlight, error) {
|
Completed in 15 milliseconds