Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/
Dnetip.go141 type parseAddrError struct { struct
142 in string // the string given to ParseAddr
143 msg string // an explanation of the parse failure
144 at string // optionally, the unparsed portion of in at which the error occurred.
147 func (err parseAddrError) Error() string {