Searched refs:max_count (Results 1 – 3 of 3) sorted by relevance
325 const int max_count, in ParseVersionNumber() argument331 for (int i = 0; i < max_count; ++i) { in ParseVersionNumber()338 if (version_index >= max_count - 1) { in ParseVersionNumber()341 ver_name.c_str(), max_count - 1); in ParseVersionNumber()
119 const std::string& ver_string, const int max_count,
10212 const size_t max_count = (repeat == '?') ? 1 : in MatchRepetitionAndRegexAtHead() local10217 for (size_t i = 0; i <= max_count; ++i) { in MatchRepetitionAndRegexAtHead()