type google.golang.org/protobuf/runtime/protoiface.UnmarshalOutput

10 uses

	google.golang.org/protobuf/runtime/protoiface (current package)
		methods.go#L35: 	Unmarshal func(UnmarshalInput) (UnmarshalOutput, error)
		methods.go#L109: type UnmarshalOutput = struct {

	google.golang.org/protobuf/internal/impl
		decode.go#L53: func (mi *MessageInfo) unmarshal(in piface.UnmarshalInput) (piface.UnmarshalOutput, error) {
		decode.go#L68: 	return piface.UnmarshalOutput{
		legacy_message.go#L400: func legacyUnmarshal(in piface.UnmarshalInput) (piface.UnmarshalOutput, error) {
		legacy_message.go#L404: 		return piface.UnmarshalOutput{}, errors.New("%T does not implement Marshal", v)
		legacy_message.go#L406: 	return piface.UnmarshalOutput{}, unmarshaler.Unmarshal(in.Buf)
		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#L70: func (o UnmarshalOptions) unmarshal(b []byte, m protoreflect.Message) (out protoiface.UnmarshalOutput, err error) {