type google.golang.org/protobuf/reflect/protoreflect.List

19 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value.go#L180: type List interface {
		value_equal.go#L69: 		case List:
		value_equal.go#L70: 			y, ok := y.Interface().(List)
		value_equal.go#L119: func equalList(x, y List) bool {
		value_union.go#L112: 	case Message, List, Map:
		value_union.go#L181: func ValueOfList(v List) Value {
		value_union.go#L255: 		case List:
		value_union.go#L351: func (v Value) List() List {
		value_union.go#L353: 	case List:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L513: func (d decoder) unmarshalList(list protoreflect.List, fd protoreflect.FieldDescriptor) error {
		encode.go#L351: func (e encoder) marshalList(list protoreflect.List, fd protoreflect.FieldDescriptor) error {

	google.golang.org/protobuf/encoding/prototext
		decode.go#L358: func (d decoder) unmarshalList(fd protoreflect.FieldDescriptor, list protoreflect.List) error {
		encode.go#L268: func (e encoder) marshalList(name string, list protoreflect.List, fd protoreflect.FieldDescriptor) error {

	google.golang.org/protobuf/internal/impl
		equal.go#L177: func equalMessageList(lx, ly protoreflect.List) bool {
		message_opaque.go#L550: 	protoreflect.List

	google.golang.org/protobuf/proto
		decode_gen.go#L194: func (o UnmarshalOptions) unmarshalList(b []byte, wtyp protowire.Type, list protoreflect.List, fd protoreflect.FieldDescriptor) (n int, err error) {
		encode.go#L278: func (o MarshalOptions) marshalList(b []byte, fd protoreflect.FieldDescriptor, list protoreflect.List) ([]byte, error) {
		merge.go#L110: func (o mergeOptions) mergeList(dst, src protoreflect.List, fd protoreflect.FieldDescriptor) {
		size.go#L85: func (o MarshalOptions) sizeList(num protowire.Number, fd protoreflect.FieldDescriptor, list protoreflect.List) (size int) {