Searched refs:isMatch (Results 1 – 7 of 7) sorted by relevance
62 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue); variable63 ASSERT_TRUE(isMatch);87 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue); variable88 ASSERT_TRUE(isMatch);
61 bool isMatch = false; in IsDurationRelated() local66 isMatch = true; in IsDurationRelated()72 return isMatch; in IsDurationRelated()77 bool isMatch = false; in IsStateRelated() local97 isMatch = true; in IsStateRelated()103 return isMatch; in IsStateRelated()
63 bool isMatch = false; in InitConfig() local67 isMatch = true; in InitConfig()73 if (!isMatch) { in InitConfig()
285 bool isMatch = IsTokenAplMatch(ATokenAplEnum::APL_SYSTEM_CORE); in IsSystemCore() local286 if (!isMatch) { in IsSystemCore()289 return isMatch; in IsSystemCore()294 bool isMatch = IsTokenAplMatch(ATokenAplEnum::APL_SYSTEM_BASIC); in IsSystemBasic() local295 if (!isMatch) { in IsSystemBasic()298 return isMatch; in IsSystemBasic()
50 using isMatch = typename std::enable_if_t<b, T>;
440 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort() local441 if (isMatch) { in FindAndSort()
450 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort() local451 if (isMatch) { in FindAndSort()