Home
last modified time | relevance | path

Searched defs:PerMethod (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_oem_routing.hpp117 struct PerMethod struct in redfish::OemRouter
119 std::vector<std::unique_ptr<OemBaseRule>> rules;
120 SubRouteTrie trie;
123 PerMethod() : rules(1) {} in PerMethod() function
125 void internalAdd(std::string_view rule, in internalAdd()
/openbmc/bmcweb/http/
H A Drouting.hpp108 struct PerMethod struct in crow::Router
110 std::vector<BaseRule*> rules;
111 Trie<crow::Node> trie;
114 PerMethod() : rules(1) {} in PerMethod() argument
116 void internalAdd(std::string_view rule, BaseRule* ruleObject) in internalAdd()