Searched refs:new_token_list (Results 1 – 1 of 1) sorted by relevance
115 TokenList new_token_list; in Split() local125 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() local283 new_token_list.push_back(std::move(wildcard_substr)); in MatchSubstrings()[all …]