Home
last modified time | relevance | path

Searched refs:Unions (Results 1 – 21 of 21) sorted by relevance

/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dmodule.h.tmpl199 {#--- NOTE: Unions and non-inlined structs may have pointers to inlined structs,
209 {#--- Unions must be declared before non-inlined structs because they can be
211 {#--- Unions #}
Dmodule-shared-internal.h.tmpl67 {#--- Unions must be declared first because they can be members of structs #}
Dmodule-shared.h.tmpl155 {#--- Unions #}
/external/syzkaller/docs/
Dsyscall_descriptions_syntax.md122 ## Unions section in Syscall descriptions syntax
124 Unions are described as:
132 Unions can have a trailing "varlen" attribute (specified in square brackets after the union),
/external/flatbuffers/docs/source/
DSchemas.md151 ### Unions subsection in Writing a schema {#flatbuffers_guide_writing_schema}
153 Unions share a lot of properties with enums, but instead of new names
171 Unions contain a special `NONE` marker to denote that no value is stored so that
174 Unions are a good way to be able to send multiple message types as a FlatBuffer.
456 of related data structures is a union. Unions do have a cost however,
DCUsage.md128 // Unions can get their type by using a type-specific add/create/start method.
DInternals.md164 Unions share a lot with enums.
/external/syzkaller/pkg/compiler/testdata/
Dall.txt211 # Unions.
/external/syzkaller/sys/test/
Dtest.txt127 # Unions
/external/python/cpython3/Doc/library/
Dtyping.rst971 * Unions of unions are flattened, e.g.::
975 * Unions of a single argument vanish, e.g.::
Dctypes.rst620 guaranteed by the library to work in the general case. Unions and
632 :mod:`ctypes` uses the native byte order for Structures and Unions. To build
1174 Keep in mind that retrieving sub-objects from Structure, Unions, and Arrays
/external/libchrome/mojo/public/tools/bindings/
DREADME.md260 ### Unions subsection
/external/python/cpython2/Doc/library/
Dctypes.rst609 guaranteed by the library to work in the general case. Unions and
621 :mod:`ctypes` uses the native byte order for Structures and Unions. To build
1211 Keep in mind that retrieving sub-objects from Structure, Unions, and Arrays
/external/skia/docs/
DSkRegion_Reference.bmh1327 Unions operand Region and target Region.
/external/skqp/docs/
DSkRegion_Reference.bmh1327 Unions operand Region and target Region.
/external/python/cpython2/Objects/
Dlistsort.txt488 "Adaptive Set Intersections, Unions, and Differences" (2000)
/external/python/cpython3/Objects/
Dlistsort.txt488 "Adaptive Set Intersections, Unions, and Differences" (2000)
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md652 ### Unions subsection
/external/skia/site/user/api/
DSkRegion_Reference.md1814 Unions operand <a href='SkRegion_Reference#Region'>Region</a> and target <a href='SkRegion_Referenc…
/external/skqp/site/user/api/
DSkRegion_Reference.md1814 Unions operand <a href='SkRegion_Reference#Region'>Region</a> and target <a href='SkRegion_Referenc…
/external/clang/lib/Sema/
DSemaDeclCXX.cpp4173 RedundantUnionMap &Unions) { in CheckRedundantUnionInit() argument
4180 UnionEntry &En = Unions[Parent]; in CheckRedundantUnionInit()