Searched refs:regexIter (Results 1 – 1 of 1) sorted by relevance
366 auto regexIter = stackRegex_.find(key); in ComposeParam() local367 if (regexIter != stackRegex_.end()) { in ComposeParam()368 … auto value = ComposeTrace(featureSet_.fullPath, key, lineFeatures, regexIter->second); in ComposeParam()