Searched defs:TextDocumentSyncOptions (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
H A D | tsprotocol.go | 1421 type TextDocumentSyncOptions struct { struct 1427 OpenClose bool `json:"openClose,omitempty"` 1433 Change TextDocumentSyncKind `json:"change,omitempty"` 1439 WillSave bool `json:"willSave,omitempty"` 1445 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"` 1451 Save *SaveOptions `json:"save,omitempty"`
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 1421 type TextDocumentSyncOptions struct { struct 1427 OpenClose bool `json:"openClose,omitempty"` 1433 Change TextDocumentSyncKind `json:"change,omitempty"` 1439 WillSave bool `json:"willSave,omitempty"` 1445 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"` 1451 Save *SaveOptions `json:"save,omitempty"`
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | tsprotocol.go | 1421 type TextDocumentSyncOptions struct { struct 1427 OpenClose bool `json:"openClose,omitempty"` 1433 Change TextDocumentSyncKind `json:"change,omitempty"` 1439 WillSave bool `json:"willSave,omitempty"` 1445 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"` 1451 Save *SaveOptions `json:"save,omitempty"`
|