Home
last modified time | relevance | path

Searched defs:UnionType (Results 1 – 19 of 19) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DUnionType.java60 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/
DUnionType.java14 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/
Dadsp_default_listener_stub.c186 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 …]
Dadspmsgd_adsp1_stub.c338 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 …]
Dapps_remotectl_skel.c187 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 …]
Dadspmsgd_apps_skel.c338 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 …]
Dadspmsgd_adsp_stub.c338 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 …]
Dadsp_perf_stub.c337 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 …]
Dadsp_current_process1_stub.c338 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 …]
Dremotectl_stub.c338 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 …]
Dapps_mem_skel.c337 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 …]
Dadsp_current_process_stub.c338 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 …]
Dadsp_listener_stub.c186 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 …]
Dapps_std_skel.c338 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/
DEnumVal.py46 def UnionType(self): member in EnumVal
/external/python/cpython3/Lib/
Dtypes.py301 UnionType = type(int | str) variable
/external/python/cffi/cffi/
Dmodel.py485 class UnionType(StructOrUnion): class
/external/clang/test/SemaCXX/
Dtype-traits.cpp270 typedef Union UnionType; typedef
/external/clang/lib/Sema/
DSemaExpr.cpp7607 ExprResult &EResult, QualType UnionType, in ConstructTransparentUnion()