Searched refs:stackRegex_ (Results 1 – 2 of 2) sorted by relevance
371 auto regexIter = stackRegex_.find(key); in ComposeParam()372 if (regexIter != stackRegex_.end()) { in ComposeParam()433 stackRegex_.emplace(pair(key, StringUtil::EraseString(regex, L3_VARIABLE_TRACE_BLOCK))); in SetStackRegex()
93 std::map<std::string, std::string> stackRegex_; variable