Home
last modified time | relevance | path

Searched defs:DocumentLink (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go61 DocumentLink(context.Context, *DocumentLinkParams) ([]DocumentLink, error) methodSpec
62 ResolveDocumentLink(context.Context, *DocumentLink) (*DocumentLink, error)
767 func (s *serverDispatcher) DocumentLink(ctx context.Context, params *DocumentLinkParams) ([]Documen… func
Dtsprotocol.go664 DocumentLink *DocumentLinkClientCapabilities `json:"documentLink,omitempty"` member
3793 type DocumentLink struct { struct
3798 Range Range `json:"range"`
3803 Target string `json:"target,omitempty"`
3814 Tooltip string `json:"tooltip,omitempty"`
3820 Data interface{} `json:"data,omitempty"`
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsserver.go61 DocumentLink(context.Context, *DocumentLinkParams) ([]DocumentLink, error) methodSpec
62 ResolveDocumentLink(context.Context, *DocumentLink) (*DocumentLink, error)
767 func (s *serverDispatcher) DocumentLink(ctx context.Context, params *DocumentLinkParams) ([]Documen… func
Dtsprotocol.go664 DocumentLink *DocumentLinkClientCapabilities `json:"documentLink,omitempty"` member
3793 type DocumentLink struct { struct
3798 Range Range `json:"range"`
3803 Target string `json:"target,omitempty"`
3814 Tooltip string `json:"tooltip,omitempty"`
3820 Data interface{} `json:"data,omitempty"`
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go61 DocumentLink(context.Context, *DocumentLinkParams) ([]DocumentLink, error) methodSpec
62 ResolveDocumentLink(context.Context, *DocumentLink) (*DocumentLink, error)
767 func (s *serverDispatcher) DocumentLink(ctx context.Context, params *DocumentLinkParams) ([]Documen… func
Dtsprotocol.go664 DocumentLink *DocumentLinkClientCapabilities `json:"documentLink,omitempty"` member
3793 type DocumentLink struct { struct
3798 Range Range `json:"range"`
3803 Target string `json:"target,omitempty"`
3814 Tooltip string `json:"tooltip,omitempty"`
3820 Data interface{} `json:"data,omitempty"`
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go351 func (s *server) DocumentLink(ctx context.Context, p *lsp.DocumentLinkParams) ([]lsp.DocumentLink, … func
/external/angle/third_party/spirv-tools/src/utils/vscode/src/
Dlangsvr.go351 func (s *server) DocumentLink(ctx context.Context, p *lsp.DocumentLinkParams) ([]lsp.DocumentLink, … func
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go351 func (s *server) DocumentLink(ctx context.Context, p *lsp.DocumentLinkParams) ([]lsp.DocumentLink, … func