Home
last modified time | relevance | path

Searched defs:EdsUpdate (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.h443 struct EdsUpdate { struct
444 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