Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Dsyntax_rules.h47 const std::string L3_REGULAR_DESCRIPTOR = "@R@"; variable
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp146 if (L3_REGULAR_DESCRIPTOR == cmdSrc.substr(0, L3_REGULAR_DESCRIPTOR.length())) { in IsSourceMatch()
147 cmdSrc = cmdSrc.substr(L3_REGULAR_DESCRIPTOR.length()); in IsSourceMatch()