type google.golang.org/protobuf/reflect/protoreflect.List
15 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value.go#L180: type List interface {
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#L501: func (d decoder) unmarshalList(list protoreflect.List, fd protoreflect.FieldDescriptor) error {
encode.go#L314: func (e encoder) marshalList(list protoreflect.List, fd protoreflect.FieldDescriptor) error {
google.golang.org/protobuf/encoding/prototext
decode.go#L363: func (d decoder) unmarshalList(fd protoreflect.FieldDescriptor, list protoreflect.List) error {
encode.go#L258: func (e encoder) marshalList(name string, list protoreflect.List, fd protoreflect.FieldDescriptor) error {
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#L245: func (o MarshalOptions) marshalList(b []byte, fd protoreflect.FieldDescriptor, list protoreflect.List) ([]byte, error) {
equal.go#L104: func equalList(fd protoreflect.FieldDescriptor, x, y protoreflect.List) bool {
merge.go#L104: func (o mergeOptions) mergeList(dst, src protoreflect.List, fd protoreflect.FieldDescriptor) {
size.go#L75: func (o MarshalOptions) sizeList(num protowire.Number, fd protoreflect.FieldDescriptor, list protoreflect.List) (size int) {