Home
last modified time | relevance | path

Searched refs:DocumentHighlight (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error)
386 resp, err := h.server.DocumentHighlight(ctx, &params)
719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) ([]DocumentHighlight, error) {
720 var result []DocumentHighlight
H A Dtsprotocol.go641 /*DocumentHighlight defined:
644 DocumentHighlight *DocumentHighlightClientCapabilities `json:"documentHighlight,omitempty"`
3538 /*DocumentHighlight defined:
3543 type DocumentHighlight struct { type
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error)
386 resp, err := h.server.DocumentHighlight(ctx, &params)
719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) ([]DocumentHighlight, error) {
720 var result []DocumentHighlight
H A Dtsprotocol.go641 /*DocumentHighlight defined:
644 DocumentHighlight *DocumentHighlightClientCapabilities `json:"documentHighlight,omitempty"`
3538 /*DocumentHighlight defined:
3543 type DocumentHighlight struct { type
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error)
386 resp, err := h.server.DocumentHighlight(ctx, &params)
719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) ([]DocumentHighlight, error) {
720 var result []DocumentHighlight
H A Dtsprotocol.go641 /*DocumentHighlight defined:
644 DocumentHighlight *DocumentHighlightClientCapabilities `json:"documentHighlight,omitempty"`
3538 /*DocumentHighlight defined:
3543 type DocumentHighlight struct { type
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
H A Dlangsvr.go332 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.DocumentHighlight, error) {
333 log.Println("server.DocumentHighlight()")
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
H A Dlangsvr.go332 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.DocumentHighlight, error) {
333 log.Println("server.DocumentHighlight()")
/third_party/spirv-tools/utils/vscode/src/
H A Dlangsvr.go332 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.DocumentHighlight, error) {
333 log.Println("server.DocumentHighlight()")

Completed in 16 milliseconds