Searched refs:stackRegex_ (Results 1 – 2 of 2) sorted by relevance
366 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()
102 std::map<std::string, std::string> stackRegex_; variable