Searched defs:EdsUpdate (Results 1 – 1 of 1) sorted by relevance
443 struct EdsUpdate { struct444 struct Priority {465 using PriorityList = absl::InlinedVector<Priority, 2>;473 struct DropCategory {483 using DropCategoryList = absl::InlinedVector<DropCategory, 2>;485 void AddCategory(std::string name, uint32_t parts_per_million) { in AddCategory()518 bool operator==(const EdsUpdate& other) const { argument