Home
last modified time | relevance | path

Searched refs:ShouldDrop (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.h368 bool ShouldDrop(const std::string** category_name) const;
Dxds_api.cc670 bool XdsApi::EdsUpdate::DropConfig::ShouldDrop( in ShouldDrop() function in grpc_core::XdsApi::EdsUpdate::DropConfig
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc320 const char* ShouldDrop();
597 const char* GrpcLb::Serverlist::ShouldDrop() { in ShouldDrop() function in grpc_core::__anon194416590111::GrpcLb::Serverlist
612 serverlist_ == nullptr ? nullptr : serverlist_->ShouldDrop(); in Pick()
/external/llvm-project/llvm/lib/IR/
DValue.cpp185 llvm::function_ref<bool(const Use *)> ShouldDrop) { in dropDroppableUses() argument
188 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
/external/llvm-project/llvm/include/llvm/IR/
DValue.h482 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc298 if (drop_config_->ShouldDrop(&drop_category)) { in Pick()