OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BalancerGetOptions
(Results
1 - 2
of
2
) sorted by null
/external/syzkaller/vendor/google.golang.org/grpc/
balancer.go
59
//
BalancerGetOptions
configures a Get call.
62
type
BalancerGetOptions
struct {
106
Get(ctx context.Context, opts
BalancerGetOptions
) (addr Address, put func(), err error)
289
func (rr *roundRobin) Get(ctx context.Context, opts
BalancerGetOptions
) (addr Address, put func(), err error) {
balancer_v1_wrapper.go
293
a, p, err := bw.balancer.Get(ctx,
BalancerGetOptions
{BlockingWait: !failfast})
Completed in 876 milliseconds