type google.golang.org/grpc/balancer.State

33 uses

	google.golang.org/grpc/balancer (current package)
		balancer.go#L118: type State struct {
		balancer.go#L168: 	UpdateState(State)

	google.golang.org/grpc/balancer/base
		balancer.go#L89: 	b.cc.UpdateState(balancer.State{
		balancer.go#L144: 	b.cc.UpdateState(balancer.State{ConnectivityState: b.state, Picker: b.picker})
		balancer.go#L233: 	b.cc.UpdateState(balancer.State{ConnectivityState: b.state, Picker: b.picker})

	google.golang.org/grpc/balancer/endpointsharding
		endpointsharding.go#L46: 	State    balancer.State
		endpointsharding.go#L301: 	es.cc.UpdateState(balancer.State{
		endpointsharding.go#L351: func (bw *balancerWrapper) UpdateState(state balancer.State) {

	google.golang.org/grpc/balancer/pickfirst
		pickfirst.go#L105: 	b.cc.UpdateState(balancer.State{
		pickfirst.go#L192: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L200: 	b.cc.UpdateState(balancer.State{
		pickfirst.go#L231: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L240: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L251: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L256: 		b.cc.UpdateState(balancer.State{

	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
		pickfirstleaf.go#L233: 	b.updateBalancerState(balancer.State{
		pickfirstleaf.go#L320: 		b.forceUpdateConcludedStateLocked(balancer.State{
		pickfirstleaf.go#L616: 			b.updateBalancerState(balancer.State{
		pickfirstleaf.go#L628: 		b.updateBalancerState(balancer.State{
		pickfirstleaf.go#L661: 		b.updateBalancerState(balancer.State{
		pickfirstleaf.go#L676: 				b.updateBalancerState(balancer.State{
		pickfirstleaf.go#L710: 			b.updateBalancerState(balancer.State{
		pickfirstleaf.go#L739: 	b.updateBalancerState(balancer.State{
		pickfirstleaf.go#L769: 		b.updateBalancerState(balancer.State{
		pickfirstleaf.go#L774: 		b.updateBalancerState(balancer.State{
		pickfirstleaf.go#L779: 		b.updateBalancerState(balancer.State{
		pickfirstleaf.go#L791: func (b *pickfirstBalancer) updateBalancerState(newState balancer.State) {
		pickfirstleaf.go#L806: func (b *pickfirstBalancer) forceUpdateConcludedStateLocked(newState balancer.State) {

	google.golang.org/grpc
		balancer_wrapper.go#L224: func (ccb *ccBalancerWrapper) UpdateState(s balancer.State) {

	google.golang.org/grpc/internal/balancer/gracefulswitch
		gracefulswitch.go#L115: 		lastState: balancer.State{
		gracefulswitch.go#L202: 		gsb.cc.UpdateState(balancer.State{
		gracefulswitch.go#L294: 	lastState balancer.State
		gracefulswitch.go#L319: func (bw *balancerWrapper) UpdateState(state balancer.State) {