Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/
H A Dmodule_test_dump_util.cpp89 std::smatch baseMatch; in MatchRegex() local
91 if (std::regex_match(str, baseMatch, regex)) { in MatchRegex()
92 if (baseMatch.size() == size) { in MatchRegex()
93 result = baseMatch[1].str(); in MatchRegex()
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dsys_event_test.cpp114 std::smatch baseMatch; variable
116 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue);
139 std::smatch baseMatch; variable
141 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue);