Home
last modified time | relevance | path

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

/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py143 if member.type.doc_type():
145 term.append(nodes.literal('', member.type.doc_type()))
182 nodes.literal('', base.doc_type())],
191 nodes.literal('', v.type.doc_type())]
/openbmc/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()