type google.golang.org/protobuf/internal/impl.errInvalidUTF8
18 uses
google.golang.org/protobuf/internal/impl (current package)
codec_field.go#L19: type errInvalidUTF8 struct{}
codec_field.go#L21: func (errInvalidUTF8) Error() string { return "string field contains invalid UTF-8" }
codec_field.go#L22: func (errInvalidUTF8) InvalidUTF8() bool { return true }
codec_gen.go#L4960: return b, errInvalidUTF8{}
codec_gen.go#L4975: return out, errInvalidUTF8{}
codec_gen.go#L5028: return b, errInvalidUTF8{}
codec_gen.go#L5088: return b, errInvalidUTF8{}
codec_gen.go#L5103: return out, errInvalidUTF8{}
codec_gen.go#L5169: return b, errInvalidUTF8{}
codec_gen.go#L5186: return out, errInvalidUTF8{}
codec_gen.go#L5237: return b, errInvalidUTF8{}
codec_gen.go#L5252: return protoreflect.Value{}, out, errInvalidUTF8{}
codec_gen.go#L5349: return b, errInvalidUTF8{}
codec_gen.go#L5364: return out, errInvalidUTF8{}
codec_gen.go#L5432: return b, errInvalidUTF8{}
codec_gen.go#L5447: return out, errInvalidUTF8{}
codec_gen.go#L5509: return b, errInvalidUTF8{}
codec_gen.go#L5526: return out, errInvalidUTF8{}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |