Searched defs:RouterRecoverRecord (Results 1 – 1 of 1) sorted by relevance
22 struct RouterRecoverRecord { struct27 RouterRecoverRecord() : url{}, params{}, isNamedRouter(false) {} in RouterRecoverRecord() argument28 RouterRecoverRecord(const std::string& url, const std::string& params, bool isNamedRouter) in RouterRecoverRecord() function