Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp447 perMethods[method].internalAdd(rule, ruleObject); in internalAddRuleObject()
482 for (PerMethod& perMethod : perMethods) in validate()
529 maxVerbIndex < std::tuple_size_v<decltype(perMethods)>); in findRoute()
531 perMethods[perMethodIndex]); in findRoute()
550 if (reqMethodIndex >= perMethods.size()) in findRoute()
556 perMethods[reqMethodIndex]); in findRoute()
668 for (size_t i = 0; i < perMethods.size(); i++) in debugPrint()
671 perMethods[i].trie.debugPrint(); in debugPrint()
679 for (const PerMethod& pm : perMethods) in getRoutes()
692 std::array<PerMethod, static_cast<size_t>(HttpVerb::Max)> perMethods; member in crow::Router