type google.golang.org/grpc/balancer.PickResult
19 uses
google.golang.org/grpc/balancer (current package)
balancer.go#L279: type PickResult struct {
balancer.go#L333: Pick(info PickInfo) (PickResult, error)
google.golang.org/grpc/balancer/base
balancer.go#L260: func (p *errPicker) Pick(balancer.PickInfo) (balancer.PickResult, error) {
balancer.go#L261: return balancer.PickResult{}, p.err
google.golang.org/grpc/balancer/endpointsharding
endpointsharding.go#L316: func (p *pickerWithChildStates) Pick(info balancer.PickInfo) (balancer.PickResult, error) {
google.golang.org/grpc/balancer/pickfirst
pickfirst.go#L233: Picker: &picker{result: balancer.PickResult{SubConn: subConn}},
pickfirst.go#L274: result balancer.PickResult
pickfirst.go#L278: func (p *picker) Pick(balancer.PickInfo) (balancer.PickResult, error) {
pickfirst.go#L288: func (i *idlePicker) Pick(balancer.PickInfo) (balancer.PickResult, error) {
pickfirst.go#L290: return balancer.PickResult{}, balancer.ErrNoSubConnAvailable
google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
pickfirstleaf.go#L618: Picker: &picker{result: balancer.PickResult{SubConn: sd.subConn}},
pickfirstleaf.go#L771: Picker: &picker{result: balancer.PickResult{SubConn: sd.subConn}},
pickfirstleaf.go#L812: result balancer.PickResult
pickfirstleaf.go#L816: func (p *picker) Pick(balancer.PickInfo) (balancer.PickResult, error) {
pickfirstleaf.go#L826: func (i *idlePicker) Pick(balancer.PickInfo) (balancer.PickResult, error) {
pickfirstleaf.go#L828: return balancer.PickResult{}, balancer.ErrNoSubConnAvailable
google.golang.org/grpc
picker_wrapper.go#L76: func doneChannelzWrapper(acbw *acBalancerWrapper, result *balancer.PickResult) {
picker_wrapper.go#L94: result balancer.PickResult // the contents of the pick from the LB policy
stream.go#L603: pickResult balancer.PickResult