Searched refs:str_i (Results 1 – 4 of 4) sorted by relevance
251 for (int str_i = 0; str_i != str.size() && matching; str_i++) { in MatchWithAnyWhitespace() local252 if (isspace(str[str_i])) { in MatchWithAnyWhitespace()258 matching = (pat_i != pat.size() && str[str_i] == pat[pat_i++]); in MatchWithAnyWhitespace()
188 for (int str_i = 0; str_i != str.size() && matching; str_i++) { in MatchWithAnyWhitespace() local189 if (isspace(str[str_i])) { in MatchWithAnyWhitespace()195 matching = (pat_i != pat.size() && str[str_i] == pat[pat_i++]); in MatchWithAnyWhitespace()
587 std::map<std::string, std::string>::const_iterator str_i = in GetMemberValueAsString() local589 if (str_i == the_event->arg_strings.end()) in GetMemberValueAsString()591 *str = str_i->second; in GetMemberValueAsString()
478 def str_i(i): function482 return ", ".join(map(str_i, range(0, len(self.exprs))))