Searched defs:item_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc688 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
689 Validate(item, single_type, item_path);
709 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
715 Validate(item_value, item_schema, item_path);
720 errors_.push_back(Error(item_path, kArrayItemRequired));
737 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
740 Validate(item_value, additional_properties_schema, item_path);

Completed in 450 milliseconds