google.golang.org/protobuf/internal/filedesc.FieldL1.HasPacked (field)
6 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L213: HasPacked bool // promoted from google.protobuf.FieldOptions
desc.go#L289: if !fd.L1.HasPacked && fd.L0.ParentFile.L1.Syntax != pref.Proto2 && fd.L1.Cardinality == pref.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#L294: if fd.L1.IsWeak || fd.L1.HasPacked {
legacy_message.go#L300: if fd.L1.HasPacked {
![]() |
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. |