Searched refs:XDIGIT_REGEX (Results 1 – 1 of 1) sorted by relevance
50 const char XDIGIT_REGEX[] = "0[xX][0-9a-fA-F]+"; variable91 " #(\\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()