Searched refs:DropCategory (Results 1 – 4 of 4) sorted by relevance
242 struct DropCategory { struct243 bool operator==(const DropCategory& other) const {252 using DropCategoryList = absl::InlinedVector<DropCategory, 2>; argument256 DropCategory{std::move(name), parts_per_million}); in AddCategory()
1109 const XdsApi::DropConfig::DropCategory& drop_category = in AcceptEdsUpdate()
304 struct DropCategory { struct305 bool operator==(const DropCategory& other) const {314 using DropCategoryList = absl::InlinedVector<DropCategory, 2>;318 DropCategory{std::move(name), parts_per_million}); in AddCategory()
500 for (const DropCategory& category : drop_category_list_) { in ToString()