Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dfeature_analysis.cpp200 … if (reg.find(L3_VARIABLE_TRACE_BLOCK) != string::npos || regex_search(src, result, regex(reg))) { in ParseElementForParam()
427 if (regex.find(L3_VARIABLE_TRACE_BLOCK) != string::npos) { in SetStackRegex()
428 stackRegex_.emplace(pair(key, StringUtil::EraseString(regex, L3_VARIABLE_TRACE_BLOCK))); in SetStackRegex()
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
H A Dsyntax_rules.h43 const std::string L3_VARIABLE_TRACE_BLOCK = "@T@"; variable