Home
last modified time | relevance | path

Searched refs:doc_type (Results 1 – 3 of 3) sorted by relevance

/qemu/docs/sphinx/
H A Dqapidoc_legacy.py127 if member.type.doc_type():
129 term.append(nodes.literal('', member.type.doc_type()))
166 nodes.literal('', base.doc_type())],
175 nodes.literal('', v.type.doc_type())]
H A Dqapidoc.py200 ret = f"[{qapi_type.element_type.doc_type()}]"
203 tmp = qapi_type.doc_type()
/qemu/scripts/qapi/
H A Dschema.py358 def doc_type(self) -> Optional[str]: member in QAPISchemaType
404 def doc_type(self) -> str: member in QAPISchemaBuiltinType
502 def doc_type(self) -> Optional[str]: member in QAPISchemaArrayType
503 elt_doc_type = self.element_type.doc_type()