func google.golang.org/protobuf/encoding/protowire.SizeBytes

53 uses

	google.golang.org/protobuf/encoding/protowire (current package)
		wire.go#L453: func SizeBytes(n int) int {

	google.golang.org/protobuf/internal/impl
		codec_field.go#L232: 	return protowire.SizeBytes(f.mi.sizePointer(p.Elem(), opts)) + f.tagsize
		codec_field.go#L266: 	return protowire.SizeBytes(proto.Size(m)) + tagsize
		codec_field.go#L473: 		n += protowire.SizeBytes(f.mi.sizePointer(v, opts)) + f.tagsize
		codec_field.go#L528: 		n += protowire.SizeBytes(proto.Size(m)) + tagsize
		codec_field.go#L589: 		n += protowire.SizeBytes(proto.Size(m)) + tagsize
		codec_gen.go#L231: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L392: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L556: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L801: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L962: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L1207: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L1368: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L1613: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L1774: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L2019: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L2180: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L2425: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L2586: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L2831: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L2992: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L3191: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L3312: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L3507: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L3628: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L3823: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L3944: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L4139: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L4260: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L4455: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L4576: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L4771: 	return f.tagsize + protowire.SizeBytes(n)
		codec_gen.go#L4892: 	return tagsize + protowire.SizeBytes(n)
		codec_gen.go#L4922: 	return f.tagsize + protowire.SizeBytes(len(v))
		codec_gen.go#L4996: 	return f.tagsize + protowire.SizeBytes(len(v))
		codec_gen.go#L5044: 	return f.tagsize + protowire.SizeBytes(len(v))
		codec_gen.go#L5125: 		size += f.tagsize + protowire.SizeBytes(len(v))
		codec_gen.go#L5202: 	return tagsize + protowire.SizeBytes(len(v.String()))
		codec_gen.go#L5270: 		size += tagsize + protowire.SizeBytes(len(v.String()))
		codec_gen.go#L5311: 	return f.tagsize + protowire.SizeBytes(len(v))
		codec_gen.go#L5385: 	return f.tagsize + protowire.SizeBytes(len(v))
		codec_gen.go#L5465: 		size += f.tagsize + protowire.SizeBytes(len(v))
		codec_gen.go#L5542: 	return tagsize + protowire.SizeBytes(len(v.Bytes()))
		codec_gen.go#L5577: 		size += tagsize + protowire.SizeBytes(len(v.Bytes()))
		codec_map.go#L107: 			valSize += protowire.SizeBytes(f.mi.sizePointer(p, opts))
		codec_map.go#L109: 		n += f.tagsize + protowire.SizeBytes(keySize+valSize)
		codec_map.go#L254: 		size += mapValTagSize + protowire.SizeBytes(valSize)

	google.golang.org/protobuf/proto
		messageset.go#L21: 		size += protowire.SizeBytes(o.size(v.Message()))
		size.go#L81: 		return protowire.SizeTag(num) + protowire.SizeBytes(content)
		size.go#L93: 		size += protowire.SizeBytes(o.sizeField(fd.MapKey(), key.Value()) + o.sizeField(fd.MapValue(), value))
		size_gen.go#L45: 		return protowire.SizeBytes(len(v.String()))
		size_gen.go#L47: 		return protowire.SizeBytes(len(v.Bytes()))
		size_gen.go#L49: 		return protowire.SizeBytes(o.size(v.Message()))