HomeSort by relevance Sort by last modified time
    Searched full:tuple_type (Results 1 - 1 of 1) sorted by null

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

Completed in 40 milliseconds