Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dfeature_analysis.cpp366 auto regexIter = stackRegex_.find(key); in ComposeParam()
367 if (regexIter != stackRegex_.end()) { in ComposeParam()
428 stackRegex_.emplace(pair(key, StringUtil::EraseString(regex, L3_VARIABLE_TRACE_BLOCK))); in SetStackRegex()
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
H A Dfeature_analysis.h102 std::map<std::string, std::string> stackRegex_; variable