Searched defs:gen_features (Results 1 – 3 of 3) sorted by relevance
11 gen_features = executable('gen-features', 'gen-features.c', native: true, variable
43 def gen_features(schema: QAPISchema, function
44 def gen_features(features: Sequence[QAPISchemaFeature]) -> str: function