HomeSort by relevance Sort by last modified time
    Searched refs:array_prop (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/json_schema_compiler/
util_cc_helper.py 15 def PopulateArrayFromDictionary(self, array_prop, src, name, dst):
21 prop = array_prop.item_type
30 if array_prop.optional:
model_test.py 70 array_prop = self.windows.types['Window'].properties['tabs']
72 array_prop.type_.property_type)
74 array_prop.type_.item_type.property_type)
75 self.assertEquals('tabs.Tab', array_prop.type_.item_type.ref_type)

Completed in 2448 milliseconds