Searched defs:ColorPresentation (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 42 ColorPresentation(context.Context, *ColorPresentationParams) ([]ColorPresentation, error) methodSpec 619 func (s *serverDispatcher) ColorPresentation(ctx context.Context, params *ColorPresentationParams) … func
|
H A D | tsprotocol.go | 2895 type ColorPresentation struct { struct 2902 Label string `json:"label"` 2909 TextEdit *TextEdit `json:"textEdit,omitempty"` 2915 AdditionalTextEdits []TextEdit `json:"additionalTextEdits,omitempty"`
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 42 ColorPresentation(context.Context, *ColorPresentationParams) ([]ColorPresentation, error) methodSpec 619 func (s *serverDispatcher) ColorPresentation(ctx context.Context, params *ColorPresentationParams) … func
|
D | tsprotocol.go | 2895 type ColorPresentation struct { struct 2902 Label string `json:"label"` 2909 TextEdit *TextEdit `json:"textEdit,omitempty"` 2915 AdditionalTextEdits []TextEdit `json:"additionalTextEdits,omitempty"`
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 42 ColorPresentation(context.Context, *ColorPresentationParams) ([]ColorPresentation, error) methodSpec 619 func (s *serverDispatcher) ColorPresentation(ctx context.Context, params *ColorPresentationParams) … func
|
H A D | tsprotocol.go | 2895 type ColorPresentation struct { struct 2902 Label string `json:"label"` 2909 TextEdit *TextEdit `json:"textEdit,omitempty"` 2915 AdditionalTextEdits []TextEdit `json:"additionalTextEdits,omitempty"`
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
H A D | langsvr.go | 187 func (s *server) ColorPresentation(ctx context.Context, p *lsp.ColorPresentationParams) ([]lsp.Colo… func
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 187 func (s *server) ColorPresentation(ctx context.Context, p *lsp.ColorPresentationParams) ([]lsp.Colo… func
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/ |
H A D | langsvr.go | 187 func (s *server) ColorPresentation(ctx context.Context, p *lsp.ColorPresentationParams) ([]lsp.Colo… func
|