Searched defs:valid_strings (Results 1 – 3 of 3) sorted by relevance
21 let valid_strings = &["123", "666.", ".1", "5e1", "7e-3", "0.0e+1"]; in invalid_chars() localVariable
152 const std::unordered_set<std::string> &valid_strings) { in ValidateStringValue()201 const std::vector<std::string> &valid_strings) { in ValidateMapValue()
393 def check_valid_str(value, valid_strings, arg_name=""): argument