Home
last modified time | relevance | path

Searched refs:match (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h162 std::smatch match; in GetErrorFileInfo() local
163 if (std::regex_search(input, match, pattern)) { in GetErrorFileInfo()
164 return match[1].str(); in GetErrorFileInfo()

Completed in 1 milliseconds