Searched refs:next_token_idx (Results 1 – 1 of 1) sorted by relevance
300 size_t next_token_idx = string.find(tok); in MatchSubstrings() local301 if (next_token_idx == std::string::npos) { in MatchSubstrings()304 } else if (next_token_idx != string_idx && wildcard_idx == std::string::npos) { in MatchSubstrings()310 new_token_list.push_back(string.substr(next_token_idx, tok.size())); in MatchSubstrings()