Searched refs:token (Results 1 – 5 of 5) sorted by relevance
213 for (auto&& token : new_token_list) { in RemoveCharacter()214 auto it = std::remove_if(token.begin(), token.end(), [&](char ch) { in RemoveCharacter()221 token.erase(it, token.end()); in RemoveCharacter()232 TokenRange RemoveToken(const std::string& token) { in RemoveToken()233 return RemoveIf([&](const std::string& tok) { return tok == token; }); in RemoveToken()238 return RemoveIf([](const std::string& token) { return token.empty(); }); in DiscardEmpty()398 auto&& token = *it; in RemoveIf()400 if (predicate(token)) { in RemoveIf()
82 _wildcard_ must be used to denote the location within the token that the type will be parsed out of.
120 token = tokens[i]122 method = self.definition(int(token)).replace(";", ":")
296 jlong token, in ZygoteHooks_nativePostForkChild() argument308 Thread* thread = reinterpret_cast<Thread*>(token); in ZygoteHooks_nativePostForkChild()
1580 Ldalvik/system/ZygoteHooks;->token:J11746 Lsun/util/locale/StringTokenIterator;->token:Ljava/lang/String;