Home
last modified time | relevance | path

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

/art/cmdline/
Dtoken_range.h300 size_t next_token_idx = string.find(tok); in MatchSubstrings() local
301 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()