Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/
Dnetip.go1322 type parsePrefixError struct { struct
1323 in string // the string given to ParsePrefix
1324 msg string // an explanation of the parse failure
1327 func (err parsePrefixError) Error() string {