Home
last modified time | relevance | path

Searched refs:item_path (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/common/
Djson_schema_validator.cc366 std::string item_path = path.empty() ? i_str : (path + "." + i_str); in ValidateArray() local
367 Validate(item, single_type, item_path); in ValidateArray()
387 std::string item_path = path.empty() ? i_str : (path + "." + i_str); in ValidateTuple() local
393 Validate(item_value, item_schema, item_path); in ValidateTuple()
398 errors_.push_back(Error(item_path, kArrayItemRequired)); in ValidateTuple()
415 std::string item_path = path.empty() ? i_str : (path + "." + i_str); in ValidateTuple() local
418 Validate(item_value, additional_properties_schema, item_path); in ValidateTuple()