Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp152 bool isOrExp = (cmdSrc.find(L3_OR_DESCRIPTOR) == string::npos) ? false : true; in IsSourceMatch() local
154 if (!isOrExp && !isAndExp) { in IsSourceMatch()
156 } else if (isOrExp) { in IsSourceMatch()