Searched defs:PickResult (Results 1 – 2 of 2) sorted by relevance
206 struct PickResult { struct207 enum ResultType {223 ResultType type;227 RefCountedPtr<SubchannelInterface> subchannel;233 grpc_error_handle error = GRPC_ERROR_NONE;269 virtual PickResult Pick(PickArgs args) = 0; argument
240 public static final class PickResult { class in LoadBalancer252 private PickResult( in PickResult() method in LoadBalancer.PickResult