Home
last modified time | relevance | path

Searched refs:regexIter (Results 1 – 1 of 1) 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() local
367 if (regexIter != stackRegex_.end()) { in ComposeParam()
368 … auto value = ComposeTrace(featureSet_.fullPath, key, lineFeatures, regexIter->second); in ComposeParam()