Home
last modified time | relevance | path

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

/external/chromium/chrome/common/
Djson_schema_validator.cc381 ListValue* tuple_type = NULL; in ValidateTuple() local
382 schema->GetList("items", &tuple_type); in ValidateTuple()
383 size_t tuple_size = tuple_type ? tuple_type->GetSize() : 0; in ValidateTuple()
384 if (tuple_type) { in ValidateTuple()
389 CHECK(tuple_type->GetDictionary(i, &item_schema)); in ValidateTuple()