Lines Matching full:schema
17 Normalize and validate (context-free) QAPI schema expression structures.
19 `QAPISchemaParser` parses a QAPI schema into abstract syntax trees
24 The QAPI schema expression language allows for certain syntactic sugar;
30 See `schema.QAPISchema` for processing into native Python data
80 :param info: QAPI schema source file information.
103 :param info: QAPI schema source file information.
125 :param info: QAPI schema source file information.
147 :param info: QAPI schema source file information.
168 :param info: QAPI schema source file information.
195 :param info: QAPI schema source file information.
258 :param info: QAPI schema source file information.
367 :param info: QAPI schema source file information.
423 :param info: QAPI schema source file information.
597 Validate and normalize a list of parsed QAPI schema expressions.