Lines Matching +full:- +full:- +full:-
11 module qapi-schema-test.json
25 object q_obj_Union-base
28 base q_obj_Union-base
34 command user-def-cmd0 Empty2 -> Empty2
75 member a-b: bool optional=True
87 object q_obj_UserDefFlatUnion2-base
92 base q_obj_UserDefFlatUnion2-base
108 member value-a
109 member value-b
111 member value-a1
112 member value-a2
119 object q_obj_TestUnionTypeA-base
120 member type-a: TestUnionEnumA optional=False
122 base q_obj_TestUnionTypeA-base
123 tag type-a
124 case value-a1: TestUnionTypeA1
125 case value-a2: TestUnionTypeA2
129 object q_obj_TestUnionInUnion-base
132 base q_obj_TestUnionInUnion-base
134 case value-a: TestUnionTypeA
135 case value-b: TestUnionTypeB
176 include include/sub-module.json
177 command user-def-cmd None -> None
179 object q_obj_user-def-cmd1-arg
181 command user-def-cmd1 q_obj_user-def-cmd1-arg -> None
183 object q_obj_user-def-cmd2-arg
186 command user-def-cmd2 q_obj_user-def-cmd2-arg -> UserDefTwo
188 command cmd-success-response None -> None
190 command coroutine-cmd None -> None
192 object q_obj_guest-get-time-arg
195 command guest-get-time q_obj_guest-get-time-arg -> int
197 object q_obj_guest-sync-arg
199 command guest-sync q_obj_guest-sync-arg -> any
201 command boxed-struct UserDefZero -> None
203 command boxed-union UserDefFlatUnion -> None
205 command boxed-empty Empty1 -> None
207 command test-flags-command None -> None
223 object q_obj_EVENT_C-arg
227 event EVENT_C q_obj_EVENT_C-arg
229 object q_obj_EVENT_D-arg
234 event EVENT_D q_obj_EVENT_D-arg
242 enum __org.qemu_x-Enum
243 member __org.qemu_x-value
244 object __org.qemu_x-Base
245 member __org.qemu_x-member1: __org.qemu_x-Enum optional=False
246 object __org.qemu_x-Struct
247 base __org.qemu_x-Base
248 member __org.qemu_x-member2: str optional=False
249 member wchar-t: int optional=True
250 alternate __org.qemu_x-Alt1
252 case __org.qemu_x-branch: str
253 array __org.qemu_x-UnionList __org.qemu_x-Union
254 object __org.qemu_x-Struct2
255 member array: __org.qemu_x-UnionList optional=False
256 object __org.qemu_x-Union
257 base __org.qemu_x-Base
258 tag __org.qemu_x-member1
259 case __org.qemu_x-value: __org.qemu_x-Struct2
260 alternate __org.qemu_x-Alt
262 case __org.qemu_x-branch: __org.qemu_x-Base
263 event __ORG.QEMU_X-EVENT __org.qemu_x-Struct
265 array __org.qemu_x-EnumList __org.qemu_x-Enum
266 array __org.qemu_x-StructList __org.qemu_x-Struct
267 object q_obj___org.qemu_x-command-arg
268 member a: __org.qemu_x-EnumList optional=False
269 member b: __org.qemu_x-StructList optional=False
270 member c: __org.qemu_x-Union optional=False
271 member d: __org.qemu_x-Alt optional=False
272 command __org.qemu_x-command q_obj___org.qemu_x-command-arg -> None
286 object q_obj_TestIfUnion-base
290 base q_obj_TestIfUnion-base
296 object q_obj_test-if-union-cmd-arg
297 member union-cmd-arg: TestIfUnion optional=False
299 command test-if-union-cmd q_obj_test-if-union-cmd-arg -> None
308 object q_obj_test-if-alternate-cmd-arg
309 member alt-cmd-arg: TestIfAlternate optional=False
311 command test-if-alternate-cmd q_obj_test-if-alternate-cmd-arg -> None
314 command test-if-cmd TestIfStruct -> UserDefThree
317 command test-cmd-return-def-three None -> UserDefThree
340 member namespace-test: int optional=False
341 feature namespace-test
369 object q_obj_FeatureUnion1-base
372 base q_obj_FeatureUnion1-base
382 object q_obj_test-features0-arg
392 command test-features0 q_obj_test-features0-arg -> FeatureStruct1
394 command test-command-features1 None -> None
397 command test-command-features3 None -> None
402 command test-command-cond-features1 None -> None
406 command test-command-cond-features2 None -> None
412 command test-command-cond-features3 None -> None
424 module include/sub-module.json
425 include sub-sub-module.json
428 module sub-sub-module.json