| /third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/ |
| D | from_proto.rs | 103 code_lens: lsp_types::CodeLens, in annotation()
|
| D | to_proto.rs | 1147 acc: &mut Vec<lsp_types::CodeLens>, in code_lens()
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | tsserver.go | 59 CodeLens(context.Context, *CodeLensParams) ([]CodeLens, error) methodSpec 60 ResolveCodeLens(context.Context, *CodeLens) (*CodeLens, error) 751 func (s *serverDispatcher) CodeLens(ctx context.Context, params *CodeLensParams) ([]CodeLens, error… func
|
| D | tsprotocol.go | 659 CodeLens *CodeLensClientCapabilities `json:"codeLens,omitempty"` member 3727 type CodeLens struct { struct 3732 Range Range `json:"range"` 3737 Command *Command `json:"command,omitempty"` 3744 Data interface{} `json:"data,omitempty"`
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | tsserver.go | 59 CodeLens(context.Context, *CodeLensParams) ([]CodeLens, error) methodSpec 60 ResolveCodeLens(context.Context, *CodeLens) (*CodeLens, error) 751 func (s *serverDispatcher) CodeLens(ctx context.Context, params *CodeLensParams) ([]CodeLens, error… func
|
| D | tsprotocol.go | 659 CodeLens *CodeLensClientCapabilities `json:"codeLens,omitempty"` member 3727 type CodeLens struct { struct 3732 Range Range `json:"range"` 3737 Command *Command `json:"command,omitempty"` 3744 Data interface{} `json:"data,omitempty"`
|
| /third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | tsserver.go | 59 CodeLens(context.Context, *CodeLensParams) ([]CodeLens, error) methodSpec 60 ResolveCodeLens(context.Context, *CodeLens) (*CodeLens, error) 751 func (s *serverDispatcher) CodeLens(ctx context.Context, params *CodeLensParams) ([]CodeLens, error… func
|
| D | tsprotocol.go | 659 CodeLens *CodeLensClientCapabilities `json:"codeLens,omitempty"` member 3727 type CodeLens struct { struct 3732 Range Range `json:"range"` 3737 Command *Command `json:"command,omitempty"` 3744 Data interface{} `json:"data,omitempty"`
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
| D | langsvr.go | 348 func (s *server) CodeLens(ctx context.Context, p *lsp.CodeLensParams) ([]lsp.CodeLens, error) { func
|
| /third_party/spirv-tools/utils/vscode/src/ |
| D | langsvr.go | 348 func (s *server) CodeLens(ctx context.Context, p *lsp.CodeLensParams) ([]lsp.CodeLens, error) { func
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
| D | langsvr.go | 348 func (s *server) CodeLens(ctx context.Context, p *lsp.CodeLensParams) ([]lsp.CodeLens, error) { func
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/ |
| D | request.rs | 1240 ) -> Result<Option<Vec<CodeLens>>> { in handle_code_lens() 1282 code_lens: CodeLens, in handle_code_lens_resolve() 1283 ) -> Result<CodeLens> { in handle_code_lens_resolve()
|