Searched refs:DropCategory (Results 1 – 2 of 2) sorted by relevance
348 struct DropCategory { struct349 bool operator==(const DropCategory& other) const {358 using DropCategoryList = absl::InlinedVector<DropCategory, 2>;362 DropCategory{std::move(name), parts_per_million}); in AddCategory()
686 for (const DropCategory& category : drop_category_list_) { in ToString()