google.golang.org/grpc.ccResolverWrapper.curState (field)

13 uses

	google.golang.org/grpc (current package)
		resolver_conn_wrapper.go#L42: 	curState   resolver.State
		resolver_conn_wrapper.go#L147: 	ccr.curState = s
		resolver_conn_wrapper.go#L148: 	ccr.poll(ccr.cc.updateResolverState(ccr.curState, nil))
		resolver_conn_wrapper.go#L166: 		ccr.addChannelzTraceEvent(resolver.State{Addresses: addrs, ServiceConfig: ccr.curState.ServiceConfig})
		resolver_conn_wrapper.go#L168: 	ccr.curState.Addresses = addrs
		resolver_conn_wrapper.go#L169: 	ccr.poll(ccr.cc.updateResolverState(ccr.curState, nil))
		resolver_conn_wrapper.go#L190: 		ccr.addChannelzTraceEvent(resolver.State{Addresses: ccr.curState.Addresses, ServiceConfig: scpr})
		resolver_conn_wrapper.go#L192: 	ccr.curState.ServiceConfig = scpr
		resolver_conn_wrapper.go#L193: 	ccr.poll(ccr.cc.updateResolverState(ccr.curState, nil))
		resolver_conn_wrapper.go#L204: 	if ccr.curState.ServiceConfig != nil {
		resolver_conn_wrapper.go#L205: 		oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
		resolver_conn_wrapper.go#L213: 	if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
		resolver_conn_wrapper.go#L215: 	} else if len(ccr.curState.Addresses) == 0 && len(s.Addresses) > 0 {