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

16 uses

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

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

	google.golang.org/grpc
		balancer_conn_wrappers.go#L344: func (ccb *ccBalancerWrapper) UpdateState(s balancer.State) {
		pickfirst.go#L65: 	b.cc.UpdateState(balancer.State{
		pickfirst.go#L96: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L104: 	b.cc.UpdateState(balancer.State{
		pickfirst.go#L130: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L135: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L140: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L145: 		b.cc.UpdateState(balancer.State{

	google.golang.org/grpc/internal/balancer/gracefulswitch
		gracefulswitch.go#L105: 		lastState: balancer.State{
		gracefulswitch.go#L253: 	lastState balancer.State
		gracefulswitch.go#L289: func (bw *balancerWrapper) UpdateState(state balancer.State) {