Home
last modified time | relevance | path

Searched refs:matchCount (Results 1 - 2 of 2) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp142 size_t matchCount = 0; in parseArgs() local
168 paramIndex = matchCount++; in parseArgs()
265 bool MatchPlaceholderIndex(std::string placeholderIndex, size_t &paramIndex, size_t &matchCount) in MatchPlaceholderIndex() argument
278 paramIndex = matchCount++; in MatchPlaceholderIndex()
302 size_t matchCount = 0; in ReplacePlaceholderWithParams() local
321 if (!MatchPlaceholderIndex(placeholderIndex, paramIndex, matchCount)) { in ReplacePlaceholderWithParams()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp115 static void CheckSumarryParseResult(std::string& info, int& matchCount) in CheckSumarryParseResult() argument
120 matchCount--; in CheckSumarryParseResult()
125 matchCount--; in CheckSumarryParseResult()
129 matchCount--; in CheckSumarryParseResult()
133 matchCount--; in CheckSumarryParseResult()
148 int matchCount = 0; in CheckKeyWordsInFile() local
151 matchCount++; in CheckKeyWordsInFile()
157 CheckSumarryParseResult(info, matchCount); in CheckKeyWordsInFile()
160 return matchCount; in CheckKeyWordsInFile()

Completed in 4 milliseconds