Home
last modified time | relevance | path

Searched refs:union (Results 26 – 50 of 357) sorted by relevance

12345678910>>...15

/openbmc/qemu/tests/qapi-schema/
H A Dunion-invalid-branch-key.err1 union-invalid-branch-key.json: In union 'TestUnion':
2 union-invalid-branch-key.json:13: branch 'value_wrong' is not a value of enum type 'TestEnum'
H A Dunion-clash-member.err1 union-clash-member.json: In union 'TestUnion':
2 union-clash-member.json:11: member 'name' of type 'Branch1' collides with member 'name' of type 'Ba…
H A Dunion-string-discriminator.err1 union-string-discriminator.json: In union 'TestUnion':
2 union-string-discriminator.json:13: discriminator member 'kind' of base type 'TestBase' must be of …
H A Dunion-branch-if-invalid.err1 union-branch-if-invalid.json: In union 'Uni':
2 union-branch-if-invalid.json:4: 'if' condition '' of 'data' member 'branch1' is not a valid identif…
H A Dunion-invalid-union-subfield.json1 # Clash between common member and union variant's variant member
16 { 'union': 'TestTypeAnimals',
25 { 'union': 'TestUnion',
H A Dunion-invalid-union-subtype.json1 # Clash between common member and union variant's common member
16 { 'union': 'TestTypeA',
25 { 'union': 'TestUnion',
H A Dunion-base-union.json2 # TODO: It would be possible to allow a union as a base, as long as all
12 { 'union': 'UnionBase',
17 { 'union': 'TestUnion',
H A Dqapi-schema-test.json33 # Likewise for an empty union
34 { 'union': 'Union',
87 { 'union': 'UserDefFlatUnion',
102 { 'union': 'UserDefFlatUnion2',
132 { 'union': 'TestUnionTypeA',
142 { 'union': 'TestUnionInUnion',
232 # also test union and alternate with just one branch
263 { 'union': 'TestIfUnion',
270 { 'command': 'test-if-union-cmd',
271 'data': { 'union-cmd-arg': 'TestIfUnion' },
[all …]
H A Dunion-invalid-data.json1 # the union data type must be an object.
2 { 'union': 'TestUnion',
H A Dunion-empty.json1 # union discriminator enum cannot be empty
4 { 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }
H A Dunion-unknown.json1 # we reject a union with unknown type in branch
3 { 'union': 'Union',
H A Dunion-invalid-base.json1 # a union base type must be a struct
8 { 'union': 'TestUnion',
H A Dunion-array-branch.json1 # we require union branches to be a struct
8 { 'union': 'TestUnion',
H A Dunion-int-branch.json1 # we require union branches to be a struct
8 { 'union': 'TestUnion',
H A Dargs-union.json1 # use of union arguments requires 'boxed':true
5 { 'union': 'Uni',
H A Dunion-inline-invalid-dict.json1 # union 'data' member with dict value is (longhand) branch
7 { 'union': 'TestUnion',
H A Dreserved-member-u.json3 # putting union branch members in a separate namespace from QMP members.
5 # struct to union while remaining backwards compatible in QMP.
H A Ddoc-good.json117 # @union-feat1: a feature
119 { 'union': 'Object',
120 'features': [ 'union-feat1' ],
/openbmc/linux/Documentation/doc-guide/
H A Dkernel-doc.rst174 Structure, union, and enumeration documentation
191 and union member names as well as enumerations in an enum.
242 * @bar: non-anonymous union
245 * @bar.st1.memb1: first member of struct st1 on union bar
247 * @bar.st2.memb1: first member of struct st2 on union bar
251 /* Anonymous union/struct*/
252 union {
262 union {
306 union {
387 or union definition, not the member directly.
[all …]
/openbmc/openbmc-build-scripts/tools/
H A Downers87 self.owners = self.owners.union(
90 self.reviewers = self.reviewers.union(
112 self.owners = self.owners.union(entry.get("owners") or [])
113 self.reviewers = self.reviewers.union(entry.get("reviewers") or [])
/openbmc/linux/Documentation/translations/it_IT/doc-guide/
H A Dkernel-doc.rst266 * @memb1: first member of anonymous union/anonymous struct
268 * @memb3: third member of anonymous union/anonymous struct
270 * @bar: non-anonymous union
273 * @bar.st1.memb1: first member of struct st1 on union bar
274 * @bar.st1.memb2: second member of struct st1 on union bar
275 * @bar.st2.memb1: first member of struct st2 on union bar
279 /* Anonymous union/struct*/
280 union {
290 union {
334 union {
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dunion-sigval.patch2 sigval_t is glibc only construct, we use a union of sigval
16 + union sigval val;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch9 The %union definition uses the time_t structure. In order to use this
41 %union {
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddvb-frontend-parameters.rst12 The struct ``dvb_frontend_parameters`` uses a union with specific
26 All kinds of parameters are combined as a union in the
36 union {
/openbmc/linux/Documentation/bpf/
H A Dmaps.rst31 int bpf(int command, union bpf_attr *attr, u32 size)
35 argument is the size of the ``union bpf_attr`` in ``attr``.
44 union bpf_attr attr = {

12345678910>>...15