Home | Sort by relevance Sort by last modified time |
/external/grpc-grpc/src/cpp/server/load_reporter/ | |
load_reporter_async_service_impl.h | 137 grpc::string lb_id_; member in class:grpc::load_reporter::LoadReporterAsyncServiceImpl::ReportLoadHandler |
load_data_store.h | 72 : lb_id_(std::move(lb_id)), 81 return "[lb_id_=" + lb_id_ + ", lb_tag_=" + lb_tag_ + 87 return lb_id_ == other.lb_id_ && lb_tag_ == other.lb_tag_ && 95 const grpc::string& lb_id() const { return lb_id_; } 108 hash_combine(&h, k.lb_id_); 117 grpc::string lb_id_; member in class:grpc::load_reporter::LoadRecordKey 201 : lb_id_(std::move(lb_id)), load_key_(std::move(load_key)) {} 221 return "[PerBalancerStore lb_id_=" + lb_id_ + " load_key_=" + load_key_ 233 grpc::string lb_id_; member in class:grpc::load_reporter::PerBalancerStore [all...] |