Home
last modified time | relevance | path

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

/art/cmdline/
Dtoken_range.h115 TokenList new_token_list; in Split() local
125 new_token_list.push_back(tok); in Split()
128 new_token_list.push_back(std::string() + sep); in Split()
137 new_token_list.push_back(tok); in Split()
140 return TokenRange(std::move(new_token_list)); in Split()
208 TokenList new_token_list(begin(), end()); in RemoveCharacter()
211 for (auto&& token : new_token_list) { in RemoveCharacter()
226 return TokenRange(std::move(new_token_list)); in RemoveCharacter()
271 TokenList new_token_list; in MatchSubstrings() local
283 new_token_list.push_back(std::move(wildcard_substr)); in MatchSubstrings()
[all …]