Searched refs:kAllowedChars (Results 1 – 1 of 1) sorted by relevance
97 static const char kAllowedChars[] = in IsVarSane() local103 sizeof(kAllowedChars) == 26 + 26 + 10 + 1 + 1, some_mess_with_chars); in IsVarSane()106 DCHECK(std::find(kAllowedChars, kAllowedChars + arraysize(kAllowedChars), in IsVarSane()107 kItemSeparator) == kAllowedChars + arraysize(kAllowedChars)); in IsVarSane()108 DCHECK(std::find(kAllowedChars, kAllowedChars + arraysize(kAllowedChars), in IsVarSane()109 kVarValueSeparator) == kAllowedChars + arraysize(kAllowedChars)); in IsVarSane()113 var.find_first_not_of(kAllowedChars) == std::string::npos && in IsVarSane()