Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A 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
H A 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"`
/aosp_15_r20/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"`
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A 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
H A 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"`
/aosp_15_r20/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/
H A DDocumentLink.java30 public final class DocumentLink extends com.google.protobuf.GeneratedMessageV3 class
36 private DocumentLink(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in DocumentLink() method in DocumentLink
40 private DocumentLink() { in DocumentLink() method in DocumentLink
/aosp_15_r20/external/googleapis/google/cloud/contentwarehouse/v1/
H A Ddocument_link_service.proto152 message DocumentLink { message
/aosp_15_r20/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/proto/google/cloud/contentwarehouse/v1/
H A Ddocument_link_service.proto152 message DocumentLink { message
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
H A Dlangsvr.go356 func (s *server) DocumentLink(ctx context.Context, p *lsp.DocumentLinkParams) ([]lsp.DocumentLink, … func
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go356 func (s *server) DocumentLink(ctx context.Context, p *lsp.DocumentLinkParams) ([]lsp.DocumentLink, … func
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/
H A Dlangsvr.go356 func (s *server) DocumentLink(ctx context.Context, p *lsp.DocumentLinkParams) ([]lsp.DocumentLink, … func