Searched refs:ruleDepth (Results 1 – 1 of 1) sorted by relevance
113 if (ruleDepth > 0) in decrementRuleDepth()115 --ruleDepth; in decrementRuleDepth()183 return ruleDepth; in getRuleDepth()219 if (ruleDepth >= maxRuleDepth) in incrementRuleDepth()224 ++ruleDepth; in incrementRuleDepth()271 size_t ruleDepth{0}; member in phosphor::power::regulators::ActionEnvironment