Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfishoemrule.hpp20 explicit OemBaseRule(std::string_view thisRule) : rule(thisRule) {} in OemBaseRule()
/openbmc/bmcweb/http/routing/
H A Dbaserule.hpp27 explicit BaseRule(std::string_view thisRule) : rule(thisRule) {} in BaseRule()