Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.h348 struct DropCategory { struct
349 bool operator==(const DropCategory& other) const {
358 using DropCategoryList = absl::InlinedVector<DropCategory, 2>;
362 DropCategory{std::move(name), parts_per_million}); in AddCategory()
Dxds_api.cc686 for (const DropCategory& category : drop_category_list_) { in ToString()