google.golang.org/grpc/stats.InPayload.WireLength (field)

4 uses

	google.golang.org/grpc/stats (current package)
		stats.go#L73: 	WireLength int

	google.golang.org/grpc
		server.go#L1317: 				WireLength: payInfo.wireLength + headerLen,
		stream.go#L1085: 			WireLength: payInfo.wireLength + headerLen,
		stream.go#L1699: 				WireLength: payInfo.wireLength + headerLen,