Home
last modified time | relevance | path

Searched refs:stackRe (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dasan_collector.cpp205 static const std::regex stackRe(stackRecord); in GetTopStackWithoutCommonLib() local
207 while (std::regex_search(record, stackCaptured, stackRe)) { in GetTopStackWithoutCommonLib()