Searched refs:request_id_map_ (Results 1 – 2 of 2) sorted by relevance
206 request_id_map_.emplace(request_id, protocol_handler_id); in ProcessRequest()299 auto iter = request_id_map_.find(request_id); in GetRequestProtocolHandlerProxy()300 if (iter == request_id_map_.end()) { in GetRequestProtocolHandlerProxy()
156 std::map<std::string, std::string> request_id_map_; variable