const google.golang.org/grpc/internal/binarylog.maxUInt
9 uses
google.golang.org/grpc/internal/binarylog (current package)
env_config.go#L121: maxUInt = ^uint64(0)
env_config.go#L162: return maxUInt, maxUInt, nil
env_config.go#L173: return maxUInt, 0, nil
env_config.go#L185: return 0, maxUInt, nil
env_config.go#L191: hdrLenStr = maxUInt
env_config.go#L192: msgLenStr = maxUInt
method_logger.go#L93: if ml.headerMaxLen == maxUInt {
method_logger.go#L123: if ml.messageMaxLen == maxUInt {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |