Home | History | Annotate | Download | only in json_schema_compiler

Lines Matching refs:property_type

113     elif type_.property_type == PropertyType.ARRAY:
115 elif type_.property_type in (PropertyType.CHOICES,
122 if type_.property_type == PropertyType.OBJECT:
139 elif type_.property_type == PropertyType.ENUM:
152 if real_t.property_type == PropertyType.ENUM:
158 elif t.property_type == PropertyType.INTEGER:
160 elif t.property_type == PropertyType.DOUBLE:
162 elif t.property_type == PropertyType.BOOLEAN:
164 elif (t.property_type == PropertyType.ANY or
165 t.property_type == PropertyType.ARRAY or
166 t.property_type == PropertyType.BINARY or # mapped to std::string
167 t.property_type == PropertyType.CHOICES or
168 t.property_type == PropertyType.OBJECT or
169 t.property_type == PropertyType.FUNCTION or
170 t.property_type == PropertyType.REF or
171 t.property_type == PropertyType.STRING):
201 if type_.property_type == PropertyType.CHOICES:
219 elif type_.property_type == PropertyType.OBJECT:
249 if type_.additional_properties.property_type == PropertyType.ANY:
272 if real_type.property_type is PropertyType.CHOICES:
293 if underlying_type.property_type == PropertyType.ENUM:
339 if type_.property_type == PropertyType.OBJECT:
341 elif type_.property_type == PropertyType.CHOICES:
363 if underlying_type.property_type == PropertyType.ENUM:
372 is_ptr = prop.optional or prop.type_.property_type == PropertyType.ANY
384 if type_.additional_properties.property_type == PropertyType.ANY:
491 if underlying_type.property_type == PropertyType.ARRAY:
499 if item_type.property_type == PropertyType.ENUM:
503 if type_.item_type.property_type == PropertyType.REF:
536 if (underlying_type.property_type == PropertyType.CHOICES or
537 underlying_type.property_type == PropertyType.OBJECT):
542 elif (underlying_type.property_type == PropertyType.ANY or
543 underlying_type.property_type == PropertyType.FUNCTION):
549 elif underlying_type.property_type == PropertyType.ENUM:
551 if type_.property_type == PropertyType.REF:
554 elif underlying_type.property_type == PropertyType.BINARY:
561 elif underlying_type.property_type == PropertyType.ARRAY:
565 elif underlying_type.property_type.is_fundamental:
568 if underlying_type.property_type == PropertyType.STRING:
684 if underlying_type.property_type.is_fundamental:
714 elif underlying_type.property_type == PropertyType.OBJECT:
751 elif underlying_type.property_type == PropertyType.FUNCTION:
754 elif underlying_type.property_type == PropertyType.ANY:
756 elif underlying_type.property_type == PropertyType.ARRAY:
771 if item_type.property_type == PropertyType.ENUM:
791 elif underlying_type.property_type == PropertyType.CHOICES:
803 elif underlying_type.property_type == PropertyType.ENUM:
808 elif underlying_type.property_type == PropertyType.BINARY:
883 if type_.property_type != PropertyType.ENUM:
1040 if (underlying_type.property_type == PropertyType.ENUM and