Home
last modified time | relevance | path

Searched defs:labelError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/idna/
Didna9.0.0.go322 type labelError struct{ label, code_ string } argument
324 func (e labelError) code() string { return e.code_ }
325 func (e labelError) Error() string {
Didna10.0.0.go320 type labelError struct{ label, code_ string } struct
322 func (e labelError) code() string { return e.code_ }
323 func (e labelError) Error() string {