Home
last modified time | relevance | path

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

/art/cmdline/
Dtoken_range.h117 TokenList new_token_list; in Split() local
127 new_token_list.push_back(tok); in Split()
130 new_token_list.push_back(std::string() + sep); in Split()
139 new_token_list.push_back(tok); in Split()
142 return TokenRange(std::move(new_token_list)); in Split()
210 TokenList new_token_list(begin(), end()); in RemoveCharacter()
213 for (auto&& token : new_token_list) { in RemoveCharacter()
228 return TokenRange(std::move(new_token_list)); in RemoveCharacter()
273 TokenList new_token_list; in MatchSubstrings() local
285 new_token_list.push_back(std::move(wildcard_substr)); in MatchSubstrings()
[all …]