Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h267 bool drop_all() const { return drop_all_; } in drop_all() function
Dxds_client.cc1076 eds_update.drop_config->drop_all()); in AcceptEdsUpdate()
/third_party/grpc/src/core/ext/xds/
Dxds_api.h330 bool drop_all() const { return drop_all_; } in drop_all() function
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c815 gst_deinterlace_reset_history (GstDeinterlace * self, gboolean drop_all) in gst_deinterlace_reset_history() argument
819 if (!drop_all) { in gst_deinterlace_reset_history()
824 drop_all = TRUE; in gst_deinterlace_reset_history()
829 if (drop_all) { in gst_deinterlace_reset_history()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc461 if (config_->drop_config() != nullptr && config_->drop_config()->drop_all()) { in MaybeUpdatePickerLocked()
Deds.cc771 if (drop_config_ != nullptr && drop_config_->drop_all()) { in MaybeUpdateDropPickerLocked()