Searched refs:reqMethodIndex (Results 1 – 2 of 2) sorted by relevance
182 size_t reqMethodIndex = static_cast<size_t>(*verb); in findRoute() local183 if (reqMethodIndex >= perMethods.size()) in findRoute()189 findRouteByPerMethod(req.url(), perMethods[reqMethodIndex]); in findRoute()198 httpVerbToString(static_cast<HttpVerb>(reqMethodIndex))); in findRoute()
243 size_t reqMethodIndex = static_cast<size_t>(*verb); in findRoute() local244 if (reqMethodIndex >= perMethods.size()) in findRoute()250 perMethods[reqMethodIndex]); in findRoute()