Home
last modified time | relevance | path

Searched refs:maxVerbIndex (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/http/
H A Dverb.hpp26 static constexpr size_t maxVerbIndex = static_cast<size_t>(HttpVerb::Max) - 1U; variable
H A Drouting.hpp442 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()