Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_utils.cpp55 std::smatch str_match; // Resultant match in ParseFormats() local
56 while (std::regex_search(tmp_line, str_match, exp_base)) { //clang_sa_ignore[core.CallAndMessage] in ParseFormats()
57 string matched_sub_str = str_match.str(); in ParseFormats()
87 tmp_line = str_match.suffix(); in ParseFormats()