Searched defs:valid_strings (Results 1 – 2 of 2) sorted by relevance
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