Home
last modified time | relevance | path

Searched refs:DropCategory (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h242 struct DropCategory { struct
243 bool operator==(const DropCategory& other) const {
252 using DropCategoryList = absl::InlinedVector<DropCategory, 2>; argument
256 DropCategory{std::move(name), parts_per_million}); in AddCategory()
Dxds_client.cc1109 const XdsApi::DropConfig::DropCategory& drop_category = in AcceptEdsUpdate()
/third_party/grpc/src/core/ext/xds/
Dxds_api.h304 struct DropCategory { struct
305 bool operator==(const DropCategory& other) const {
314 using DropCategoryList = absl::InlinedVector<DropCategory, 2>;
318 DropCategory{std::move(name), parts_per_million}); in AddCategory()
Dxds_api.cc500 for (const DropCategory& category : drop_category_list_) { in ToString()