Lines Matching refs:str

52         ifcond: Optional[Union[str, Dict[str, object]]] = None,  argument
56 def _cgen(self) -> str:
59 def gen_if(self) -> str:
62 def gen_endif(self) -> str:
65 def docgen(self) -> str:
89 def __repr__(self) -> str:
116 meta: str
120 name: str, argument
134 def __repr__(self) -> str:
138 def c_name(self) -> str:
144 seen: Dict[str, QAPISchemaMember] = {}
163 def describe(self) -> str:
174 def visit_module(self, name: str) -> None: argument
182 def visit_include(self, name: str, info: Optional[QAPISourceInfo]) -> None: argument
186 self, name: str, info: Optional[QAPISourceInfo], json_type: str argument
192 name: str, argument
197 prefix: Optional[str], argument
203 name: str, argument
212 name: str, argument
224 name: str, argument
235 name: str, argument
245 name: str, argument
262 name: str, argument
276 def __init__(self, name: str): argument
281 def is_system_module(name: str) -> bool: argument
290 def is_user_module(cls, name: str) -> bool: argument
299 def is_builtin_module(cls, name: str) -> bool: argument
331 def c_type(self) -> str:
335 def c_param_type(self) -> str:
339 def c_unboxed_type(self) -> str:
343 def json_type(self) -> str:
346 def alternate_qtype(self) -> Optional[str]:
358 def doc_type(self) -> Optional[str]:
376 def describe(self) -> str:
383 def __init__(self, name: str, json_type: str, c_type: str): argument
390 def c_name(self) -> str:
393 def c_type(self) -> str:
396 def c_param_type(self) -> str:
401 def json_type(self) -> str:
404 def doc_type(self) -> str:
417 name: str, argument
423 prefix: Optional[str], argument
433 seen: Dict[str, QAPISchemaMember] = {}
447 def c_type(self) -> str:
450 def member_names(self) -> List[str]:
453 def json_type(self) -> str:
467 self, name: str, info: Optional[QAPISourceInfo], element_type: str argument
496 def c_type(self) -> str:
499 def json_type(self) -> str:
502 def doc_type(self) -> Optional[str]:
513 def describe(self) -> str:
520 name: str, argument
525 base: Optional[str], argument
593 seen: Dict[str, QAPISchemaMember], argument
620 def c_name(self) -> str:
624 def c_type(self) -> str:
628 def c_unboxed_type(self) -> str:
631 def json_type(self) -> str:
649 name: str, argument
670 seen: Dict[str, QAPISchemaMember] = {}
671 types_seen: Dict[str, str] = {}
706 def c_type(self) -> str:
709 def json_type(self) -> str:
729 def set_defined_in(self, name: str) -> None: argument
735 self, schema: QAPISchema, seen: Dict[str, QAPISchemaMember] argument
745 tag_name: str): argument
750 self, schema: QAPISchema, seen: Dict[str, QAPISchemaMember] argument
818 seen: Dict[str, QAPISchemaMember], argument
838 self, schema: QAPISchema, seen: Dict[str, QAPISchemaMember] argument
852 name: str, argument
859 self.defined_in: Optional[str] = None
861 def set_defined_in(self, name: str) -> None: argument
868 seen: Dict[str, QAPISchemaMember], argument
882 def describe(self, info: Optional[QAPISourceInfo]) -> str:
916 name: str, argument
943 name: str, argument
945 typ: str, argument
965 seen: Dict[str, QAPISchemaMember] = {}
981 name: str, argument
983 typ: str, argument
994 name: str, argument
999 arg_type: Optional[str], argument
1000 ret_type: Optional[str], argument
1076 name: str, argument
1081 arg_type: Optional[str], argument
1126 def __init__(self, fname: str): argument
1139 self._entity_dict: Dict[str, QAPISchemaDefinition] = {}
1140 self._module_dict: Dict[str, QAPISchemaModule] = OrderedDict()
1170 def lookup_entity(self, name: str) -> Optional[QAPISchemaEntity]: argument
1173 def lookup_type(self, name: str) -> Optional[QAPISchemaType]: argument
1181 name: str, argument
1183 what: Union[None, str, Callable[[QAPISourceInfo], str]], argument
1194 def _module_name(self, fname: str) -> str: argument
1199 def _make_module(self, fname: str) -> QAPISchemaModule: argument
1205 def module_by_fname(self, fname: str) -> QAPISchemaModule: argument
1216 self, name: str, json_type: str, c_type: str argument
1256 features: Optional[List[Dict[str, Any]]], argument
1267 name: str, argument
1268 ifcond: Optional[Union[str, Dict[str, Any]]], argument
1269 features: Optional[List[Dict[str, Any]]], argument
1277 self, values: List[Dict[str, Any]], info: Optional[QAPISourceInfo] argument
1284 self, element_type: str, info: Optional[QAPISourceInfo] argument
1285 ) -> str:
1294 name: str, argument
1297 role: str, argument
1299 ) -> Optional[str]:
1328 name: str, argument
1329 typ: Union[List[str], str], argument
1331 features: Optional[List[Dict[str, Any]]], argument
1346 data: Dict[str, Any], argument
1368 case: str, argument
1369 typ: str, argument