Home
last modified time | relevance | path

Searched refs:namesInsertTextFormat (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Denums.go31 namesInsertTextFormat [int(SnippetTextFormat) + 1]string var
94 namesInsertTextFormat[int(PlainTextTextFormat)] = "PlainText"
95 namesInsertTextFormat[int(SnippetTextFormat)] = "Snippet"
227 formatEnum(f, c, int(e), namesInsertTextFormat[:], "InsertTextFormat")
231 return InsertTextFormat(parseEnum(s, namesInsertTextFormat[:]))
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Denums.go31 namesInsertTextFormat [int(SnippetTextFormat) + 1]string var
94 namesInsertTextFormat[int(PlainTextTextFormat)] = "PlainText"
95 namesInsertTextFormat[int(SnippetTextFormat)] = "Snippet"
227 formatEnum(f, c, int(e), namesInsertTextFormat[:], "InsertTextFormat")
231 return InsertTextFormat(parseEnum(s, namesInsertTextFormat[:]))
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Denums.go31 namesInsertTextFormat [int(SnippetTextFormat) + 1]string var
94 namesInsertTextFormat[int(PlainTextTextFormat)] = "PlainText"
95 namesInsertTextFormat[int(SnippetTextFormat)] = "Snippet"
227 formatEnum(f, c, int(e), namesInsertTextFormat[:], "InsertTextFormat")
231 return InsertTextFormat(parseEnum(s, namesInsertTextFormat[:]))