Home
last modified time | relevance | path

Searched refs:newInt (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/
Dservice_config.go189 mc.MaxReqSize = newInt(maxInt)
191 mc.MaxReqSize = newInt(int(*m.MaxRequestMessageBytes))
196 mc.MaxRespSize = newInt(maxInt)
198 mc.MaxRespSize = newInt(int(*m.MaxResponseMessageBytes))
231 func newInt(b int) *int { func