Searched defs:thisRule (Results 1 – 2 of 2) sorted by relevance
20 explicit OemBaseRule(std::string_view thisRule) : rule(thisRule) {} in OemBaseRule()
27 explicit BaseRule(std::string_view thisRule) : rule(thisRule) {} in BaseRule()