google.golang.org/protobuf/internal/filedesc.FieldL1.IsPacked (field)

7 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc.go#L206: 		IsPacked         bool // promoted from google.protobuf.FieldOptions
		desc.go#L289: 	return fd.L1.IsPacked
		desc_lazy.go#L493: 				fd.L1.IsPacked = protowire.DecodeBool(v)

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L111: 			f.L1.IsPacked = true

	google.golang.org/protobuf/internal/impl
		legacy_extension.go#L121: 	xd.L2.IsPacked = fd.L1.IsPacked
		legacy_message.go#L312: 				opts.Set(opts.Descriptor().Fields().ByName("packed"), protoreflect.ValueOfBool(fd.L1.IsPacked))

	google.golang.org/protobuf/reflect/protodesc
		desc_init.go#L130: 			f.L1.IsPacked = opts.GetPacked()