Searched refs:str_match (Results 1 – 2 of 2) sorted by relevance
55 std::smatch str_match; // Resultant match in ParseFormats() local56 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()
85 const string& str_match) { in tryMatchString() argument88 auto aidIt = UidMap::sAidToUidMapping.find(str_match); in tryMatchString()93 return packageNames.find(str_match) != packageNames.end(); in tryMatchString()95 return fieldValue.mValue.str_value == str_match; in tryMatchString()