Home
last modified time | relevance | path

Searched refs:AddCategory (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h254 void AddCategory(std::string name, uint32_t parts_per_million) { in AddCategory() function
Dxds_api.cc1672 drop_config->AddCategory(UpbStringToStdString(category), numerator); in DropParseAndAppend()
/third_party/grpc/src/core/ext/xds/
Dxds_api.h316 void AddCategory(std::string name, uint32_t parts_per_million) { in AddCategory() function
Dxds_api.cc2066 drop_config->AddCategory(std::move(category), numerator); in DropParseAndAppend()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc787 drop_config->AddCategory(std::move(category), requests_per_million); in ParseDropCategory()