google.golang.org/grpc/balancer/grpclb.lbBalancer.cc (field)

10 uses

	google.golang.org/grpc/balancer/grpclb (current package)
		grpclb.go#L136: 		cc:              newLBCacheClientConn(cc),
		grpclb.go#L166: 	cc     *lbCacheClientConn
		grpclb.go#L365: 	lb.cc.UpdateState(balancer.State{ConnectivityState: lb.state, Picker: lb.picker})
		grpclb.go#L481: 	lb.cc.close()
		grpclb_remote_balancer.go#L131: 				lb.cc.cc.RemoveSubConn(sc)
		grpclb_remote_balancer.go#L133: 				lb.cc.RemoveSubConn(sc)
		grpclb_remote_balancer.go#L150: 		sc, err := lb.cc.cc.NewSubConn(backendAddrs, opts)
		grpclb_remote_balancer.go#L173: 			sc, err := lb.cc.NewSubConn([]resolver.Address{addr}, opts)
		grpclb_remote_balancer.go#L191: 			lb.cc.RemoveSubConn(sc)
		grpclb_remote_balancer.go#L382: 		ccw.lb.cc.cc.ResolveNow(resolver.ResolveNowOptions{})