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.py139 if member.type.doc_type():
141 term.append(nodes.literal('', member.type.doc_type()))
172 and not section.member.type.doc_type()):
184 nodes.literal('', base.doc_type())],
197 nodes.literal('', v.type.doc_type())]
/openbmc/qemu/scripts/qapi/
H A Dschema.py257 def doc_type(self): member in QAPISchemaType
305 def doc_type(self): member in QAPISchemaBuiltinType
395 def doc_type(self): member in QAPISchemaArrayType
396 elt_doc_type = self.element_type.doc_type()