Searched refs:L3_VARIABLE_TRACE_BLOCK (Results 1 – 2 of 2) sorted by relevance
200 … if (reg.find(L3_VARIABLE_TRACE_BLOCK) != string::npos || regex_search(src, result, regex(reg))) { in ParseElementForParam()427 if (regex.find(L3_VARIABLE_TRACE_BLOCK) != string::npos) { in SetStackRegex()428 stackRegex_.emplace(pair(key, StringUtil::EraseString(regex, L3_VARIABLE_TRACE_BLOCK))); in SetStackRegex()
43 const std::string L3_VARIABLE_TRACE_BLOCK = "@T@"; variable