Home
last modified time | relevance | path

Searched refs:isAndExp (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dfeature_analysis.cpp148 bool isAndExp = (cmdSrc.find(L3_AND_DESCRIPTOR) == string::npos) ? false : true; in IsSourceMatch() local
149 if (!isOrExp && !isAndExp) { in IsSourceMatch()
153 } else if (isAndExp) { in IsSourceMatch()

Completed in 1 milliseconds