Home
last modified time | relevance | path

Searched defs:NewSubConn (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/balancer/
Dbalancer.go103 NewSubConn([]resolver.Address, NewSubConnOptions) (SubConn, error) methodSpec
/external/syzkaller/vendor/google.golang.org/grpc/
Dbalancer_conn_wrappers.go191 func (ccb *ccBalancerWrapper) NewSubConn(addrs []resolver.Address, opts balancer.NewSubConnOptions)… func