google.golang.org/protobuf/internal/filedesc.FieldL1.HasPacked (field)
7 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L205: HasPacked bool // promoted from google.protobuf.FieldOptions
desc.go#L282: if !fd.L1.HasPacked && fd.L0.ParentFile.L1.Syntax != protoreflect.Proto2 && fd.L1.Cardinality == protoreflect.Repeated {
desc_lazy.go#L492: fd.L1.HasPacked = true
google.golang.org/protobuf/internal/encoding/tag
tag.go#L110: f.L1.HasPacked = true
google.golang.org/protobuf/internal/impl
legacy_message.go#L305: if fd.L1.IsWeak || fd.L1.HasPacked {
legacy_message.go#L311: if fd.L1.HasPacked {
google.golang.org/protobuf/reflect/protodesc
desc_init.go#L129: f.L1.HasPacked = opts.Packed != nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)