Home
last modified time | relevance | path

Searched refs:depend (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp253 (rule.depend.find(leftTag) != string::npos && rule.depend.find(rightTag) != string::npos)) { in CheckVariable()
268 ReplaceVariable(rule.depend, symbol, value, rule.depend); in ReplaceVariable()
297 if (rule.depend.empty()) { in CheckDepend()
307 if (one.first.find(rule.depend) != string::npos) { in CheckDepend()
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Dsyntax_rules.h53 std::string depend; member
/base/update/updater/test/unittest/test_data/diffpatch/
Dpatchtest.new34 # When other targets depend on your template invocation, this will be the
/base/hiviewdfx/hiview/utility/smart_parser/rule/
Dextract_rule.cpp226 command.depend = object[i][L3_DEPEND].asString(); in ParseRuleParam()