Lines Matching full:validate
17 Normalize and validate (context-free) QAPI schema expression structures.
227 :param expr: The expression to validate.
253 Validate the ``if`` member of an object.
257 :param expr: The expression containing the ``if`` member to validate.
361 Normalize and validate an optional implicit struct type.
413 Normalize and validate the ``features`` member.
422 :param features: The features member value to validate.
446 Normalize and validate this expression as an ``enum`` definition.
448 :param expr: The expression to validate.
485 Normalize and validate this expression as a ``struct`` definition.
487 :param expr: The expression to validate.
501 Normalize and validate this expression as a ``union`` definition.
503 :param expr: The expression to validate.
529 Normalize and validate this expression as an ``alternate`` definition.
531 :param expr: The expression to validate.
555 Normalize and validate this expression as a ``command`` definition.
557 :param expr: The expression to validate.
577 Normalize and validate this expression as an ``event`` definition.
579 :param expr: The expression to validate.
597 Validate and normalize a list of parsed QAPI schema expressions.
602 :param exprs: The list of expressions to normalize and validate.