Home
last modified time | relevance | path

Searched defs:Picker (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/test/core/util/
Dtest_lb_policies.cc114 class Picker : public SubchannelPicker { class in grpc_core::__anon2e2351090111::TestPickArgsLb
116 Picker(std::unique_ptr<SubchannelPicker> delegate_picker, in Picker() function in grpc_core::__anon2e2351090111::TestPickArgsLb::Picker
220 class Picker : public SubchannelPicker { class in grpc_core::__anon2e2351090111::InterceptRecvTrailingMetadataLoadBalancingPolicy
222 Picker(std::unique_ptr<SubchannelPicker> delegate_picker, in Picker() function in grpc_core::__anon2e2351090111::InterceptRecvTrailingMetadataLoadBalancingPolicy::Picker
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h44 latency_sort Picker; variable
DResourcePriorityQueue.h58 resource_sort Picker; variable
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc111 class Picker : public SubchannelPicker { class in grpc_core::__anone2d69b450111::PickFirst
113 explicit Picker(RefCountedPtr<SubchannelInterface> subchannel) in Picker() function in grpc_core::__anone2d69b450111::PickFirst::Picker
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc153 class Picker : public SubchannelPicker { class in grpc_core::__anon65bdd18b0111::RoundRobin
185 RoundRobin::Picker::Picker(RoundRobin* parent, in Picker() function in grpc_core::__anon65bdd18b0111::RoundRobin::Picker
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc202 class Picker : public SubchannelPicker { class in grpc_core::__anon93b706d90111::XdsClusterImplLb
277 XdsClusterImplLb::Picker::Picker(XdsClusterImplLb* xds_cluster_impl_lb, in Picker() function in grpc_core::__anon93b706d90111::XdsClusterImplLb::Picker
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc331 class Picker : public SubchannelPicker { class in grpc_core::__anone44b111d0111::GrpcLb
333 Picker(RefCountedPtr<Serverlist> serverlist, in Picker() function in grpc_core::__anone44b111d0111::GrpcLb::Picker
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1840 static SUnit *popFromQueueImpl(std::vector<SUnit *> &Q, SF &Picker) { in popFromQueueImpl()
1853 SUnit *popFromQueue(std::vector<SUnit *> &Q, SF &Picker, ScheduleDAG *DAG) { in popFromQueue()
1873 SF Picker; member in __anon1be34ab80311::RegReductionPriorityQueue