Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dasan_collector.cpp50 const char XDIGIT_REGEX[] = "0[xX][0-9a-fA-F]+"; variable
91 " #(\\d+) " + std::string(XDIGIT_REGEX) + // Matches "0x7215208f97" in ProcessStackTrace()
93 "([^\\+ )]+\\+" + std::string(XDIGIT_REGEX) + ")"; // Matches until delimiter reached in ProcessStackTrace()
202 " #[\\d+] " + std::string(XDIGIT_REGEX) + in GetTopStackWithoutCommonLib()
204 "[^\\+ ]+/(\\w+)(.z)?.so\\+" + std::string(XDIGIT_REGEX); in GetTopStackWithoutCommonLib()