google.golang.org/protobuf/reflect/protoreflect.FieldDescriptor.IsPacked (method)
10 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
type.go#L336: IsPacked() bool
google.golang.org/protobuf/internal/encoding/tag
tag.go#L170: if fd.IsPacked() {
google.golang.org/protobuf/internal/impl
codec_extension.go#L48: if !xd.IsPacked() {
codec_message.go#L79: if !fd.IsPacked() {
codec_tables.go#L41: case fd.Cardinality() == protoreflect.Repeated && !fd.IsPacked():
codec_tables.go#L129: case fd.Cardinality() == protoreflect.Repeated && fd.IsPacked():
codec_tables.go#L439: case fd.Cardinality() == protoreflect.Repeated && !fd.IsPacked():
codec_tables.go#L481: case fd.Cardinality() == protoreflect.Repeated && fd.IsPacked():
google.golang.org/protobuf/proto
encode.go#L246: if fd.IsPacked() && list.Len() > 0 {
size.go#L76: if fd.IsPacked() && list.Len() > 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)