| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
| D | UnionType.java | 60 public class UnionType extends Type implements NodeWithAnnotations<UnionType> { class 65 public UnionType() { in UnionType() method in UnionType 73 public UnionType(TokenRange tokenRange, NodeList<ReferenceType> elements) { in UnionType() method in UnionType 80 public UnionType(NodeList<ReferenceType> elements) { in UnionType() method in UnionType
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/ |
| D | UnionType.java | 14 public class UnionType extends Type<UnionType> implements NodeWithAnnotations<UnionType> { class 18 public UnionType(Range range, List<ReferenceType> elements) { in UnionType() method in UnionType 23 public UnionType(List<ReferenceType> elements) { in UnionType() method in UnionType
|
| /external/fastrpc/src/ |
| D | adsp_default_listener_stub.c | 186 typedef struct UnionType UnionType; typedef 219 struct UnionType { struct 220 const Type *descriptor; 221 uint32_t nCases; 222 const CaseValuePtr caseValues; 223 const Type * const *cases; 224 int32_t inSize; 225 int32_t routSizePrimIn; 226 int32_t routSizePrimROut; 227 uint8_t inAlignment; [all …]
|
| D | adspmsgd_adsp1_stub.c | 338 typedef struct UnionType UnionType; typedef 371 struct UnionType { struct 372 const Type *descriptor; 373 uint32_t nCases; 374 const CaseValuePtr caseValues; 375 const Type * const *cases; 376 int32_t inSize; 377 int32_t routSizePrimIn; 378 int32_t routSizePrimROut; 379 uint8_t inAlignment; [all …]
|
| D | apps_remotectl_skel.c | 187 typedef struct UnionType UnionType; typedef 220 struct UnionType { struct 221 const Type *descriptor; 222 uint32_t nCases; 223 const CaseValuePtr caseValues; 224 const Type * const *cases; 225 int32_t inSize; 226 int32_t routSizePrimIn; 227 int32_t routSizePrimROut; 228 uint8_t inAlignment; [all …]
|
| D | adspmsgd_apps_skel.c | 338 typedef struct UnionType UnionType; typedef 371 struct UnionType { struct 372 const Type *descriptor; 373 uint32_t nCases; 374 const CaseValuePtr caseValues; 375 const Type * const *cases; 376 int32_t inSize; 377 int32_t routSizePrimIn; 378 int32_t routSizePrimROut; 379 uint8_t inAlignment; [all …]
|
| D | adspmsgd_adsp_stub.c | 338 typedef struct UnionType UnionType; typedef 371 struct UnionType { struct 372 const Type *descriptor; 373 uint32_t nCases; 374 const CaseValuePtr caseValues; 375 const Type * const *cases; 376 int32_t inSize; 377 int32_t routSizePrimIn; 378 int32_t routSizePrimROut; 379 uint8_t inAlignment; [all …]
|
| D | adsp_perf_stub.c | 337 typedef struct UnionType UnionType; typedef 370 struct UnionType { struct 371 const Type *descriptor; 372 uint32_t nCases; 373 const CaseValuePtr caseValues; 374 const Type * const *cases; 375 int32_t inSize; 376 int32_t routSizePrimIn; 377 int32_t routSizePrimROut; 378 uint8_t inAlignment; [all …]
|
| D | adsp_current_process1_stub.c | 338 typedef struct UnionType UnionType; typedef 371 struct UnionType { struct 372 const Type *descriptor; 373 uint32_t nCases; 374 const CaseValuePtr caseValues; 375 const Type * const *cases; 376 int32_t inSize; 377 int32_t routSizePrimIn; 378 int32_t routSizePrimROut; 379 uint8_t inAlignment; [all …]
|
| D | remotectl_stub.c | 338 typedef struct UnionType UnionType; typedef 371 struct UnionType { struct 372 const Type *descriptor; 373 uint32_t nCases; 374 const CaseValuePtr caseValues; 375 const Type * const *cases; 376 int32_t inSize; 377 int32_t routSizePrimIn; 378 int32_t routSizePrimROut; 379 uint8_t inAlignment; [all …]
|
| D | apps_mem_skel.c | 337 typedef struct UnionType UnionType; typedef 370 struct UnionType { struct 371 const Type *descriptor; 372 uint32_t nCases; 373 const CaseValuePtr caseValues; 374 const Type * const *cases; 375 int32_t inSize; 376 int32_t routSizePrimIn; 377 int32_t routSizePrimROut; 378 uint8_t inAlignment; [all …]
|
| D | adsp_current_process_stub.c | 338 typedef struct UnionType UnionType; typedef 371 struct UnionType { struct 372 const Type *descriptor; 373 uint32_t nCases; 374 const CaseValuePtr caseValues; 375 const Type * const *cases; 376 int32_t inSize; 377 int32_t routSizePrimIn; 378 int32_t routSizePrimROut; 379 uint8_t inAlignment; [all …]
|
| D | adsp_listener_stub.c | 186 typedef struct UnionType UnionType; typedef 219 struct UnionType { struct 220 const Type *descriptor; 221 uint32_t nCases; 222 const CaseValuePtr caseValues; 223 const Type * const *cases; 224 int32_t inSize; 225 int32_t routSizePrimIn; 226 int32_t routSizePrimROut; 227 uint8_t inAlignment; [all …]
|
| D | apps_std_skel.c | 338 typedef struct UnionType UnionType; typedef 371 struct UnionType { struct 372 const Type *descriptor; 373 uint32_t nCases; 374 const CaseValuePtr caseValues; 375 const Type * const *cases; 376 int32_t inSize; 377 int32_t routSizePrimIn; 378 int32_t routSizePrimROut; 379 uint8_t inAlignment; [all …]
|
| /external/flatbuffers/python/flatbuffers/reflection/ |
| D | EnumVal.py | 46 def UnionType(self): member in EnumVal
|
| /external/python/cpython3/Lib/ |
| D | types.py | 301 UnionType = type(int | str) variable
|
| /external/python/cffi/cffi/ |
| D | model.py | 485 class UnionType(StructOrUnion): class
|
| /external/clang/test/SemaCXX/ |
| D | type-traits.cpp | 270 typedef Union UnionType; typedef
|
| /external/clang/lib/Sema/ |
| D | SemaExpr.cpp | 7607 ExprResult &EResult, QualType UnionType, in ConstructTransparentUnion()
|