load_data_store.h | 200 PerBalancerStore(grpc::string lb_id, grpc::string load_key) 201 : lb_id_(std::move(lb_id)), load_key_(std::move(load_key)) {} 229 const grpc::string& load_key() const { return load_key_; } function in class:grpc::load_reporter::PerBalancerStore 250 const grpc::string& load_key); 270 void SetUpForNewLbId(const grpc::string& lb_id, const grpc::string& load_key); 297 // load_key, and the number of in-progress calls. Such loss will cause 329 const grpc::string& load_key);
|