Home
last modified time | relevance | path

Searched refs:L3_OR_DESCRIPTOR (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Dsyntax_rules.h45 const std::string L3_OR_DESCRIPTOR = "@|@"; variable
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp152 bool isOrExp = (cmdSrc.find(L3_OR_DESCRIPTOR) == string::npos) ? false : true; in IsSourceMatch()
167 StringUtil::SplitStr(src, L3_OR_DESCRIPTOR, srcSplit, false, false); in IsMatchOrExpression()