Searched refs:SchemaErrorFound (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/components/policy/core/common/ |
D | schema.cc | 121 void SchemaErrorFound(std::string* error_path, in SchemaErrorFound() function 827 SchemaErrorFound(error_path, error, "The schema is invalid."); in Validate() 838 SchemaErrorFound( in Validate() 854 SchemaErrorFound(error_path, error, "Unknown property: " + it.key()); in Validate() 881 SchemaErrorFound( in Validate() 900 SchemaErrorFound(error_path, error, "Invalid value for integer"); in Validate() 906 SchemaErrorFound(error_path, error, "Invalid value for string"); in Validate() 920 SchemaErrorFound(error_path, error, "The schema is invalid."); in Normalize() 931 SchemaErrorFound( in Normalize() 946 SchemaErrorFound(error_path, error, "Unknown property: " + it.key()); in Normalize() [all …]
|