func github.com/golang/protobuf/proto.MessageV1

5 uses

	github.com/golang/protobuf/proto (current package)
		proto.go#L54: func MessageV1(m GeneratedMessage) protoiface.MessageV1 {
		proto.go#L130: 	return MessageV1(protoV2.Clone(MessageV2(src)))
		registry.go#L264: 	return reflect.TypeOf(MessageV1(mt.Zero().Interface()))

	github.com/golang/protobuf/ptypes
		any.go#L70: 	return proto.MessageV1(mt.New().Interface()), nil
		any.go#L155: 	return DynamicAny{proto.MessageV1(m.Message.Interface())}