github.com/golang/protobuf/ptypes.dynamicAnyType.New (method)

2 uses

	github.com/golang/protobuf/ptypes (current package)
		any.go#L152: 	return dynamicAnyType{m.Message.Type()}.New()
		any.go#L160: func (t dynamicAnyType) New() protoreflect.Message {