/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | module.h.tmpl | 199 {#--- 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 #}
|
D | module-shared-internal.h.tmpl | 67 {#--- Unions must be declared first because they can be members of structs #}
|
D | module-shared.h.tmpl | 155 {#--- Unions #}
|
/external/syzkaller/docs/ |
D | syscall_descriptions_syntax.md | 122 ## 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/ |
D | Schemas.md | 151 ### 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,
|
D | CUsage.md | 128 // Unions can get their type by using a type-specific add/create/start method.
|
D | Internals.md | 164 Unions share a lot with enums.
|
/external/syzkaller/pkg/compiler/testdata/ |
D | all.txt | 211 # Unions.
|
/external/syzkaller/sys/test/ |
D | test.txt | 127 # Unions
|
/external/python/cpython3/Doc/library/ |
D | typing.rst | 971 * Unions of unions are flattened, e.g.:: 975 * Unions of a single argument vanish, e.g.::
|
D | ctypes.rst | 620 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/ |
D | README.md | 260 ### Unions subsection
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 609 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/ |
D | SkRegion_Reference.bmh | 1327 Unions operand Region and target Region.
|
/external/skqp/docs/ |
D | SkRegion_Reference.bmh | 1327 Unions operand Region and target Region.
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 488 "Adaptive Set Intersections, Unions, and Differences" (2000)
|
/external/python/cpython3/Objects/ |
D | listsort.txt | 488 "Adaptive Set Intersections, Unions, and Differences" (2000)
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | README.md | 652 ### Unions subsection
|
/external/skia/site/user/api/ |
D | SkRegion_Reference.md | 1814 Unions operand <a href='SkRegion_Reference#Region'>Region</a> and target <a href='SkRegion_Referenc…
|
/external/skqp/site/user/api/ |
D | SkRegion_Reference.md | 1814 Unions operand <a href='SkRegion_Reference#Region'>Region</a> and target <a href='SkRegion_Referenc…
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 4173 RedundantUnionMap &Unions) { in CheckRedundantUnionInit() argument 4180 UnionEntry &En = Unions[Parent]; in CheckRedundantUnionInit()
|