Searched refs:matched_sub_str (Results 1 – 1 of 1) sorted by relevance
57 string matched_sub_str = str_match.str(); in ParseFormats() local61 if (std::regex_match(matched_sub_str, exp_modifier)) { //clang_sa_ignore[core.CallAndMessage] in ParseFormats()66 final_format_str = matched_sub_str.substr(0, matched_sub_str.find("/")); in ParseFormats()69 string vendor_sub_str = matched_sub_str.substr(matched_sub_str.find("/") + 1); in ParseFormats()80 final_format_str = matched_sub_str.c_str(); in ParseFormats()