type google.golang.org/protobuf/runtime/protoiface.UnmarshalInput
14 uses
google.golang.org/protobuf/runtime/protoiface (current package)
methods.go#L35: Unmarshal func(UnmarshalInput) (UnmarshalOutput, error)
methods.go#L96: type UnmarshalInput = struct {
google.golang.org/protobuf/internal/impl
codec_field.go#L281: o, err := opts.Options().UnmarshalState(piface.UnmarshalInput{
codec_field.go#L425: o, err := opts.Options().UnmarshalState(piface.UnmarshalInput{
codec_field.go#L556: o, err := opts.Options().UnmarshalState(piface.UnmarshalInput{
codec_field.go#L619: o, err := opts.Options().UnmarshalState(piface.UnmarshalInput{
codec_field.go#L687: o, err := opts.Options().UnmarshalState(piface.UnmarshalInput{
codec_field.go#L773: o, err := opts.Options().UnmarshalState(piface.UnmarshalInput{
decode.go#L53: func (mi *MessageInfo) unmarshal(in piface.UnmarshalInput) (piface.UnmarshalOutput, error) {
legacy_message.go#L400: func legacyUnmarshal(in piface.UnmarshalInput) (piface.UnmarshalOutput, error) {
validate.go#L59: func Validate(mt pref.MessageType, in piface.UnmarshalInput) (out piface.UnmarshalOutput, _ ValidationStatus) {
google.golang.org/protobuf/proto
decode.go#L63: func (o UnmarshalOptions) UnmarshalState(in protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
decode.go#L83: in := protoiface.UnmarshalInput{
github.com/golang/protobuf/proto
wire.go#L67: }.UnmarshalState(protoiface.UnmarshalInput{
 |
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. |