Home
last modified time | relevance | path

Searched refs:DiagnosticTag (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Denums.go210 func (e DiagnosticTag) Format(f fmt.State, c rune) {
211 formatEnum(f, c, int(e), namesDiagnosticTag[:], "DiagnosticTag")
214 func ParseDiagnosticTag(s string) DiagnosticTag {
215 return DiagnosticTag(parseEnum(s, namesDiagnosticTag[:]))
H A Dtsprotocol.go1641 ValueSet []DiagnosticTag `json:"valueSet"`
2973 Tags []DiagnosticTag `json:"tags,omitempty"`
3992 // DiagnosticTag defines constants
3993 type DiagnosticTag float64 type
4217 Unnecessary DiagnosticTag = 1
4224 Deprecated DiagnosticTag = 2
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Denums.go210 func (e DiagnosticTag) Format(f fmt.State, c rune) {
211 formatEnum(f, c, int(e), namesDiagnosticTag[:], "DiagnosticTag")
214 func ParseDiagnosticTag(s string) DiagnosticTag {
215 return DiagnosticTag(parseEnum(s, namesDiagnosticTag[:]))
H A Dtsprotocol.go1641 ValueSet []DiagnosticTag `json:"valueSet"`
2973 Tags []DiagnosticTag `json:"tags,omitempty"`
3992 // DiagnosticTag defines constants
3993 type DiagnosticTag float64 type
4217 Unnecessary DiagnosticTag = 1
4224 Deprecated DiagnosticTag = 2
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Denums.go210 func (e DiagnosticTag) Format(f fmt.State, c rune) {
211 formatEnum(f, c, int(e), namesDiagnosticTag[:], "DiagnosticTag")
214 func ParseDiagnosticTag(s string) DiagnosticTag {
215 return DiagnosticTag(parseEnum(s, namesDiagnosticTag[:]))
H A Dtsprotocol.go1641 ValueSet []DiagnosticTag `json:"valueSet"`
2973 Tags []DiagnosticTag `json:"tags,omitempty"`
3992 // DiagnosticTag defines constants
3993 type DiagnosticTag float64 type
4217 Unnecessary DiagnosticTag = 1
4224 Deprecated DiagnosticTag = 2

Completed in 15 milliseconds