Lines Matching refs:Dict
28 Dict,
52 ifcond: Optional[Union[str, Dict[str, object]]] = None,
144 seen: Dict[str, QAPISchemaMember] = {}
433 seen: Dict[str, QAPISchemaMember] = {}
593 seen: Dict[str, QAPISchemaMember],
670 seen: Dict[str, QAPISchemaMember] = {}
671 types_seen: Dict[str, str] = {}
735 self, schema: QAPISchema, seen: Dict[str, QAPISchemaMember]
750 self, schema: QAPISchema, seen: Dict[str, QAPISchemaMember]
818 seen: Dict[str, QAPISchemaMember],
838 self, schema: QAPISchema, seen: Dict[str, QAPISchemaMember]
868 seen: Dict[str, QAPISchemaMember],
965 seen: Dict[str, QAPISchemaMember] = {}
1139 self._entity_dict: Dict[str, QAPISchemaDefinition] = {}
1140 self._module_dict: Dict[str, QAPISchemaModule] = OrderedDict()
1256 features: Optional[List[Dict[str, Any]]],
1268 ifcond: Optional[Union[str, Dict[str, Any]]],
1269 features: Optional[List[Dict[str, Any]]],
1277 self, values: List[Dict[str, Any]], info: Optional[QAPISourceInfo]
1331 features: Optional[List[Dict[str, Any]]],
1346 data: Dict[str, Any],