OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewSubConnOptions
(Results
1 - 5
of
5
) sorted by null
/external/syzkaller/vendor/google.golang.org/grpc/balancer/
balancer.go
90
//
NewSubConnOptions
contains options to create new SubConn.
91
type
NewSubConnOptions
struct{}
103
NewSubConn([]resolver.Address,
NewSubConnOptions
) (SubConn, error)
/external/syzkaller/vendor/google.golang.org/grpc/
pickfirst.go
57
b.sc, err = b.cc.NewSubConn(addrs, balancer.
NewSubConnOptions
{})
balancer_v1_wrapper.go
108
sc, err := bw.cc.NewSubConn([]resolver.Address{a}, balancer.
NewSubConnOptions
{})
160
sc, err := bw.cc.NewSubConn(newAddrs, balancer.
NewSubConnOptions
{})
211
sc, err := bw.cc.NewSubConn([]resolver.Address{a}, balancer.
NewSubConnOptions
{})
balancer_conn_wrappers.go
191
func (ccb *ccBalancerWrapper) NewSubConn(addrs []resolver.Address, opts balancer.
NewSubConnOptions
) (balancer.SubConn, error) {
/external/syzkaller/vendor/google.golang.org/grpc/balancer/base/
balancer.go
77
sc, err := b.cc.NewSubConn([]resolver.Address{a}, balancer.
NewSubConnOptions
{})
Completed in 173 milliseconds