Searched refs:DocumentOnTypeFormattingParams (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 | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) 491 var params DocumentOnTypeFormattingParams 799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingParams) ([]TextEdit, error) {
|
H A D | tsprotocol.go | 2515 /*DocumentOnTypeFormattingParams defined: 2518 type DocumentOnTypeFormattingParams struct { type
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) 491 var params DocumentOnTypeFormattingParams 799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingParams) ([]TextEdit, error) {
|
H A D | tsprotocol.go | 2515 /*DocumentOnTypeFormattingParams defined: 2518 type DocumentOnTypeFormattingParams struct { type
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) 491 var params DocumentOnTypeFormattingParams 799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingParams) ([]TextEdit, error) {
|
H A D | tsprotocol.go | 2515 /*DocumentOnTypeFormattingParams defined: 2518 type DocumentOnTypeFormattingParams struct { type
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]lsp.TextEdit, error) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
H A D | langsvr.go | 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]lsp.TextEdit, error) {
|
/third_party/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]lsp.TextEdit, error) {
|
Completed in 17 milliseconds