type google.golang.org/grpc.fmtStringer

9 uses

	google.golang.org/grpc (current package)
		server.go#L1069: 					trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1352: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1495: 			trInfo.tr.LazyLog(&fmtStringer{"Malformed method name %q", []interface{}{sm}}, true)
		server.go#L1501: 				trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1542: 			trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		stream.go#L1412: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		stream.go#L1472: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		trace.go#L112: type fmtStringer struct {
		trace.go#L117: func (f *fmtStringer) String() string {