const math.MaxUint8
6 uses
math (current package)
const.go#L53: MaxUint8 = 1<<8 - 1
github.com/vmihailenco/msgpack/v5
encode_number.go#L112: if n <= math.MaxUint8 {
ext.go#L189: if l <= math.MaxUint8 {
intern.go#L78: if idx <= math.MaxUint8 {
google.golang.org/protobuf/internal/filedesc
desc_list.go#L448: if ps < 0 || math.MaxUint8 <= ps {
google.golang.org/protobuf/internal/impl
validate.go#L137: if mi.numRequiredFields < math.MaxUint8 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)