google.golang.org/protobuf/reflect/protoreflect.List.Append (method)

82 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value.go#L201: 	Append(Value)

	google.golang.org/protobuf/encoding/protojson
		decode.go#L527: 			list.Append(val)
		decode.go#L545: 			list.Append(val)
		well_known_types.go#L886: 		list.Append(protoreflect.ValueOfString(s))

	google.golang.org/protobuf/encoding/prototext
		decode.go#L389: 					list.Append(pval)
		decode.go#L400: 			list.Append(pval)
		decode.go#L423: 					list.Append(pval)
		decode.go#L434: 			list.Append(pval)

	google.golang.org/protobuf/internal/impl
		codec_field.go#L628: 	list.Append(m)
		codec_field.go#L696: 	list.Append(m)
		codec_gen.go#L345: 			list.Append(protoreflect.ValueOfBool(protowire.DecodeBool(v)))
		codec_gen.go#L368: 	list.Append(protoreflect.ValueOfBool(protowire.DecodeBool(v)))
		codec_gen.go#L509: 			list.Append(protoreflect.ValueOfEnum(protoreflect.EnumNumber(v)))
		codec_gen.go#L532: 	list.Append(protoreflect.ValueOfEnum(protoreflect.EnumNumber(v)))
		codec_gen.go#L915: 			list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L938: 	list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L1321: 			list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		codec_gen.go#L1344: 	list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		codec_gen.go#L1727: 			list.Append(protoreflect.ValueOfUint32(uint32(v)))
		codec_gen.go#L1750: 	list.Append(protoreflect.ValueOfUint32(uint32(v)))
		codec_gen.go#L2133: 			list.Append(protoreflect.ValueOfInt64(int64(v)))
		codec_gen.go#L2156: 	list.Append(protoreflect.ValueOfInt64(int64(v)))
		codec_gen.go#L2539: 			list.Append(protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)))
		codec_gen.go#L2562: 	list.Append(protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)))
		codec_gen.go#L2945: 			list.Append(protoreflect.ValueOfUint64(v))
		codec_gen.go#L2968: 	list.Append(protoreflect.ValueOfUint64(v))
		codec_gen.go#L3279: 			list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L3292: 	list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L3595: 			list.Append(protoreflect.ValueOfUint32(uint32(v)))
		codec_gen.go#L3608: 	list.Append(protoreflect.ValueOfUint32(uint32(v)))
		codec_gen.go#L3911: 			list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))
		codec_gen.go#L3924: 	list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))
		codec_gen.go#L4227: 			list.Append(protoreflect.ValueOfInt64(int64(v)))
		codec_gen.go#L4240: 	list.Append(protoreflect.ValueOfInt64(int64(v)))
		codec_gen.go#L4543: 			list.Append(protoreflect.ValueOfUint64(v))
		codec_gen.go#L4556: 	list.Append(protoreflect.ValueOfUint64(v))
		codec_gen.go#L4859: 			list.Append(protoreflect.ValueOfFloat64(math.Float64frombits(v)))
		codec_gen.go#L4872: 	list.Append(protoreflect.ValueOfFloat64(math.Float64frombits(v)))
		codec_gen.go#L5296: 	list.Append(protoreflect.ValueOfString(string(v)))
		codec_gen.go#L5603: 	list.Append(protoreflect.ValueOfBytes(append(emptyBuf[:], v...)))
		merge.go#L100: 		dstl.Append(srcl.Get(i))
		merge.go#L111: 		dstl.Append(protoreflect.ValueOfBytes(db))
		merge.go#L122: 		dstl.Append(protoreflect.ValueOfMessage(dm))

	google.golang.org/protobuf/proto
		decode_gen.go#L208: 				list.Append(protoreflect.ValueOfBool(protowire.DecodeBool(v)))
		decode_gen.go#L219: 		list.Append(protoreflect.ValueOfBool(protowire.DecodeBool(v)))
		decode_gen.go#L233: 				list.Append(protoreflect.ValueOfEnum(protoreflect.EnumNumber(v)))
		decode_gen.go#L244: 		list.Append(protoreflect.ValueOfEnum(protoreflect.EnumNumber(v)))
		decode_gen.go#L258: 				list.Append(protoreflect.ValueOfInt32(int32(v)))
		decode_gen.go#L269: 		list.Append(protoreflect.ValueOfInt32(int32(v)))
		decode_gen.go#L283: 				list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		decode_gen.go#L294: 		list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		decode_gen.go#L308: 				list.Append(protoreflect.ValueOfUint32(uint32(v)))
		decode_gen.go#L319: 		list.Append(protoreflect.ValueOfUint32(uint32(v)))
		decode_gen.go#L333: 				list.Append(protoreflect.ValueOfInt64(int64(v)))
		decode_gen.go#L344: 		list.Append(protoreflect.ValueOfInt64(int64(v)))
		decode_gen.go#L358: 				list.Append(protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)))
		decode_gen.go#L369: 		list.Append(protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)))
		decode_gen.go#L383: 				list.Append(protoreflect.ValueOfUint64(v))
		decode_gen.go#L394: 		list.Append(protoreflect.ValueOfUint64(v))
		decode_gen.go#L408: 				list.Append(protoreflect.ValueOfInt32(int32(v)))
		decode_gen.go#L419: 		list.Append(protoreflect.ValueOfInt32(int32(v)))
		decode_gen.go#L433: 				list.Append(protoreflect.ValueOfUint32(uint32(v)))
		decode_gen.go#L444: 		list.Append(protoreflect.ValueOfUint32(uint32(v)))
		decode_gen.go#L458: 				list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))
		decode_gen.go#L469: 		list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))
		decode_gen.go#L483: 				list.Append(protoreflect.ValueOfInt64(int64(v)))
		decode_gen.go#L494: 		list.Append(protoreflect.ValueOfInt64(int64(v)))
		decode_gen.go#L508: 				list.Append(protoreflect.ValueOfUint64(v))
		decode_gen.go#L519: 		list.Append(protoreflect.ValueOfUint64(v))
		decode_gen.go#L533: 				list.Append(protoreflect.ValueOfFloat64(math.Float64frombits(v)))
		decode_gen.go#L544: 		list.Append(protoreflect.ValueOfFloat64(math.Float64frombits(v)))
		decode_gen.go#L557: 		list.Append(protoreflect.ValueOfString(string(v)))
		decode_gen.go#L567: 		list.Append(protoreflect.ValueOfBytes(append(emptyBuf[:], v...)))
		decode_gen.go#L581: 		list.Append(m)
		decode_gen.go#L595: 		list.Append(m)
		merge.go#L111: 			dst.Append(dstv)
		merge.go#L113: 			dst.Append(o.cloneBytes(v))
		merge.go#L115: 			dst.Append(v)

	github.com/golang/protobuf/jsonpb
		decode.go#L286: 			lv.Append(ve)
		decode.go#L416: 			lv.Append(ve)

	github.com/golang/protobuf/proto
		text_decode.go#L279: 				lv.Append(vv)
		text_decode.go#L302: 		lv.Append(vv)