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

2 uses

	github.com/golang/protobuf/proto (current package)
		wrappers.go#L13: func Int(v int) *int32 { return Int32(int32(v)) }
		wrappers.go#L16: func Int32(v int32) *int32 { return &v }