load_data_store.h | 70 LoadRecordKey(grpc::string lb_id, grpc::string lb_tag, grpc::string user_id, 72 : lb_id_(std::move(lb_id)), 95 const grpc::string& lb_id() const { return lb_id_; } function in class:grpc::load_reporter::LoadRecordKey 200 PerBalancerStore(grpc::string lb_id, grpc::string load_key) 201 : lb_id_(std::move(lb_id)), load_key_(std::move(load_key)) {} 228 const grpc::string& lb_id() const { return lb_id_; } function in class:grpc::load_reporter::PerBalancerStore 249 void ReportStreamCreated(const grpc::string& lb_id, 257 void ReportStreamClosed(const grpc::string& lb_id); 260 PerBalancerStore* FindPerBalancerStore(const grpc::string& lb_id) const; 262 // Returns null if lb_id is not found. The returned pointer points to th [all...] |