Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/errors/
H A Derrors.go24 type prefixError struct{ s string } argument
36 func (e *prefixError) Error() string {
40 func (e *prefixError) Unwrap() error {