google.golang.org/grpc.ClientConn.sc (field)

27 uses

	google.golang.org/grpc (current package)
		clientconn.go#L236: 				cc.sc = &sc
		clientconn.go#L284: 				cc.sc = &sc
		clientconn.go#L492: 	sc              *ServiceConfig
		clientconn.go#L541: 			cc.sc = &sc
		clientconn.go#L579: 	if cc.sc != nil {
		clientconn.go#L580: 		cc.applyServiceConfigAndBalancer(cc.sc, addrs)
		clientconn.go#L642: 	if cc.dopts.balancerBuilder == nil && cc.sc != nil && cc.sc.lbConfig != nil {
		clientconn.go#L643: 		balCfg = cc.sc.lbConfig.cfg
		clientconn.go#L875: 	if cc.sc == nil {
		clientconn.go#L878: 	if m, ok := cc.sc.Methods[method]; ok {
		clientconn.go#L882: 	if m, ok := cc.sc.Methods[method[:i+1]]; ok {
		clientconn.go#L885: 	return cc.sc.Methods[""]
		clientconn.go#L891: 	if cc.sc == nil {
		clientconn.go#L894: 	return cc.sc.healthCheckConfig
		clientconn.go#L913: 	cc.sc = sc
		clientconn.go#L915: 	if cc.sc.retryThrottling != nil {
		clientconn.go#L917: 			tokens: cc.sc.retryThrottling.MaxTokens,
		clientconn.go#L918: 			max:    cc.sc.retryThrottling.MaxTokens,
		clientconn.go#L919: 			thresh: cc.sc.retryThrottling.MaxTokens / 2,
		clientconn.go#L920: 			ratio:  cc.sc.retryThrottling.TokenRatio,
		clientconn.go#L931: 		if cc.sc != nil && cc.sc.lbConfig != nil {
		clientconn.go#L932: 			newBalancerName = cc.sc.lbConfig.name
		clientconn.go#L943: 			} else if cc.sc != nil && cc.sc.LB != nil {
		clientconn.go#L944: 				newBalancerName = *cc.sc.LB