Searched defs:EdsUpdate (Results 1 – 1 of 1) sorted by relevance
318 struct EdsUpdate { struct319 struct Priority {340 using PriorityList = absl::InlinedVector<Priority, 2>;348 struct DropCategory {358 using DropCategoryList = absl::InlinedVector<DropCategory, 2>;360 void AddCategory(std::string name, uint32_t parts_per_million) { in AddCategory()393 bool operator==(const EdsUpdate& other) const { argument