google.golang.org/grpc.csAttempt.trInfo (field)

15 uses

	google.golang.org/grpc (current package)
		stream.go#L336: 		trInfo:       trInfo,
		stream.go#L458: 	trInfo *traceInfo
		stream.go#L861: 	if a.trInfo != nil {
		stream.go#L863: 		if a.trInfo.tr != nil {
		stream.go#L864: 			a.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L918: 	if a.trInfo != nil {
		stream.go#L920: 		if a.trInfo.tr != nil {
		stream.go#L921: 			a.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L995: 	if a.trInfo != nil && a.trInfo.tr != nil {
		stream.go#L997: 			a.trInfo.tr.LazyPrintf("RPC: [OK]")
		stream.go#L999: 			a.trInfo.tr.LazyPrintf("RPC: [%v]", err)
		stream.go#L1000: 			a.trInfo.tr.SetError()
		stream.go#L1002: 		a.trInfo.tr.Finish()
		stream.go#L1003: 		a.trInfo.tr = nil