Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/rule/
Dextract_rule.cpp126 string firstMatch = StringUtil::GetRightSubstr(featureId, "_"); in IsMatchId() local
127 if (StringUtil::GetRleftSubstr(firstMatch, "_") == eventType) { in IsMatchId()