Home
last modified time | relevance | path

Searched refs:CommentSelectionRequest (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/lib/
Dprotocol.d.ts1176 interface CommentSelectionRequest extends FileRequest { interface
Dtsserverlibrary.d.ts7753 interface CommentSelectionRequest extends FileRequest {
/third_party/typescript/src/server/
Dprotocol.ts1617 export interface CommentSelectionRequest extends FileRequest { interface
Dsession.ts2891 [CommandNames.CommentSelection]: (request: protocol.CommentSelectionRequest) => {
2894 [CommandNames.CommentSelectionFull]: (request: protocol.CommentSelectionRequest) => {
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts8002 interface CommentSelectionRequest extends FileRequest {