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

  /external/chromium_org/components/json_schema/
json_schema_validator.cc 703 const base::ListValue* tuple_type = NULL; local
704 schema->GetList(schema::kItems, &tuple_type);
705 size_t tuple_size = tuple_type ? tuple_type->GetSize() : 0;
706 if (tuple_type) {
711 CHECK(tuple_type->GetDictionary(i, &item_schema));
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 185 milliseconds