Home
last modified time | relevance | path

Searched refs:load_key_ (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.h201 : lb_id_(std::move(lb_id)), load_key_(std::move(load_key)) {} in PerBalancerStore()
221 return "[PerBalancerStore lb_id_=" + lb_id_ + " load_key_=" + load_key_ + in ToString()
229 const grpc::string& load_key() const { return load_key_; } in load_key()
235 grpc::string load_key_; variable
Dload_reporter_async_service_impl.cc209 load_key_ = initial_request.load_key(); in OnReadDone()
211 load_key_); in OnReadDone()
Dload_reporter_async_service_impl.h139 grpc::string load_key_; variable