Searched refs:RequestImpl (Results 1 – 2 of 2) sorted by relevance
30 class HttpServerImpl::RequestImpl : public Request { class in weave::examples::HttpServerImpl32 RequestImpl(EventPtr<evhtp_request_t> req) : req_(std::move(req)) { in RequestImpl() function in weave::examples::HttpServerImpl::RequestImpl39 ~RequestImpl() {} in ~RequestImpl()142 std::unique_ptr<RequestImpl> request{new RequestImpl{EventPtr<evhtp_request_t>{req}}}; in ProcessRequest()169 void HttpServerImpl::ProcessReply(std::shared_ptr<RequestImpl> request, in ProcessReply()
28 class RequestImpl;45 void ProcessReply(std::shared_ptr<RequestImpl> request,