Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/routing/
H A Dtaggedrule.hpp26 explicit TaggedRule(const std::string& ruleIn) : BaseRule(ruleIn) {} in TaggedRule() argument
H A Dsserule.cpp25 SseSocketRule::SseSocketRule(const std::string& ruleIn) : BaseRule(ruleIn) in SseSocketRule() argument
H A Ddynamicrule.hpp71 explicit DynamicRule(const std::string& ruleIn) : BaseRule(ruleIn) {} in DynamicRule() argument
H A Dwebsocketrule.hpp28 explicit WebSocketRule(const std::string& ruleIn) : BaseRule(ruleIn) in WebSocketRule() argument
H A Dsserule.hpp26 explicit SseSocketRule(const std::string& ruleIn);