Searched defs:tok (Results 1 - 1 of 1) sorted by relevance

/art/cmdline/
H A Dtoken_range.h117 std::string tok; local
124 if (!tok.empty()) {
125 new_token_list.push_back(tok);
126 tok = "";
131 tok += c;
136 if (!tok.empty()) {
137 new_token_list.push_back(tok);
231 return RemoveIf([&](const std::string& tok) { return tok == token; });
290 const std::string& tok
[all...]

Completed in 43 milliseconds