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

79 uses

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

	google.golang.org/protobuf/encoding/protojson
		decode.go#L539: 			list.Append(val)
		decode.go#L558: 				list.Append(val)
		well_known_types.go#L877: 		list.Append(protoreflect.ValueOfString(s))

	google.golang.org/protobuf/encoding/prototext
		decode.go#L384: 					list.Append(pval)
		decode.go#L395: 			list.Append(pval)
		decode.go#L418: 					list.Append(pval)
		decode.go#L429: 			list.Append(pval)

	google.golang.org/protobuf/internal/impl
		codec_field.go#L584: 	list.Append(m)
		codec_field.go#L653: 	list.Append(m)
		codec_gen.go#L354: 			list.Append(protoreflect.ValueOfBool(protowire.DecodeBool(v)))
		codec_gen.go#L377: 	list.Append(protoreflect.ValueOfBool(protowire.DecodeBool(v)))
		codec_gen.go#L518: 			list.Append(protoreflect.ValueOfEnum(protoreflect.EnumNumber(v)))
		codec_gen.go#L541: 	list.Append(protoreflect.ValueOfEnum(protoreflect.EnumNumber(v)))
		codec_gen.go#L933: 			list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L956: 	list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L1348: 			list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		codec_gen.go#L1371: 	list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		codec_gen.go#L1763: 			list.Append(protoreflect.ValueOfUint32(uint32(v)))
		codec_gen.go#L1786: 	list.Append(protoreflect.ValueOfUint32(uint32(v)))
		codec_gen.go#L2178: 			list.Append(protoreflect.ValueOfInt64(int64(v)))
		codec_gen.go#L2201: 	list.Append(protoreflect.ValueOfInt64(int64(v)))
		codec_gen.go#L2593: 			list.Append(protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)))
		codec_gen.go#L2616: 	list.Append(protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)))
		codec_gen.go#L3008: 			list.Append(protoreflect.ValueOfUint64(v))
		codec_gen.go#L3031: 	list.Append(protoreflect.ValueOfUint64(v))
		codec_gen.go#L3346: 			list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L3359: 	list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L3666: 			list.Append(protoreflect.ValueOfUint32(uint32(v)))
		codec_gen.go#L3679: 	list.Append(protoreflect.ValueOfUint32(uint32(v)))
		codec_gen.go#L3986: 			list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))
		codec_gen.go#L3999: 	list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))
		codec_gen.go#L4306: 			list.Append(protoreflect.ValueOfInt64(int64(v)))
		codec_gen.go#L4319: 	list.Append(protoreflect.ValueOfInt64(int64(v)))
		codec_gen.go#L4626: 			list.Append(protoreflect.ValueOfUint64(v))
		codec_gen.go#L4639: 	list.Append(protoreflect.ValueOfUint64(v))
		codec_gen.go#L4946: 			list.Append(protoreflect.ValueOfFloat64(math.Float64frombits(v)))
		codec_gen.go#L4959: 	list.Append(protoreflect.ValueOfFloat64(math.Float64frombits(v)))
		codec_gen.go#L5383: 	list.Append(protoreflect.ValueOfString(string(v)))
		codec_gen.go#L5690: 	list.Append(protoreflect.ValueOfBytes(append(emptyBuf[:], v...)))
		merge.go#L127: 		dstl.Append(srcl.Get(i))
		merge.go#L138: 		dstl.Append(protoreflect.ValueOfBytes(db))
		merge.go#L149: 		dstl.Append(protoreflect.ValueOfMessage(dm))
		message_opaque.go#L555: 	list.pvalueList.Append(v)

	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#L117: 			dst.Append(dstv)
		merge.go#L119: 			dst.Append(o.cloneBytes(v))
		merge.go#L121: 			dst.Append(v)