type google.golang.org/grpc.ServiceConfig

16 uses

	google.golang.org/grpc (current package)
		clientconn.go#L190: 		cc.dopts.defaultServiceConfig, _ = scpr.Config.(*ServiceConfig)
		clientconn.go#L492: 	sc              *ServiceConfig
		clientconn.go#L568: var emptyServiceConfig *ServiceConfig
		clientconn.go#L575: 	emptyServiceConfig = cfg.Config.(*ServiceConfig)
		clientconn.go#L622: 		if sc, ok := s.ServiceConfig.Config.(*ServiceConfig); s.ServiceConfig.Err == nil && ok {
		clientconn.go#L908: func (cc *ClientConn) applyServiceConfigAndBalancer(sc *ServiceConfig, addrs []resolver.Address) {
		dialoptions.go#L55: 	scChan          <-chan ServiceConfig
		dialoptions.go#L67: 	defaultServiceConfig        *ServiceConfig // defaultServiceConfig is parsed from defaultServiceConfigRawJSON.
		dialoptions.go#L227: func WithServiceConfig(c <-chan ServiceConfig) DialOption {
		resolver_conn_wrapper.go#L202: 	var oldSC, newSC *ServiceConfig
		resolver_conn_wrapper.go#L205: 		oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
		resolver_conn_wrapper.go#L208: 		newSC, newOK = s.ServiceConfig.Config.(*ServiceConfig)
		service_config.go#L79: type ServiceConfig struct {
		service_config.go#L283: 	sc := ServiceConfig{
		service_config.go#L434: 	aa, ok := a.(*ServiceConfig)
		service_config.go#L438: 	bb, ok := b.(*ServiceConfig)