func google.golang.org/grpc.newInt

5 uses

	google.golang.org/grpc (current package)
		service_config.go#L322: 				mc.MaxReqSize = newInt(maxInt)
		service_config.go#L324: 				mc.MaxReqSize = newInt(int(*m.MaxRequestMessageBytes))
		service_config.go#L329: 				mc.MaxRespSize = newInt(maxInt)
		service_config.go#L331: 				mc.MaxRespSize = newInt(int(*m.MaxResponseMessageBytes))
		service_config.go#L421: func newInt(b int) *int {