type google.golang.org/grpc/balancer/grpclb.remoteBalancerCCWrapper

8 uses

	google.golang.org/grpc/balancer/grpclb (current package)
		grpclb.go#L189: 	ccRemoteLB *remoteBalancerCCWrapper
		grpclb_remote_balancer.go#L205: type remoteBalancerCCWrapper struct {
		grpclb_remote_balancer.go#L249: 	ccw := &remoteBalancerCCWrapper{
		grpclb_remote_balancer.go#L262: func (ccw *remoteBalancerCCWrapper) close() {
		grpclb_remote_balancer.go#L268: func (ccw *remoteBalancerCCWrapper) readServerList(s *balanceLoadClientStream) error {
		grpclb_remote_balancer.go#L289: func (ccw *remoteBalancerCCWrapper) sendLoadReport(s *balanceLoadClientStream, interval time.Duration) {
		grpclb_remote_balancer.go#L321: func (ccw *remoteBalancerCCWrapper) callRemoteBalancer() (backoff bool, _ error) {
		grpclb_remote_balancer.go#L364: func (ccw *remoteBalancerCCWrapper) watchRemoteBalancer() {