Searched defs:OnTypeFormatting (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 | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) methodSpec 799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingPa… func
|
H A D | tsprotocol.go | 684 OnTypeFormatting *DocumentOnTypeFormattingClientCapabilities `json:"onTypeFormatting,omitempty"` member
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) methodSpec 799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingPa… func
|
D | tsprotocol.go | 684 OnTypeFormatting *DocumentOnTypeFormattingClientCapabilities `json:"onTypeFormatting,omitempty"` member
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) methodSpec 799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingPa… func
|
H A D | tsprotocol.go | 684 OnTypeFormatting *DocumentOnTypeFormattingClientCapabilities `json:"onTypeFormatting,omitempty"` member
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
H A D | langsvr.go | 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls… func
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls… func
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/ |
H A D | langsvr.go | 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls… func
|