Searched refs:stackRe (Results 1 – 1 of 1) sorted by relevance
205 static const std::regex stackRe(stackRecord); in GetTopStackWithoutCommonLib() local207 while (std::regex_search(record, stackCaptured, stackRe)) { in GetTopStackWithoutCommonLib()