Searched defs:RuleT (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/redfish-core/include/ |
H A D | redfish_oem_routing.hpp | 67 using RuleT = OemRule<>; in newRule() typedef 75 using RuleT = OemRule<std::string>; in newRule() typedef 83 using RuleT = OemRule<std::string, std::string>; in newRule() typedef 91 using RuleT = OemRule<std::string, std::string, std::string>; in newRule() typedef 99 using RuleT = in newRule() typedef 108 using RuleT = OemRule<std::string, std::string, std::string, in newRule() typedef
|
/openbmc/bmcweb/http/ |
H A D | routing.hpp | 57 using RuleT = TaggedRule<>; in newRuleTagged() typedef 65 using RuleT = TaggedRule<std::string>; in newRuleTagged() typedef 73 using RuleT = TaggedRule<std::string, std::string>; in newRuleTagged() typedef 81 using RuleT = TaggedRule<std::string, std::string, std::string>; in newRuleTagged() typedef 89 using RuleT = in newRuleTagged() typedef 98 using RuleT = TaggedRule<std::string, std::string, std::string, in newRuleTagged() typedef
|