Searched refs:maxVerbIndex (Results 1 – 2 of 2) sorted by relevance
26 static constexpr size_t maxVerbIndex = static_cast<size_t>(HttpVerb::Max) - 1U; variable
442 for (size_t method = 0; method <= maxVerbIndex; method++) in internalAddRuleObject()524 for (size_t perMethodIndex = 0; perMethodIndex <= maxVerbIndex; in findRoute()529 maxVerbIndex < std::tuple_size_v<decltype(perMethods)>); in findRoute()