Searched refs:token (Results 1 – 4 of 4) sorted by relevance
211 for (auto&& token : new_token_list) { in RemoveCharacter()212 auto it = std::remove_if(token.begin(), token.end(), [&](char ch) { in RemoveCharacter()219 token.erase(it, token.end()); in RemoveCharacter()230 TokenRange RemoveToken(const std::string& token) { in RemoveToken()231 return RemoveIf([&](const std::string& tok) { return tok == token; }); in RemoveToken()236 return RemoveIf([](const std::string& token) { return token.empty(); }); in DiscardEmpty()396 auto&& token = *it; in RemoveIf()398 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.
144 static void ZygoteHooks_nativePostForkChild(JNIEnv* env, jclass, jlong token, jint debug_flags, in ZygoteHooks_nativePostForkChild() argument146 Thread* thread = reinterpret_cast<Thread*>(token); in ZygoteHooks_nativePostForkChild()
1698 token = matched.group(1)1699 if token == '{':1709 elif token == ';' or token == ')':