google.golang.org/protobuf/reflect/protoreflect.List.Len (method)
91 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value.go#L183: Len() int
google.golang.org/protobuf/encoding/protojson
encode.go#L318: for i := 0; i < list.Len(); i++ {
well_known_types.go#L845: paths := make([]string, 0, list.Len())
well_known_types.go#L847: for i := 0; i < list.Len(); i++ {
google.golang.org/protobuf/encoding/prototext
encode.go#L259: size := list.Len()
google.golang.org/protobuf/internal/impl
codec_field.go#L587: for i, llen := 0, list.Len(); i < llen; i++ {
codec_field.go#L597: for i, llen := 0, list.Len(); i < llen; i++ {
codec_field.go#L636: for i, llen := 0, list.Len(); i < llen; i++ {
codec_field.go#L656: for i, llen := 0, list.Len(); i < llen; i++ {
codec_field.go#L666: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L304: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L314: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L383: llen := list.Len()
codec_gen.go#L398: llen := list.Len()
codec_gen.go#L468: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L478: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L547: llen := list.Len()
codec_gen.go#L562: llen := list.Len()
codec_gen.go#L874: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L884: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L953: llen := list.Len()
codec_gen.go#L968: llen := list.Len()
codec_gen.go#L1280: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L1290: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L1359: llen := list.Len()
codec_gen.go#L1374: llen := list.Len()
codec_gen.go#L1686: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L1696: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L1765: llen := list.Len()
codec_gen.go#L1780: llen := list.Len()
codec_gen.go#L2092: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L2102: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L2171: llen := list.Len()
codec_gen.go#L2186: llen := list.Len()
codec_gen.go#L2498: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L2508: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L2577: llen := list.Len()
codec_gen.go#L2592: llen := list.Len()
codec_gen.go#L2904: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L2914: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L2983: llen := list.Len()
codec_gen.go#L2998: llen := list.Len()
codec_gen.go#L3251: size = list.Len() * (tagsize + protowire.SizeFixed32())
codec_gen.go#L3258: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L3307: llen := list.Len()
codec_gen.go#L3318: llen := list.Len()
codec_gen.go#L3567: size = list.Len() * (tagsize + protowire.SizeFixed32())
codec_gen.go#L3574: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L3623: llen := list.Len()
codec_gen.go#L3634: llen := list.Len()
codec_gen.go#L3883: size = list.Len() * (tagsize + protowire.SizeFixed32())
codec_gen.go#L3890: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L3939: llen := list.Len()
codec_gen.go#L3950: llen := list.Len()
codec_gen.go#L4199: size = list.Len() * (tagsize + protowire.SizeFixed64())
codec_gen.go#L4206: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L4255: llen := list.Len()
codec_gen.go#L4266: llen := list.Len()
codec_gen.go#L4515: size = list.Len() * (tagsize + protowire.SizeFixed64())
codec_gen.go#L4522: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L4571: llen := list.Len()
codec_gen.go#L4582: llen := list.Len()
codec_gen.go#L4831: size = list.Len() * (tagsize + protowire.SizeFixed64())
codec_gen.go#L4838: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L4887: llen := list.Len()
codec_gen.go#L4898: llen := list.Len()
codec_gen.go#L5268: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L5278: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L5575: for i, llen := 0, list.Len(); i < llen; i++ {
codec_gen.go#L5585: for i, llen := 0, list.Len(); i < llen; i++ {
merge.go#L99: for i, llen := 0, srcl.Len(); i < llen; i++ {
merge.go#L108: for i, llen := 0, srcl.Len(); i < llen; i++ {
merge.go#L119: for i, llen := 0, srcl.Len(); i < llen; i++ {
message_reflect.go#L241: if xd.IsList() && v.List().Len() == 0 {
message_reflect.go#L261: return x.Value().List().Len() > 0
google.golang.org/protobuf/proto
checkinit.go#L51: for i, list := 0, v.List(); i < list.Len() && err == nil; i++ {
encode.go#L246: if fd.IsPacked() && list.Len() > 0 {
encode.go#L249: for i, llen := 0, list.Len(); i < llen; i++ {
encode.go#L261: for i, llen := 0, list.Len(); i < llen; i++ {
equal.go#L105: if x.Len() != y.Len() {
equal.go#L108: for i := x.Len() - 1; i >= 0; i-- {
merge.go#L106: for i, n := 0, src.Len(); i < n; i++ {
size.go#L76: if fd.IsPacked() && list.Len() > 0 {
size.go#L78: for i, llen := 0, list.Len(); i < llen; i++ {
size.go#L84: for i, llen := 0, list.Len(); i < llen; i++ {
github.com/golang/protobuf/jsonpb
encode.go#L426: for i := 0; i < lv.Len(); i++ {
github.com/golang/protobuf/proto
defaults.go#L47: for i := 0; i < ls.Len(); i++ {
discard.go#L37: for i := 0; i < ls.Len(); i++ {
text_encode.go#L285: for j := 0; j < lv.Len(); j++ {
text_encode.go#L530: for i := 0; i < lv.Len(); i++ {