Searched refs:IsAlphaNumOrUnderscore (Results 1 – 1 of 1) sorted by relevance
31 static bool IsAlphaNumOrUnderscore(char c) { in IsAlphaNumOrUnderscore() function38 std::all_of(in.begin(), in.end(), IsAlphaNumOrUnderscore); in IsJobName()47 if (!std::all_of(in->begin(), end_it, IsAlphaNumOrUnderscore)) { in ConsumePrefix()